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: #193838;
  font-family: '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 #d1d1d1;
  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 #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #295b5b;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #598b8c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #598b8c;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  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: #142c2c;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #142c2c;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #142c2c;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #193838;
  font-family: '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: #295b5b;
  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: 10px 15px;
}
button,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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: #f3f3f5;
  background-clip: padding-box;
  border: none;
  color: #73738f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #73738f;
}
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: #73738f;
}
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: #73738f;
}
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: #f3f3f5;
  background-clip: padding-box;
  border: none;
  color: #73738f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #f3f3f5;
  background-clip: padding-box;
  border: none;
  color: #73738f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #73738f;
}
textarea::-webkit-input-placeholder {
  color: #73738f;
}
textarea:-ms-input-placeholder {
  color: #73738f;
}
input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 0 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"] {
  position: static;
  top: unset;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.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,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > 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,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu > li {
  margin: 0;
}
.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 {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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 {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.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 {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 {
  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 {
  text-decoration: none;
}
.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;
}
.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: ': ';
}
.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;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #598b8c;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .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,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .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,
[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;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .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,
[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;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .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,
[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;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .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,
[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;
}
.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: 1em;
  line-height: 1;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .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,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #193838;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #193838;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #193838;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #193838;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend {
  margin-left: 0;
}
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable,
.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,
.quote_templates-template-view .page-title-wrapper .editable,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift {
  line-height: 1.42857143;
  padding: 0;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.negotiable_quote-quote-view .page-title-wrapper .editable: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,
.quote_templates-template-view .page-title-wrapper .editable:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary: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-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:visited,
.title-actions-links .action-gift:visited,
.block-requisition-management .requisition-list-title .action-gift:visited {
  color: #598b8c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable: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,
.quote_templates-template-view .page-title-wrapper .editable:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary: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-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.negotiable_quote-quote-view .page-title-wrapper .editable: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,
.quote_templates-template-view .page-title-wrapper .editable:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary: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-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.negotiable_quote-quote-view .page-title-wrapper .editable:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable: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,
.quote_templates-template-view .page-title-wrapper .editable:hover,
.quote_templates-template-view .page-title-wrapper .editable:active,
.quote_templates-template-view .page-title-wrapper .editable: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,
.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-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:focus,
.title-actions-links .action-gift:hover,
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:focus,
.block-requisition-management .requisition-list-title .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable.disabled,
.negotiable_quote-quote-view .page-title-wrapper .editable[disabled],
fieldset[disabled] .negotiable_quote-quote-view .page-title-wrapper .editable,
.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,
.quote_templates-template-view .page-title-wrapper .editable.disabled,
.quote_templates-template-view .page-title-wrapper .editable[disabled],
fieldset[disabled] .quote_templates-template-view .page-title-wrapper .editable,
.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,
.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-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.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,
.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,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action.disabled,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift.disabled,
.title-actions-links .action-gift[disabled],
fieldset[disabled] .title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift.disabled,
.block-requisition-management .requisition-list-title .action-gift[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .action-gift {
  color: #598b8c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable: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),
.quote_templates-template-view .page-title-wrapper .editable:active,
.quote_templates-template-view .page-title-wrapper .editable: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),
.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-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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),
.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),
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:not(:focus),
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove: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: #598b8c;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #598b8c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.quote-details-items .col.qty .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,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.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,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span,
.header .minicart-wrapper .action.showcart .text,
.page-header .wishlist a .text {
  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,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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,
.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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content: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,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images: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-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form: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,
.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,
.customer-review .product-details:after,
.header.content: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-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .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: 1em;
  line-height: 1;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > 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,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #60b8b8;
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #295b5b;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare: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,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 15px 25px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .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,
.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 {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .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 {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e316';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e316';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.abs-account-blocks .block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.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,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e2cb";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.page-header .switcher .options ul.dropdown a.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter {
  color: #60b8b8;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  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: '\e408';
  font-family: 'Material Icons';
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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;
}
.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);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.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: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e36d";
  font-family: 'Material Icons';
  margin: 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;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #193838;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.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: '\e313';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.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: '\e316';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e316';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.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 #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 60px;
  position: relative;
}
.message.info a {
  color: #598b8c;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #c07600;
  content: '\e002';
  font-family: 'Material Icons';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 60px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 60px;
  position: relative;
}
.message.error a {
  color: #598b8c;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #b30000;
  content: '\e002';
  font-family: 'Material Icons';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 60px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 60px;
  position: relative;
}
.message.warning a {
  color: #598b8c;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #c07600;
  content: '\e002';
  font-family: 'Material Icons';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 60px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 60px;
  position: relative;
}
.message.notice a {
  color: #598b8c;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #c07600;
  content: '\e002';
  font-family: 'Material Icons';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 60px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 60px;
  position: relative;
}
.message.success a {
  color: #598b8c;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #006400;
  content: '\e5ca';
  font-family: 'Material Icons';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 60px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f7f7f9;
}
.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: #295b5b;
  content: '\e5d2';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #295b5b;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e313';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e316';
  }
  .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: -80%;
    left: calc(-1 * (100% - 0px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 0px);
  }
  .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 {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e313';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e316';
  }
  .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: #295b5b;
    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;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 0px);
  }
  .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: #e8e8ee;
    border: solid #dadae3;
    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: #f7f7f9;
    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: #295b5b;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: none;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 15px 40px 15px 0;
    text-transform: none;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #295b5b;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
  }
  .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: #295b5b;
  }
  .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: #295b5b;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #295b5b;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
.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: #295b5b;
  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 20px;
  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,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  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: #f3f3f5;
  background-clip: padding-box;
  border: none;
  color: #73738f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #73738f;
}
.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: #73738f;
}
.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: #73738f;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  content: "\e287";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field .note *,
.fieldset > .fields > .field .note * {
  display: inline;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.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: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #295b5b;
  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: 40px;
  line-height: 40px;
  color: #60b8b8;
  content: "\e0a5";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'Material Icons';
  src: url('../fonts/linearicons/linearicons.woff2') format('woff2'), url('../fonts/linearicons/linearicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #193838;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #193838;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  line-height: 40px;
  font-size: 1.8rem;
  color: #295b5b;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #295b5b;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #295b5b;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #193838;
  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: #193838;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  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: #598b8c;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #598b8c;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #295b5b;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #60b8b8;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #60b8b8;
}
.pages .action:hover {
  color: #60b8b8;
  text-decoration: none;
}
.pages .action:active {
  color: #60b8b8;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #60b8b8;
}
.pages .action.next:active:before {
  color: #60b8b8;
}
.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: 1em;
  line-height: 1;
  color: #60b8b8;
  content: '\e409';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #60b8b8;
}
.pages .action.next:active:before {
  color: #60b8b8;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #60b8b8;
}
.pages .action.previous:active:before {
  color: #60b8b8;
}
.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: 1em;
  line-height: 1;
  color: #60b8b8;
  content: '\e408';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #60b8b8;
}
.pages .action.previous:active:before {
  color: #60b8b8;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.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;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #73738f;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #73738f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #295b5b;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #295b5b;
  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: 1em;
  line-height: 1;
  content: '\e409';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: 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: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #295b5b;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #193838;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * @codingStandardsIgnoreStart
 */
.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,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action.action.split,
.requisition-list-action .action-gift.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,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.requisition-list-action .action-gift + .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: 1;
  color: #60b8b8;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #295b5b;
}
.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: 1;
  color: #60b8b8;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #295b5b;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #295b5b;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #142c2c;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #142c2c;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.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: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #295b5b;
}
.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: #295b5b;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #598b8c;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #598b8c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift: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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.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;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@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 ul li {
  background: none;
  border-left: 1px dashed #99d1d1;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #99d1d1;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #99d1d1;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: .6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.form-edit-role .box-actions .action-gift.action,
.block-dashboard-company .box-actions .action-gift.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,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .action-gift.action:hover,
.block-dashboard-company .box-actions .action-gift.action:hover,
.form-edit-role .box-actions .action-gift.action:active,
.block-dashboard-company .box-actions .action-gift.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),
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .action-gift.action:not(:focus),
.block-dashboard-company .box-actions .action-gift.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,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .action-gift.action:after,
.block-dashboard-company .box-actions .action-gift.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,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .action-gift.action.delete:after,
.block-dashboard-company .box-actions .action-gift.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,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .action-gift.action._hidden,
.block-dashboard-company .box-actions .action-gift.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #598b8c;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #193838;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #193838;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.company-switcher-header-panel {
  white-space: nowrap;
}
.company-select-menu-item .select-company-link {
  margin-right: 30px;
}
.company-select-menu-item.selected {
  pointer-events: none;
}
.company-select-menu-item.selected .select-company-link:after {
  color: #000000;
  content: '\e5ca';
  font-family: 'Material Icons';
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.company-select-confirm .message.warning > *:first-child:before {
  margin-top: -5px;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.negotiable_quote-quote-view .page-title-wrapper .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -1rem;
}
.negotiable_quote-quote-view .page-title-wrapper .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #295b5b;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:hover:before {
  color: #295b5b;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:active:before {
  color: #8f8f8f;
}
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
  display: block;
  float: left;
}
.negotiable_quote-quote-view .modal-title {
  border: none;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
  padding: 5px;
  justify-content: space-between;
}
.quote-view-links .quote-actions {
  float: right;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-view-links .switcher {
  margin: 0;
  padding: 0rem 3.5rem 0rem 2rem;
  float: left;
}
.quote-view-links .switcher .options {
  display: inline-block;
  position: relative;
}
.quote-view-links .switcher .options:before,
.quote-view-links .switcher .options:after {
  content: '';
  display: table;
}
.quote-view-links .switcher .options:after {
  clear: both;
}
.quote-view-links .switcher .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle:active:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.quote-view-links .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.quote-view-links .switcher .options ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.quote-view-links .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.quote-view-links .switcher .options ul.dropdown:before,
.quote-view-links .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.quote-view-links .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.quote-view-links .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.quote-view-links .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.quote-view-links .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.quote-view-links .switcher .options.active {
  overflow: visible;
}
.quote-view-links .switcher .options.active ul.dropdown {
  display: block;
}
.quote-view-links .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 2px;
}
.quote-view-links .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.quote-view-links .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.quote-view-links .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.quote-view-links .switcher-trigger {
  background-color: white;
  border: 1px solid #d1d1d1;
  width: 150px;
  height: 25px;
}
.quote-view-links .switcher-trigger .delete {
  cursor: pointer;
  padding-top: 2px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
.quote-view-links .switcher-trigger .delete:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher-trigger .delete:after {
  position: absolute;
  left: 120px;
  bottom: 1px;
}
.quote-view-links .switcher-trigger.active .delete:after {
  content: '\e316';
}
.quote-view-links .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.quote-view-links .switcher-options.active .switcher-dropdown {
  display: block;
}
.quote-actions-toolbar {
  background: #f2f2f2;
  padding-bottom: 10px;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items #shopping-cart-table .item .col.actions .action-delete:after {
  border-left: 0px;
}
.quote-details-items #shopping-cart-table .item .col.actions .action-delete.dummy-link {
  display: none;
}
.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: 140px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .item .col .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.quote-details-items .item .col .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .item .col .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000000;
  content: '\e629';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .item .col .discounting-locked:hover:before {
  color: #000000;
}
.quote-details-items .item .col .discounting-locked:active:before {
  color: #000000;
}
.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: '\e316';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.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: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #295b5b;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.quote-rename-link {
  display: block;
  float: left;
  margin-right: 2.4rem;
  margin-top: 1.5rem;
}
.quote-rename-link._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
#rename-quote-form .actions-toolbar {
  margin-top: 1.8rem;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-right: 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;
  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: #295b5b;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #295b5b;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #295b5b;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #598b8c;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  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: #598b8c;
  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,
.negotiable-quote.request .cart.table-wrapper .actions-toolbar > .action,
.negotiable-quote.request .action-gift {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
.negotiable-quote-note-popup .tooltip.wrapper .tooltip.content {
  min-width: 80px;
}
.negotiable-quote-note-popup .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.negotiable-quote-note-popup .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable-quote-note-popup .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000000;
  content: '\e629';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable-quote-note-popup .discounting-locked:hover:before {
  color: #000000;
}
.negotiable-quote-note-popup .discounting-locked:active:before {
  color: #000000;
}
.actions-dropdown {
  display: inline-block;
  position: relative;
}
.actions-dropdown:before,
.actions-dropdown:after {
  content: '';
  display: table;
}
.actions-dropdown:after {
  clear: both;
}
.actions-dropdown .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch:active:after {
  color: inherit;
}
.actions-dropdown .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch.active:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch.active:active:after {
  color: inherit;
}
.actions-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.actions-dropdown ul li {
  margin: 0;
  padding: 0;
}
.actions-dropdown ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.actions-dropdown ul:before,
.actions-dropdown ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.actions-dropdown ul:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.actions-dropdown ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.actions-dropdown ul:before {
  right: 10px;
  top: -12px;
}
.actions-dropdown ul:after {
  right: 9px;
  top: -14px;
}
.actions-dropdown.active {
  overflow: visible;
}
.actions-dropdown.active ul {
  display: block;
}
.actions-dropdown .action-select {
  color: #006bb4;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 0;
}
.actions-dropdown .action-select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.actions-dropdown .action-select.active:after {
  transform: rotate(180deg);
}
.actions-dropdown .action-menu,
.actions-dropdown table th .action-menu .action-submenu {
  left: auto;
  min-width: 17rem;
  right: -12px;
  text-align: left;
  top: auto;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000000;
  display: none;
  font-weight: 400;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.36;
}
.actions-dropdown .action-menu li,
.actions-dropdown table th .action-menu .action-submenu li {
  padding: 2px;
}
.actions-dropdown .action-menu li a,
.actions-dropdown table th .action-menu .action-submenu li a {
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 0.2em 1em;
  font-size: 1.3rem;
  font-weight: 400;
}
.actions-dropdown .action-menu li a:hover,
.actions-dropdown table th .action-menu .action-submenu li a:hover {
  background-color: #e3e3e3;
  cursor: pointer;
  text-decoration: none;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  *************************************************************************/
/**
     * @codingStandardsIgnoreStart
     */
.negotiable_quote-quote-index .page-title {
  float: left;
}
.negotiable_quote-quote-index .template-link {
  float: left;
  padding-left: 40px;
  padding-top: 17px;
}
/**
     * @codingStandardsIgnoreStart
     */
.negotiable_quote-quote-view .linked-ordered {
  display: none;
}
.negotiable_quote-quote-view .template-popup-content-wrapper {
  display: none;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .text-content {
  padding-bottom: 30px;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .template-view-links {
  padding-bottom: 10px;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .template-view-links .about .external-link {
  width: 11px;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .template-view-links .learn-more {
  font-style: italic;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .template-view-links .external-link {
  width: 11px;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .action.cancel {
  background: none;
  border: none;
  color: #000000;
}
.negotiable_quote-quote-view .linked-quote-badge {
  color: #009900;
  font-weight: 600;
  padding-bottom: 30px;
}
.negotiable_quote-quote-view .linked-quote-badge .link-icon {
  width: 12px;
}
.negotiable_quote-quote-view .quote-actions-toolbar .actions.create-template-action {
  float: right;
}
.negotiable_quote-quote-view .linked-quote-cancel {
  background: none;
  border: none;
}
/**
     * @codingStandardsIgnoreStart
     */
.quote_templates-template-view .page-title-wrapper .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -1rem;
}
.quote_templates-template-view .page-title-wrapper .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote_templates-template-view .page-title-wrapper .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #295b5b;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote_templates-template-view .page-title-wrapper .editable:hover:before {
  color: #295b5b;
}
.quote_templates-template-view .page-title-wrapper .editable:active:before {
  color: #8f8f8f;
}
.quote_templates-template-view .page-title {
  float: left;
}
.quote_templates-template-view .quote-rename-link {
  float: left;
}
.quote_templates-template-view .template-status {
  border-radius: 5px;
  margin: .6rem 0 1.4rem 0;
}
.quote_templates-template-view .template-toolbar-container {
  border: 2px #006400;
  border-style: solid none none none;
  padding-bottom: 80px;
}
.quote_templates-template-view .template-badge {
  background: #006400;
  color: #ffffff;
  float: left;
  padding: 13px 15px;
  width: 150px;
}
.quote_templates-template-view .template-badge span {
  display: table;
  font-weight: bold;
  margin: 0 auto;
}
.quote_templates-template-view .template-actions-toolbar {
  float: right;
  margin: 15px 0;
}
.quote_templates-template-view .template-actions-toolbar .template-view-links {
  float: left;
}
.quote_templates-template-view .template-actions-toolbar .template-view-links .print.action:after {
  border-left: 1px solid;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.quote_templates-template-view .template-actions-toolbar .template-view-links .about .external-link {
  width: 11px;
}
.quote_templates-template-view .template-info {
  clear: both;
  line-height: 2;
  padding: 10px 0;
}
.quote_templates-template-view .template-info .date-section {
  float: left;
}
.quote_templates-template-view .template-info .date-section .ui-datepicker-trigger {
  padding-left: 5px;
}
.quote_templates-template-view .template-info .extra-info {
  float: right;
}
.quote_templates-template-view .template-info .extra-info div.mage-error {
  width: 240px;
}
.quote_templates-template-view .template-info .expiration-date {
  width: 160px;
}
.quote_templates-template-view .template-info .order-threshold-input {
  text-align: right;
  width: 50px;
}
.quote_templates-template-view .template-info .template-order-threshold.max-threshold {
  float: right;
  padding-top: 10px;
}
.quote_templates-template-view .template-info .template-order-threshold.min-threshold div.mage-error {
  left: 140px;
  position: relative;
}
.quote_templates-template-view .template-info .more-info {
  padding-left: 10px;
  width: 17px;
}
.quote_templates-template-view .template-info .reference-documents-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.quote_templates-template-view .template-info .reference-documents-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.quote_templates-template-view .template-info .reference-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border: 1px solid #c2c2c2;
  border-radius: 16px;
  white-space: wrap;
}
.quote_templates-template-view .template-info .reference-document {
  display: flex;
  align-items: center;
  gap: 5px;
}
.quote_templates-template-view .template-info .controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quote_templates-template-view .template-info .controls .separator {
  color: #ccc;
}
.quote_templates-template-view .template-info .reference-section {
  padding-top: 10px;
}
.quote_templates-template-view .actions-toolbar > .primary:last-child,
.quote_templates-template-view .actions-toolbar > .secondary:last-child {
  margin-top: 15px;
}
.quote_templates-template-view .quote-title a:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.quote_templates-template-view .quote-details-items.product.data.items {
  padding-top: 40px;
}
.quote_templates-template-view .quote-details-items .min-max-label {
  float: right;
}
.quote_templates-template-view .quote-details-items thead .col.minmax-qty {
  text-align: center;
  width: 145px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty {
  width: 145px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty .qty {
  float: left;
  margin-left: 3px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty .qty div {
  margin: 2px 2px 2px 2px;
  text-align: left;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty .qty div.mage-error {
  float: left;
  margin-top: 3px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty .max-qty {
  float: left;
  margin-left: 3px;
}
.quote_templates-template-view .quote-details-items .item .col .tooltip.content {
  font-weight: normal;
}
.quote_templates-template-view .quote-details-items .item .col .tooltip.content.subtotal {
  min-width: 170px;
}
.quote_templates-template-view .quote-details-items .item .col .tooltip.content.subtotal-no-actions {
  min-width: 140px;
}
.quote_templates-template-view .quote-details-items .item th.minmax-qty .heading-text,
.quote_templates-template-view .quote-details-items .item th.subtotal .heading-text {
  border-bottom: 2px dotted #007bdb;
  padding-bottom: 5px;
}
.quote_templates-template-view .actions .template-cancel {
  background: none;
  border: none;
  color: #000000;
}
.quote_templates-template-view .cancelation-popup-content-wrapper {
  display: none;
}
.quote_templates-template-view .cancelation-popup-content-wrapper .cancel-form .fieldset {
  padding: 40px 0;
}
.quote_templates-template-view .cancelation-popup-content-wrapper .cancel-form .fieldset textarea {
  height: 100px;
}
.quote_templates-template-view .shipping-required:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
/**
     * @codingStandardsIgnoreStart
     */
.quote_templates-template-index .quotes-link {
  padding-left: 10px;
}
.quote_templates-template-index .data-grid-filters-wrap {
  padding: 15px 0;
}
.quote_templates-template-index .data-grid-filters-wrap .section-heading {
  font-size: 25px;
  font-weight: 200;
}
.quote_templates-template-index .data-grid-filters-wrap .fieldset {
  padding-top: 20px;
}
.quote_templates-template-index .data-grid-filters-wrap .quick-filter {
  padding-right: 15px;
}
.quote_templates-template-index .data-grid-filters-wrap .action-secondary {
  background: #ffffff;
}
.quote_templates-template-index .data-grid-filters-wrap .action-secondary.active {
  background: #514943;
  color: #ffffff;
}
/**
     * @codingStandardsIgnoreStart
     */
.quote_templates-template-notemplates .main-area {
  background: #f0f0f0;
  line-height: 2rem;
  padding: 20px;
}
.quote_templates-template-notemplates .main-area .heading {
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.quote_templates-template-notemplates .main-area .action {
  margin: 15px 0;
}
.quote_templates-template-notemplates .page-content {
  padding-top: 20px;
}
/**
 * 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: '\e313';
  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: '\e316';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #193838;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e316';
}
.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: #598b8c;
  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: #193838;
}
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: '\e5ca';
  font-family: 'Material Icons';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #f3f3f5 url('../images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: .3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action,
.action-select-wrap.buttons .cart.table-wrapper .actions-toolbar > .action,
.action-select-wrap.buttons .action-gift {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #598b8c;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  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: #598b8c;
  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: '\e8b6';
  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: '\e313';
}
.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: 1.6rem;
}
.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.05rem;
}
.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.05rem;
  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.05rem;
}
.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: '\e313';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #193838;
  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: '\e5cd';
  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: 15px 25px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.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: #193838;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #193838;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/*
 * ***********************************************************************
 *  *
 *  * ADOBE CONFIDENTIAL
 *  * ___________________
 *  *
 *  * Copyright 2024 Adobe
 *  * All Rights Reserved.
 *  *
 *  * NOTICE: All information contained herein is, and remains
 *  * the property of Adobe and its suppliers, if any. The intellectual
 *  * and technical concepts contained herein are proprietary to Adobe
 *  * and its suppliers and are protected by all applicable intellectual
 *  * property laws, including trade secret and copyright laws.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Adobe.
 *  * ************************************************************************
 *
 */
.quote-view-links.duplicate {
  float: right;
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  ************************************************************************
 */
.quote-requisition-list {
  border-bottom: 1px solid #cccccc;
  height: 350px;
  overflow: auto;
  padding: 0;
}
.quote-requisition-list .quote-requisition-list-item {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  list-style-type: none;
}
.quote-requisition-list .quote-requisition-list-item .requisition-list-count {
  float: right;
  padding-right: 100px;
}
.quote-requisition-list .quote-requisition-list-item .quote-requisition-list-item-radio {
  display: block;
  float: left;
}
.quote-requisition-list .quote-requisition-list-item .requisition-list.error {
  color: #ff0101;
  display: block;
  font-size: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action.primary,
.my-orders-search-advanced .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.primary,
.my-orders-search-advanced .actions-toolbar .action-gift.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action,
.my-orders-search-advanced .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.my-orders-search-advanced .actions-toolbar .action-gift {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: bold;
}
.my-orders-search-advanced .action-remove {
  font-weight: bold;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #1979c3;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699d;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'],
.search-sku .cart.table-wrapper .actions-toolbar > .action[type='submit'],
.search-sku .action-gift[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type='submit']:after,
.search-sku .quote-details-items .actions-toolbar > .action[type='submit']:after,
.search-sku .cart.table-wrapper .actions-toolbar > .action[type='submit']:after,
.search-sku .action-gift[type='submit']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: '\e8b6';
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger,
.field-date .control .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
.field-date .control .action-gift.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #598b8c;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #598b8c;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #193838;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #193838;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[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: 1280px;
  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: visible;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  line-height: 40px;
  font-size: 1.8rem;
  color: #295b5b;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #295b5b;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #295b5b;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #193838;
  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: #193838;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
}
/**
 * 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,
.po-action-toolbar .cart.table-wrapper .actions-toolbar > .action,
.po-action-toolbar .action-gift {
  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,
.comments-field .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.comments-field .actions-toolbar .action-gift {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.page-main .data-grid.bulk-approval tr.disabled td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #cccccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: transparent;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../images/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: transparent;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: transparent;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #295b5b;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #295b5b;
}
.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: #295b5b;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: '\e88e';
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.purchaseorder-purchaseorder-index .purchase-order-data-items .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: '-';
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url('../Magento_PurchaseOrderRule/images/pending.svg') no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url('../Magento_PurchaseOrderRule/images/approved.svg') no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url('../Magento_PurchaseOrderRule/images/rejected.svg') no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .column .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #8f8f8f;
  content: 'delete';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .quote-details-items .actions-toolbar > .action,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift: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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift: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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift: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,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift: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);
  }
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .action-gift,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .action-gift {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button,
.ammenu-nav-sections .widget-product-carousel .slick-dots .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift,
.ammenu-nav-sections .widget .slick-dots .action-gift {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .quote-details-items .actions-toolbar > .action:before,
.ammenu-nav-sections .widget .slick-dots .quote-details-items .actions-toolbar > .action:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift:before,
.ammenu-nav-sections .widget .slick-dots .action-gift:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .action-gift,
.ammenu-nav-sections .widget .slick-dots li.slick-active .action-gift {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.product-price-info-sample-order {
  display: flex;
  order: 5;
}
.custom-contact-row {
  margin-right: 0px !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
  margin-bottom: 15px;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
.mp-blog-post-content .mp-post-item-wraper .mp-info-author a {
  color: #193838;
}
.post-sidebar .row {
  margin: 0 -10px;
}
.post-sidebar .row .col-xs-12 {
  padding: 0 10px;
}
.post-sidebar .row .mp-title {
  font-size: 1.8rem;
}
.post-sidebar a.label.label-default.mp-tags-list {
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
}
.post-sidebar a.label.label-default.mp-tags-list:hover {
  color: #fff;
}
.post-sidebar .menu-archives .list-archives {
  font-size: 16px;
  line-height: 1;
}
.mp-blog-post-slider .mp-blog-next,
.mp-blog-post-slider .mp-blog-pre {
  padding: 15px;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .quote-details-items .actions-toolbar > .action.action.search,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.mpblog-search .action-gift.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before,
.mpblog-search .quote-details-items .actions-toolbar > .action.action.search :before,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search :before,
.mpblog-search .action-gift.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .quote-details-items .actions-toolbar > .action.action.search span,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search span,
.mpblog-search .action-gift.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
.mp-post-most-view {
  margin-top: 15px;
}
.mp-post-most-view .mp-post-title a {
  font-size: 1.6rem;
  color: #193838;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
.mp-new-list-post .mp-blog-post-content {
  display: flex;
  flex-wrap: wrap;
}
.mp-new-list-post .mp-blog-post-content .mp-post-item-wraper {
  height: 100%;
}
.post-list .post-list-content {
  margin-top: 15px;
}
.post-list .post-list-content .post-short-description .mp-post-read-more {
  display: block;
  margin-top: 5px;
}
.post-list .post-list-content .mp-post-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-list .post-list-content .mp-post-info .mp-post-author {
  float: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-list .post-list-content .mp-post-list-add {
  align-items: center;
}
.post-list .post-list-content .mp-post-list-add .mp-post-view p {
  line-height: 1.4rem;
}
.post-list .post-list-content .mp-post-list-add .mp-post-read-time p {
  line-height: 2rem;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
.mp-blog-view .mp-blog-search {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 75%;
  margin-bottom: 1.5rem;
  padding: 0 15px;
  margin-top: 15px;
}
.mp-blog-view .mp-blog-search button.action.search,
.mp-blog-view .mp-blog-search .quote-details-items .actions-toolbar > .action.action.search,
.mp-blog-view .mp-blog-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.mp-blog-view .mp-blog-search .action-gift.action.search {
  top: 10px;
}
.mp-blog-view .fa {
  font: normal normal normal 14px / 1 FontAwesome;
}
.mpblog-post-view .page-main > .page-title-wrapper .page-title {
  display: none;
}
.block-blog-related.about-admin {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
  .post-sidebar {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
@media all and (max-width: 1023px) {
  .mp-template-3.col-mp.mp-9 {
    width: 100%;
  }
  .post-sidebar {
    width: 100%;
  }
  .post-sidebar .mp-blog-tags .row {
    flex-direction: column;
  }
  .post-sidebar .mp-blog-monthly .row {
    flex-direction: column;
  }
  .mp-new-list-post .mp-blog-post-content {
    padding: 0;
  }
  .mp-new-list-post .mp-blog-post-content .post-list-item {
    padding: 0;
  }
  .mp-new-list-post .mp-post-most-view {
    padding: 0;
  }
  .mp-post-list-add .mp-post-read-time,
  .mp-post-list-add .mp-post-view {
    width: 50% !important;
  }
  .mp-blog-view .mp-main-content.mp-9 {
    width: 100%;
  }
}
/* mageplaza end blog style */
/**
 * 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_BlogPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.owl-carousel .mp-nav-btn {
  position: absolute;
  cursor: pointer;
  top: 25% !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: unset !important;
}
.owl-carousel .prev-slide {
  left: -5%;
}
.owl-carousel .next-slide {
  right: -5%;
}
.owl-carousel .owl-stage-outer {
  align-content: center;
}
.owl-carousel.owl-drag .owl-item {
  width: 33%;
}
.mp-blog-post-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.mp-new-post-slider {
  padding: 30px 70px 0 70px;
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.mp-tag-info {
  background-color: #373737;
}
.mp-post-social a {
  margin-left: 5px;
}
.mp-list-icon {
  float: left;
  margin-right: 5px;
}
.mp-post-list-add {
  display: flex;
  justify-content: flex-end;
  color: #999999;
  position: relative;
  font-weight: 400;
  top: 10px;
}
.mp-post-list-add .mp-post-categories {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-read-time {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-view {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-categories img {
  width: 20px;
}
.mp-post-list-add .mp-post-view img {
  width: 20px;
}
.mp-post-list-add .mp-read-time img {
  width: 20px;
}
.post-short-description {
  font-weight: 500;
  position: relative;
  top: 10px;
}
.mp-post-info {
  margin-bottom: 20px;
}
.mp-post-author {
  float: left;
}
.mp-info-author {
  font-size: 1.4rem;
}
.mp-post-comment {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  color: #CBCBCB;
}
.mp-post-info img {
  width: 15px;
  cursor: pointer;
}
.post-list .mp-blog-change {
  margin-bottom: 10px;
}
.post-list .post-item-wraper {
  border: 2px solid #D0D0D0;
  border-radius: 5px;
}
.post-list span {
  font-size: 1.2rem;
}
.mp-blog-post-content .mp-post-item-wraper {
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  padding: 10px !important;
}
a.mp-tag-info {
  color: #FFFFFF !important;
}
a.mp-post-header {
  position: relative;
  text-decoration: none !important;
  color: #333333 !important;
  cursor: pointer;
}
.mp-post-item-template-2 h2 {
  font-weight: 400;
}
.mp-post-item-template-2 {
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* sidebar */
.mp-blog-categories,
.mp-blog-topics,
.mp-blog-tags,
.mp-blog-monthly {
  border: 2px solid #D0D0D0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.mp-blog-categories a,
.mp-blog-topics a,
.mp-blog-tags a,
.mp-blog-monthly a {
  font-weight: 600;
}
.mp-title {
  font-weight: bold;
  font-size: 2rem;
  margin: 10px;
}
a.label.label-default.mp-tags-list {
  border-radius: 15px;
  background: #CBCBCB;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  margin-left: 5px;
}
.mp-blog-post-list-tags {
  position: relative;
  white-space: normal;
  top: 10px;
  margin-bottom: 10px;
}
.mp-blog-post-list-tags .mp-tag-info {
  background-color: #CBCBCB;
  color: #000000;
  border-radius: 8px;
  padding: 0 5px;
}
.mp-blog-list-post .owl-carousel .prev-slide {
  left: 2%;
}
.mp-blog-list-post .owl-carousel .next-slide {
  right: 1%;
}
.mp-blog-list-post .mp-post-item img {
  height: 350px;
}
.mp-blog-list-post .mp-blog-post-slider-desc {
  border: 2px solid #D0D0D0;
  padding: 5px 30px;
}
.mp-blog-list-post .mp-tag-info {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0 2px;
}
.mp-blog-post-tags {
  white-space: normal;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.mp-new-post-slider .mp-tag-info {
  padding: 0 2px;
  font-size: 1.2rem;
}
.mp-add-read-more {
  position: relative;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  top: 5px;
}
.mp-add-read-more .mp-post-meta-info {
  font-size: 10px;
  text-align: right;
}
/* --post view css-- */
.mp-blog-view {
  position: relative;
}
.mp-blog-view .post-view-image {
  position: relative;
}
.mp-blog-view .post-view-image img {
  border-radius: 10px 10px 0 0;
}
.mp-blog-view .post-post_content {
  padding: 10px;
}
.author-content-image img {
  border-radius: 50%;
}
.block-blog-related .related-content-container .author-content-information {
  position: relative;
  top: 40px;
}
.block-blog-related {
  margin-bottom: 35px;
}
.mp-post-share {
  margin-bottom: 35px;
}
.mp-post-share img {
  height: 15px;
  cursor: pointer;
}
.mp-post-view-all {
  text-align: right;
}
.mp-no-post {
  margin-bottom: 20px;
}
.post-info-wraper {
  width: 100%;
}
.mp-post-info-wraper {
  width: 100%;
  position: relative;
}
.mp-post-info-wraper .img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mp-container-image {
  position: relative;
}
.mp-save-btn img,
.mp-like-btn img,
.mp-commnent-count img {
  cursor: pointer;
}
.mp-save-btn img::before {
  content: "save post";
}
a:hover {
  text-decoration: none !important;
}
.page-title-wrapper .page-title {
  max-width: 70%;
}
.mp-save-message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 15px;
  position: relative;
}
.mp-save-message.cancel,
.mp-save-message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 15px;
  position: relative;
}
.mp-blog-left-bar img {
  height: 20px;
}
.dictionary-container {
  position: relative;
  margin-bottom: 20px;
}
.dictionary-container .alphabet {
  background-color: #ffffff;
  border-bottom: 1px #d1d1d1 solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.alphabet {
  padding: 5px 0;
}
.alphabet ol {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alphabet ol li {
  -webkit-flex-basis: 2.5%;
  flex-basis: 2.5%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 .5% 0 0;
}
.alphabet ol li:last-child {
  margin-right: 0;
}
.alphabet a,
.alphabet span {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.alphabet a {
  color: #598b8c;
}
.alphabet a.active {
  color: #193838;
}
.alphabet span {
  color: #60b8b8;
}
.dictionary,
.dictionary ol {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.dictionary > li {
  padding-top: 20px;
}
.dictionary .dictionary-heading {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px #d1d1d1 solid;
  text-transform: uppercase;
  position: relative;
}
.dictionary ol a {
  color: #193838;
  text-decoration: none;
}
.dictionary ol a:visited {
  color: #598b8c;
  text-decoration: none;
}
.dictionary ol a:hover {
  color: #598b8c;
  text-decoration: underline;
}
.dictionary ol a:active {
  color: #006bb4;
  text-decoration: underline;
}
.categories-container .category-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.categories-container .category-grid .category-item {
  -webkit-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 0 0 20px 20px;
  border: 1px solid #295b5b;
  box-sizing: border-box;
}
.categories-container .category-grid .category-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.categories-container .category-grid .category-item .category-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.categories-container .category-grid .category-item .category-image img {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  object-fit: cover;
  margin-bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.categories-container .category-grid .category-item .short-description {
  color: #ffffff;
  background-color: #295b5b;
}
.categories-container .category-grid .category-item .short-description p {
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}
.categories-container .category-grid .category-item .actions {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background-color: #295b5b;
  padding: 20px;
}
.categories-container .category-grid .category-item .actions button,
.categories-container .category-grid .category-item .actions .quote-details-items .actions-toolbar > .action,
.categories-container .category-grid .category-item .actions .cart.table-wrapper .actions-toolbar > .action,
.categories-container .category-grid .category-item .actions .action-gift {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #295b5b;
  box-shadow: none;
  border: none;
}
.categories-container .category-grid .category-item:hover {
  cursor: pointer;
}
.categories-container .category-grid .category-item:hover a,
.categories-container .category-grid .category-item:hover .actions button,
.categories-container .category-grid .category-item:hover .actions .quote-details-items .actions-toolbar > .action,
.categories-container .category-grid .category-item:hover .actions .cart.table-wrapper .actions-toolbar > .action,
.categories-container .category-grid .category-item:hover .actions .action-gift {
  text-decoration: none;
}
.hide-breadcrumb {
  display: none !important;
  visibility: hidden;
}
.qty-buttons-wrapper {
  max-width: 110px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.qty-buttons-wrapper .mage-error[generated] {
  display: none !important;
}
.qty-buttons-wrapper .qty-button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
}
.qty-buttons-wrapper .qty-button:focus,
.qty-buttons-wrapper .qty-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.qty-buttons-wrapper .qty-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.qty-buttons-wrapper .qty-button.disabled,
.qty-buttons-wrapper .qty-button[disabled],
fieldset[disabled] .qty-buttons-wrapper .qty-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.qty-buttons-wrapper #qty-error.mage-error {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.qty-buttons-wrapper > .qty:focus,
.qty-buttons-wrapper > .item-qty:focus {
  box-shadow: none;
}
.qty-buttons-wrapper > .qty-button {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.qty-buttons-wrapper > .qty-button.decrease {
  border-right: 0;
}
.qty-buttons-wrapper > .qty-button.increase {
  border-left: 0;
}
.qty-buttons-wrapper > .qty-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qty-buttons-wrapper > .qty-buttons > .qty-button {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.qty-buttons-wrapper > .qty-buttons > .qty-button:last-child {
  border-top: 0;
}
.qty-buttons-wrapper input.qty {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  z-index: 1;
}
.qty-buttons-wrapper.after > .qty-buttons > .qty-button {
  border-left: 0;
}
.qty-buttons-wrapper.before > .qty-buttons > .qty-button {
  border-right: 0;
}
.cart.table-wrapper .col.qty .qty-buttons-wrapper {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cart.table-wrapper .col.qty .qty-buttons-wrapper .input-text {
  margin-top: 0;
}
.image-text-block {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image-text-block[data-light-text="true"] .image-text-block-content {
  background-image: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.5) 50%);
}
.image-text-block[data-light-text="true"] .image-text-block-content h3,
.image-text-block[data-light-text="true"] .image-text-block-content .image-text-block-description {
  color: #ffffff;
}
.image-text-block-image {
  width: 100%;
}
.image-text-block img {
  float: left;
}
.image-text-block-content {
  background-image: linear-gradient(transparent 10%, rgba(255, 255, 255, 0.5) 50%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 40px 30px 30px;
  position: absolute;
  width: 100%;
}
.image-text-block-content h3 {
  font-size: 3.2rem;
}
.image-text-block-content .image-text-block-description {
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .image-text-block {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .image-text-block .pagebuilder-mobile-only + .image-text-block-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .image-text-block-image {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .image-text-block-content h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  .image-text-block-content .action.primary {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .image-text-block-content .image-text-block-description {
    font-size: 1.6rem;
  }
}
.order-comment-wrapper {
  margin-top: 40px;
}
.order-comment-wrapper .order-comment {
  margin-top: 10px;
}
.pagebuilder-accordion ul.tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header.show > .tab-title .tab-title:after {
  content: '-';
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tab-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding: 15px 0;
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tab-title:hover,
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tab-title:active {
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tab-title .tab-title {
  font-weight: 700;
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tab-title .tab-title:after {
  content: '+';
  float: right;
  font-size: 18px;
  width: 20px;
}
.pagebuilder-accordion ul.tabs-navigation li.tab-header > .tabs-content {
  padding: 15px 0;
}
[data-content-type="usp_block"] {
  font-size: 0;
  position: relative;
}
.catalog-product-view .block.faqs {
  clear: both;
}
.yw-faq {
  /** FAQ categories listing */
  /** FAQ listing/view */
  /** Global UI blocks */
}
.yw-faq_autocomplete {
  background-color: #ffffff;
  padding: 0;
  position: absolute;
  width: 100%;
}
.yw-faq_autocomplete-image {
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.yw-faq_autocomplete-list {
  padding-left: 0;
  list-style: none;
}
.yw-faq_autocomplete-list__item {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}
.yw-faq_category-image {
  bottom: -9999px;
  margin: auto;
  position: absolute;
  top: -9999px;
  width: 100%;
}
.yw-faq_category-image__wrapper {
  background-color: #f7f7f9;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.yw-faq_category-info {
  padding: 20px;
}
.yw-faq_category-list {
  visibility: hidden;
  list-style: none;
  padding-left: 0;
}
.yw-faq_category-list__item {
  border: 1px solid #d1d1d1;
  float: left;
  margin: 0 20px 20px 0;
}
.yw-faq_category-sidebar {
  margin-top: 20px;
}
.yw-faq_faq-image__wrapper,
.yw-faq_faq-info__wrapper {
  display: inline-block;
  float: left;
}
.yw-faq_faq-list__wrapper,
.yw-faq_faq-popular-tags__wrapper {
  float: left;
}
.yw-faq_faq-accordion-trigger {
  display: -webkit-inline-block;
  display: -ms-inline-blockbox;
  display: inline-block;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.yw-faq_faq-accordion-trigger:after {
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -ms-background-size: 20px;
  background-size: 20px;
  background-image: url('../Youwe_Faq/images/caret.png');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  width: 40px;
}
.yw-faq_faq-accordion-trigger__wrapper {
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.yw-faq_faq-content {
  background-color: #f7f7f9;
  word-wrap: break-word;
  padding: 25px;
}
.yw-faq_faq-head {
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.yw-faq_faq-image {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
.yw-faq_faq-image__wrapper {
  background-color: #f7f7f9;
  height: 180px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
}
.yw-faq_faq-info__title {
  margin-top: 0;
}
.yw-faq_faq-info__wrapper {
  max-width: 60%;
}
.yw-faq_faq-list {
  list-style-type: none;
  padding-left: 0;
}
.yw-faq_faq-list__item {
  box-shadow: 0 0 15px 0 #d1d1d1;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px;
  position: relative;
}
.yw-faq_faq-list__item:before,
.yw-faq_faq-list__item:after {
  content: '';
  display: table;
}
.yw-faq_faq-list__item:after {
  clear: both;
}
.yw-faq_faq-list__item--with-image .yw-faq_faq-head {
  min-height: 180px;
  padding: 0;
}
.yw-faq_faq-list__item--with-image .yw-faq_faq-info__title {
  margin-top: 20px;
}
.yw-faq_faq-list__item--with-image .yw-faq_faq-info__wrapper {
  min-height: 180px;
}
.yw-faq_faq-list__item .yw-faq_faq-body,
.yw-faq_faq-list__item .yw-faq_faq-head {
  clear: left;
  float: left;
  width: 100%;
}
.yw-faq_faq-list__wrapper {
  clear: both;
  width: 100%;
}
.yw-faq_frequent-list {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.yw-faq_frequent-list__item {
  padding: 5px 0;
}
.yw-faq_frequent-list__item > a {
  cursor: pointer;
}
.yw-faq_heading {
  display: inline-block;
}
.yw-faq_popular-tags__wrapper {
  margin-bottom: 20px;
  width: 100%;
}
.yw-faq_search {
  float: right;
  position: relative;
  width: 400px;
}
.yw-faq_tag {
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}
.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 .secondary {
  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 .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.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 400;
}
.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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  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: #598b8c;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.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: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.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;
}
.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: #598b8c;
  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: "\e0c7";
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  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: -2px;
}
.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: #295b5b;
  content: '\e5ce';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #295b5b;
}
.sorter .sort-desc:before {
  content: '\e5cf';
}
.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;
}
.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-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #60b8b8;
  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: auto;
}
.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: 5px 7.5px 10px 7.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  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: #60b8b8;
}
.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 .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.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: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  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 .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.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: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
}
.ui-dialog-titlebar-close:visited {
  color: #598b8c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #598b8c;
  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: #60b8b8;
  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;
}
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 #d1d1d1;
}
.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 #d1d1d1;
}
.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.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.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;
}
.block-category-event {
  background: #f0f0f0;
  color: #295b5b;
  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: #295b5b;
  content: '\e8b6';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #295b5b;
}
.block-search .label:active:before {
  color: #295b5b;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul 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: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.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 .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.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 #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.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 .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: #295b5b;
  content: '\e8cc';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #295b5b;
}
.minicart-wrapper .action.showcart:active:before {
  color: #295b5b;
}
.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: #295b5b;
  content: '\e8cc';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #295b5b;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #295b5b;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.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;
}
.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: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.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;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .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: '\e313';
  font-family: 'Material Icons';
  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: '\e316';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #598b8c;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 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.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: '\e313';
  font-family: 'Material Icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: "\e10c";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: 'delete';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #295b5b;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.4rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #295b5b;
  font-weight: 600;
  font-size: 1.4rem;
}
.opc-progress-bar-item._active:before {
  background: #598b8c;
}
.opc-progress-bar-item._active > span {
  color: #295b5b;
}
.opc-progress-bar-item._active > span:before {
  background: #598b8c;
}
.opc-progress-bar-item._active > span:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  line-height: 26px;
  font-size: 1em;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #295b5b;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  line-height: 26px;
  font-size: 1em;
}
.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: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.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: #295b5b;
}
.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: "\e2e6";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #295b5b;
}
.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: #295b5b;
}
.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 {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #598b8c;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #598b8c;
  color: #ffffff;
  content: '\e5ca';
  font-family: 'Material Icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.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 .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #598b8c;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 20px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75em;
  line-height: 1em;
  color: #598b8c;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #295b5b;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #598b8c;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e316';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  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 #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 10px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e316';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1em;
  color: #295b5b;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  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: #295b5b;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #295b5b;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.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: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * 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%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  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: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.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 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.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.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  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;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .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: '\e313';
  font-family: 'Material Icons';
  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: '\e316';
}
.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: '\e316';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  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: '\e313';
  font-family: 'Material Icons';
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: '\e313';
  font-family: 'Material Icons';
  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: '\e316';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.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 #d1d1d1;
}
.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 5px;
  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: "\e1df";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-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 #d1d1d1;
}
.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 #d1d1d1;
}
.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: 1;
  color: inherit;
  content: "\e2cb";
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.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 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  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: #60b8b8;
}
.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: 1em;
}
.map-popup .popup-header .title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 1em;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: 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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.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: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
}
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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #598b8c;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #598b8c;
  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,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.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,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .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: 1;
  color: #60b8b8;
  content: '\e313';
  font-family: 'Material Icons';
  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: #295b5b;
}
.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: 1;
  color: #60b8b8;
  content: '\e316';
  font-family: 'Material Icons';
  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: #295b5b;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  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: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e87e';
}
.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: #295b5b;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #cae7e7;
  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.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.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: 1em;
}
.wishlist.window.popup .popup-header .title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 1em;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: 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: #60b8b8;
  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: #193838;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  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: #99d1d1;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 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: #73738f;
  content: "\e16c";
  font-family: 'Material Icons';
  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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
  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%;
  }
}
.data.switch .counter {
  color: #60b8b8;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 80px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Material Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 0;
  line-height: 16px;
  content: "\e359" "\e359" "\e359" "\e359" "\e359";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'Material Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 0;
  line-height: 16px;
  content: "\e359" "\e359" "\e359" "\e359" "\e359";
  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 {
  width: auto;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Material Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 0;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e359" "\e359" "\e359" "\e359" "\e359";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'Material Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 0;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\e359" "\e359" "\e359" "\e359" "\e359";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e359" "\e359" "\e359" "\e359";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e359" "\e359" "\e359";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e359" "\e359";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e359";
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 10px 0 12px;
}
.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: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 16px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 .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;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 6px;
}
.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;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
}
.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;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.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 #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.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: "\e16c";
  font-family: 'Material Icons';
  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;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.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;
}
.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: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
}
.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: #598b8c;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #598b8c;
  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: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  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: #598b8c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #598b8c;
  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;
}
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 {
  background-color: #ffffff;
  border-bottom: 1px solid #d1d1d1;
  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 {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #193838;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #598b8c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 20px;
  display: block;
  font-size: 1.4rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #598b8c;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  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: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  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;
}
.action.towishlist {
  display: inline-block;
  text-decoration: none;
  display: inline;
  vertical-align: middle;
}
.action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 1;
  color: #d8d8d8;
  content: '\e87d';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.towishlist span {
  display: none;
}
.page-header .wishlist a .counter.qty {
  display: none;
}
.page-header .wishlist a .counter.qty.show {
  display: block;
}
.wishlist.products-grid .product-item-info {
  z-index: 100 !important;
}
.wishlist.products-grid .product-item textarea,
.wishlist.products-grid .product-item input.qty {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0;
  color: #295b5b;
  font-weight: 600;
}
.wishlist.products-grid .product-item .qty-buttons-wrapper {
  border: 1px solid #e7e6e6;
  min-width: 110px;
  max-width: none;
}
.wishlist.products-grid .product-item .qty-buttons-wrapper .qty-button {
  font-size: 2rem;
  line-height: 3.4rem;
  background: transparent;
  border: none;
  color: #295b5b;
  padding: 5px 3px;
  width: 26px;
}
.wishlist.products-grid .product-item .comment-box label {
  display: block;
  margin-bottom: 15px;
}
.wishlist.products-grid .product-item .price-box table {
  margin-bottom: 15px;
}
.wishlist.products-grid .product-item .price-box .tooltip {
  display: none;
}
.wishlist.products-grid .product-item .box-tocart {
  margin-top: 10px;
}
.wishlist.products-grid .product-item .box-tocart .product-item-actions {
  margin-top: 20px;
  width: 100%;
}
.wishlist.products-grid .product-item .box-tocart .product-item-actions .actions-primary {
  width: 100%;
}
.wishlist.products-grid .product-item .box-tocart .product-item-actions .actions-primary button,
.wishlist.products-grid .product-item .box-tocart .product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action,
.wishlist.products-grid .product-item .box-tocart .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action,
.wishlist.products-grid .product-item .box-tocart .product-item-actions .actions-primary .action-gift {
  width: 100%;
}
.wishlist.products-grid .product-item .box-tocart .field.qty {
  margin-bottom: 0;
  text-align: center;
}
.wishlist.products-grid .product-item .box-tocart .control input.qty {
  height: 49px;
  padding: 0;
  text-align: center;
  width: 55px;
}
.wishlist.products-grid .product-item .product-item-actions {
  display: block;
}
.wishlist.products-grid .product-item .product-item-actions .action.edit,
.wishlist.products-grid .product-item .product-item-actions .action.delete {
  color: #598b8c;
  text-align: center;
}
.wishlist.products-grid .product-item .product-item-actions .action.edit:hover,
.wishlist.products-grid .product-item .product-item-actions .action.delete:hover {
  color: #456c6d;
}
.wishlist.products-grid .product-item .product-item-actions .action.edit {
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
.wishlist.products-grid .product-item .product-item-actions .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: 'create';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.products-grid .product-item .product-item-actions .action.delete {
  display: block;
  text-decoration: none;
}
.wishlist.products-grid .product-item .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wishlist.products-grid .product-item {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .wishlist.products-grid .product-item .product-item-actions {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .wishlist.products-grid .product-item .product-item-actions .action.edit,
  .wishlist.products-grid .product-item .product-item-actions .action.delete {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .wishlist.products-grid .product-item .product-item-actions .action.delete {
    margin-bottom: 15px;
  }
}
.wishlist-index-index .actions-toolbar .secondary .back {
  color: #598b8c;
}
.wishlist-index-index .actions-toolbar .secondary .back:hover {
  color: #456c6d;
}
.wishlist-index-index .actions-toolbar .primary .action {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.wishlist-index-index .actions-toolbar .primary .action:focus,
.wishlist-index-index .actions-toolbar .primary .action:active {
  background: #193838;
  color: #ffffff;
}
.wishlist-index-index .actions-toolbar .primary .action:hover {
  background: #193838;
  color: #ffffff;
}
.wishlist-index-index .actions-toolbar .primary .action.disabled,
.wishlist-index-index .actions-toolbar .primary .action[disabled],
fieldset[disabled] .wishlist-index-index .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .navigation .submenu.submenu-custom {
    display: none !important;
  }
  .navigation .parent.only-contains-submenu-custom .level-top:after {
    display: none;
  }
}
.mobile-vat-switch {
  display: none;
}
.tax-switcher-holder {
  margin-top: -40px;
  margin-left: auto;
}
.tax-price-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: inline-block;
  color: #73738f;
  padding-left: 12px;
  vertical-align: middle;
}
.tax-price {
  display: inline-block;
  height: 24px;
  position: relative;
}
.tax-price input[type="checkbox"] {
  height: 0;
  margin: 0;
  opacity: 0;
  width: 44px;
}
.tax-price input[type="checkbox"]:checked + label {
  background: #295b5b;
}
.tax-price input[type="checkbox"]:checked + label:before {
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  box-shadow: 0 0 1px #295b5b;
  left: -4px;
}
.tax-price .switch {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background: #d8d8d8;
  border-radius: 34px;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.tax-price .switch:before {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  border-radius: 50%;
  bottom: 2px;
  content: '';
  height: 20px;
  left: 2px;
  position: absolute;
  width: 20px;
}
.tax-price .switch.active {
  background: #295b5b;
}
.tax-price .switch.active:before {
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  box-shadow: 0 0 1px #295b5b;
  left: -4px;
}
@media screen and (max-width: 1023px) {
  .tax-switcher-holder {
    border-bottom: 1px solid #e7e6e6;
    border-top: 1px solid #e7e6e6;
    display: none;
    margin-bottom: 25px;
    padding: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-vat-switch {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-vat-switch .tax-switcher-holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-vat-switch .tax-switcher-holder .tax-price-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #295b5b;
    padding-left: 56px;
  }
}
.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: 1;
  color: inherit;
  content: "\e2cb";
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e408';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e409';
}
.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: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #193838;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #193838;
  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;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-3d-glasses:before {
  content: "\e000";
}
.fa-3d-rotate:before {
  content: "\e001";
}
.fa-8ball:before {
  content: "\e002";
}
.fa-abacus:before {
  content: "\e003";
}
.fa-accessibility:before {
  content: "\e004";
}
.fa-aim:before {
  content: "\e005";
}
.fa-alarm:before {
  content: "\e006";
}
.fa-alarm2:before {
  content: "\e007";
}
.fa-alarm-add:before {
  content: "\e008";
}
.fa-alarm-add2:before {
  content: "\e009";
}
.fa-alarm-check:before {
  content: "\e00a";
}
.fa-alarm-error:before {
  content: "\e00b";
}
.fa-alarm-remove:before {
  content: "\e00c";
}
.fa-alarm-ringing:before {
  content: "\e00d";
}
.fa-alarm-snooze:before {
  content: "\e00e";
}
.fa-album:before {
  content: "\e00f";
}
.fa-align-bottom:before {
  content: "\e010";
}
.fa-align-center-horizontal:before {
  content: "\e011";
}
.fa-align-center-vertical:before {
  content: "\e012";
}
.fa-align-left:before {
  content: "\e013";
}
.fa-align-right:before {
  content: "\e014";
}
.fa-align-top:before {
  content: "\e015";
}
.fa-ambulance:before {
  content: "\e016";
}
.fa-anchor:before {
  content: "\e017";
}
.fa-angle:before {
  content: "\e018";
}
.fa-angle2:before {
  content: "\e019";
}
.fa-annoyed:before {
  content: "\e01a";
}
.fa-antenna:before {
  content: "\e01b";
}
.fa-apartment:before {
  content: "\e01c";
}
.fa-apple:before {
  content: "\e01d";
}
.fa-archery:before {
  content: "\e01e";
}
.fa-archive:before {
  content: "\e01f";
}
.fa-archive2:before {
  content: "\e020";
}
.fa-arrow-divert:before {
  content: "\e021";
}
.fa-arrow-down:before {
  content: "\e022";
}
.fa-arrow-down-circle:before {
  content: "\e023";
}
.fa-arrow-down-square:before {
  content: "\e024";
}
.fa-arrow-left:before {
  content: "\e025";
}
.fa-arrow-left-circle:before {
  content: "\e026";
}
.fa-arrow-left-square:before {
  content: "\e027";
}
.fa-arrow-return:before {
  content: "\e028";
}
.fa-arrow-right:before {
  content: "\e029";
}
.fa-arrow-right-circle:before {
  content: "\e02a";
}
.fa-arrow-right-square:before {
  content: "\e02b";
}
.fa-arrow-up:before {
  content: "\e02c";
}
.fa-arrow-up-circle:before {
  content: "\e02d";
}
.fa-arrow-up-right:before {
  content: "\e02e";
}
.fa-arrow-up-square:before {
  content: "\e02f";
}
.fa-arrow-wave:before {
  content: "\e030";
}
.fa-arrows-merge:before {
  content: "\e031";
}
.fa-arrows-split:before {
  content: "\e032";
}
.fa-aspect-ratio:before {
  content: "\e033";
}
.fa-at-sign:before {
  content: "\e034";
}
.fa-audio-book:before {
  content: "\e035";
}
.fa-axe:before {
  content: "\e036";
}
.fa-axe2:before {
  content: "\e037";
}
.fa-baby:before {
  content: "\e038";
}
.fa-baby2:before {
  content: "\e039";
}
.fa-baby3:before {
  content: "\e03a";
}
.fa-baby-bottle:before {
  content: "\e03b";
}
.fa-backward-circle:before {
  content: "\e03c";
}
.fa-bag:before {
  content: "\e03d";
}
.fa-bag2:before {
  content: "\e03e";
}
.fa-bag-dollar:before {
  content: "\e03f";
}
.fa-bag-euro:before {
  content: "\e040";
}
.fa-bag-pound:before {
  content: "\e041";
}
.fa-bag-yen:before {
  content: "\e042";
}
.fa-balance:before {
  content: "\e043";
}
.fa-balloon:before {
  content: "\e044";
}
.fa-bandage:before {
  content: "\e045";
}
.fa-bandages:before {
  content: "\e046";
}
.fa-barcode:before {
  content: "\e047";
}
.fa-barcode2:before {
  content: "\e048";
}
.fa-barcode3:before {
  content: "\e049";
}
.fa-baseball:before {
  content: "\e04a";
}
.fa-baseball-bat:before {
  content: "\e04b";
}
.fa-basketball:before {
  content: "\e04c";
}
.fa-bathtub:before {
  content: "\e04d";
}
.fa-battery-alert:before {
  content: "\e04e";
}
.fa-battery-charging:before {
  content: "\e04f";
}
.fa-battery-charging2:before {
  content: "\e050";
}
.fa-battery-charging3:before {
  content: "\e051";
}
.fa-battery-charging4:before {
  content: "\e052";
}
.fa-battery-charging5:before {
  content: "\e053";
}
.fa-battery-charging6:before {
  content: "\e054";
}
.fa-battery-charging7:before {
  content: "\e055";
}
.fa-battery-empty:before {
  content: "\e056";
}
.fa-battery-error:before {
  content: "\e057";
}
.fa-battery-full:before {
  content: "\e058";
}
.fa-battery-low1:before {
  content: "\e059";
}
.fa-battery-low2:before {
  content: "\e05a";
}
.fa-battery-low3:before {
  content: "\e05b";
}
.fa-battery-mid1:before {
  content: "\e05c";
}
.fa-battery-mid2:before {
  content: "\e05d";
}
.fa-battery-mid3:before {
  content: "\e05e";
}
.fa-battery-power:before {
  content: "\e05f";
}
.fa-beaker:before {
  content: "\e060";
}
.fa-bed:before {
  content: "\e061";
}
.fa-bench-press:before {
  content: "\e062";
}
.fa-bicycle:before {
  content: "\e063";
}
.fa-bicycle2:before {
  content: "\e064";
}
.fa-binoculars:before {
  content: "\e065";
}
.fa-binoculars2:before {
  content: "\e066";
}
.fa-blog:before {
  content: "\e067";
}
.fa-boat:before {
  content: "\e068";
}
.fa-bold:before {
  content: "\e069";
}
.fa-bone:before {
  content: "\e06a";
}
.fa-book:before {
  content: "\e06b";
}
.fa-book2:before {
  content: "\e06c";
}
.fa-bookmark:before {
  content: "\e06d";
}
.fa-bookmark2:before {
  content: "\e06e";
}
.fa-border-all:before {
  content: "\e06f";
}
.fa-border-bottom:before {
  content: "\e070";
}
.fa-border-horizontal:before {
  content: "\e071";
}
.fa-border-inner:before {
  content: "\e072";
}
.fa-border-left:before {
  content: "\e073";
}
.fa-border-none:before {
  content: "\e074";
}
.fa-border-outer:before {
  content: "\e075";
}
.fa-border-right:before {
  content: "\e076";
}
.fa-border-style:before {
  content: "\e077";
}
.fa-border-top:before {
  content: "\e078";
}
.fa-border-vertical:before {
  content: "\e079";
}
.fa-bottle:before {
  content: "\e07a";
}
.fa-bottle2:before {
  content: "\e07b";
}
.fa-bow-tie:before {
  content: "\e07c";
}
.fa-bowling:before {
  content: "\e07d";
}
.fa-bowling-pins:before {
  content: "\e07e";
}
.fa-box:before {
  content: "\e07f";
}
.fa-brain:before {
  content: "\e080";
}
.fa-bread:before {
  content: "\e081";
}
.fa-briefcase:before {
  content: "\e082";
}
.fa-broadcast:before {
  content: "\e083";
}
.fa-broom:before {
  content: "\e084";
}
.fa-brush:before {
  content: "\e085";
}
.fa-brush2:before {
  content: "\e086";
}
.fa-bubble:before {
  content: "\e087";
}
.fa-bubble-alert:before {
  content: "\e088";
}
.fa-bubble-attachment:before {
  content: "\e089";
}
.fa-bubble-dots:before {
  content: "\e08a";
}
.fa-bubble-emoticon:before {
  content: "\e08b";
}
.fa-bubble-heart:before {
  content: "\e08c";
}
.fa-bubble-pencil:before {
  content: "\e08d";
}
.fa-bubble-picture:before {
  content: "\e08e";
}
.fa-bubble-question:before {
  content: "\e08f";
}
.fa-bubble-quote:before {
  content: "\e090";
}
.fa-bubble-text:before {
  content: "\e091";
}
.fa-bubble-user:before {
  content: "\e092";
}
.fa-bubble-video:before {
  content: "\e093";
}
.fa-bubbles:before {
  content: "\e094";
}
.fa-bucket:before {
  content: "\e095";
}
.fa-bug:before {
  content: "\e096";
}
.fa-bullhorn:before {
  content: "\e097";
}
.fa-bus:before {
  content: "\e098";
}
.fa-bus2:before {
  content: "\e099";
}
.fa-button:before {
  content: "\e09a";
}
.fa-cable:before {
  content: "\e09b";
}
.fa-cable2:before {
  content: "\e09c";
}
.fa-cactus:before {
  content: "\e09d";
}
.fa-cake:before {
  content: "\e09e";
}
.fa-calculator:before {
  content: "\e09f";
}
.fa-calculator2:before {
  content: "\e0a0";
}
.fa-calendar-31:before {
  content: "\e0a1";
}
.fa-calendar-check:before {
  content: "\e0a2";
}
.fa-calendar-cross:before {
  content: "\e0a3";
}
.fa-calendar-empty:before {
  content: "\e0a4";
}
.fa-calendar-full:before {
  content: "\e0a5";
}
.fa-calendar-insert:before {
  content: "\e0a6";
}
.fa-calendar-text:before {
  content: "\e0a7";
}
.fa-calendar-user:before {
  content: "\e0a8";
}
.fa-camera:before {
  content: "\e0a9";
}
.fa-camera2:before {
  content: "\e0aa";
}
.fa-camera-crossed:before {
  content: "\e0ab";
}
.fa-camera-flip:before {
  content: "\e0ac";
}
.fa-camera-play:before {
  content: "\e0ad";
}
.fa-candy:before {
  content: "\e0ae";
}
.fa-car:before {
  content: "\e0af";
}
.fa-car2:before {
  content: "\e0b0";
}
.fa-car-battery:before {
  content: "\e0b1";
}
.fa-car-lock:before {
  content: "\e0b2";
}
.fa-car-siren:before {
  content: "\e0b3";
}
.fa-car-wash:before {
  content: "\e0b4";
}
.fa-car-wash2:before {
  content: "\e0b5";
}
.fa-car-wash3:before {
  content: "\e0b6";
}
.fa-car-wash4:before {
  content: "\e0b7";
}
.fa-carrot:before {
  content: "\e0b8";
}
.fa-cart:before {
  content: "\e0b9";
}
.fa-cart-add:before {
  content: "\e0ba";
}
.fa-cart-empty:before {
  content: "\e0bb";
}
.fa-cart-exchange:before {
  content: "\e0bc";
}
.fa-cart-full:before {
  content: "\e0bd";
}
.fa-cart-plus:before {
  content: "\e0be";
}
.fa-cart-plus2:before {
  content: "\e0bf";
}
.fa-cart-remove:before {
  content: "\e0c0";
}
.fa-cash-dollar:before {
  content: "\e0c1";
}
.fa-cash-euro:before {
  content: "\e0c2";
}
.fa-cash-pound:before {
  content: "\e0c3";
}
.fa-cash-yen:before {
  content: "\e0c4";
}
.fa-cashier:before {
  content: "\e0c5";
}
.fa-chair:before {
  content: "\e0c6";
}
.fa-chart-bars:before {
  content: "\e0c7";
}
.fa-chart-growth:before {
  content: "\e0c8";
}
.fa-chart-settings:before {
  content: "\e0c9";
}
.fa-check:before {
  content: "\e0ca";
}
.fa-check-square:before {
  content: "\e0cb";
}
.fa-checkmark-circle:before {
  content: "\e0cc";
}
.fa-cheese:before {
  content: "\e0cd";
}
.fa-chef:before {
  content: "\e0ce";
}
.fa-cherry:before {
  content: "\e0cf";
}
.fa-chevron-down:before {
  content: "\e0d0";
}
.fa-chevron-down-circle:before {
  content: "\e0d1";
}
.fa-chevron-down-square:before {
  content: "\e0d2";
}
.fa-chevron-left:before {
  content: "\e0d3";
}
.fa-chevron-left-circle:before {
  content: "\e0d4";
}
.fa-chevron-left-square:before {
  content: "\e0d5";
}
.fa-chevron-right:before {
  content: "\e0d6";
}
.fa-chevron-right-circle:before {
  content: "\e0d7";
}
.fa-chevron-right-square:before {
  content: "\e0d8";
}
.fa-chevron-up:before {
  content: "\e0d9";
}
.fa-chevron-up-circle:before {
  content: "\e0da";
}
.fa-chevron-up-square:before {
  content: "\e0db";
}
.fa-chevrons-contract-horizontal:before {
  content: "\e0dc";
}
.fa-chevrons-contract-vertical:before {
  content: "\e0dd";
}
.fa-chevrons-expand-horizontal:before {
  content: "\e0de";
}
.fa-chevrons-expand-vertical:before {
  content: "\e0df";
}
.fa-chicken:before {
  content: "\e0e0";
}
.fa-chip:before {
  content: "\e0e1";
}
.fa-chip-x64:before {
  content: "\e0e2";
}
.fa-chip-x86:before {
  content: "\e0e3";
}
.fa-christmas:before {
  content: "\e0e4";
}
.fa-circle:before {
  content: "\e0e5";
}
.fa-circle-minus:before {
  content: "\e0e6";
}
.fa-citrus:before {
  content: "\e0e7";
}
.fa-city:before {
  content: "\e0e8";
}
.fa-clapboard-play:before {
  content: "\e0e9";
}
.fa-cli:before {
  content: "\e0ea";
}
.fa-clipboard-alert:before {
  content: "\e0eb";
}
.fa-clipboard-check:before {
  content: "\e0ec";
}
.fa-clipboard-down:before {
  content: "\e0ed";
}
.fa-clipboard-empty:before {
  content: "\e0ee";
}
.fa-clipboard-left:before {
  content: "\e0ef";
}
.fa-clipboard-pencil:before {
  content: "\e0f0";
}
.fa-clipboard-text:before {
  content: "\e0f1";
}
.fa-clipboard-user:before {
  content: "\e0f2";
}
.fa-clock:before {
  content: "\e0f3";
}
.fa-clock2:before {
  content: "\e0f4";
}
.fa-clock3:before {
  content: "\e0f5";
}
.fa-cloud:before {
  content: "\e0f6";
}
.fa-cloud-alert:before {
  content: "\e0f7";
}
.fa-cloud-check:before {
  content: "\e0f8";
}
.fa-cloud-cross:before {
  content: "\e0f9";
}
.fa-cloud-crossed:before {
  content: "\e0fa";
}
.fa-cloud-database:before {
  content: "\e0fb";
}
.fa-cloud-download:before {
  content: "\e0fc";
}
.fa-cloud-fog:before {
  content: "\e0fd";
}
.fa-cloud-gear:before {
  content: "\e0fe";
}
.fa-cloud-hailstones:before {
  content: "\e0ff";
}
.fa-cloud-lightning:before {
  content: "\e100";
}
.fa-cloud-lock:before {
  content: "\e101";
}
.fa-cloud-rain:before {
  content: "\e102";
}
.fa-cloud-snow:before {
  content: "\e103";
}
.fa-cloud-sun:before {
  content: "\e104";
}
.fa-cloud-sync:before {
  content: "\e105";
}
.fa-cloud-upload:before {
  content: "\e106";
}
.fa-cloud-windy:before {
  content: "\e107";
}
.fa-clubs:before {
  content: "\e108";
}
.fa-code:before {
  content: "\e109";
}
.fa-coffee-bean:before {
  content: "\e10a";
}
.fa-coffee-cup:before {
  content: "\e10b";
}
.fa-cog:before {
  content: "\e10c";
}
.fa-cog2:before {
  content: "\e10d";
}
.fa-coin-dollar:before {
  content: "\e10e";
}
.fa-coin-euro:before {
  content: "\e10f";
}
.fa-coin-pound:before {
  content: "\e110";
}
.fa-coin-yen:before {
  content: "\e111";
}
.fa-color-sampler:before {
  content: "\e112";
}
.fa-combine:before {
  content: "\e113";
}
.fa-communication:before {
  content: "\e114";
}
.fa-communication-crossed:before {
  content: "\e115";
}
.fa-compare:before {
  content: "\e116";
}
.fa-compass:before {
  content: "\e117";
}
.fa-compass2:before {
  content: "\e118";
}
.fa-concave:before {
  content: "\e119";
}
.fa-confused:before {
  content: "\e11a";
}
.fa-construction:before {
  content: "\e11b";
}
.fa-construction-cone:before {
  content: "\e11c";
}
.fa-contacts:before {
  content: "\e11d";
}
.fa-contract:before {
  content: "\e11e";
}
.fa-contract2:before {
  content: "\e11f";
}
.fa-contract3:before {
  content: "\e120";
}
.fa-contrast:before {
  content: "\e121";
}
.fa-convex:before {
  content: "\e122";
}
.fa-cool:before {
  content: "\e123";
}
.fa-coolant-temperature:before {
  content: "\e124";
}
.fa-copy:before {
  content: "\e125";
}
.fa-cord:before {
  content: "\e126";
}
.fa-couch:before {
  content: "\e127";
}
.fa-credit-card:before {
  content: "\e128";
}
.fa-crop:before {
  content: "\e129";
}
.fa-cross:before {
  content: "\e12a";
}
.fa-cross2:before {
  content: "\e12b";
}
.fa-cross-circle:before {
  content: "\e12c";
}
.fa-cross-square:before {
  content: "\e12d";
}
.fa-crown:before {
  content: "\e12e";
}
.fa-cube:before {
  content: "\e12f";
}
.fa-dagger:before {
  content: "\e130";
}
.fa-database:before {
  content: "\e131";
}
.fa-database-add:before {
  content: "\e132";
}
.fa-database-check:before {
  content: "\e133";
}
.fa-database-download:before {
  content: "\e134";
}
.fa-database-history:before {
  content: "\e135";
}
.fa-database-lock:before {
  content: "\e136";
}
.fa-database-refresh:before {
  content: "\e137";
}
.fa-database-remove:before {
  content: "\e138";
}
.fa-database-upload:before {
  content: "\e139";
}
.fa-delete:before {
  content: "\e13a";
}
.fa-desk-tape:before {
  content: "\e13b";
}
.fa-desktop:before {
  content: "\e13c";
}
.fa-dial:before {
  content: "\e13d";
}
.fa-diamond:before {
  content: "\e13e";
}
.fa-diamond2:before {
  content: "\e13f";
}
.fa-diamond3:before {
  content: "\e140";
}
.fa-diamond4:before {
  content: "\e141";
}
.fa-diamonds:before {
  content: "\e142";
}
.fa-dice:before {
  content: "\e143";
}
.fa-dinner:before {
  content: "\e144";
}
.fa-dinner2:before {
  content: "\e145";
}
.fa-direction-ltr:before {
  content: "\e146";
}
.fa-direction-rtl:before {
  content: "\e147";
}
.fa-disc:before {
  content: "\e148";
}
.fa-dna:before {
  content: "\e149";
}
.fa-document:before {
  content: "\e14a";
}
.fa-document2:before {
  content: "\e14b";
}
.fa-dolly:before {
  content: "\e14c";
}
.fa-download:before {
  content: "\e14d";
}
.fa-download2:before {
  content: "\e14e";
}
.fa-drawers:before {
  content: "\e14f";
}
.fa-drawers2:before {
  content: "\e150";
}
.fa-drawers3:before {
  content: "\e151";
}
.fa-dream:before {
  content: "\e152";
}
.fa-drop:before {
  content: "\e153";
}
.fa-drop2:before {
  content: "\e154";
}
.fa-drop-crossed:before {
  content: "\e155";
}
.fa-dumbbell:before {
  content: "\e156";
}
.fa-earth:before {
  content: "\e157";
}
.fa-earth-lock:before {
  content: "\e158";
}
.fa-easter-egg:before {
  content: "\e159";
}
.fa-egg:before {
  content: "\e15a";
}
.fa-egg2:before {
  content: "\e15b";
}
.fa-eggs:before {
  content: "\e15c";
}
.fa-eject-circle:before {
  content: "\e15d";
}
.fa-ellipsis:before {
  content: "\e15e";
}
.fa-engine:before {
  content: "\e15f";
}
.fa-enter:before {
  content: "\e160";
}
.fa-enter2:before {
  content: "\e161";
}
.fa-enter-down:before {
  content: "\e162";
}
.fa-enter-down2:before {
  content: "\e163";
}
.fa-enter-horizontal:before {
  content: "\e164";
}
.fa-enter-left:before {
  content: "\e165";
}
.fa-enter-left2:before {
  content: "\e166";
}
.fa-enter-right:before {
  content: "\e167";
}
.fa-enter-right2:before {
  content: "\e168";
}
.fa-enter-up:before {
  content: "\e169";
}
.fa-enter-up2:before {
  content: "\e16a";
}
.fa-enter-vertical:before {
  content: "\e16b";
}
.fa-envelope:before {
  content: "\e16c";
}
.fa-envelope-open:before {
  content: "\e16d";
}
.fa-equalizer:before {
  content: "\e16e";
}
.fa-eraser:before {
  content: "\e16f";
}
.fa-escape:before {
  content: "\e170";
}
.fa-evil:before {
  content: "\e171";
}
.fa-exclamation:before {
  content: "\e172";
}
.fa-exclude:before {
  content: "\e173";
}
.fa-exit:before {
  content: "\e174";
}
.fa-exit-down:before {
  content: "\e175";
}
.fa-exit-down2:before {
  content: "\e176";
}
.fa-exit-left:before {
  content: "\e177";
}
.fa-exit-left2:before {
  content: "\e178";
}
.fa-exit-right:before {
  content: "\e179";
}
.fa-exit-right2:before {
  content: "\e17a";
}
.fa-exit-up:before {
  content: "\e17b";
}
.fa-exit-up2:before {
  content: "\e17c";
}
.fa-expand:before {
  content: "\e17d";
}
.fa-expand2:before {
  content: "\e17e";
}
.fa-expand3:before {
  content: "\e17f";
}
.fa-expand4:before {
  content: "\e180";
}
.fa-eye:before {
  content: "\e181";
}
.fa-eye-crossed:before {
  content: "\e182";
}
.fa-eye-dropper:before {
  content: "\e183";
}
.fa-eye-minus:before {
  content: "\e184";
}
.fa-eye-plus:before {
  content: "\e185";
}
.fa-face-detection:before {
  content: "\e186";
}
.fa-factory:before {
  content: "\e187";
}
.fa-factory2:before {
  content: "\e188";
}
.fa-fan:before {
  content: "\e189";
}
.fa-feather:before {
  content: "\e18a";
}
.fa-feather2:before {
  content: "\e18b";
}
.fa-feather3:before {
  content: "\e18c";
}
.fa-fence:before {
  content: "\e18d";
}
.fa-file-add:before {
  content: "\e18e";
}
.fa-file-audio:before {
  content: "\e18f";
}
.fa-file-charts:before {
  content: "\e190";
}
.fa-file-check:before {
  content: "\e191";
}
.fa-file-code:before {
  content: "\e192";
}
.fa-file-empty:before {
  content: "\e193";
}
.fa-file-image:before {
  content: "\e194";
}
.fa-file-lock:before {
  content: "\e195";
}
.fa-file-preview:before {
  content: "\e196";
}
.fa-file-search:before {
  content: "\e197";
}
.fa-file-spreadsheet:before {
  content: "\e198";
}
.fa-file-stats:before {
  content: "\e199";
}
.fa-file-video:before {
  content: "\e19a";
}
.fa-file-zip:before {
  content: "\e19b";
}
.fa-files:before {
  content: "\e19c";
}
.fa-film:before {
  content: "\e19d";
}
.fa-film2:before {
  content: "\e19e";
}
.fa-film-play:before {
  content: "\e19f";
}
.fa-find-replace:before {
  content: "\e1a0";
}
.fa-finger-tap:before {
  content: "\e1a1";
}
.fa-finger-tap2:before {
  content: "\e1a2";
}
.fa-fingers-crossed:before {
  content: "\e1a3";
}
.fa-fingers-scroll-horizontal:before {
  content: "\e1a4";
}
.fa-fingers-scroll-horizontal2:before {
  content: "\e1a5";
}
.fa-fingers-scroll-left:before {
  content: "\e1a6";
}
.fa-fingers-scroll-left2:before {
  content: "\e1a7";
}
.fa-fingers-scroll-right:before {
  content: "\e1a8";
}
.fa-fingers-scroll-right2:before {
  content: "\e1a9";
}
.fa-fingers-scroll-vertical:before {
  content: "\e1aa";
}
.fa-fingers-scroll-vertical2:before {
  content: "\e1ab";
}
.fa-fingers-scroll-vertical3:before {
  content: "\e1ac";
}
.fa-fingers-tap:before {
  content: "\e1ad";
}
.fa-fingers-tap2:before {
  content: "\e1ae";
}
.fa-fingers-victory:before {
  content: "\e1af";
}
.fa-fire:before {
  content: "\e1b0";
}
.fa-first-aid:before {
  content: "\e1b1";
}
.fa-first-circle:before {
  content: "\e1b2";
}
.fa-fish:before {
  content: "\e1b3";
}
.fa-flag:before {
  content: "\e1b4";
}
.fa-flag2:before {
  content: "\e1b5";
}
.fa-flag3:before {
  content: "\e1b6";
}
.fa-flare:before {
  content: "\e1b7";
}
.fa-flash-auto:before {
  content: "\e1b8";
}
.fa-flash-memory:before {
  content: "\e1b9";
}
.fa-flashlight:before {
  content: "\e1ba";
}
.fa-flip-flops:before {
  content: "\e1bb";
}
.fa-flip-horizontal:before {
  content: "\e1bc";
}
.fa-flip-horizontal2:before {
  content: "\e1bd";
}
.fa-flip-vertical:before {
  content: "\e1be";
}
.fa-flip-vertical2:before {
  content: "\e1bf";
}
.fa-floppy-disk:before {
  content: "\e1c0";
}
.fa-focus:before {
  content: "\e1c1";
}
.fa-folder:before {
  content: "\e1c2";
}
.fa-folder-download:before {
  content: "\e1c3";
}
.fa-folder-film:before {
  content: "\e1c4";
}
.fa-folder-heart:before {
  content: "\e1c5";
}
.fa-folder-minus:before {
  content: "\e1c6";
}
.fa-folder-music:before {
  content: "\e1c7";
}
.fa-folder-picture:before {
  content: "\e1c8";
}
.fa-folder-plus:before {
  content: "\e1c9";
}
.fa-folder-search:before {
  content: "\e1ca";
}
.fa-folder-shared:before {
  content: "\e1cb";
}
.fa-folder-star:before {
  content: "\e1cc";
}
.fa-folder-upload:before {
  content: "\e1cd";
}
.fa-folder-user:before {
  content: "\e1ce";
}
.fa-football:before {
  content: "\e1cf";
}
.fa-footprint:before {
  content: "\e1d0";
}
.fa-forward-circle:before {
  content: "\e1d1";
}
.fa-frame-contract:before {
  content: "\e1d2";
}
.fa-frame-expand:before {
  content: "\e1d3";
}
.fa-funnel:before {
  content: "\e1d4";
}
.fa-gallon:before {
  content: "\e1d5";
}
.fa-game:before {
  content: "\e1d6";
}
.fa-gamepad:before {
  content: "\e1d7";
}
.fa-gas:before {
  content: "\e1d8";
}
.fa-gesture-pinch:before {
  content: "\e1d9";
}
.fa-gesture-pinch2:before {
  content: "\e1da";
}
.fa-gesture-zoom:before {
  content: "\e1db";
}
.fa-gesture-zoom2:before {
  content: "\e1dc";
}
.fa-ghost:before {
  content: "\e1dd";
}
.fa-ghost-hipster:before {
  content: "\e1de";
}
.fa-gift:before {
  content: "\e1df";
}
.fa-glass:before {
  content: "\e1e0";
}
.fa-glass2:before {
  content: "\e1e1";
}
.fa-glass-cocktail:before {
  content: "\e1e2";
}
.fa-glasses:before {
  content: "\e1e3";
}
.fa-glasses2:before {
  content: "\e1e4";
}
.fa-golf:before {
  content: "\e1e5";
}
.fa-golf2:before {
  content: "\e1e6";
}
.fa-gradient:before {
  content: "\e1e7";
}
.fa-gradient2:before {
  content: "\e1e8";
}
.fa-graduation-hat:before {
  content: "\e1e9";
}
.fa-grapes:before {
  content: "\e1ea";
}
.fa-graph:before {
  content: "\e1eb";
}
.fa-grid:before {
  content: "\e1ec";
}
.fa-grid-crossed:before {
  content: "\e1ed";
}
.fa-grin:before {
  content: "\e1ee";
}
.fa-grin-evil:before {
  content: "\e1ef";
}
.fa-group-work:before {
  content: "\e1f0";
}
.fa-grumpy:before {
  content: "\e1f1";
}
.fa-guitar:before {
  content: "\e1f2";
}
.fa-gun:before {
  content: "\e1f3";
}
.fa-haircut:before {
  content: "\e1f4";
}
.fa-halloween:before {
  content: "\e1f5";
}
.fa-hamburger:before {
  content: "\e1f6";
}
.fa-hammer:before {
  content: "\e1f7";
}
.fa-hammer2:before {
  content: "\e1f8";
}
.fa-hammer-wrench:before {
  content: "\e1f9";
}
.fa-hand:before {
  content: "\e1fa";
}
.fa-hand2:before {
  content: "\e1fb";
}
.fa-hand-waving:before {
  content: "\e1fc";
}
.fa-hanger:before {
  content: "\e1fd";
}
.fa-happy:before {
  content: "\e1fe";
}
.fa-happy-grin:before {
  content: "\e1ff";
}
.fa-hat:before {
  content: "\e200";
}
.fa-hdd:before {
  content: "\e201";
}
.fa-hdd-down:before {
  content: "\e202";
}
.fa-hdd-up:before {
  content: "\e203";
}
.fa-headphones:before {
  content: "\e204";
}
.fa-headset:before {
  content: "\e205";
}
.fa-hearing:before {
  content: "\e206";
}
.fa-heart:before {
  content: "\e207";
}
.fa-heart-pulse:before {
  content: "\e208";
}
.fa-hearts:before {
  content: "\e209";
}
.fa-height:before {
  content: "\e20a";
}
.fa-helicopter:before {
  content: "\e20b";
}
.fa-highlight:before {
  content: "\e20c";
}
.fa-history:before {
  content: "\e20d";
}
.fa-history2:before {
  content: "\e20e";
}
.fa-hockey:before {
  content: "\e20f";
}
.fa-home:before {
  content: "\e210";
}
.fa-home2:before {
  content: "\e211";
}
.fa-home3:before {
  content: "\e212";
}
.fa-home4:before {
  content: "\e213";
}
.fa-home5:before {
  content: "\e214";
}
.fa-home6:before {
  content: "\e215";
}
.fa-hotdog:before {
  content: "\e216";
}
.fa-hourglass:before {
  content: "\e217";
}
.fa-ice-cream:before {
  content: "\e218";
}
.fa-ice-cream2:before {
  content: "\e219";
}
.fa-icons:before {
  content: "\e21a";
}
.fa-icons2:before {
  content: "\e21b";
}
.fa-inbox:before {
  content: "\e21c";
}
.fa-inbox2:before {
  content: "\e21d";
}
.fa-indent-decrease:before {
  content: "\e21e";
}
.fa-indent-increase:before {
  content: "\e21f";
}
.fa-intersect:before {
  content: "\e220";
}
.fa-italic:before {
  content: "\e221";
}
.fa-joystick:before {
  content: "\e222";
}
.fa-jump:before {
  content: "\e223";
}
.fa-jump2:before {
  content: "\e224";
}
.fa-key:before {
  content: "\e225";
}
.fa-key-hole:before {
  content: "\e226";
}
.fa-keyboard:before {
  content: "\e227";
}
.fa-keyboard-down:before {
  content: "\e228";
}
.fa-keyboard-up:before {
  content: "\e229";
}
.fa-knife:before {
  content: "\e22a";
}
.fa-label:before {
  content: "\e22b";
}
.fa-lamp:before {
  content: "\e22c";
}
.fa-lampshade:before {
  content: "\e22d";
}
.fa-lan:before {
  content: "\e22e";
}
.fa-lan2:before {
  content: "\e22f";
}
.fa-landscape:before {
  content: "\e230";
}
.fa-laptop:before {
  content: "\e231";
}
.fa-laptop-phone:before {
  content: "\e232";
}
.fa-last-circle:before {
  content: "\e233";
}
.fa-launch:before {
  content: "\e234";
}
.fa-laundry:before {
  content: "\e235";
}
.fa-layers:before {
  content: "\e236";
}
.fa-layers-crossed:before {
  content: "\e237";
}
.fa-leaf:before {
  content: "\e238";
}
.fa-library:before {
  content: "\e239";
}
.fa-library2:before {
  content: "\e23a";
}
.fa-license:before {
  content: "\e23b";
}
.fa-license2:before {
  content: "\e23c";
}
.fa-lifebuoy:before {
  content: "\e23d";
}
.fa-ligature:before {
  content: "\e23e";
}
.fa-lighter:before {
  content: "\e23f";
}
.fa-line-spacing:before {
  content: "\e240";
}
.fa-linearicons:before {
  content: "\e241";
}
.fa-link:before {
  content: "\e242";
}
.fa-link2:before {
  content: "\e243";
}
.fa-list:before {
  content: "\e244";
}
.fa-list2:before {
  content: "\e245";
}
.fa-list3:before {
  content: "\e246";
}
.fa-list4:before {
  content: "\e247";
}
.fa-loading:before {
  content: "\e248";
}
.fa-loading2:before {
  content: "\e249";
}
.fa-loading3:before {
  content: "\e24a";
}
.fa-location:before {
  content: "\e24b";
}
.fa-lock:before {
  content: "\e24c";
}
.fa-lollipop:before {
  content: "\e24d";
}
.fa-lotus:before {
  content: "\e24e";
}
.fa-loudspeaker:before {
  content: "\e24f";
}
.fa-loupe:before {
  content: "\e250";
}
.fa-loupe-zoom-in:before {
  content: "\e251";
}
.fa-loupe-zoom-out:before {
  content: "\e252";
}
.fa-luggage-weight:before {
  content: "\e253";
}
.fa-mad:before {
  content: "\e254";
}
.fa-magic-wand:before {
  content: "\e255";
}
.fa-magnet:before {
  content: "\e256";
}
.fa-magnifier:before {
  content: "\e257";
}
.fa-mailbox-empty:before {
  content: "\e258";
}
.fa-mailbox-full:before {
  content: "\e259";
}
.fa-man:before {
  content: "\e25a";
}
.fa-man2:before {
  content: "\e25b";
}
.fa-man-woman:before {
  content: "\e25c";
}
.fa-map:before {
  content: "\e25d";
}
.fa-map2:before {
  content: "\e25e";
}
.fa-map-marker:before {
  content: "\e25f";
}
.fa-map-marker-check:before {
  content: "\e260";
}
.fa-map-marker-crossed:before {
  content: "\e261";
}
.fa-map-marker-down:before {
  content: "\e262";
}
.fa-map-marker-user:before {
  content: "\e263";
}
.fa-medal-empty:before {
  content: "\e264";
}
.fa-medal-first:before {
  content: "\e265";
}
.fa-medal-second:before {
  content: "\e266";
}
.fa-medal-third:before {
  content: "\e267";
}
.fa-media:before {
  content: "\e268";
}
.fa-menu:before {
  content: "\e269";
}
.fa-menu2:before {
  content: "\e26a";
}
.fa-menu3:before {
  content: "\e26b";
}
.fa-menu-circle:before {
  content: "\e26c";
}
.fa-menu-square:before {
  content: "\e26d";
}
.fa-mic:before {
  content: "\e26e";
}
.fa-mic2:before {
  content: "\e26f";
}
.fa-mic-mute:before {
  content: "\e270";
}
.fa-microscope:before {
  content: "\e271";
}
.fa-minus:before {
  content: "\e272";
}
.fa-minus-square:before {
  content: "\e273";
}
.fa-moon:before {
  content: "\e274";
}
.fa-mouse:before {
  content: "\e275";
}
.fa-mouse-both:before {
  content: "\e276";
}
.fa-mouse-left:before {
  content: "\e277";
}
.fa-mouse-right:before {
  content: "\e278";
}
.fa-move:before {
  content: "\e279";
}
.fa-music-note:before {
  content: "\e27a";
}
.fa-music-note2:before {
  content: "\e27b";
}
.fa-music-note3:before {
  content: "\e27c";
}
.fa-mustache:before {
  content: "\e27d";
}
.fa-mustache2:before {
  content: "\e27e";
}
.fa-mustache-glasses:before {
  content: "\e27f";
}
.fa-mute:before {
  content: "\e280";
}
.fa-network:before {
  content: "\e281";
}
.fa-network-lock:before {
  content: "\e282";
}
.fa-neutral:before {
  content: "\e283";
}
.fa-new-tab:before {
  content: "\e284";
}
.fa-news:before {
  content: "\e285";
}
.fa-next-circle:before {
  content: "\e286";
}
.fa-notification:before {
  content: "\e287";
}
.fa-notification-circle:before {
  content: "\e288";
}
.fa-oil-pressure:before {
  content: "\e289";
}
.fa-outbox:before {
  content: "\e28a";
}
.fa-outlet:before {
  content: "\e28b";
}
.fa-page-break:before {
  content: "\e28c";
}
.fa-page-break2:before {
  content: "\e28d";
}
.fa-paint-roller:before {
  content: "\e28e";
}
.fa-palette:before {
  content: "\e28f";
}
.fa-panorama:before {
  content: "\e290";
}
.fa-pants:before {
  content: "\e291";
}
.fa-paper-plane:before {
  content: "\e292";
}
.fa-paperclip:before {
  content: "\e293";
}
.fa-papers:before {
  content: "\e294";
}
.fa-parking:before {
  content: "\e295";
}
.fa-paste:before {
  content: "\e296";
}
.fa-pause-circle:before {
  content: "\e297";
}
.fa-paw:before {
  content: "\e298";
}
.fa-pen:before {
  content: "\e299";
}
.fa-pen2:before {
  content: "\e29a";
}
.fa-pen3:before {
  content: "\e29b";
}
.fa-pen-add:before {
  content: "\e29c";
}
.fa-pen-remove:before {
  content: "\e29d";
}
.fa-pencil:before {
  content: "\e29e";
}
.fa-pencil2:before {
  content: "\e29f";
}
.fa-pencil3:before {
  content: "\e2a0";
}
.fa-pencil4:before {
  content: "\e2a1";
}
.fa-pencil5:before {
  content: "\e2a2";
}
.fa-pencil-line:before {
  content: "\e2a3";
}
.fa-pencil-ruler:before {
  content: "\e2a4";
}
.fa-pencil-ruler2:before {
  content: "\e2a5";
}
.fa-percent:before {
  content: "\e2a6";
}
.fa-percent-circle:before {
  content: "\e2a7";
}
.fa-percent-square:before {
  content: "\e2a8";
}
.fa-phone:before {
  content: "\e2a9";
}
.fa-phone-bubble:before {
  content: "\e2aa";
}
.fa-phone-error:before {
  content: "\e2ab";
}
.fa-phone-in-out:before {
  content: "\e2ac";
}
.fa-phone-incoming:before {
  content: "\e2ad";
}
.fa-phone-lock:before {
  content: "\e2ae";
}
.fa-phone-minus:before {
  content: "\e2af";
}
.fa-phone-outgoing:before {
  content: "\e2b0";
}
.fa-phone-pause:before {
  content: "\e2b1";
}
.fa-phone-plus:before {
  content: "\e2b2";
}
.fa-phone-sip:before {
  content: "\e2b3";
}
.fa-phone-wave:before {
  content: "\e2b4";
}
.fa-pickaxe:before {
  content: "\e2b5";
}
.fa-picture:before {
  content: "\e2b6";
}
.fa-picture2:before {
  content: "\e2b7";
}
.fa-picture3:before {
  content: "\e2b8";
}
.fa-pictures:before {
  content: "\e2b9";
}
.fa-pie-chart:before {
  content: "\e2ba";
}
.fa-pie-chart2:before {
  content: "\e2bb";
}
.fa-pilcrow:before {
  content: "\e2bc";
}
.fa-pills:before {
  content: "\e2bd";
}
.fa-pine-tree:before {
  content: "\e2be";
}
.fa-ping-pong:before {
  content: "\e2bf";
}
.fa-pipe:before {
  content: "\e2c0";
}
.fa-pizza:before {
  content: "\e2c1";
}
.fa-plane:before {
  content: "\e2c2";
}
.fa-plane-crossed:before {
  content: "\e2c3";
}
.fa-planet:before {
  content: "\e2c4";
}
.fa-platter:before {
  content: "\e2c5";
}
.fa-play:before {
  content: "\e2c6";
}
.fa-play-circle:before {
  content: "\e2c7";
}
.fa-playlist:before {
  content: "\e2c8";
}
.fa-playlist-add:before {
  content: "\e2c9";
}
.fa-plus:before {
  content: "\e2ca";
}
.fa-plus-circle:before {
  content: "\e2cb";
}
.fa-plus-square:before {
  content: "\e2cc";
}
.fa-podium:before {
  content: "\e2cd";
}
.fa-pointer-down:before {
  content: "\e2ce";
}
.fa-pointer-down2:before {
  content: "\e2cf";
}
.fa-pointer-left:before {
  content: "\e2d0";
}
.fa-pointer-left2:before {
  content: "\e2d1";
}
.fa-pointer-right:before {
  content: "\e2d2";
}
.fa-pointer-right2:before {
  content: "\e2d3";
}
.fa-pointer-up:before {
  content: "\e2d4";
}
.fa-pointer-up2:before {
  content: "\e2d5";
}
.fa-poop:before {
  content: "\e2d6";
}
.fa-portrait:before {
  content: "\e2d7";
}
.fa-portrait2:before {
  content: "\e2d8";
}
.fa-power:before {
  content: "\e2d9";
}
.fa-power-crossed:before {
  content: "\e2da";
}
.fa-power-switch:before {
  content: "\e2db";
}
.fa-presentation:before {
  content: "\e2dc";
}
.fa-previous-circle:before {
  content: "\e2dd";
}
.fa-printer:before {
  content: "\e2de";
}
.fa-profile:before {
  content: "\e2df";
}
.fa-prohibited:before {
  content: "\e2e0";
}
.fa-pulse:before {
  content: "\e2e1";
}
.fa-pushpin:before {
  content: "\e2e2";
}
.fa-pushpin2:before {
  content: "\e2e3";
}
.fa-puzzle:before {
  content: "\e2e4";
}
.fa-question:before {
  content: "\e2e5";
}
.fa-question-circle:before {
  content: "\e2e6";
}
.fa-quote-close:before {
  content: "\e2e7";
}
.fa-quote-open:before {
  content: "\e2e8";
}
.fa-radar:before {
  content: "\e2e9";
}
.fa-radio:before {
  content: "\e2ea";
}
.fa-radio-button:before {
  content: "\e2eb";
}
.fa-rain:before {
  content: "\e2ec";
}
.fa-rank:before {
  content: "\e2ed";
}
.fa-rank2:before {
  content: "\e2ee";
}
.fa-rank3:before {
  content: "\e2ef";
}
.fa-reading:before {
  content: "\e2f0";
}
.fa-receipt:before {
  content: "\e2f1";
}
.fa-record:before {
  content: "\e2f2";
}
.fa-recycle:before {
  content: "\e2f3";
}
.fa-redo:before {
  content: "\e2f4";
}
.fa-redo2:before {
  content: "\e2f5";
}
.fa-refresh:before {
  content: "\e2f6";
}
.fa-refresh2:before {
  content: "\e2f7";
}
.fa-refund:before {
  content: "\e2f8";
}
.fa-register:before {
  content: "\e2f9";
}
.fa-reminder:before {
  content: "\e2fa";
}
.fa-reminder2:before {
  content: "\e2fb";
}
.fa-remote-control:before {
  content: "\e2fc";
}
.fa-repeat:before {
  content: "\e2fd";
}
.fa-repeat-one:before {
  content: "\e2fe";
}
.fa-repeat-one2:before {
  content: "\e2ff";
}
.fa-repeat-one3:before {
  content: "\e300";
}
.fa-reply:before {
  content: "\e301";
}
.fa-reply-all:before {
  content: "\e302";
}
.fa-resize-handle:before {
  content: "\e303";
}
.fa-return:before {
  content: "\e304";
}
.fa-return2:before {
  content: "\e305";
}
.fa-road:before {
  content: "\e306";
}
.fa-road-sign:before {
  content: "\e307";
}
.fa-rocket:before {
  content: "\e308";
}
.fa-rotation-lock:before {
  content: "\e309";
}
.fa-ruler:before {
  content: "\e30a";
}
.fa-rulers:before {
  content: "\e30b";
}
.fa-run:before {
  content: "\e30c";
}
.fa-sad:before {
  content: "\e30d";
}
.fa-satellite:before {
  content: "\e30e";
}
.fa-satellite2:before {
  content: "\e30f";
}
.fa-sausage:before {
  content: "\e310";
}
.fa-saw:before {
  content: "\e311";
}
.fa-scale:before {
  content: "\e312";
}
.fa-scale2:before {
  content: "\e313";
}
.fa-scale-truck:before {
  content: "\e314";
}
.fa-scissors:before {
  content: "\e315";
}
.fa-screen:before {
  content: "\e316";
}
.fa-screwdriver:before {
  content: "\e317";
}
.fa-select:before {
  content: "\e318";
}
.fa-select2:before {
  content: "\e319";
}
.fa-self-timer:before {
  content: "\e31a";
}
.fa-server:before {
  content: "\e31b";
}
.fa-share:before {
  content: "\e31c";
}
.fa-share2:before {
  content: "\e31d";
}
.fa-share3:before {
  content: "\e31e";
}
.fa-shield:before {
  content: "\e31f";
}
.fa-shield-alert:before {
  content: "\e320";
}
.fa-shield-check:before {
  content: "\e321";
}
.fa-shield-cross:before {
  content: "\e322";
}
.fa-ship:before {
  content: "\e323";
}
.fa-ship2:before {
  content: "\e324";
}
.fa-shirt:before {
  content: "\e325";
}
.fa-shocked:before {
  content: "\e326";
}
.fa-shocked2:before {
  content: "\e327";
}
.fa-shoe:before {
  content: "\e328";
}
.fa-shoes:before {
  content: "\e329";
}
.fa-shorts:before {
  content: "\e32a";
}
.fa-shovel:before {
  content: "\e32b";
}
.fa-shredder:before {
  content: "\e32c";
}
.fa-shuffle:before {
  content: "\e32d";
}
.fa-shutter:before {
  content: "\e32e";
}
.fa-shutter2:before {
  content: "\e32f";
}
.fa-sigma:before {
  content: "\e330";
}
.fa-signal:before {
  content: "\e331";
}
.fa-signal-0:before {
  content: "\e332";
}
.fa-signal-20:before {
  content: "\e333";
}
.fa-signal-40:before {
  content: "\e334";
}
.fa-signal-60:before {
  content: "\e335";
}
.fa-signal-80:before {
  content: "\e336";
}
.fa-signal-blocked:before {
  content: "\e337";
}
.fa-signal-lock:before {
  content: "\e338";
}
.fa-sim:before {
  content: "\e339";
}
.fa-siren:before {
  content: "\e33a";
}
.fa-site-map:before {
  content: "\e33b";
}
.fa-skull:before {
  content: "\e33c";
}
.fa-slingshot:before {
  content: "\e33d";
}
.fa-smartphone:before {
  content: "\e33e";
}
.fa-smartphone-embed:before {
  content: "\e33f";
}
.fa-smartphone-notification:before {
  content: "\e340";
}
.fa-smartphone-vibration:before {
  content: "\e341";
}
.fa-smartphone-waves:before {
  content: "\e342";
}
.fa-smile:before {
  content: "\e343";
}
.fa-snow:before {
  content: "\e344";
}
.fa-snow2:before {
  content: "\e345";
}
.fa-soccer:before {
  content: "\e346";
}
.fa-socks:before {
  content: "\e347";
}
.fa-sort-alpha-asc:before {
  content: "\e348";
}
.fa-sort-alpha-desc:before {
  content: "\e349";
}
.fa-sort-amount-asc:before {
  content: "\e34a";
}
.fa-sort-amount-desc:before {
  content: "\e34b";
}
.fa-sort-numeric-asc:before {
  content: "\e34c";
}
.fa-sort-numeric-desc:before {
  content: "\e34d";
}
.fa-sort-time-asc:before {
  content: "\e34e";
}
.fa-sort-time-desc:before {
  content: "\e34f";
}
.fa-spades:before {
  content: "\e350";
}
.fa-speed-fast:before {
  content: "\e351";
}
.fa-speed-medium:before {
  content: "\e352";
}
.fa-speed-slow:before {
  content: "\e353";
}
.fa-spell-check:before {
  content: "\e354";
}
.fa-spotlights:before {
  content: "\e355";
}
.fa-spray:before {
  content: "\e356";
}
.fa-square:before {
  content: "\e357";
}
.fa-stamp:before {
  content: "\e358";
}
.fa-star:before {
  content: "\e359";
}
.fa-star-empty:before {
  content: "\e35a";
}
.fa-star-half:before {
  content: "\e35b";
}
.fa-steak:before {
  content: "\e35c";
}
.fa-stop-circle:before {
  content: "\e35d";
}
.fa-store:before {
  content: "\e35e";
}
.fa-store-24:before {
  content: "\e35f";
}
.fa-stream:before {
  content: "\e360";
}
.fa-stream-alert:before {
  content: "\e361";
}
.fa-stream-check:before {
  content: "\e362";
}
.fa-stream-error:before {
  content: "\e363";
}
.fa-strikethrough:before {
  content: "\e364";
}
.fa-subtract:before {
  content: "\e365";
}
.fa-sun:before {
  content: "\e366";
}
.fa-sun2:before {
  content: "\e367";
}
.fa-sun-small:before {
  content: "\e368";
}
.fa-sun-wind:before {
  content: "\e369";
}
.fa-surveillance:before {
  content: "\e36a";
}
.fa-surveillance2:before {
  content: "\e36b";
}
.fa-swim:before {
  content: "\e36c";
}
.fa-sync:before {
  content: "\e36d";
}
.fa-sync2:before {
  content: "\e36e";
}
.fa-sync-crossed:before {
  content: "\e36f";
}
.fa-sync-crossed2:before {
  content: "\e370";
}
.fa-syringe:before {
  content: "\e371";
}
.fa-tab:before {
  content: "\e372";
}
.fa-tablet:before {
  content: "\e373";
}
.fa-tablet2:before {
  content: "\e374";
}
.fa-tag:before {
  content: "\e375";
}
.fa-tags:before {
  content: "\e376";
}
.fa-tape:before {
  content: "\e377";
}
.fa-tape2:before {
  content: "\e378";
}
.fa-taxi:before {
  content: "\e379";
}
.fa-teacup:before {
  content: "\e37a";
}
.fa-teapot:before {
  content: "\e37b";
}
.fa-telephone:before {
  content: "\e37c";
}
.fa-telephone2:before {
  content: "\e37d";
}
.fa-tennis:before {
  content: "\e37e";
}
.fa-tennis2:before {
  content: "\e37f";
}
.fa-text-align-center:before {
  content: "\e380";
}
.fa-text-align-justify:before {
  content: "\e381";
}
.fa-text-align-left:before {
  content: "\e382";
}
.fa-text-align-right:before {
  content: "\e383";
}
.fa-text-format:before {
  content: "\e384";
}
.fa-text-format-remove:before {
  content: "\e385";
}
.fa-text-size:before {
  content: "\e386";
}
.fa-text-wrap:before {
  content: "\e387";
}
.fa-texture:before {
  content: "\e388";
}
.fa-theater:before {
  content: "\e389";
}
.fa-thermometer:before {
  content: "\e38a";
}
.fa-thumbs-down:before {
  content: "\e38b";
}
.fa-thumbs-down2:before {
  content: "\e38c";
}
.fa-thumbs-down3:before {
  content: "\e38d";
}
.fa-thumbs-up:before {
  content: "\e38e";
}
.fa-thumbs-up2:before {
  content: "\e38f";
}
.fa-thumbs-up3:before {
  content: "\e390";
}
.fa-ticket:before {
  content: "\e391";
}
.fa-tie:before {
  content: "\e392";
}
.fa-time-lapse:before {
  content: "\e393";
}
.fa-time-lapse2:before {
  content: "\e394";
}
.fa-timer:before {
  content: "\e395";
}
.fa-timer2:before {
  content: "\e396";
}
.fa-timer-crossed:before {
  content: "\e397";
}
.fa-timer-crossed2:before {
  content: "\e398";
}
.fa-tissue:before {
  content: "\e399";
}
.fa-toggle:before {
  content: "\e39a";
}
.fa-toggle-off:before {
  content: "\e39b";
}
.fa-toggle-on:before {
  content: "\e39c";
}
.fa-toilet-paper:before {
  content: "\e39d";
}
.fa-tombstone:before {
  content: "\e39e";
}
.fa-tombstone-hipster:before {
  content: "\e39f";
}
.fa-tongue:before {
  content: "\e3a0";
}
.fa-tongue2:before {
  content: "\e3a1";
}
.fa-toothbrush:before {
  content: "\e3a2";
}
.fa-tornado:before {
  content: "\e3a3";
}
.fa-traffic-lights:before {
  content: "\e3a4";
}
.fa-trailer:before {
  content: "\e3a5";
}
.fa-train:before {
  content: "\e3a6";
}
.fa-transform:before {
  content: "\e3a7";
}
.fa-transmission:before {
  content: "\e3a8";
}
.fa-trash:before {
  content: "\e3a9";
}
.fa-trash2:before {
  content: "\e3aa";
}
.fa-trash3:before {
  content: "\e3ab";
}
.fa-tree:before {
  content: "\e3ac";
}
.fa-trophy:before {
  content: "\e3ad";
}
.fa-trophy2:before {
  content: "\e3ae";
}
.fa-truck:before {
  content: "\e3af";
}
.fa-trumpet:before {
  content: "\e3b0";
}
.fa-tv:before {
  content: "\e3b1";
}
.fa-typewriter:before {
  content: "\e3b2";
}
.fa-umbrella:before {
  content: "\e3b3";
}
.fa-umbrella2:before {
  content: "\e3b4";
}
.fa-underline:before {
  content: "\e3b5";
}
.fa-undo:before {
  content: "\e3b6";
}
.fa-undo2:before {
  content: "\e3b7";
}
.fa-unlink:before {
  content: "\e3b8";
}
.fa-unlink2:before {
  content: "\e3b9";
}
.fa-unlock:before {
  content: "\e3ba";
}
.fa-upload:before {
  content: "\e3bb";
}
.fa-upload2:before {
  content: "\e3bc";
}
.fa-usb-drive:before {
  content: "\e3bd";
}
.fa-user:before {
  content: "\e3be";
}
.fa-user-lock:before {
  content: "\e3bf";
}
.fa-user-minus:before {
  content: "\e3c0";
}
.fa-user-plus:before {
  content: "\e3c1";
}
.fa-users:before {
  content: "\e3c2";
}
.fa-users2:before {
  content: "\e3c3";
}
.fa-users-minus:before {
  content: "\e3c4";
}
.fa-users-plus:before {
  content: "\e3c5";
}
.fa-vault:before {
  content: "\e3c6";
}
.fa-vector:before {
  content: "\e3c7";
}
.fa-voicemail:before {
  content: "\e3c8";
}
.fa-volume:before {
  content: "\e3c9";
}
.fa-volume-high:before {
  content: "\e3ca";
}
.fa-volume-low:before {
  content: "\e3cb";
}
.fa-volume-medium:before {
  content: "\e3cc";
}
.fa-walk:before {
  content: "\e3cd";
}
.fa-wall:before {
  content: "\e3ce";
}
.fa-wall2:before {
  content: "\e3cf";
}
.fa-wallet:before {
  content: "\e3d0";
}
.fa-warning:before {
  content: "\e3d1";
}
.fa-watch:before {
  content: "\e3d2";
}
.fa-weight:before {
  content: "\e3d3";
}
.fa-wheelchair:before {
  content: "\e3d4";
}
.fa-wifi:before {
  content: "\e3d5";
}
.fa-wifi-alert:before {
  content: "\e3d6";
}
.fa-wifi-alert-low:before {
  content: "\e3d7";
}
.fa-wifi-alert-low2:before {
  content: "\e3d8";
}
.fa-wifi-alert-mid:before {
  content: "\e3d9";
}
.fa-wifi-blocked:before {
  content: "\e3da";
}
.fa-wifi-lock:before {
  content: "\e3db";
}
.fa-wifi-low:before {
  content: "\e3dc";
}
.fa-wifi-low2:before {
  content: "\e3dd";
}
.fa-wifi-mid:before {
  content: "\e3de";
}
.fa-wind:before {
  content: "\e3df";
}
.fa-window:before {
  content: "\e3e0";
}
.fa-wink:before {
  content: "\e3e1";
}
.fa-woman:before {
  content: "\e3e2";
}
.fa-woman2:before {
  content: "\e3e3";
}
.fa-wondering:before {
  content: "\e3e4";
}
.fa-wow:before {
  content: "\e3e5";
}
.fa-wrench:before {
  content: "\e3e6";
}
.fa-zipped:before {
  content: "\e3e7";
}
.fa-zoom-in:before {
  content: "\e3e8";
}
.fa-zoom-out:before {
  content: "\e3e9";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fa {
  font-family: 'Material Icons';
  font-weight: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-100.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-100italic.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-100italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-300.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-300italic.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-300italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-400.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-400italic.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-400italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-700italic.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-700italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-900.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-v23-latin-900italic.woff2') format('woff2'), url('../fonts/Lato/lato-v23-latin-900italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.abs-account-blocks .block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.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,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.1rem;
  font-weight: 300;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .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,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 0;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: block;
  width: auto;
  line-height: inherit;
  color: inherit;
  margin-top: 5px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  font-size: 18px;
  line-height: 1;
}
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  margin-right: 5px;
}
.product-item-actions .actions-secondary > .action:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: inherit;
}
.product-item-actions .actions-secondary > .action:hover > span,
.table-comparison .wishlist.split.button > .action.split:hover > span,
.product-items .wishlist.split.button > .action.split:hover > span {
  text-decoration: underline;
}
.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 {
  font-size: 1em;
  line-height: 1;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
.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: '\e313';
}
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  transform: translate(0, -50%) rotate(180deg);
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  font-size: 1em;
  line-height: 1;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e313';
  transform: translate(0, -50%) rotate(180deg);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.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 {
  color: #e02b27;
  content: '*';
  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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.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 {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
.price.unit-price {
  display: none !important;
}
.page-products .price-wrapper.price-excluding-tax,
.product-items .price-wrapper.price-excluding-tax {
  display: none !important;
}
.catalog-product-view .product-info-main .price-wrapper.unit-price-excluding-tax {
  display: none !important;
}
.products-upsell .piece-price-info {
  display: none !important;
}
.products-upsell .price-wrapper.price-including-tax {
  display: none !important;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
}
.page-products a.amasty-hide-price-container {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-products a.amasty-hide-price-button {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  background: #295b5b;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857143;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.page-products a.amasty-hide-price-button:hover {
  background: #193838;
}
.am-attachments.am-attachments-tab .am-fileline {
  display: flex;
}
.am-attachments.am-attachments-tab .am-fileline {
  margin-bottom: 0;
  padding: 15px;
}
.am-attachments.am-attachments-tab .am-fileline:nth-of-type(even) {
  background: #f7f7f9;
}
.am-attachments.am-attachments-tab .am-fileline .material-icons {
  font-size: 2rem;
  color: #f12020;
}
.am-attachments.am-attachments-tab .am-fileline__content {
  margin-left: 8px;
}
.am-attachments.am-attachments-tab .am-fileline__content .am-filelink,
.am-attachments.am-attachments-tab .am-fileline__content .am-filesize {
  display: inline-block;
  font-size: 14px;
}
.am-attachments.am-attachments-tab .am-fileline__content .am-filesize {
  line-height: 2.2rem;
  color: #1e2b2b;
}
.am-attachments.am-attachments-tab .am-fileline__content .am-filelink {
  line-height: 2rem;
  color: #000000;
  height: auto;
}
.am-attachments.am-attachments-tab .am-fileline__content object {
  height: auto;
}
.am-attachments.am-attachments-tab .am-file-label {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.am-attachments.am-attachments-tab .am-file-label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2rem;
  color: inherit;
  content: '\e5cf';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.am-attachments.am-attachments-tab .am-file-label:hover {
  cursor: pointer;
}
.am-attachments.am-attachments-tab .am-file-label:after {
  float: right;
}
.am-attachments.am-attachments-tab .am-file-label.am-file-visible:after {
  content: '\e5ce';
}
.am-attachments.am-attachments-tab .am-file-content {
  display: none;
  padding-top: 15px;
  position: relative;
}
.am-attachments.am-attachments-tab .am-file-content .no-support {
  display: none;
}
.am-attachments.am-attachments-tab .am-file-content .no-support p {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .am-attachments.am-attachments-tab .am-file-content object {
    display: none;
  }
}
@media (max-width: 1024px) {
  .am-attachments.am-attachments-tab .am-file-content .no-support {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items #amfile_attachment .item__content.line-clamp {
    height: 130px;
  }
}
.block-search .amsearch-form-container.-opened .input-text {
  padding-left: 50px;
}
.block-search .amsearch-form-container .input-text:focus {
  border: none;
  box-shadow: none;
}
.block-search .amsearch-form-container .search .amsearch-loupe {
  display: inline-block;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  bottom: auto;
  height: 48px;
  left: 0;
  padding: 0 15px;
  top: 50%;
}
.block-search .amsearch-form-container .search .amsearch-loupe > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .amsearch-form-container .search .amsearch-loupe:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: 1;
  color: #295b5b;
  content: '\e8b6';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .amsearch-loupe:hover:before {
  color: inherit;
}
.block-search .amsearch-form-container .search .amsearch-loupe:active:before {
  color: inherit;
}
.block-search .amsearch-form-container .search .amsearch-close {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-decoration: none;
  background: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
}
.block-search .amsearch-form-container .search .amsearch-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .amsearch-close:before {
  font-weight: 700;
}
.block-search .amsearch-form-container .search .control .amsearch-wrapper-input {
  width: auto !important;
}
.block-search .amsearch-form-container .search .control .amasty-xsearch-loader {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  right: 50px;
  top: 50%;
}
@media (max-width: 1023px) {
  .block-search .search .control {
    position: absolute;
    transition: background-color 0.25s ease-in-out;
    z-index: 100;
  }
}
@media (max-width: 1023px) {
  .nav-open .block-search .search .control {
    background-color: #ffffff;
  }
}
.block-search.block {
  z-index: 400;
}
.block-search .amsearch-form-container .search .control .search-autocomplete {
  max-height: unset;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results {
  background-color: #ffffff;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amasty-label-text {
  background: #598b8c;
  margin: 5px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100% !important;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container {
  padding: 0 25px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:after {
  content: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amasty-xsearch-block-header {
  display: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item {
  line-height: 2.2rem;
  margin-bottom: 15px;
  padding: 0 0 0 40px;
  position: relative;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item:before {
  left: 0;
  position: absolute;
  top: 0;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item:after {
  color: #1e2b2b;
  content: attr(data-search-block-type);
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="popular_searches"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="popular_searches"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e8b6';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="recent_searches"] {
  display: inline-block;
  text-decoration: none;
  border: none;
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="recent_searches"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e8b6';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="recent_searches"]:after {
  font-size: 14px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="blog"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="blog"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="page"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="page"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e24d';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="category"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item[data-search-block-type="category"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e8f0';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item .item-name {
  background: none;
  color: #295b5b;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item .item-name .amsearch-highlight {
  color: #295b5b;
  font-size: 14px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container .amsearch-item .item-description {
  display: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  width: 100% !important;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header {
  display: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content {
  margin: 0;
  padding: 30px 15px 0;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item:before {
  content: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item:last-of-type {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item:hover {
  background-color: #ffffff;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image {
  width: 100px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image .product-image-photo {
  border: none;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information {
  margin: 0;
  padding-left: 15px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .product-item-link {
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .product-item-link .amsearch-highlight {
  background: none;
  color: #295b5b;
  padding: 0;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .amsearch-wrapper-inner {
  margin-top: 0;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .amsearch-wrapper-inner .price-unit-wrapper,
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .amsearch-wrapper-inner .price-wrapper {
  display: inline-block;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .amsearch-wrapper-inner .price-unit-wrapper.price-excluding-tax,
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information .amsearch-wrapper-inner .price-wrapper.price-excluding-tax {
  padding-left: 10px;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-more-results {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-more-results .amsearch-link {
  background-color: #ffffff;
  border: none;
  color: #598b8c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete {
    height: calc(100vh - 140px);
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow: auto;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-products {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    background: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}
.catalog-product-view .itoris_dynamicproductoptions_popup .price-box.price-final_price .unit-price-excluding-tax {
  display: none;
}
.catalog-product-view .product-info-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure {
  background: #ffffff;
  padding: 15px 15px 0;
  width: 100%;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration + .product-add-form + .product-social-links + .is-detached-wrapper,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure + .product-add-form + .product-social-links + .is-detached-wrapper {
  border: none;
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration > ul,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration > ul li,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure > ul li {
  line-height: 1.7rem;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration > ul li .dynamicoptions-radio-checkbox-values,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure > ul li .dynamicoptions-radio-checkbox-values {
  display: inline-block;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration > ul li strong,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure > ul li strong {
  font-weight: 400;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration > ul li img,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure > ul li img {
  display: none;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  border: none;
  width: 100%;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift:hover,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift:hover {
  background-color: #f3f3f5;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift > span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift > span {
  color: #598b8c;
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift > span:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift > span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: inherit;
  content: 'crop';
  font-family: 'Material Icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .add-more-wrapper {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts {
  display: inline-block;
  text-decoration: none;
  color: #598b8c;
  font-weight: 700;
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #ffffff;
  content: 'add';
  font-family: 'Material Icons';
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts:before {
  background-color: #598b8c;
  border-radius: 50%;
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts:hover {
  cursor: pointer;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  background-color: #ffffff;
  border-bottom: 1px solid #e7e6e6;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .qty-wrapper {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 15px 0 15px 15px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty {
  margin-bottom: 0;
  padding-right: 15px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty .qty-buttons-wrapper {
  background: #ffffff;
  border: 1px solid #e7e6e6;
  min-width: 110px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty .qty-buttons-wrapper .qty-button {
  background: transparent;
  border: 0;
  color: #295b5b;
  width: 29px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty .qty-buttons-wrapper .qty-button:hover {
  background: transparent;
  border: 0;
  color: #295b5b;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty .qty-buttons-wrapper .qty {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0;
  color: #295b5b;
  font-weight: 600;
  padding: 0 5px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .price-box .price-container .price-unit-wrapper {
  display: block;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .price-box .price-container .price-unit-wrapper > span.price-unit,
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .price-box .price-container .price-unit-wrapper > span.price-info {
  display: none;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .price-box .price-container .price-unit-wrapper .piece-price-info {
  display: table-cell !important;
  color: #1e2b2b;
  padding-left: 5px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .price-box .price-container .price-info {
  margin-top: 9px;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-stock-sku {
  display: none;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  align-self: center;
  background-color: #ffffff;
  padding: 15px 0;
  width: auto;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-price .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 2rem;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-price .price-container .price-wrapper.price-excluding-tax {
  display: inline;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-price .old-price {
  position: static;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .product-info-price .old-price .price {
  font-size: 12px !important;
  line-height: 1.33;
}
.catalog-product-view .product-info-main .is-detached-wrapper {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  background: #ffffff;
  border-bottom: 1px solid #e7e6e6;
  padding: 15px;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: column;
  flex-wrap: column;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 10px;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #295b5b;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached label em {
  display: none;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached input,
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached select {
  background-color: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 0;
  color: #295b5b;
  padding-left: 10px;
}
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached input:focus,
.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached select:focus {
  box-shadow: none;
  outline: none;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift {
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 15px;
  width: auto;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button:not(.itoris_dynamicproductoptions_button_delete),
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action:not(.itoris_dynamicproductoptions_button_delete),
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action:not(.itoris_dynamicproductoptions_button_delete),
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift:not(.itoris_dynamicproductoptions_button_delete) {
  display: inline-block;
  text-decoration: none;
  right: 15px;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button:not(.itoris_dynamicproductoptions_button_delete):before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action:not(.itoris_dynamicproductoptions_button_delete):before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action:not(.itoris_dynamicproductoptions_button_delete):before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift:not(.itoris_dynamicproductoptions_button_delete):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #598b8c;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift.itoris_dynamicproductoptions_button_delete {
  display: inline-block;
  text-decoration: none;
  right: 54px;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift.itoris_dynamicproductoptions_button_delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #598b8c;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .quote-details-items .actions-toolbar > .action span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .cart.table-wrapper .actions-toolbar > .action span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .action-gift span {
  display: none;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration .validation-advice {
  color: #e02b27;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .min-max-dimensions {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .min-max-dimensions div {
  font-size: 12px;
  padding-bottom: 5px;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift.itoris_dynamicproductoptions_button_delete {
  display: inline-block;
  text-decoration: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: -29px;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 15px;
  width: auto;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete:before,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift.itoris_dynamicproductoptions_button_delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #598b8c;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure button.itoris_dynamicproductoptions_button_delete span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_button_delete span,
.catalog-product-view .product-info-main .itoris_dynamicproductoptions_add_to_cart_configure .action-gift.itoris_dynamicproductoptions_button_delete span {
  display: none;
}
.catalog-product-view .product-info-main > div:not([id]) {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.catalog-product-view .itoris_dynamicproductoptions_popup_mask {
  background-color: rgba(51, 51, 51, 0.55);
  -webkit-backdrop-filter: blur(3px) saturate(150%);
  -moz-backdrop-filter: blur(3px) saturate(150%);
  -ms-backdrop-filter: blur(3px) saturate(150%);
  backdrop-filter: blur(3px) saturate(150%);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}
.catalog-product-view .itoris_dynamicproductoptions_popup {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600;
}
.catalog-product-view .itoris_dynamicproductoptions_popup._show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.catalog-product-view .itoris_dynamicproductoptions_popup_close_icon {
  display: inline-block;
  text-decoration: none;
  float: right;
}
.catalog-product-view .itoris_dynamicproductoptions_popup_close_icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .itoris_dynamicproductoptions_popup_close_icon:hover {
  cursor: pointer;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .popup-title {
  margin-top: 0;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .section-title {
  margin: 0 0 25px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .fieldset {
  padding-bottom: 30px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .fieldset:not(:last-of-type) {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr.fields:not(:last-child) .field {
  margin-bottom: 15px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td {
  padding: 0;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(:last-of-type) {
  padding-right: 10px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e7e6e6;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px 25px;
  width: 100%;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field:not(:last-of-type) {
  margin-bottom: 10px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field input[type="radio"] {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field img {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 20px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 0;
  margin-left: 20px;
  width: 100%;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label > span:not(.price-notice) {
  padding-right: 20px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label .price-notice {
  float: right;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label .price-notice .price-container {
  float: right;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button label {
  color: #1e2b2b;
  font-weight: 400;
  margin-bottom: 30px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list.itoris-dynamicoptions-list-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
  width: 78px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field:not(:last-of-type) {
  margin-right: 25px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field input[type="radio"]:checked + label {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field input[type="radio"]:checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e5ca';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field input[type="radio"]:checked + label:after {
  background-color: #598b8c;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-weight: 700;
  height: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 15px;
  z-index: 100;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field input[type="radio"]:checked + label + img {
  border-color: #598b8c;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field img {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 74px;
  margin-bottom: 10px;
  width: 74px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  color: #73738f;
  font-size: 12px;
  height: calc(100% - 84px);
  line-height: 1.33;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.image-button .options-list .field label > span:not(.price-notice) {
  margin-bottom: 10px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch > .field {
  margin-top: 15px;
  position: relative;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch > .field > label {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2.4rem;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 64px 0 94px;
  position: absolute;
  top: 50%;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field input {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  height: 0;
  opacity: 0;
  width: 0;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field input:checked + label {
  background: #598b8c;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field input:checked + label:before {
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  box-shadow: 0 0 1px #598b8c;
  left: -4px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field img {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 74px;
  width: 74px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field label {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background: #d8d8d8;
  border-radius: 34px;
  cursor: pointer;
  height: 24px;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  width: 44px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field label:before {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  width: 20px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td.switch .options-list .field label span {
  display: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label.required {
  display: inline-block;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label.required em {
  color: #f12020;
  float: right;
  font-style: normal;
  margin-left: 5px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label .price-notice {
  font-size: 0rem;
  color: #73738f;
  margin-top: auto;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label .price-notice .price-including-tax {
  font-size: 12px;
  font-weight: 700;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label .price-notice .price-excluding-tax {
  font-size: 10px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label .price-notice .price-excluding-tax:before,
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td label .price-notice .price-excluding-tax .price {
  font-size: 10px;
  font-weight: 400;
  display: block;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td .note {
  line-height: 2rem;
  color: #73738f;
  font-size: 12px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td select {
  min-width: 90px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td select,
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td input[type="text"] {
  background-color: #ffffff;
  border: 2px solid #e7e6e6;
  border-radius: 3px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td picture {
  float: right;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom {
  background-color: #f7f7f9;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom:before,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom:after {
  content: '';
  display: table;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom:after {
  clear: both;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .itoris_dynamicproductoptions_popup_button_cancel {
  float: right;
  margin-left: 15px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_price {
  margin-right: 15px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .or {
  display: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_button_apply {
  background: #295b5b;
  color: #ffffff;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_button_apply:hover {
  background: #193838;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  margin-left: 10px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart:focus,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart:active {
  background: #193838;
  color: #ffffff;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart:hover {
  background: #193838;
  color: #ffffff;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart.disabled,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart[disabled],
fieldset[disabled] .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart span {
  line-height: 2.2rem;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart span span {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart span span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: inherit;
  color: inherit;
  content: '\e8cc';
  font-family: 'Material Icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart label,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .decrease,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .increase,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .qty,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart {
  display: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .qty-button {
  background-color: #ffffff;
  border: 2px solid #e7e6e6;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .qty-button.decrease {
  border-right: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .qty-button.increase {
  border-left: none;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .qty {
  background-color: #ffffff;
  border-bottom: 2px solid #e7e6e6;
  border-radius: 0;
  border-top: 2px solid #e7e6e6;
  height: auto;
  padding: 0;
  text-align: center;
  width: 50px;
}
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .price-box .old-price,
.catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .price-box .price-unit {
  display: none;
}
.catalog-product-view .itoris_dynamicproductoptions .form-list .fields > td {
  padding: 0;
}
.catalog-product-view .itoris_dynamicproductoptions .validation-advice {
  color: #e02b27;
}
.catalog-product-view .itoris_dynamicproductoptions input.validation-failed,
.catalog-product-view .itoris_dynamicproductoptions select.validation-failed,
.catalog-product-view .itoris_dynamicproductoptions textarea.validation-failed {
  border-color: #ed8380;
}
.catalog-product-view #total-info-price .price-container .price-info {
  margin-top: 9px;
}
@media (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup {
    max-width: 96%;
    padding: 20px 20px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom.fixed {
    bottom: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom button,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .quote-details-items .actions-toolbar > .action,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .cart.table-wrapper .actions-toolbar > .action,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .action-gift {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom button.itoris_dynamicproductoptions_popup_button_cancel,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .quote-details-items .actions-toolbar > .action.itoris_dynamicproductoptions_popup_button_cancel,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .cart.table-wrapper .actions-toolbar > .action.itoris_dynamicproductoptions_popup_button_cancel,
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .action-gift.itoris_dynamicproductoptions_popup_button_cancel {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_price {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart .btn-cart {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field img {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup table > tbody > tr > td:not(.switch):not(.image-button) .options-list .field label > span:not(.price-notice) {
    padding-right: 10px;
  }
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-list .post-holder,
.post-list-wrapper.related-blog-posts:not(.blog-widget-recent-masonry) .post-list .post-holder {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-list .post-holder .post-content-wrapper .post-info .post-posed-date .label:after,
.post-list-wrapper.related-blog-posts:not(.blog-widget-recent-masonry) .post-list .post-holder .post-content-wrapper .post-info .post-posed-date .label:after {
  content: '•';
  margin: 0 5px;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-list .post-holder .post-content-wrapper .post-read-more,
.post-list-wrapper.related-blog-posts:not(.blog-widget-recent-masonry) .post-list .post-holder .post-content-wrapper .post-read-more {
  padding-top: 15px;
}
.post-list-wrapper .post-list .post-holder {
  border: none;
  border-bottom: 1px solid #e7e6e6;
  border-radius: 0;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
.post-list-wrapper .post-list .post-holder .post-header,
.post-list-wrapper .post-list .post-holder .post-content {
  box-sizing: border-box;
}
.post-list-wrapper .post-list .post-holder .post-header img {
  border-radius: 3px;
}
.post-list-wrapper .post-list .post-holder .post-content {
  position: relative;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info {
  color: #73738f;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info .post-posed-date {
  display: inline-block;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info .post-categories,
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info .post-comments {
  display: none;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-title {
  font-size: 26px;
  margin: 10px 0 15px 0;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-title .post-item-link {
  color: #295b5b;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-title .post-item-link:hover {
  text-decoration: none;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .addthis_toolbox {
  margin-bottom: 10px;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-description .post-text-hld {
  line-height: 2.6rem;
  min-height: auto;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-description .post-text-hld [data-element="inner"] {
  margin: 0 !important;
  padding: 0 !important;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-description .post-read-more {
  display: inline-block;
  text-decoration: none;
  color: #598b8c;
  font-weight: 600;
  float: none;
  padding-top: 5px;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-description .post-read-more:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: inherit;
  content: '\e409';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.post-list-wrapper .post-list .post-holder .post-content-wrapper .post-description .post-read-more:hover {
  color: #3b5d5d;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .post-holder:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .post-holder .post-header img {
    padding-bottom: 25px;
  }
}
.blog-post-view .post-holder {
  border: none;
  padding: 0;
}
.blog-post-view .post-holder .post-header .post-info {
  font-size: 12px;
}
.blog-post-view .post-holder .post-header .post-info .item:after {
  content: '•';
  margin: 0 5px;
}
.blog-post-view .post-holder .post-header .post-info .item.post-categories a:not(:last-of-type):after {
  content: ',';
  margin-right: 5px;
}
.blog-post-view .post-holder .post-header .post-info .item a {
  color: #598b8c;
}
.blog-post-view .post-holder .post-content .post-description img {
  border-radius: 3px;
}
.blog-post-view .post-holder .post-bottom .nextprev-link {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  text-transform: none;
}
.blog-post-view .post-holder .post-bottom .nextprev-link:focus,
.blog-post-view .post-holder .post-bottom .nextprev-link:active {
  background: #193838;
  color: #ffffff;
}
.blog-post-view .post-holder .post-bottom .nextprev-link:hover {
  background: #193838;
  color: #ffffff;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.disabled,
.blog-post-view .post-holder .post-bottom .nextprev-link[disabled],
fieldset[disabled] .blog-post-view .post-holder .post-bottom .nextprev-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.prev-link {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.prev-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  content: '\e408';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.prev-link:hover:before {
  color: inherit;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.prev-link:active:before {
  color: inherit;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.next-link {
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.next-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  content: '\e409';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.next-link:hover:after {
  color: inherit;
}
.blog-post-view .post-holder .post-bottom .nextprev-link.next-link:active:after {
  color: inherit;
}
.blog-post-view .post-holder .post-bottom .comments #post-comments * {
  font-family: 'Open Sans';
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform {
  background: none;
  margin: 10px 0;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .comment-form-blog-recaptcha textarea {
  background: #f3f3f5 !important;
  border-bottom: none;
  height: 100px;
  padding: 10px;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld {
  background: none;
  border: none;
  padding: 20px 0;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld input {
  background: #f3f3f5 !important;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  line-height: 1.8rem;
  border: none;
  margin-top: 0;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button:focus,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button:active,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action:focus,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action:active,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action:focus,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action:active,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift:focus,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift:active {
  background: #193838;
  color: #ffffff;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button:hover,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action:hover,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action:hover,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift:hover {
  background: #193838;
  color: #ffffff;
}
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button.disabled,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button[disabled],
fieldset[disabled] .blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld button,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action.disabled,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .quote-details-items .actions-toolbar > .action,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.disabled,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .cart.table-wrapper .actions-toolbar > .action,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift.disabled,
.blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift[disabled],
fieldset[disabled] .blog-post-view .post-holder .post-bottom .comments .c-replyform .c-btn-hld .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments {
  border-top: 1px solid #d1d1d1;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments > .c-comment {
  border-bottom: 1px solid #d1d1d1;
  margin: 10px 0;
  padding: 10px 0;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments > .c-comment .c-post {
  margin: 0;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments > .c-comment .c-post .p-name {
  color: #295b5b;
  margin-bottom: 5px;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments > .c-comment .c-post .p-replies {
  border-left: none;
  padding-left: 20px;
}
.blog-post-view .post-holder .post-bottom .comments .c-comments > .c-comment .c-post .p-replies .c-comment {
  border: none;
  margin: 0;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .blog-post-view .post-holder .post-header .post-info .item:not(:last-of-type) {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .blog-post-view .post-holder .post-header .post-info .item:not(:last-of-type):after {
    display: none;
  }
}
.sidebar .widget.block a {
  color: #598b8c;
  font-size: 14px;
  font-weight: 600;
}
.sidebar .widget.blog-search .action.search {
  display: inline-block;
  text-decoration: none;
}
.sidebar .widget.blog-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 3.2rem;
  color: #295b5b;
  content: '\e8b6';
  font-family: 'Material Icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .widget.blog-search .action.search:before {
  background: none;
  font-weight: 600;
  opacity: 1;
  width: auto;
}
.sidebar .widget.block-categories ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.sidebar .widget.block-categories ul li {
  margin: 0 0 10px;
}
.sidebar .widget.block-archive .block-content .item {
  margin-bottom: 10px;
}
.sidebar .widget.block-recent-posts .block-content .item {
  margin-bottom: 15px;
}
.sidebar .widget.block-recent-posts .block-content .item .post-image {
  border: none;
  padding: 0;
}
.sidebar .widget.block-recent-posts .block-content .item .post-image + .post-item-link + .post-item-date {
  padding-left: 72px;
}
.sidebar .widget.block-recent-posts .block-content .item .post-image img {
  border-radius: 3px;
}
.sidebar .widget.block-recent-posts .block-content .item .post-item-date {
  color: #73738f;
  font-size: 12px;
}
.sidebar .widget.block-tagclaud .tagclaud-hld > span {
  line-height: 2.4rem;
  display: block;
  margin-bottom: 10px;
}
.catalogsearch-result-index .page-title {
  font-size: 18px;
}
#amsearch-result-tabs.product.data.items > .data.item.title.last {
  border: none;
}
#amsearch-result-tabs.product.data.items > .data.item.title > .switch .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs.product.data.items > .data.item.content .toolbar-products {
  border: none;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item {
  margin: 20px 0 0;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="category"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="category"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e8f0';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="page"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="page"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e24d';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="blog"] {
  display: inline-block;
  text-decoration: none;
  display: block;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item[data-search-block-type="blog"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: inherit;
  content: '\e3c9';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item a {
  color: #598b8c;
  font-size: 14px;
  font-weight: 600;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item a.am-item-link:not(:last-of-type) {
  display: inline-block;
  text-decoration: none;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item a.am-item-link:not(:last-of-type):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e409';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item a.am-item-link:not(:last-of-type):after {
  background: none;
  height: auto;
  font-weight: 600;
  width: auto;
}
#amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item .item-description {
  color: #1e2b2b;
  font-size: 12px;
}
.block-search {
  margin-left: 10px;
}
.block-search .label {
  text-transform: uppercase;
  float: none;
  font-size: 1.2rem;
}
.block-search .label:before {
  font-size: 2em;
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.block-search .label > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  display: block;
}
.block-search input {
  padding-left: 50px;
  padding-right: 20px;
}
.block-search input:focus {
  border: none;
  box-shadow: none;
}
@media (max-width: 1023px) {
  #amsearch-result-tabs.product.data.items > .data.item.title {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  #amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  #amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item a.am-item-link:not(:first-of-type) {
    display: block;
    padding-left: 29px;
  }
}
@media (max-width: 1023px) {
  .block.block-search {
    margin: 0 10px;
    position: static;
  }
}
@media (max-width: 1023px) {
  .block.block-search .label {
    display: none;
  }
}
@media (max-width: 1023px) {
  .block.block-search .control {
    background: #f7f7f9;
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block.block-search .control input {
    position: static;
  }
}
@media (max-width: 1023px) {
  .block.block-search .active .control {
    padding: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .block.block-search .action.search {
    text-decoration: none;
    background: none;
    border: none;
    display: inline-block;
    height: 68px;
    left: 15px;
    margin: 0;
    padding: 0 15px;
    opacity: 1;
    position: absolute;
    transform: none;
    top: 100%;
    z-index: 100;
  }
  .block.block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.6rem;
    line-height: 1;
    color: #295b5b;
    content: '\e8b6';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block.block-search .action.search:hover:before {
    color: inherit;
  }
  .block.block-search .action.search:active:before {
    color: inherit;
  }
}
@media (max-width: 1023px) {
  .block.block-search input {
    margin: 0;
  }
}
.checkout-cart-index .tax-switcher-holder {
  display: none;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  text-transform: none;
}
.checkout-cart-index .cart-container .cart-summary._sticky {
  margin-bottom: 25px;
  position: static;
  top: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: 0;
  padding-bottom: 37px;
  padding-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .title {
  padding: 10px 30px 10px 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title strong,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .title strong {
  line-height: 2.6rem;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title:after,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .title:after {
  font-size: 2.3rem;
  color: #6c6d72;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary button,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary button,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary button,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary button,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .action-gift,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .action-gift,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .action-gift,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .action-gift {
  text-transform: none;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary button.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary button.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary button.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary button.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary button.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary button.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary button.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary button.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .action-gift.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .action-gift.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .action-gift.add,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .action-gift.add,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .action-gift.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .action-gift.apply,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .action-gift.apply,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .action-gift.apply {
  line-height: 1.8rem;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary button.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary button.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary button.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary button.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .quote-details-items .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.primary .action-gift.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.primary .action-gift.check,
.checkout-cart-index .cart-container .cart-summary .block.discount .actions-toolbar div.secondary .action-gift.check,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .actions-toolbar div.secondary .action-gift.check {
  text-align: left;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .content {
  padding: 0 0 15px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .content .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .control,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .content .fieldset .control {
  margin: 10px 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .control input,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .content .fieldset .control input {
  font-size: 1.2rem;
  background: #ffffff;
  border-radius: 3px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset label span,
.checkout-cart-index .cart-container .cart-summary .block.giftcard .content .fieldset label span {
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper thead .col {
  text-transform: capitalize;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 25px 10px 25px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-top: 8px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  line-height: 2.6rem;
  font-size: 16px;
  font-weight: 700;
}
.checkout-cart-index .cart.table-wrapper .subtotal .cart-price {
  display: block;
  margin-top: 16px;
}
.checkout-cart-index .cart.table-wrapper .square-price .cart-price,
.checkout-cart-index .cart.table-wrapper .price .cart-price {
  display: block;
  margin-top: 10px;
}
.checkout-cart-index .cart.table-wrapper .square-price .price,
.checkout-cart-index .cart.table-wrapper .price .price {
  line-height: 2.8rem;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index .cart.table-wrapper .qty .control label {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  border: 1px solid #e7e6e6;
  border-radius: 3px;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button {
  font-size: 2rem;
  line-height: 3.4rem;
  background: transparent;
  border: 0;
  color: #295b5b;
  padding: 5px 3px;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button span {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button.decrease {
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button.decrease:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #295b5b;
  content: 'remove';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button.increase {
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button.increase:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #295b5b;
  content: 'add';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .qty-button:hover {
  background: transparent;
  border: 0;
  color: #295b5b;
}
.checkout-cart-index .cart.table-wrapper .qty .control label .input-text {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0;
  color: #295b5b;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper .qty .control .qty-buttons-wrapper {
  max-width: none;
  min-width: 110px;
}
.checkout-cart-index .cart.table-wrapper .qty .control .qty-buttons-wrapper .qty-button {
  width: 29px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  padding-top: 15px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .action-gift {
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  line-height: 2.6rem;
  color: #598b8c;
  font-size: 14px;
  font-weight: 400;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:visited,
.checkout-cart-index .action-gift:visited {
  color: #598b8c;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-cart-index .action-gift:hover {
  color: #006bb4;
  text-decoration: underline;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active,
.checkout-cart-index .action-gift:active {
  color: #ff5501;
  text-decoration: underline;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:focus,
.checkout-cart-index .action-gift:hover,
.checkout-cart-index .action-gift:active,
.checkout-cart-index .action-gift:focus {
  background: none;
  border: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.disabled,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .action-gift.disabled,
.checkout-cart-index .action-gift[disabled],
fieldset[disabled] .checkout-cart-index .action-gift {
  color: #598b8c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:visited,
.checkout-cart-index .action-gift:hover,
.checkout-cart-index .action-gift:visited {
  color: #598b8c;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action span,
.checkout-cart-index .action-gift span {
  margin-left: 2px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit,
.checkout-cart-index .action-gift.action-edit {
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit:before,
.checkout-cart-index .action-gift.action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #598b8c;
  content: 'create';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete,
.checkout-cart-index .action-gift.action-delete {
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete:before,
.checkout-cart-index .action-gift.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #598b8c;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action + .action,
.checkout-cart-index .action-gift + .action {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart {
    margin: 0 -15px;
    width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .square-price {
    box-sizing: border-box;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .square-price .cart-price,
  .checkout-cart-index .cart.table-wrapper .price .cart-price,
  .checkout-cart-index .cart.table-wrapper .subtotal .cart-price {
    line-height: 2.3rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper tbody.item {
    float: left;
    padding-bottom: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper tbody.item .item-info {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.price {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.item .product-item-photo {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.item .product-item-details {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.item .product-item-name a {
    line-height: 2.4rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.qty {
    width: 34%;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.qty .control .qty-buttons-wrapper {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.qty .control .qty-buttons-wrapper .qty-button {
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.square-price,
  .checkout-cart-index .cart.table-wrapper .col.price,
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .col.square-price[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.square-price[data-th],
  .checkout-cart-index .cart.table-wrapper .col.price[data-th],
  .checkout-cart-index .cart.table-wrapper .col.subtotal[data-th] {
    white-space: unset;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.square-price[data-th]:before,
  .checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,
  .checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before {
    font-size: 12px;
    padding-bottom: 0;
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    position: absolute;
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit:before,
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete:before,
  .checkout-cart-index .action-gift.action-edit:before,
  .checkout-cart-index .action-gift.action-delete:before {
    font-size: 2.5rem;
    line-height: 5rem;
    background: #f7f7f9;
    border-radius: 50%;
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action span,
  .checkout-cart-index .action-gift span {
    display: none;
  }
}
.checkout-container {
  background-color: #f5f5f5;
  padding: 10px;
}
.checkout-container .authentication-wrapper {
  display: none;
}
.checkout-container .opc-progress-bar {
  margin-bottom: 40px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #598b8c;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before {
  background: #598b8c;
}
.checkout-container .step-title {
  margin-bottom: 10px;
}
.checkout-container .opc-sidebar {
  margin-top: 0;
  background-color: #ffffff;
}
.checkout-container .opc-sidebar .modal-header {
  border-bottom: 0;
}
.checkout-container .opc-sidebar .modal-content {
  padding: 0;
}
.checkout-container .opc-block-summary {
  background-color: transparent;
  margin-bottom: 0;
}
.checkout-container .opc-block-summary .items-in-cart > .title {
  display: none;
}
.checkout-container .opc-block-summary .items-in-cart .product.options .item-options {
  margin: 10px 0 0;
}
.checkout-container .opc-block-summary div.minicart-items {
  display: initial !important;
}
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper {
  max-height: none;
  padding-top: 0;
}
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner .product-item-name-block {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner .subtotal,
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner .details-qty {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  display: block;
}
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner .subtotal span,
.checkout-container .opc-block-summary div.minicart-items .minicart-items-wrapper .product-item-inner .details-qty {
  margin-top: 0;
}
.checkout-container .opc-wrapper .form-login .fieldset .note,
.checkout-container .opc-wrapper .form-shipping-address .fieldset .note {
  margin-top: 15px;
}
.checkout-container .opc-wrapper .form-login .field-tooltip,
.checkout-container .opc-wrapper .form-shipping-address .field-tooltip {
  top: 25px;
}
.checkout-container .opc-wrapper .fieldset > .field > .label {
  font-weight: 700;
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .fieldset > .field select,
.checkout-container .opc-wrapper .fieldset > .field input,
.checkout-container .opc-wrapper .fieldset > .field textarea {
  background-color: #ffffff;
  border: 1px solid #e7e6e6;
  border-radius: 0;
  font-weight: normal;
}
.checkout-container .opc-wrapper .actions-toolbar {
  margin-top: 20px;
}
.checkout-container .opc-wrapper .actions-toolbar div.primary,
.checkout-container .opc-wrapper .actions-toolbar div.primary button,
.checkout-container .opc-wrapper .actions-toolbar div.primary .quote-details-items .actions-toolbar > .action,
.checkout-container .opc-wrapper .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-container .opc-wrapper .actions-toolbar div.primary .action-gift {
  width: 100%;
}
.checkout-container .opc-wrapper .form-login .fieldset .note::before,
.checkout-container .opc-wrapper .form-shipping-address .fieldset .note::before {
  margin-right: 5px;
}
.checkout-container .opc-wrapper .checkout-newsletter-subscribe {
  display: none !important;
}
.checkout-container .opc-wrapper--payment {
  position: relative;
}
.checkout-container .opc-wrapper--payment .checkout-continue-shopping {
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .page-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .opc-wrapper .form-login {
    margin: 28px 0 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .opc-wrapper--payment .checkout-continue-shopping {
    bottom: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-container .checkout-shipping-address div.new-address-popup {
    margin-right: 0;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-container .opc-estimated-wrapper {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-container .opc-estimated-wrapper .estimated-block {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 16px;
  }
}
.opc-wrapper .fieldset > .field .control._with-tooltip {
  z-index: 100;
}
.minicart-items-wrapper {
  overflow: visible;
  height: auto !important;
  margin: 0;
  padding: 0;
}
.block-minicart .items-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: none;
  margin: 0;
}
.block-minicart .items-total .count {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-size: 16px;
}
.block-minicart .items-total span:not(.count) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.block-minicart .items-total span:not(.count):after {
  content: ' :';
}
.block-minicart .subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin: 0;
}
.block-minicart .subtotal .amount.price-container {
  display: inline-block;
}
.block-minicart .subtotal .amount.price-container .price {
  font-size: 1.8rem;
}
.block-minicart .subtotal span.label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.block-minicart .block-content > .actions {
  margin: 10px 0 20px 0;
}
.block-minicart .block-content > .actions .viewcart {
  line-height: 2.6rem;
  color: #598b8c;
  font-size: 14px;
  font-weight: 700;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.block-minicart .block-content > .actions > .primary .checkout.action {
  font-size: 16px;
}
.minicart-items .product-item {
  text-align: left;
  margin: 0;
}
.minicart-items .product-item:first-child {
  padding-top: 20px;
}
.minicart-items .product-item-name {
  font-size: 14px;
}
.minicart-items .product-item-name a {
  line-height: 2rem;
  color: #295b5b;
  display: block;
  font-weight: 700;
}
.minicart-items .product-item-pricing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.minicart-items .product-item-pricing .price-container {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.minicart-items .product-item-pricing .price-container .price-including-tax,
.minicart-items .product-item-pricing .price-container .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-pricing .details-qty {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 0;
  text-align: right;
}
.minicart-items .product-item .update-cart-item {
  padding: 10px;
}
.minicart-items .product-item .product-options-list {
  margin-bottom: 0;
}
.minicart-items .product-item .product-options-list > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.minicart-items .product-item .product-options-list > div dt.label {
  margin-right: 10px;
  margin-bottom: 0;
}
.minicart-items .product-item .product-options-list > div dd.value {
  margin-bottom: 5px;
}
.minicart-items .product .toggle:after {
  font-size: 1em;
  line-height: 1;
  margin-left: 10px;
}
.minicart-items .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
}
.minicart-items .actions .primary,
.minicart-items .actions .secondary {
  display: inline-block;
}
.minicart-items .actions .primary {
  margin-left: 20px;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper {
  background: #ffffff;
  border: 1px solid #e7e6e6;
  border-radius: 3px;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button {
  font-size: 2rem;
  line-height: 3.4rem;
  background: transparent;
  border: 0;
  color: #295b5b;
  padding: 5px 3px;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button span {
  display: none;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button.decrease {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button.decrease:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #295b5b;
  content: 'remove';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button.increase {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button.increase:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #295b5b;
  content: 'add';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .qty-button:hover {
  background: transparent;
  border: 0;
  color: #295b5b;
}
.minicart-items .product-item-pricing .qty-buttons-wrapper .cart-item-qty {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0;
  color: #295b5b;
  font-weight: 600;
  padding: 0;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  color: #598b8c;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  font-size: 1em;
  line-height: 1;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #598b8c;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #598b8c;
}
.minicart-items .action.edit:before {
  content: 'create';
}
.minicart-items .action.delete:before {
  content: 'delete';
}
.header .minicart-wrapper .action.showcart {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: lowercase;
  position: relative;
}
.header .minicart-wrapper .action.showcart:before,
.header .minicart-wrapper .action.showcart.active:before {
  font-size: 3.4rem;
  line-height: 1;
  color: #295b5b;
  display: block;
  margin: 0 auto;
}
.header .minicart-wrapper .action.showcart:hover:before {
  color: #295b5b;
}
.header .minicart-wrapper .action.showcart .text {
  display: block;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  -webkit-transform: translate(25px, -25%);
  -moz-transform: translate(25px, -25%);
  -ms-transform: translate(25px, -25%);
  transform: translate(25px, -25%);
  line-height: 1.9rem;
  background-color: #598b8c;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 0;
  width: 19px;
}
.modal-slide.minicart {
  left: auto;
  max-width: 400px;
  width: 100%;
}
.modal-slide.minicart .content .block-title,
.modal-slide.minicart .content .action.close {
  display: none;
}
@media (max-width: 639px) {
  .header .minicart-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .header .minicart-wrapper .action.showcart .text {
    display: none;
  }
}
.modal-popup.mct-addtocart-popup .modal-inner-wrap {
  max-width: 500px;
}
.modal-popup.mct-addtocart-popup .modal-footer,
.modal-popup.mct-addtocart-popup .modal-content {
  text-align: center;
}
.modal-popup.mct-addtocart-popup .modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 0;
}
.modal-popup.mct-addtocart-popup .action.secondary {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  line-height: 1.42857143;
  margin: 10px 0 0;
  padding: 0;
  color: #598b8c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  font-size: 1.2rem;
}
.modal-popup.mct-addtocart-popup .action.secondary:visited {
  color: #598b8c;
  text-decoration: none;
}
.modal-popup.mct-addtocart-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.modal-popup.mct-addtocart-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.modal-popup.mct-addtocart-popup .action.secondary:hover,
.modal-popup.mct-addtocart-popup .action.secondary:active,
.modal-popup.mct-addtocart-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.modal-popup.mct-addtocart-popup .action.secondary.disabled,
.modal-popup.mct-addtocart-popup .action.secondary[disabled],
fieldset[disabled] .modal-popup.mct-addtocart-popup .action.secondary {
  color: #598b8c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .modal-popup.mct-addtocart-popup .modal-inner-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup.confirm .modal-inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer button,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .action-gift {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer button.action-dismiss,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action-dismiss,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-dismiss,
  .modal-popup.billingValidationModal .modal-inner-wrap .modal-footer .action-gift.action-dismiss {
    margin-bottom: 15px;
  }
}
.opc-wrapper .checkout-payment-method .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .checkout-payment-method .payment-method {
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
}
.opc-wrapper .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title > label {
  cursor: pointer;
  padding: 20px 20px 20px 60px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content {
  padding: 0 20px 20px 20px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content > p {
  margin: 0;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-component-dock {
  max-width: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content #iDealContainer .adyen-checkout__dropdown__button {
  background-color: #f3f3f5;
  border: none;
  border-radius: false;
  color: #73738f;
  font-size: 16px;
  font-weight: false;
  padding: 5px 10px 4px;
  position: relative;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content #iDealContainer .adyen-checkout__dropdown__button:after {
  right: 20px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content #iDealContainer .adyen-checkout__dropdown__button:hover {
  text-decoration: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .fieldset > .field .control {
  margin-left: 0;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .fieldset > .field input,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .fieldset > .field select {
  max-width: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address {
  margin-bottom: 20px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .billing-address-form {
  max-width: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .field {
  position: relative;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .field input[type="checkbox"] {
  position: absolute;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .field input[type="checkbox"] + label {
  display: block;
  padding-left: 30px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  margin-bottom: 20px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update:focus,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update:active {
  background: #193838;
  color: #ffffff;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update:hover {
  background: #193838;
  color: #ffffff;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update.disabled,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update[disabled],
fieldset[disabled] .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-update {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel:focus,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #295b5b;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel.disabled,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel[disabled],
fieldset[disabled] .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action-cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block {
  position: relative;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] {
  position: absolute;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] + label {
  display: block;
  padding-left: 30px;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] + label button,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] + label .quote-details-items .actions-toolbar > .action,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] + label .cart.table-wrapper .actions-toolbar > .action,
.opc-wrapper .checkout-payment-method .payment-method .payment-method-content .checkout-agreements-block input[type="checkbox"] + label .action-gift {
  max-width: calc(100% - 15px);
  text-align: left;
}
.opc-wrapper .discount-code .payment-option-title {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.opc-wrapper .discount-code .payment-option-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  line-height: inherit;
  color: inherit;
  content: "\e376";
  font-family: 'Material Icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-wrapper .discount-code .payment-option-content {
  padding-left: 0;
}
.opc-wrapper .giftcardaccount .payment-option-title {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.opc-wrapper .giftcardaccount .payment-option-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  line-height: inherit;
  color: inherit;
  content: "\e128";
  font-family: 'Material Icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-wrapper .giftcardaccount .giftcard-account-info {
  background-color: #ffffff;
  border: 1px solid #598b8c;
  padding: 10px;
  margin-top: 10px;
}
.opc-wrapper .giftcardaccount .giftcard-account-info > div > span:first-of-type {
  font-weight: 500;
}
.opc-wrapper .giftcardaccount .payment-option-content {
  padding-left: 0;
}
.opc-wrapper form.form-discount,
.opc-wrapper form.form-giftcard-account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
}
.opc-wrapper form.form-discount .payment-option-inner,
.opc-wrapper form.form-giftcard-account .payment-option-inner {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.opc-wrapper form.form-discount .payment-option-inner .field,
.opc-wrapper form.form-giftcard-account .payment-option-inner .field {
  margin: 0;
}
.opc-wrapper form.form-discount .actions-toolbar,
.opc-wrapper form.form-giftcard-account .actions-toolbar {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.opc-wrapper form.form-discount .actions-toolbar > div,
.opc-wrapper form.form-giftcard-account .actions-toolbar > div {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.opc-wrapper form.form-discount .actions-toolbar .secondary .action,
.opc-wrapper form.form-giftcard-account .actions-toolbar .secondary .action {
  font-size: 1.3rem;
  width: 100%;
}
.opc-wrapper .checkout-payment-method .payment-option-inner .input-text {
  background: #ffffff;
  border: 1px solid #e7e6e6;
  border-radius: 0;
  font-weight: normal;
}
.opc-progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.opc-progress-bar-item {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.opc-progress-bar-item:before {
  transform: translate(0, -50%);
}
.opc-progress-bar-item:first-child:before {
  left: 50%;
  width: 50%;
}
.opc-progress-bar-item:last-child:before {
  width: 50%;
}
.opc-progress-bar-item > span {
  color: #193838;
}
.opc-progress-bar-item > span:after {
  line-height: 26px;
}
.opc-wrapper .opc .shipping-address-items,
.opc-wrapper .opc .billing-address-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.opc-wrapper .opc .shipping-address-item,
.opc-wrapper .opc .billing-address-item {
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
.opc-wrapper .opc .shipping-address-item.selected-item,
.opc-wrapper .opc .billing-address-item.selected-item {
  background-color: #ffffff;
}
.opc-wrapper .opc .shipping-address-item.selected-item:after,
.opc-wrapper .opc .billing-address-item.selected-item:after {
  font-size: 1em;
  line-height: 27px;
}
.opc-wrapper .opc .shipping-address-item button.action,
.opc-wrapper .opc .billing-address-item button.action,
.opc-wrapper .opc .shipping-address-item .quote-details-items .actions-toolbar > .action.action,
.opc-wrapper .opc .billing-address-item .quote-details-items .actions-toolbar > .action.action,
.opc-wrapper .opc .shipping-address-item .cart.table-wrapper .actions-toolbar > .action.action,
.opc-wrapper .opc .billing-address-item .cart.table-wrapper .actions-toolbar > .action.action,
.opc-wrapper .opc .shipping-address-item .action-gift.action,
.opc-wrapper .opc .billing-address-item .action-gift.action {
  box-shadow: none;
}
.opc-wrapper .opc .table-checkout-shipping-method {
  max-width: none !important;
  margin-top: 20px;
  width: 100%;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr.row {
  background-color: #ffffff;
  cursor: pointer;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr.row:not(:first-of-type) {
  border-top: 20px solid #f5f5f5;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody td {
  border-top: none;
  vertical-align: middle;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody td:first-child {
  padding-left: 10px;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody .col-method {
  padding-right: 0;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody .col-method input[type="radio"] {
  margin-right: 0;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody .method-title,
.opc-wrapper .opc .table-checkout-shipping-method tbody .carrier-title {
  display: block;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody .carrier-title {
  font-size: 1.2rem;
  color: #60b8b8;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody #label_method_regular_tig_postnl:before {
  margin-top: 0;
}
.contact-index-index .column.main:not(.sidebar-additional) .contact.form {
  box-sizing: border-box;
}
.contact-index-index .column.main:not(.sidebar-additional) .contact.form .rules-section {
  padding: 5px 0;
}
.contact-index-index .column.main:not(.sidebar-additional) .contact.form .rules-section .rule-content {
  font-size: 10px;
  line-height: 1.42857143;
  margin-bottom: 0;
}
.contact-index-index .column .actions-toolbar .primary {
  float: left;
}
.account .block .title strong {
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
  text-transform: none;
}
.abs-account-blocks .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
  text-transform: none;
}
.field.choice.newsletter {
  position: relative;
}
.field.choice.newsletter input[type="checkbox"] {
  position: absolute;
}
.field.choice.newsletter input[type="checkbox"] + label {
  display: block;
  padding-left: 30px;
}
.gift-item-block .title:after {
  font-size: 1em;
  line-height: 1;
}
.block.filter .filter-title {
  margin-bottom: 15px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block.filter .filter-options .filter-options-title {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e7e6e6;
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 0;
  padding: 15px 20px 15px 0;
  position: relative;
}
.block.filter .filter-options .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #295b5b;
  content: '\e313';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.filter .filter-options .filter-options-title:before,
.block.filter .filter-options .filter-options-title:after {
  right: 0;
}
.block.filter .filter-options .filter-options-title:after {
  cursor: pointer;
  position: absolute;
}
.block.filter .filter-options > div.active .filter-options-title:after {
  content: '\e316';
}
.block.filter .filter-options .filter-options-content {
  margin: 0;
  padding: 0;
}
.block.filter .filter-options .filter-options-content .items {
  padding: 15px 0;
}
.block.filter .filter-options .filter-options-content .item {
  margin-bottom: 5px;
}
.block.filter .filter-options .filter-options-content .item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-options .filter-options-content .item a,
.block.filter .filter-options .filter-options-content .item label {
  font-size: 1.3rem;
  line-height: 2.6rem;
  color: #1e2b2b;
}
.block.filter .filter-options .filter-options-content .item a .count,
.block.filter .filter-options .filter-options-content .item label .count {
  color: #96979b;
  font-size: 10px;
}
.block.filter .filter-subtitle {
  display: none;
}
@media (max-width: 767px) {
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
  }
}
@media (max-width: 767px) {
  body.filter-active .columns {
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .block.filter {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar-main .block.filter {
    display: none;
  }
}
@media (max-width: 767px) {
  .block.filter .filter-current-subtitle {
    display: block;
  }
}
@media (max-width: 767px) {
  .block.filter .filter-current .items .item:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .block.filter .filter-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .block.filter:not(.active) .filter-title strong {
    background-color: #f3f3f5;
    color: #598b8c;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block.filter:not(.active) .filter-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .block.filter.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    z-index: 900;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
  }
  .block.filter.active.active {
    opacity: 1;
    filter: alpha(opacity=50);
  }
}
@media (max-width: 767px) {
  .block.filter.active .filter-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .block.filter.active .filter-title strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .block.filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e5cd';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block.filter.active .filter-title strong:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .block.filter.active .filter-options .filter-options-title:after {
    font-size: 2.4rem;
    line-height: 1.6rem;
    color: #295b5b;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .block.filter.active .filter-content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }
}
.block.filter.active .filter-close {
  background-image: none;
  background: #295b5b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  margin: 25px 15px;
  text-align: center;
  text-transform: none;
}
.block.filter.active .filter-close:focus,
.block.filter.active .filter-close:active {
  background: #193838;
  color: #ffffff;
}
.block.filter.active .filter-close:hover {
  background: #193838;
  color: #ffffff;
}
.block.filter.active .filter-close.disabled,
.block.filter.active .filter-close[disabled],
fieldset[disabled] .block.filter.active .filter-close {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quote-grid-filters-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.quote-grid-filters-wrap .admin__form-field-legend {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-left: 20px;
  font-weight: 700;
  padding: 0;
}
.quote-grid-filters-wrap .admin__form-field {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 0 0 10px 20px;
}
.quote-grid-filters-wrap .action {
  margin-left: 20px;
}
.block.newsletter {
  padding: 0 15px;
}
.block.newsletter .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block.newsletter .form.subscribe .field {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.block.newsletter .form.subscribe .actions {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.block.newsletter .form.subscribe .actions .primary {
  font-size: 1.4rem;
  line-height: 2.8rem;
  background: #295b5b;
  border: 0;
  border-radius: 3px;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 11px 20px;
  text-transform: capitalize;
}
.block.newsletter .field {
  margin-right: 5px;
}
.block.newsletter .field .control {
  position: relative;
}
.block.newsletter .field .control:before {
  font-size: 1em;
  line-height: inherit;
}
.block.newsletter .field .control input {
  line-height: 2.6rem;
  background: #f3f3f5;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  height: 50px;
  margin-right: 0;
  padding: 0 15px;
}
.block.newsletter .field .control input::-webkit-input-placeholder {
  color: #96979b;
  font-weight: 400;
}
.block.newsletter .field .control input:-moz-placeholder {
  color: #96979b;
  font-weight: 400;
}
.block.newsletter .field .control input::-moz-placeholder {
  color: #96979b;
  font-weight: 400;
}
.block.newsletter .field .control input:-ms-input-placeholder {
  color: #96979b;
  font-weight: 400;
}
.block.newsletter .field .control:before {
  content: none;
}
.quickorder-index-index .column .block-addbysku .sku {
  padding-right: 15px;
  margin: 0;
}
.quickorder-index-index table[data-container=items] th:first-child,
.quickorder-index-index table[data-container=items] td:first-child {
  padding-left: 0;
}
.quickorder-index-index table[data-container=items] th:last-child,
.quickorder-index-index table[data-container=items] td:last-child {
  padding-right: 0;
}
.product-addto-links .block-requisition-list {
  display: block;
  margin-bottom: 10px;
}
.product-item-actions .block-requisition-list {
  margin-top: 5px;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: inherit;
  letter-spacing: inherit;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  text-transform: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: inherit;
  letter-spacing: 0;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: inherit;
  content: "\e244";
  font-family: 'Material Icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button.toggle:after,
.link-button .requisition-list-button.toggle:after {
  vertical-align: middle;
}
.requisition-list-action .action.toggle:after,
.requisition-list-action .action.toggle.active:after {
  vertical-align: middle;
}
.requisition-grid table.table:not(.cart):not(.totals) > tbody > tr > th,
.requisition-grid table.table:not(.cart):not(.totals) > tbody > tr > td {
  border-top: 1px solid #d1d1d1;
}
.requisition-grid table.table:not(.cart):not(.totals) > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.requisition-toolbar-actions .mobile-label {
  display: none;
}
button.action.review-add,
.quote-details-items .actions-toolbar > .action.action.review-add,
.cart.table-wrapper .actions-toolbar > .action.action.review-add,
.action-gift.action.review-add {
  margin: 0 auto;
  display: block;
}
.block.review-add {
  margin-bottom: 0;
}
.rating-summary .rating-result {
  margin-left: 0;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control.review-control-vote {
  position: relative;
}
.review-field-ratings .review-field-rating .control.review-control-vote:before {
  position: static;
}
.review-field-ratings .review-field-rating .control.review-control-vote label {
  top: 6px;
}
.product-reviews-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-reviews-summary .rating-summary {
  display: block;
  left: auto;
  margin: 0 5px 0 0;
  line-height: 1;
}
.product-reviews-summary .reviews-actions {
  display: block;
}
.review-item .review-ratings {
  display: table;
}
.review-item .review-ratings .rating-summary {
  display: table-row;
}
.review-item .review-ratings .rating-summary .rating-label,
.review-item .review-ratings .rating-summary .rating-result {
  display: table-cell;
  padding: 0 0 10px;
}
.review-item .review-ratings .rating-summary .rating-label {
  padding-right: 10px;
}
.review-item .review-ratings .rating-summary .rating-result:before {
  top: auto;
}
.review-item .review-date {
  font-size: 1.2rem;
  font-style: italic;
}
.swatch-option-tooltip {
  display: none !important;
}
.swatch-attribute-options {
  margin: 20px 0;
}
.swatch-attribute-options .swatch-option-link-layered {
  display: block;
}
.swatch-attribute-options .swatch-option-link-layered:not(:last-of-type) {
  margin-bottom: 10px !important;
}
.swatch-attribute-options .swatch-option-link-layered:hover .swatch-option {
  opacity: 1;
}
.swatch-attribute-options .swatch-option-link-layered.active .swatch-option {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
}
.swatch-attribute-options .swatch-option-link-layered.active .swatch-option:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 2rem;
  color: inherit;
  content: '\e5ca';
  font-family: 'Material Icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.swatch-attribute-options .swatch-option-link-layered.active .swatch-option[data-option-label="Black"]:before {
  color: #ffffff;
}
.swatch-attribute-options .swatch-option-link-layered.active .swatch-option:before {
  font-weight: 700;
}
.swatch-attribute-options .swatch-option-link-layered .swatch-option {
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  float: none;
  height: 20px;
  margin: 0 5px 0 0;
  min-width: unset;
  opacity: .5;
  padding: 0;
  vertical-align: text-bottom;
  width: 20px;
}
.swatch-attribute-options .swatch-option-link-layered .swatch-option:hover {
  border: none;
  outline: none;
}
.cms-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cms-menu ol,
.cms-menu ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin: 0 0 0 5px;
}
.cms-menu ol li,
.cms-menu ul li {
  padding-left: 10px;
  border-left: 1px solid #d1d1d1;
}
.cms-menu li {
  margin: 0;
}
.cms-menu a,
.cms-menu strong {
  display: block;
  padding: 5px 0;
}
.cms-menu a {
  color: #193838;
}
.cms-menu strong {
  color: #ff5501;
}
.widget-category-listing .categories-container .category-grid.slick-slider,
.catalog-category-view .categories-container .category-grid.slick-slider {
  margin-left: 0;
}
.widget-category-listing .categories-container .category-grid.slick-slider .category-item,
.catalog-category-view .categories-container .category-grid.slick-slider .category-item {
  margin: 0;
}
.widget-category-listing .categories-container .category-grid .category-item,
.catalog-category-view .categories-container .category-grid .category-item {
  border: none;
}
.widget-category-listing .categories-container .category-grid .category-item:hover,
.catalog-category-view .categories-container .category-grid .category-item:hover {
  cursor: unset;
}
.widget-category-listing .categories-container .category-grid .category-item .category-name,
.catalog-category-view .categories-container .category-grid .category-item .category-name {
  color: #295b5b;
  font-family: 'Open Sans';
  margin: 15px 0 10px;
}
.widget-category-listing .categories-container .category-grid .category-item .category-name a,
.catalog-category-view .categories-container .category-grid .category-item .category-name a {
  color: #295b5b;
}
.widget-category-listing .categories-container .category-grid .category-item .short-description,
.catalog-category-view .categories-container .category-grid .category-item .short-description {
  background: none;
  color: #1e2b2b;
  margin-bottom: 10px;
  min-height: 72px;
}
.widget-category-listing .categories-container .category-grid .category-item .short-description p,
.catalog-category-view .categories-container .category-grid .category-item .short-description p {
  padding: 0;
}
.widget-category-listing .categories-container .category-grid .category-item .actions,
.catalog-category-view .categories-container .category-grid .category-item .actions {
  background: none;
  padding: 0;
}
.widget-category-listing .categories-container .category-grid .category-item .actions .action,
.catalog-category-view .categories-container .category-grid .category-item .actions .action {
  display: inline-block;
  text-decoration: none;
  color: #598b8c;
  font-weight: 600;
}
.widget-category-listing .categories-container .category-grid .category-item .actions .action:before,
.catalog-category-view .categories-container .category-grid .category-item .actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: inherit;
  content: '\e409';
  font-family: 'Material Icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 639px) {
  .widget-category-listing .categories-container .slick-list {
    padding: 0 20% 0 0;
  }
}
@media (max-width: 639px) {
  .catalog-category-view .categories-container .slick-list {
    padding: 0 35% 0 0;
  }
}
@media (max-width: 639px) {
  .widget-category-listing .categories-container .slick-arrow,
  .catalog-category-view .categories-container .slick-arrow {
    opacity: 1;
  }
}
.product-reviews-summary.empty .rating-summary,
.product-reviews-summary.empty .reviews-actions {
  display: inline-block;
}
.product-reviews-summary.empty .reviews-actions span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #295b5b;
  text-decoration: underline;
}
.product-reviews-summary.empty .rating-results span {
  line-height: 1.8rem;
  background: #c7c7c7;
  display: inline-block;
  height: 18px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
  width: 18px;
}
.product-reviews-summary.empty .rating-results span:last-of-type {
  margin-right: 0;
}
.contact-files .drawing-file .button {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #598b8c;
  cursor: pointer;
  display: none;
  text-align: center;
  vertical-align: middle;
}
.contact-files .drawing-file .button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #598b8c;
  content: 'delete';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-files .drawing-file .button:before {
  line-height: 2.1rem;
  padding-right: 5px;
}
.contact-files .drawing-file input {
  outline: none;
  vertical-align: middle;
}
.contact-files .drawing-file input:focus {
  box-shadow: none;
}
.sample-product-holder {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  padding: 15px;
  width: 100%;
}
.sample-product-holder .fieldset {
  margin-bottom: 7px;
}
.sample-product-holder .fieldset button,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action,
.sample-product-holder .fieldset .action-gift {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
  background: transparent;
  border: 0;
  color: #598b8c;
  font-weight: 700;
  padding: 0;
}
.sample-product-holder .fieldset button:before,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action:before,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action:before,
.sample-product-holder .fieldset .action-gift:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1;
  color: #598b8c;
  content: '\e8cc';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sample-product-holder .fieldset button span,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action span,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action span,
.sample-product-holder .fieldset .action-gift span {
  vertical-align: middle;
}
.sample-product-holder .product-sample-description {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #454554;
}
.quick-quote-calculator-title p {
  margin-bottom: 15px;
}
.quick-quote-calculator-title h3 {
  font-family: 'Open Sans';
}
.quick-quote-calculator-content {
  margin-bottom: 15px;
}
.quick-quote-calculator select,
.quick-quote-calculator input {
  color: #295b5b;
}
.quick-quote-calculator select:not(:disabled) {
  background-image: url('../images/icons/keyboard_arrow_down_grey.webp');
}
.quick-quote-calculator .actions .action {
  text-transform: none;
}
.quick-quote-calculator:not(.full-width) .actions .action:not(.product-button) {
  line-height: 1.8rem;
  padding: 20px;
}
.yw-faq_faq-head {
  box-sizing: border-box;
}
.yw-faq_faq-content {
  background: none;
}
.yw-faq_faq-list__item--with-image .yw-faq_faq-info__wrapper {
  min-height: 70px;
}
.yw-faq_faq-list__item--with-image .yw-faq_faq-head {
  min-height: 70px;
}
.yw-faq_faq-image__wrapper {
  height: 70px;
}
.yw-faq_faq-image__wrapper .yw-faq_faq-image {
  max-height: 100px;
  max-width: 100px;
}
.yw-faq_faq-info__title {
  font-size: 2.4rem;
}
.yw-faq_faq-info__title small {
  display: none;
}
.yw-faq_search {
  float: none;
}
.yw-faq_popular-tags__wrapper {
  display: none;
}
.yw-faq_category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.youwe-faq-faq-overview .block-search {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .yw-faq_search {
    width: auto;
  }
}
@media (max-width: 767px) {
  .yw-faq_search .form .search .control {
    background: none;
    padding: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .yw-faq_search .form .actions .action {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .yw-faq_faq-info__wrapper {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .yw-faq_faq-head {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .yw-faq_faq-list__wrapper .yw-faq_faq-accordion-trigger__wrapper {
    position: absolute;
    right: 5px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .yw-faq_faq-info__title {
    margin-bottom: 0;
  }
}
.columns .product.info.detailed .faqs .yw-faq_faq-list {
  margin-bottom: 0;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 20px 15px;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item:nth-of-type(even) {
  background: #f7f7f9;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-info__wrapper {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-info__title {
  display: inline-block;
  text-decoration: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  line-height: 2.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-info__title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 8px;
  color: inherit;
  content: '\e5cf';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-info__title:after {
  min-width: 23px;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-body {
  display: none;
  padding-top: 25px;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-body .yw-faq_faq-content {
  background: transparent;
  padding: 0;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-body .yw-faq_faq-content p {
  line-height: 2.6rem;
  color: #1e2b2b;
  font-size: 16px;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-head {
  padding: 0;
}
.columns .product.info.detailed .faqs .yw-faq_faq-list__item .yw-faq_faq-head.active .yw-faq_faq-info__title:after {
  content: '\e5ce';
}
.action.read-more {
  background-color: #598b8c;
  color: #ffffff !important;
  font-weight: 700;
  padding: 5px 15px;
}
.action.read-more:after {
  font-weight: 700;
}
@media (min-width: 767px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
.sample-product-holder {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 100%;
  padding-top: 0;
}
.sample-product-holder .fieldset {
  margin-bottom: 7px;
}
.sample-product-holder .fieldset button,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action,
.sample-product-holder .fieldset .action-gift {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
  background: transparent;
  border: 0;
  color: #598b8c;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.sample-product-holder .fieldset button:before,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action:before,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action:before,
.sample-product-holder .fieldset .action-gift:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1;
  color: #598b8c;
  content: '\e8cc';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sample-product-holder .fieldset button:hover,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action:hover,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action:hover,
.sample-product-holder .fieldset .action-gift:hover {
  background-color: #e9f1ff;
}
.sample-product-holder .fieldset button span,
.sample-product-holder .fieldset .quote-details-items .actions-toolbar > .action span,
.sample-product-holder .fieldset .cart.table-wrapper .actions-toolbar > .action span,
.sample-product-holder .fieldset .action-gift span {
  vertical-align: middle;
}
.sample-product-holder .product-sample-description {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #454554;
}
.products-grid {
  margin-top: 20px;
}
.products-grid + .toolbar-products {
  border-top: none;
  margin-bottom: 80px;
  padding: 0;
}
.products-grid + .toolbar-products + .category-description [data-content-type="row"] > div {
  margin-bottom: 0 !important;
}
.products-grid + .toolbar-products .filter {
  display: none;
}
.products-grid .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-grid .product-item-info {
  width: 100%;
}
.products-grid .product-item-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 0 15px;
}
.products-grid .product-item-name a {
  line-height: 2.2rem;
  font-weight: 700;
}
.products-grid .product-item-inner {
  margin-top: 25px;
}
.products-grid .product-item .price-box {
  margin: 0;
}
.products-grid .product-item .tocart {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 15px;
  text-transform: none;
  white-space: normal;
}
.products-grid .product-item-actions {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.products-grid .product-item-actions .actions-secondary {
  padding-left: 20px;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist {
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: inherit;
  color: #dee0e5;
  content: '\e87d';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover:before {
  color: #c1c5cf;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:active:before {
  color: #c1c5cf;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist span {
  display: none;
}
.products-grid .product-item .product-reviews-summary {
  margin: 0 auto;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.products-grid .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  z-index: 100 !important;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  text-align: center;
}
.products-grid .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
div[data-content-type="products"][data-appearance="grid"][style*="text-align: right"] .widget-product-grid {
  justify-content: flex-end;
}
div[data-content-type="products"][data-appearance="grid"][style*="text-align: center"] .widget-product-grid {
  justify-content: center;
}
.page-products .category-description [data-content-type="row"] > div {
  margin-bottom: 0 !important;
}
.page-products .category-description p {
  color: #1e2b2b;
}
.page-products .category-description p strong {
  color: #295b5b;
}
.page-products .category-description ul {
  list-style-position: inside;
  padding-left: 0;
}
.page-products .category-description ul li {
  color: #1e2b2b;
}
.page-layout-1column.page-products .category-image,
.page-layout-1column.page-products .category-description {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .products-grid + .toolbar-products {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .products-grid + .toolbar-products .pages {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .products-grid + .toolbar-products + .category-description {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-details {
    padding-top: 10px;
  }
}
@media (max-width: 319px) {
  .products-grid .product-item-actions .actions-primary .action.tocart {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-actions .actions-secondary {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .products-grid:not(.products-grid) .product-item-info {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .products-grid:not(.products-grid) .product-item-photo {
    box-sizing: border-box;
    padding-right: 15px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .products-grid:not(.products-grid) .product-item-details {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-products.page-with-filter .columns .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .page-products .category-description-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid {
    margin: 20px -15px;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item {
    border-bottom: 1px solid #e7e6e6;
    margin: 0 0 20px;
    padding: 0 15px 25px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item .product-item-info {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item .product-item-details {
    padding-left: 15px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item .tocart {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item .product-item-photo {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .page-products .products.products-grid .product-item:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-products .columns .column.main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-products .footer.content {
    margin-top: 0;
  }
}
.catalog-product-view .product-info-main {
  background: #f7f7f9;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.catalog-product-view .product-info-main .delivery-date {
  line-height: 1.8rem;
  font-size: 12px;
  vertical-align: top;
}
.catalog-product-view .product-info-main .delivery-date .tooltip {
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 15px;
  margin-top: 1rem;
}
.catalog-product-view .product-info-main .product-social-links {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .qty-buttons-wrapper {
  background: #ffffff;
  border: 1px solid #e7e6e6;
  min-width: 110px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .qty-buttons-wrapper .qty-button {
  background: transparent;
  border: 0;
  color: #295b5b;
  width: 29px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .qty-buttons-wrapper .qty-button:hover {
  background: transparent;
  border: 0;
  color: #295b5b;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .qty-buttons-wrapper .qty {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0;
  color: #295b5b;
  font-weight: 600;
  padding: 0 5px;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  padding-top: 0;
}
.catalog-product-view .product-info-main .box-tocart .actions button,
.catalog-product-view .product-info-main .box-tocart .actions .quote-details-items .actions-toolbar > .action,
.catalog-product-view .product-info-main .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .product-info-main .box-tocart .actions .action-gift {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-transform: none;
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart .actions button:before,
.catalog-product-view .product-info-main .box-tocart .actions .quote-details-items .actions-toolbar > .action:before,
.catalog-product-view .product-info-main .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:before,
.catalog-product-view .product-info-main .box-tocart .actions .action-gift:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 1;
  color: #ffffff;
  content: '\e8cc';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-info-main .product-info-price {
  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;
  padding: 15px;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 16px;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: none;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  color: #58a952;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available span {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available span:before {
  background: #58a952;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  margin-right: 4px;
  width: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-top: 0;
}
.catalog-product-view .product-info-main .tooltip.wrapper .tooltip.content {
  left: unset;
  right: 0;
}
.catalog-product-view .product-info-main .tooltip.wrapper .tooltip.content:before {
  left: unset;
  right: 1px;
}
.catalog-product-view .product-info-main .tooltip.wrapper .tooltip.content:after {
  left: unset;
  right: 2px;
}
.catalog-product-view .page-title-wrapper {
  margin-bottom: 25px;
}
.catalog-product-view .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #295b5b;
  display: inline;
  font-weight: 700;
  margin-bottom: 15px;
  vertical-align: middle;
}
.catalog-product-view .product.overview.active .read-more:before {
  content: '\e5ce';
}
.catalog-product-view .product.overview .value {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #454554;
}
.catalog-product-view .product.overview .value.line-clamp {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
}
.catalog-product-view .product.overview .read-more {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
  display: none;
  color: #295b5b;
  font-weight: 600;
}
.catalog-product-view .product.overview .read-more:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #295b5b;
  content: '\e5cf';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product.overview .read-more:before {
  padding-right: 5px;
}
.catalog-product-view .product.overview .read-more:hover {
  color: #112626;
}
.catalog-product-view .product.sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1e2b2b;
  padding-bottom: 8px;
}
.catalog-product-view .product.sku strong {
  font-weight: 400;
  padding-right: 10px;
}
.catalog-product-view .product.overview p {
  color: #1e2b2b;
}
.catalog-product-view .product-blog-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .usp-product-holder ul,
.catalog-product-view .usp-product-holder .product-usp-content {
  list-style: inside;
  margin: 25px 0 0;
  padding: 0;
  position: relative;
}
.catalog-product-view .usp-product-holder ul li,
.catalog-product-view .usp-product-holder .product-usp-content li {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #73738f;
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
}
.catalog-product-view .usp-product-holder ul li:before,
.catalog-product-view .usp-product-holder .product-usp-content li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #58a952;
  content: 'done';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .usp-product-holder ul li:before,
.catalog-product-view .usp-product-holder .product-usp-content li:before {
  left: 0;
  position: absolute;
}
.catalog-product-view .product-info-main,
.catalog-product-view .product-options-bottom {
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .box-tocart,
.catalog-product-view .product-options-bottom .box-tocart {
  display: table;
  margin-bottom: 0;
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart .fieldset:last-of-type,
.catalog-product-view .product-options-bottom .box-tocart .fieldset:last-of-type {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty,
.catalog-product-view .product-info-main .box-tocart .actions,
.catalog-product-view .product-options-bottom .box-tocart .actions {
  display: block;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
  width: auto;
}
.catalog-product-view .product-info-main .box-tocart .actions,
.catalog-product-view .product-options-bottom .box-tocart .actions {
  vertical-align: bottom;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-bottom: -1px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 100;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title.active {
  border-bottom: 1px solid #ffffff;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title.active a:hover {
  cursor: default;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title:not(.active) {
  background-color: #f7f7f9;
  border-left-color: #f7f7f9;
  border-right-color: #f7f7f9;
  border-top-color: #f7f7f9;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title:not(.active) a {
  color: #598b8c;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title a {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #295b5b;
  display: block;
  font-weight: 700;
  padding: 15px;
}
.catalog-product-view .column .cut-to-size-wrapper .data.item.title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .column.main .gallery-and-info-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .column.main .gallery-and-info-main .product.media {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .column.main .cut-to-size-wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .column.main > * {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main .box-tocart .actions {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main .product-info-price {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .usp-product-holder .product-usp-content {
    margin: 0 0 25px 0;
  }
}
.product.info.detailed .items .item.active .data.switch {
  font-weight: 700;
}
.product.info.detailed .items .item .data.switch {
  background: transparent;
  color: #000000;
  font-weight: 400;
}
.product.info.detailed .items .item .data.switch:visited {
  color: #000000;
}
.product.info.detailed .items .item__btn .read-more {
  text-decoration: none;
}
.product.info.detailed .items .item__btn .read-more.active span:before {
  content: '\e5ce';
}
.product.info.detailed .items .item__btn span {
  display: inline-block;
  text-decoration: none;
  line-height: 2.6rem;
  background: #f3f3f5;
  color: #598b8c;
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  padding: 7px 10px;
  text-align: center;
}
.product.info.detailed .items .item__btn span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 8px;
  color: inherit;
  content: '\e5cf';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.info.detailed .items .item__btn:before {
  vertical-align: inherit;
}
.product.info.detailed .items .content .discount-table-wrapper {
  max-width: 400px;
}
.product.info.detailed .items .content .discount-table-wrapper .additional-attributes,
.product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes,
.product.info.detailed .items .content .discount-table-wrapper .discount-table,
.product.info.detailed .items .content .additional-attributes-wrapper .discount-table {
  width: 100%;
}
.product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr th.label,
.product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr th.label,
.product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr th.label,
.product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr th.label {
  font-weight: normal;
  padding: 15px;
  width: 20%;
}
.product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr td.data,
.product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr td.data,
.product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr td.data,
.product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr td.data {
  padding: 15px;
}
.product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr:nth-of-type(even),
.product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr:nth-of-type(even),
.product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr:nth-of-type(even),
.product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr:nth-of-type(even) {
  background: #f7f7f9;
}
.product.info.detailed .items .content.item [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.product.info.detailed .items .content.item .description p {
  color: #1e2b2b;
}
.product.info.detailed .items .content.item .description h1,
.product.info.detailed .items .content.item .description h2,
.product.info.detailed .items .content.item .description h3,
.product.info.detailed .items .content.item .description h4,
.product.info.detailed .items .content.item .description h5,
.product.info.detailed .items .content.item .description h6 {
  color: #193838;
}
.product.info.detailed .items .content.item h1,
.product.info.detailed .items .content.item h2,
.product.info.detailed .items .content.item h3,
.product.info.detailed .items .content.item h4,
.product.info.detailed .items .content.item h5,
.product.info.detailed .items .content.item h6 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: 'Open Sans';
  margin: 15px 0;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed {
    margin: 0 -15px 30px -15px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .data.title {
    border-top: 1px solid #e7e6e6;
    padding: 15px 15px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .data.title.active .switch {
    border: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .data.title .switch {
    line-height: 3.2rem;
    border: 0;
    color: #000000;
    font-weight: 700;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .item__content.line-clamp {
    height: 144px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr td.data,
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr td.data,
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr td.data,
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr td.data {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr td[data-th],
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr td[data-th],
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr td[data-th],
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr td[data-th] {
    padding-left: 40%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .discount-table tbody tr td[data-th]:before,
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .discount-table tbody tr td[data-th]:before,
  .catalog-product-view .product.info.detailed .items .content .discount-table-wrapper .additional-attributes tbody tr td[data-th]:before,
  .catalog-product-view .product.info.detailed .items .content .additional-attributes-wrapper .additional-attributes tbody tr td[data-th]:before {
    box-sizing: border-box;
    left: 0;
    max-width: 40%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product.info.detailed .items .content.item {
    border: 0;
    display: block !important;
    margin: 0;
    padding: 0 15px 15px;
  }
}
.toolbar-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #e7e6e6;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 0;
}
.toolbar-products:before,
.toolbar-products:after {
  display: none;
}
.toolbar-products .filter {
  max-width: calc(100% - 275px);
}
.modes-mode:before,
.sorter-action:before {
  font-size: 1em;
  line-height: 1;
}
.toolbar-amount {
  display: none;
}
.sorter {
  padding: 0;
  text-align: right;
  width: 275px;
}
.sorter .sorter-options {
  margin-left: 10px;
  max-width: 150px;
  padding-right: 40px;
}
.sorter .sorter-action {
  display: none;
}
.pages-items .item {
  margin-right: 8px;
}
.pages-items .item.current .page {
  background-color: #e7e6e6;
}
.pages-items .item:not(.current) .page {
  color: #1e2b2b;
}
.pages-items .item a:hover {
  opacity: .6;
}
.pages-items .item .action,
.pages-items .item .page {
  line-height: 4.8rem;
  border: 1px solid #e7e6e6;
  box-sizing: border-box;
  color: #295b5b;
  font-size: 16px;
  height: 48px;
  width: 48px;
}
.pages-items .item .action.previous,
.pages-items .item .page.previous,
.pages-items .item .action.next,
.pages-items .item .page.next {
  margin: 0;
}
.pages-items .item .action.previous:before,
.pages-items .item .page.previous:before,
.pages-items .item .action.next:before,
.pages-items .item .page.next:before {
  font-size: 2.4rem;
  color: #295b5b;
}
.limiter-options {
  padding-right: 40px;
}
.filter {
  text-align: left;
}
.filter-current {
  display: inline-block;
}
.filter-current + .filter-actions {
  margin-bottom: 0;
}
.filter-current-subtitle {
  line-height: 3.4rem;
  font-size: 12px;
  font-weight: 600;
  margin: 0 10px 0 0;
}
.filter-current .items {
  display: inline-block;
}
.filter-current .items .item-subtitle,
.filter-current .items .item-actions {
  line-height: 4rem;
  display: inline-block;
}
.filter-current .items .item {
  line-height: 4rem;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.filter-current .items .item .remove {
  background-image: none;
  background: #f3f3f5;
  border: none;
  color: #295b5b;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 10px;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.filter-current .items .item .remove:focus,
.filter-current .items .item .remove:active {
  background: #e2e2e2;
  border: none;
  color: #295b5b;
}
.filter-current .items .item .remove:hover {
  background: #d7d7de;
  border: none;
  color: #555555;
}
.filter-current .items .item .remove.disabled,
.filter-current .items .item .remove[disabled],
fieldset[disabled] .filter-current .items .item .remove {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.filter-current .items .item .remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.2rem;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0 8px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .items .item .remove:hover:before {
  color: inherit;
}
.filter-current .items .item .remove:active:before {
  color: inherit;
}
.filter-current .items .item .remove:before {
  font-weight: 700;
}
.filter-current .items .item .remove .label {
  text-transform: capitalize;
}
.filter-actions {
  display: inline-block;
}
.filter-actions .filter-clear {
  background-image: none;
  background: #295b5b;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 10px;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  background: #e2e2e2;
  border: none;
  color: #295b5b;
}
.filter-actions .filter-clear:hover {
  background: #193838;
  border: none;
  color: #ffffff;
}
.filter-actions .filter-clear.disabled,
.filter-actions .filter-clear[disabled],
fieldset[disabled] .filter-actions .filter-clear {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.filter-actions .filter-clear:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.2rem;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  margin: 0 8px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-actions .filter-clear:hover:before {
  color: inherit;
}
.filter-actions .filter-clear:active:before {
  color: inherit;
}
.filter-actions .filter-clear:before {
  font-weight: 700;
}
@media (max-width: 767px) {
  .toolbar-products {
    display: none;
  }
}
body .fotorama__nav--thumbs {
  text-align: center;
}
body .fotorama__thumb-border {
  border-color: #598b8c;
  border-radius: 2px;
  border-width: 1px !important;
}
.product-dimensions {
  background: #ffffff;
  clear: both;
  margin-bottom: 24px;
  padding: 20px;
}
.product-dimensions .dimensions-wrapper__title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #295b5b;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-dimensions .dimensions-wrapper .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-dimensions .dimensions-wrapper .items__item {
  margin-right: 8px;
  width: calc(50% - 16px);
}
.product-dimensions .dimensions-wrapper .items__item:last-of-type {
  margin-right: 0;
}
.product-dimensions .dimensions-wrapper .items label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #295b5b;
  display: block;
  margin-bottom: 5px;
}
.product-dimensions .dimensions-wrapper .items input {
  width: 100%;
}
.product-dimensions .dimensions-wrapper .items input,
.product-dimensions .dimensions-wrapper .items select {
  background: transparent;
  border: 2px solid #DDDDDD;
  border-radius: 0;
  outline: none;
}
.product-dimensions .dimensions-wrapper .items input:focus,
.product-dimensions .dimensions-wrapper .items select:focus {
  outline: none;
}
.product-dimensions .dimensions-wrapper .dimensions-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 5.5rem;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  color: #598b8c;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 56px;
  margin: 16px 0;
  text-align: center;
  width: 100%;
}
.product-dimensions .dimensions-wrapper .dimensions-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 1;
  color: #598b8c;
  content: '\e428';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-dimensions .dimensions-wrapper .more-cuts {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #598b8c;
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-transform: none;
}
.product-dimensions .dimensions-wrapper .more-cuts:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: #598b8c;
  content: '\e147';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-dimensions .dimensions-wrapper .more-cuts:before {
  vertical-align: sub;
}
.column.main .crosssell,
.column.main .related {
  margin-top: 0;
}
.column.main .crosssell .block-actions,
.column.main .related .block-actions,
.column.main .crosssell .choice.related,
.column.main .related .choice.related {
  display: none;
}
.column.main .crosssell .products-crosssell .items,
.column.main .related .products-crosssell .items,
.column.main .crosssell .products-related .items,
.column.main .related .products-related .items {
  position: relative;
}
.column.main .crosssell .products-crosssell .item,
.column.main .related .products-crosssell .item,
.column.main .crosssell .products-related .item,
.column.main .related .products-related .item {
  width: calc(25% - 13px);
}
.column.main .crosssell .products-crosssell .item .product-item-info,
.column.main .related .products-crosssell .item .product-item-info,
.column.main .crosssell .products-related .item .product-item-info,
.column.main .related .products-related .item .product-item-info {
  z-index: 0 !important;
}
.column.main .crosssell .products-crosssell .item .details .product-item-actions .actions-secondary .action.tocompare,
.column.main .related .products-crosssell .item .details .product-item-actions .actions-secondary .action.tocompare,
.column.main .crosssell .products-related .item .details .product-item-actions .actions-secondary .action.tocompare,
.column.main .related .products-related .item .details .product-item-actions .actions-secondary .action.tocompare {
  display: none;
}
.column.main .block .title strong {
  font-family: 'Open Sans';
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell,
  .column.main .related {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .column.main .crosssell .products-crosssell .item,
  .column.main .related .products-crosssell .item,
  .column.main .crosssell .products-related .item,
  .column.main .related .products-related .item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info,
  .column.main .related .products-crosssell .item .product-item-info,
  .column.main .crosssell .products-related .item .product-item-info,
  .column.main .related .products-related .item .product-item-info {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info .product-item-details,
  .column.main .related .products-crosssell .item .product-item-info .product-item-details,
  .column.main .crosssell .products-related .item .product-item-info .product-item-details,
  .column.main .related .products-related .item .product-item-info .product-item-details {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info .product-item-actions .actions-secondary,
  .column.main .related .products-crosssell .item .product-item-info .product-item-actions .actions-secondary,
  .column.main .crosssell .products-related .item .product-item-info .product-item-actions .actions-secondary,
  .column.main .related .products-related .item .product-item-info .product-item-actions .actions-secondary {
    min-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info .product-item-actions .actions-secondary .action.towishlist:before,
  .column.main .related .products-crosssell .item .product-item-info .product-item-actions .actions-secondary .action.towishlist:before,
  .column.main .crosssell .products-related .item .product-item-info .product-item-actions .actions-secondary .action.towishlist:before,
  .column.main .related .products-related .item .product-item-info .product-item-actions .actions-secondary .action.towishlist:before {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info .product-item-name,
  .column.main .related .products-crosssell .item .product-item-info .product-item-name,
  .column.main .crosssell .products-related .item .product-item-info .product-item-name,
  .column.main .related .products-related .item .product-item-info .product-item-name {
    min-height: 66px;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .crosssell .products-crosssell .item .product-item-info .product-item-photo,
  .column.main .related .products-crosssell .item .product-item-info .product-item-photo,
  .column.main .crosssell .products-related .item .product-item-info .product-item-photo,
  .column.main .related .products-related .item .product-item-info .product-item-photo {
    padding-right: 0;
    width: 100%;
  }
}
.price-label {
  display: block;
}
.price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.price-box > .price-as-configured {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-main .price-box .weee {
  margin-bottom: 0;
}
.price-box .price-label {
  line-height: 2.1rem;
  display: none;
  float: left;
}
.price-box .price-label:after {
  margin-right: 5px;
}
.price-box .minimal-price-link {
  color: #295b5b;
  text-decoration: none;
  width: 100%;
}
.price-box .minimal-price-link .price-label {
  color: #295b5b;
  font-size: 12px;
}
.price-box .minimal-price-link .price {
  font-weight: 700;
}
.price-box .price-container:not(.price-tier_price),
.price-box .normal-price,
.price-box .special-price,
.price-box .old-price {
  text-align: left;
  width: 100%;
}
.product-info-main .price-box .price-container {
  text-align: right;
}
.product-info-main .price-box .price-container.price-tier_price .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 18px;
  color: #295b5b;
}
.price-box .price-container.price-tier_price .price-wrapper + .price-info {
  display: none;
}
.price-box .price-container .price-wrapper {
  line-height: 1;
}
.price-box .price-container .price-wrapper.price-excluding-tax,
.price-box .price-container .price-wrapper.unit-price-excluding-tax {
  color: #1e2b2b;
  display: block;
  text-align: left;
  float: left;
}
.price-box .price-container .price-wrapper.price-excluding-tax:after,
.price-box .price-container .price-wrapper.unit-price-excluding-tax:after {
  content: attr(data-label);
  font-size: 12px;
  margin-left: 5px;
}
.product-info-main .price-box .price-container .price-wrapper.price-excluding-tax,
.product-info-main .price-box .price-container .price-wrapper.unit-price-excluding-tax {
  margin-top: 5px;
}
.price-box .price-container .price-wrapper.price-excluding-tax .price,
.price-box .price-container .price-wrapper.unit-price-excluding-tax .price {
  font-size: 12px;
  font-weight: 400;
}
.price-box .price-container .price-wrapper.price-excluding-tax + .price-info,
.price-box .price-container .price-wrapper.unit-price-excluding-tax + .price-info {
  color: #1e2b2b;
  font-size: 12px;
  font-weight: 400;
  float: left;
  margin: 2px 0 0 2px;
}
.price-box .price-container .price-wrapper.price-excluding-tax + .price-info a,
.price-box .price-container .price-wrapper.unit-price-excluding-tax + .price-info a {
  color: #1e2b2b;
  text-decoration: underline;
}
.price-box .price-container .price-wrapper.price-excluding-tax + .price-info a:hover,
.price-box .price-container .price-wrapper.unit-price-excluding-tax + .price-info a:hover {
  color: #1e2b2b;
}
.price-box .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 18px;
  color: #295b5b;
}
.search-autocomplete .price-box .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price,
.products-upsell .price-box .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 14px;
}
.product-info-main .price-box .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 4rem;
}
.price-box .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) + .price-info {
  display: none;
}
.product-info-main .price-box .price-container .price-unit-wrapper {
  display: table;
  width: 100%;
}
.product-info-main .price-box .price-container .price-unit-wrapper > span {
  display: table-cell;
}
.product-info-main .price-box .price-container .price-unit-wrapper > span:first-of-type {
  text-align: left;
}
.product-info-main .price-box .price-container .price-unit-wrapper > span.price-unit .square-price + .tooltip.wrapper {
  display: inline-block;
}
.product-info-main .price-box .price-container .price-unit-wrapper > span.price-unit .tooltip.wrapper {
  display: none;
}
.product-info-main .price-box .price-container .square-price {
  display: inline-block;
}
.price-box .price-container .square-price.new-square-price {
  display: none;
}
.price-box .price-container .square-price.old-square-price .price {
  font-size: 10px;
  font-weight: 400;
  text-decoration: line-through;
}
.price-box .price-container .square-price .price {
  font-size: 14px;
}
.price-box .special-price {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 5px 0 0;
}
.price-box .old-price {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  color: #1e2b2b;
  font-size: 12px;
}
.product-info-main .price-box .old-price {
  position: absolute;
  right: 0;
  width: auto;
}
.price-box .old-price .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) {
  float: none;
  font-size: 12px;
  line-height: 1.42857143;
}
.price-box .old-price .price-container .price-wrapper:not(.price-excluding-tax):not(.unit-price-excluding-tax) .price {
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
.price-box .old-price .price-container .price-label {
  line-height: 1.42857143;
  text-decoration: line-through;
}
.price-box .old-price .tooltip {
  display: none;
}
.price-box .price-unit-wrapper {
  display: block;
}
.price-box .price-unit-wrapper .price-unit {
  display: block;
}
.price-box .price-including-tax,
.price-box .price-excluding-tax {
  display: inline-block;
}
.prices-tier {
  font-size: 12px;
}
.prices-tier .price-excluding-tax {
  font-size: 10px;
}
.prices-tier .price-excluding-tax:after {
  content: ' ' attr(data-label) ')';
}
.prices-tier .price-excluding-tax .price {
  font-size: 10px;
}
.prices-tier .price-excluding-tax .price:before {
  content: '(';
  font-weight: 400;
}
.column.main .block .calculate-holder__btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  text-transform: none;
}
.column.main .block.upsell {
  margin-bottom: 0;
}
.column.main .block.upsell .title strong {
  font-size: 16px;
}
.column.main .block.upsell .products-grid .product-item {
  border: 1px solid #e7e6e6;
  padding: 15px;
  position: relative;
  width: calc(50% - 16px);
}
.column.main .block.upsell .products-grid .product-item:nth-of-type(even) {
  margin-left: 32px;
}
.column.main .block.upsell .products-grid .product-item .product-item-photo {
  width: 25%;
}
.column.main .block.upsell .products-grid .product-item .product-item-details {
  padding-left: 15px;
  padding-top: 0;
}
.column.main .block.upsell .products-grid .product-item .product-item-info {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 0 !important;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .product-item-name {
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 30px;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .product-item-name a {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .price-box .price-unit-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  clear: left;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .price-box .price-unit-wrapper .from-prefix {
  display: none;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .price-box .price-unit-wrapper [data-price-type='finalPrice'] {
  line-height: 2rem;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .price-box .price-unit-wrapper .price-unit {
  padding-left: 3px;
  white-space: nowrap;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .calculate-holder__btn {
  font-size: 1.3rem;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .product-item-actions {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder .product-item-actions .tocompare {
  display: none;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-box {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0;
  padding-right: 10px;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-box [data-price-type='finalPrice'] {
  display: inline-block;
}
.column.main .block.upsell .products-grid .product-item .product-item-info .price-box [data-price-type='basePrice'] .price {
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #454554;
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell {
    clear: both;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell .products-grid .product-item {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell .products-grid .product-item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell .products-grid .product-item .product-item-photo {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell .products-grid .product-item:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .column.main .block.upsell .products-grid .product-item .product-item-info .price-box [data-price-type='basePrice'] {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .column.main .block.upsell .products-grid .product-item .product-item-info .price-calc-holder {
    display: block;
  }
}
@media screen and (max-width: 410px) {
  .column.main .block.upsell .products-grid .product-item .product-item-info .calculate-holder__btn {
    margin-top: 10px;
  }
}
ul,
ol {
  padding-left: 17px;
}
.catalog-product-view .product-price-info-sample-order {
  width: 100%;
}
.catalog-product-view .column .title-sku-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0;
  width: 100%;
}
.catalog-product-view .column .title-sku-wrapper .page-title-wrapper {
  margin-bottom: 5px;
}
.catalog-product-view .column .title-sku-wrapper .page-title-wrapper .page-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #193838;
}
.catalog-product-view .column .title-sku-wrapper .product.sku {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #193838;
  padding-bottom: 0;
}
.catalog-product-view .column .title-sku-wrapper .product.sku .type {
  font-weight: bold;
}
.catalog-product-view .column .title-sku-wrapper .product.sku::before {
  content: "(";
}
.catalog-product-view .column .title-sku-wrapper .product.sku::after {
  content: ")";
}
.catalog-product-view .column .title-sku-wrapper .product.sku .type {
  margin-right: 2px;
}
.catalog-product-view .column .title-sku-wrapper .sample-conatiner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .column.main .gallery-and-info-main .product.media {
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .column.main .cut-to-size-wrapper {
  width: 100%;
}
.catalog-product-view .column.main .cut-to-size-wrapper .product-info-main .page-title-wrapper {
  padding-top: 15px;
}
.catalog-product-view .columns .gallery-and-info-main .amasty-label-text {
  position: relative !important;
}
.catalog-product-view .columns .product-info-main {
  background: transparent;
  border: 0;
}
.catalog-product-view .columns .product-info-main .product-info-price {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.catalog-product-view .columns .product-info-main .add-more-wrapper {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: auto;
  order: 5;
  display: flex;
  align-items: center;
  margin-left: auto;
  display: none;
}
.catalog-product-view .columns .product-info-main .product-options-bottom .call-to-action {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.catalog-product-view .columns .product-info-main div.product-add-form {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.catalog-product-view .columns .product-info-main .is-detached-wrapper {
  border-bottom: 0;
  padding: 5px 0;
}
.catalog-product-view .columns .product-info-main .sample-product-holder {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.catalog-product-view .columns .product-info-main .product-info-price,
.catalog-product-view .columns .product-info-main .product-add-form,
.catalog-product-view .columns .product-info-main .sample-product-holder {
  background: #f7f7f9;
}
.catalog-product-view .columns .product-info-main div.usp-product-holder {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.catalog-product-view .columns .product-info-main .box-tocart .input-text.qty,
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .input-text.qty {
  background: #dce7e7;
  color: #000;
  border-radius: 5px;
}
body.catalog-product-view .product-info-main .qty-buttons-wrapper {
  flex-wrap: nowrap;
}
body.catalog-product-view .price-box .price-container .price-wrapper.price-excluding-tax + .price-info {
  line-height: normal;
  margin-top: 7px;
}
body.catalog-product-view .fotorama:not(.fotorama--fullscreen) .fotorama__stage {
  background: #deebeb;
  border-radius: 5px;
}
body.catalog-product-view .fotorama__stage.fotorama__shadows--right:after,
body.catalog-product-view .fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
body.catalog-product-view .fotorama__arr,
body.catalog-product-view .fotorama__thumb__arr {
  background-color: transparent;
}
body.catalog-product-view .fotorama__arr:hover,
body.catalog-product-view .fotorama__thumb__arr:hover {
  background-color: #f7f9f9;
}
body.catalog-product-view .product.media .roomvo-div {
  width: 100%;
  padding: 5px 20px;
  height: auto;
  box-shadow: none;
  background: #deebeb;
  border-radius: 5px;
  text-decoration: underline;
  margin-top: 8px;
}
body.catalog-product-view .product.media .roomvo-div .roomvo-button {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column .gallery-and-info-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column .gallery-and-info-main .page-title-wrapper {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column .gallery-and-info-main .gallery-and-info-wrapper {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column .gallery-and-info-main .product.media {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .columns .column.main > .details-section {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-product-view .columns .column.main > .details-section .gallery-and-info-main {
    order: -1;
    margin-bottom: 25px;
    width: 100%;
  }
  body.catalog-product-view .fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap {
    flex-direction: column;
    width: 100%;
  }
  body.catalog-product-view .fotorama__dot {
    height: 10px;
    width: 10px;
    top: 10px;
  }
  body.catalog-product-view .product.media div.roomvo-div {
    width: 100%;
    margin: 10px auto;
  }
  body.catalog-product-view .product.media div.roomvo-div .roomvo-button img {
    width: 100px;
  }
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts {
  white-space: nowrap;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .qty-wrapper {
  order: unset;
}
.catalog-product-view .columns .product-info-main .dynamiconfig_add {
  display: flex;
  flex-direction: column-reverse;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
  width: 100%;
  order: 1;
}
.catalog-product-view .columns .product-info-main .add-more-wrapper {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main .add-more-wrapper,
  .catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
    max-width: 15%;
  }
  .catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty {
    padding-right: 15px;
  }
}
@media screen and (max-width: 475px) {
  .catalog-product-view .columns .product-info-main .dynamiconfig_add {
    justify-content: space-between;
  }
  .catalog-product-view .columns .product-info-main .add-more-wrapper,
  .catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
    max-width: unset;
  }
}
/* Style the Image Used to Trigger the Modal */
.product-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  height: 98px;
  width: 98px;
}
.product-img:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.modal-content-image {
  width: 400px;
  height: 400px;
  object-fit: contain;
  /* Keeps aspect ratio */
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-top: 10%;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content-image,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-images .product-img {
    display: none;
  }
  .product.media:has(.cut-configurator-page) .product-images .product-img {
    display: block;
  }
  .product.media:has(.cut-configurator-page) .col-lg-1 {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 15px;
    overflow: auto;
    margin-bottom: 15px;
  }
  .product.media:has(.cut-configurator-page) .col-lg-11 {
    padding: 0 15px;
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/* Grid System */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* Column Layout */
.col-lg-1,
.col-lg-11 {
  padding-right: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}
/* Responsive Column Width */
.col-lg-1 {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  flex-direction: column;
  /* Stack images vertically */
  align-items: center;
  /* Center images horizontally */
  gap: 10px;
  /* Add spacing between images */
}
.col-lg-11 {
  flex: 0 0 90%;
  max-width: 90%;
}
/* Responsive for Smaller Screens */
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.catalog-product-view .product .product .data a.data {
  height: auto !important;
}
@media (max-width: 640px) {
  .product-info-main .price-box .price-container .price-unit-wrapper {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
}
body .fotorama__thumb {
  background: #ffffff;
}
.toolbar-products select {
  font-size: 1.4rem;
  line-height: 1.9rem;
  background-color: #ffffff;
  border: 1px solid #e7e6e6;
  color: #295b5b;
  cursor: pointer;
  height: 41px;
  outline: none;
}
.toolbar-products select:focus {
  box-shadow: none;
}
.toolbar-products .limiter select {
  padding-left: 15px;
  width: 82px;
}
.catalog-category-view .categories-container {
  padding-left: 0;
  padding-right: 0;
}
.top-container .breadcrumbs .items {
  padding-bottom: 4px;
}
.products-list .product-item-details .product.description.product-item-description {
  float: left;
}
.page-products .category-description .action.read-more {
  display: inline-block;
  cursor: pointer;
}
.page-products .category-description .action.read-more:not(.active).action.read-more ~ * {
  display: none;
}
.page-products .category-description .action.read-more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  content: '\e5cf';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}
.page-products .category-description .action.read-more:not(.loading) {
  bottom: 0px;
  position: static;
  margin: 0;
}
.page-products .category-description [data-content-type="text"] {
  position: relative;
  padding-bottom: 37.125px;
}
.page-products .category-description .action.read-more.active:after {
  transform: rotate(180deg);
}
.block.filter .filter-options .filter-options-content .item label {
  cursor: pointer;
}
.price-box .price-container .price-wrapper.price-excluding-tax + .price-info {
  margin-top: -1px;
}
.products-grid.products-upsell .product-item .amasty-label-container .amasty-label-text {
  font-size: 1rem !important;
  padding: 5px 9px !important;
}
@media (max-width: 1023px) {
  .products-grid.products-upsell .product-item .amasty-label-container .amasty-label-text {
    left: -15px;
    top: -15px;
  }
}
.modal-custom,
.modal-popup,
.modal-slide {
  -webkit-overflow-scrolling: touch;
}
.modal-custom .modal-header,
.modal-popup .modal-header,
.modal-slide .modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
  padding: 0;
  justify-content: flex-end;
}
.modal-custom .modal-header .modal-title,
.modal-popup .modal-header .modal-title,
.modal-slide .modal-header .modal-title {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 2.1rem 0 2.1rem 2.6rem;
  margin: 0;
  border: 0;
}
.modal-custom .modal-header .action-close,
.modal-popup .modal-header .action-close,
.modal-slide .modal-header .action-close {
  position: static;
  padding: 2.1rem 2.6rem;
}
.modal-custom .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-content {
  padding: 3rem;
  -webkit-overflow-scrolling: touch;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: calc(100% - (5rem * 2));
}
.modals-overlay,
.modal-custom-overlay,
.nav-open .nav-toggle:after {
  backdrop-filter: blur(3px) saturate(150%);
  -webkit-backdrop-filter: blur(3px) saturate(150%);
  content: none !important;
}
@media screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup .modal-title {
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup .action-close {
    font-size: 1.4rem;
    line-height: 1;
  }
  .modal-popup .action-close:before {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .page-wrapper {
    left: 0;
  }
}
.top-container .breadcrumbs {
  margin-bottom: 40px;
}
.top-container .breadcrumbs .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top-container .breadcrumbs .items .item {
  padding-left: 15px;
}
.top-container .breadcrumbs .items .item:after {
  font-size: 2rem;
  line-height: 1.5rem;
  color: #295b5b;
  content: '\e5cc';
  padding-left: 10px;
}
.top-container .breadcrumbs .items .item:last-of-type:after {
  content: none;
}
.top-container .breadcrumbs .items .item.home {
  background-color: #ffffff;
  border-radius: 17px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
  position: relative;
}
.top-container .breadcrumbs .items .item.home a {
  padding-left: 15px;
  text-decoration: none;
}
.top-container .breadcrumbs .items .item.home:after {
  font-size: 2rem;
  line-height: 2rem;
  color: #598b8c;
  content: '\e88a';
  left: 8px;
  padding-left: 0;
  position: absolute;
  top: 8px;
}
.top-container .breadcrumbs .items .item a {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .top-container {
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: calc(100vw - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .top-container .breadcrumbs {
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .top-container .breadcrumbs:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001), #ffffff);
    height: 40px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .top-container .breadcrumbs .items {
    white-space: nowrap;
  }
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
@media (max-width: 1023px) {
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
}
@media (max-width: 1023px) {
  .block-collapsible-nav .content.active {
    display: block;
  }
}
.page-footer {
  padding: 0 15px;
}
.footer.content {
  padding-bottom: 0;
}
.footer.content a,
.footer.content .alink,
.footer.content p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: inherit;
}
.footer.content a > .fa,
.footer.content .alink > .fa,
.footer.content p > .fa,
.footer.content a > .fab,
.footer.content .alink > .fab,
.footer.content p > .fab {
  margin-right: .3em;
  vertical-align: middle;
}
.footer .default-footer-bottom {
  margin: 0 auto;
  max-width: 1280px;
}
.footer .default-footer-bottom [data-content-type='heading'] {
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
}
.footer .default-footer-bottom [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer .default-footer-bottom figure[data-content-type='image'] {
  display: inline-block;
  padding-left: 30px !important;
}
.footer .default-footer-bottom .pagebuilder-column {
  padding-bottom: 0 !important;
}
.footer .default-footer-bottom .pagebuilder-column:first-of-type {
  -webkit-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  flex-direction: row !important;
}
.footer .default-footer-bottom .pagebuilder-column:last-of-type {
  -webkit-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  align-self: center !important;
}
.footer .default-footer-bottom ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer .default-footer-bottom ul li:last-of-type {
  margin-right: 0;
}
.footer .default-footer-bottom ul li a {
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #295b5b;
}
.footer .default-service-banner {
  background-color: #598b8c;
  clear: both;
}
.footer .default-service-banner [data-content-type='buttons'] {
  padding: 0 !important;
}
.footer .default-service-banner [data-content-type='heading'] {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 700;
}
.footer .default-service-banner .pagebuilder-button-primary {
  font-family: 'Open Sans';
}
.footer .default-service-banner [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  background-color: #598b8c;
}
.footer .default-service-banner img {
  vertical-align: bottom;
}
.footer .default-service-banner .pagebuilder-column:last-of-type {
  align-self: center !important;
}
.footer .default-service-banner p {
  line-height: 2.4rem;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}
.footer .default-service-banner a.pagebuilder-button-primary {
  background: #ffffff;
  color: #000000;
}
.footer .default-service-banner div.pagebuilder-button-primary {
  line-height: 1.8rem;
  background: #ffffff;
  border-radius: 3px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.footer .default-footer-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 0;
}
.footer .default-footer-top__left p,
.footer .default-footer-top__right p,
.footer .default-footer-top__left .alink,
.footer .default-footer-top__right .alink,
.footer .default-footer-top__left a,
.footer .default-footer-top__right a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #295b5b;
}
.footer .default-footer-top__left {
  width: 60%;
}
.footer .default-footer-top__left [data-content-type='row'][data-appearance='full-width'] [data-element='main'],
.footer .default-footer-top__left [data-content-type='row'][data-appearance='contained'] [data-element='main'] {
  padding-top: 0 !important;
}
.footer .default-footer-top__left ul li {
  padding-bottom: 10px;
}
.footer .default-footer-top__left a,
.footer .default-footer-top__left .alink {
  display: block;
}
.footer .default-footer-top__left p {
  margin-bottom: 10px;
}
.footer .default-footer-top__right {
  width: 40%;
}
.footer .default-footer-top__right [data-content-type='heading'] {
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-top: 0;
}
.footer .default-footer-top .social-footer {
  margin-top: 55px !important;
}
.footer .default-footer-top .social-footer p {
  display: inline-block;
  font-weight: 700;
  margin-right: 18px;
}
.footer .default-footer-top .social-footer ul {
  display: inline-block;
  vertical-align: middle;
}
.footer .default-footer-top .social-footer ul li {
  display: inline-block;
  margin-right: 18px;
}
.footer .default-footer-top .social-footer ul li a {
  font-size: 0rem;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.footer .default-footer-top .social-footer ul li a:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
}
.footer .default-footer-top .social-footer ul li a[href*="facebook"]:before {
  background-image: url("..//images/social-icons/Facebook.webp");
}
.footer .default-footer-top .social-footer ul li a[href*="twitter"]:before {
  background-image: url("..//images/social-icons/Twitter.webp");
}
.footer .default-footer-top .social-footer ul li a[href*="instagram"]:before {
  background-image: url("..//images/social-icons/Instagram.webp");
}
.footer .default-footer-top .social-footer ul li a[href*="linkedin"]:before {
  background-image: url("..//images/social-icons/Linkedin.webp");
}
.footer .default-footer-top .social-footer ul li span {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer.content {
    border: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-service-banner .pagebuilder-column:first-of-type {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-service-banner p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom .pagebuilder-column-group {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom .pagebuilder-column {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom .pagebuilder-column:first-of-type {
    display: block !important;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom .pagebuilder-column:first-of-type [data-content-type='heading'] {
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom figure[data-content-type='image'] {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom figure[data-content-type='image']:first-of-type {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom [data-content-type='html'] {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom ul {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-bottom ul li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left,
  .footer .default-footer-top__right {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left p,
  .footer .default-footer-top__right p {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left [data-content-type='row'][data-appearance='full-width'] {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left [data-content-type='row'][data-appearance='full-width'] [data-element='main'] {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left p {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #e7e6e6;
    display: block;
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .footer .default-footer-top__left p:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
    line-height: 1;
    color: inherit;
    content: '\e5cf';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left p:after {
    color: #295b5b;
    float: right;
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left p.active:after {
    content: '\e5ce';
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left ul {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top__left ul.active {
    height: auto;
    opacity: 1;
    padding: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top .social-footer p {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer .default-footer-top .social-footer ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer #whatsappchat a.bottom-left.btn-mobile {
    bottom: 50px;
  }
}
.fieldset > .fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px;
}
.fieldset > .fields:last-child {
  margin-bottom: 0;
}
.fieldset > .fields > .field {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 0 0 10px;
}
.fieldset > .fields > .field:first-child {
  margin-left: 0;
}
.fieldset .fields .field label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url('../images/icons/keyboard_arrow_down.webp');
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
input[type="radio"],
input[type="checkbox"] {
  height: 14px;
  margin: 3px 8px 3px 3px;
  vertical-align: text-top;
  width: 14px;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  background-color: #ffffff;
  border: 1px solid #dee0e5;
  content: '';
  display: block;
  font-weight: 700 !important;
  height: 18px;
  margin: -3px 0 0 -3px;
  width: 18px;
}
input[type="checkbox"]:after {
  border-radius: 3px;
}
input[type="checkbox"]:checked {
  display: inline-block;
  text-decoration: none;
}
input[type="checkbox"]:checked:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 2rem;
  color: inherit;
  content: '\e5ca';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="radio"]:after {
  border-radius: 50%;
}
input[type="radio"]:checked {
  display: inline-block;
  text-decoration: none;
}
input[type="radio"]:checked:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 2rem;
  color: #ffffff;
  content: 'fiber_manual_record';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="radio"]:checked:after {
  background-color: #598b8c;
  border-color: #598b8c;
}
input[type="file"] {
  vertical-align: bottom;
}
input[type="file"]::-webkit-file-upload-button {
  background-color: #295b5b;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
}
input[type="file"]::-webkit-file-upload-button:hover {
  cursor: pointer;
}
input[type="number"] .item-qty {
  padding: 0;
}
.action.skip:focus {
  background: #598b8c;
  color: #ffffff;
}
.page-header .switcher {
  margin-right: 25px;
}
.page-header .switcher .options ul.dropdown {
  z-index: 400 !important;
}
.page-header .trustpilot {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  width: 100px;
}
.page-header .link.contact-us {
  margin-right: 20px;
}
.page-header .contact-us a {
  text-decoration: none;
}
.page-header .contact-us span.text {
  font-weight: 600;
  font-size: 12px;
}
.page-header .contact-us span.text::before {
  content: "";
  background: url('../images/contact_us-26__.png') no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  margin: 5px auto 3px auto;
  background-size: contain;
}
.page-header .wishlist {
  margin-right: 25px;
  position: relative;
}
.page-header .wishlist a {
  display: inline-block;
  text-decoration: none;
}
.page-header .wishlist a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  line-height: 1;
  color: inherit;
  content: '\e87d';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .wishlist a.empty {
  display: inline-block;
  text-decoration: none;
}
.page-header .wishlist a.empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  line-height: 1;
  color: inherit;
  content: '\e87e';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .wishlist a:before {
  color: #295b5b;
  display: block;
  margin: 0 auto 5px;
}
.page-header .wishlist a:hover {
  text-decoration: none;
}
.page-header .wishlist a .text {
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
  text-transform: lowercase;
}
.page-header .wishlist a .counter.qty {
  -webkit-transform: translate(25px, -25%);
  -moz-transform: translate(25px, -25%);
  -ms-transform: translate(25px, -25%);
  transform: translate(25px, -25%);
  line-height: 1.9rem;
  background-color: #598b8c;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 0;
  width: 19px;
}
.header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
.header.content a,
.header.content .alink {
  color: #193838;
}
.header.content .nav-toggle {
  position: static;
}
.header.content .logo {
  float: none;
}
.header.content .minicart-wrapper {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: inherit;
  content: '\e313';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .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: 2.2rem;
  line-height: 2.2rem;
  color: inherit;
  content: '\e316';
  font-family: 'Material Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  font-size: 1.2rem;
  text-transform: lowercase;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  display: none;
}
.page-header .switcher .options .action.toggle strong,
.page-footer .switcher .options .action.toggle strong {
  font-weight: 600;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .switcher .switcher-trigger,
.page-footer .switcher .switcher-trigger {
  white-space: nowrap;
}
.page-header .switcher #switcher-my-account-trigger,
.page-footer .switcher #switcher-my-account-trigger {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher #switcher-my-account-trigger:before,
.page-footer .switcher #switcher-my-account-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  line-height: 1;
  color: inherit;
  content: '\e7fd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher #switcher-language-trigger,
.page-footer .switcher #switcher-language-trigger {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher #switcher-language-trigger:before,
.page-footer .switcher #switcher-language-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  line-height: 1;
  color: inherit;
  content: "\e157";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher #switcher-currency-trigger,
.page-footer .switcher #switcher-currency-trigger {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher #switcher-currency-trigger:before,
.page-footer .switcher #switcher-currency-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  line-height: 1;
  color: inherit;
  content: "\e375";
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher #switcher-my-account-trigger:before,
.page-footer .switcher #switcher-my-account-trigger:before,
.page-header .switcher #switcher-language-trigger:before,
.page-footer .switcher #switcher-language-trigger:before,
.page-header .switcher #switcher-currency-trigger:before,
.page-footer .switcher #switcher-currency-trigger:before {
  color: #295b5b;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header.page-header {
    margin-bottom: 83px;
  }
}
@media (max-width: 1023px) {
  header.page-header .trustpilot,
  header.page-header .wishlist {
    display: none;
  }
}
@media (max-width: 1023px) {
  header.page-header .panel.wrapper {
    border: 0;
  }
}
@media (max-width: 1023px) {
  header.page-header .switcher strong {
    display: none;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content {
    display: block;
    padding: 15px;
  }
  header.page-header .header.content:before,
  header.page-header .header.content:after {
    content: '';
    display: table;
  }
  header.page-header .header.content:after {
    clear: both;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .logo-container {
    float: left;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .logo-container .logo {
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .logo-container .logo img {
    height: 38px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .nav-toggle {
    display: inline-block;
    float: right;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .account-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.content .my-account,
  header.page-header .header.content .minicart-wrapper {
    float: right;
    margin-right: 15px;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.panel {
    padding: 0;
  }
}
body {
  min-width: 320px;
}
[data-content-type="row"][data-appearance="full-bleed"],
[data-content-type="row"][data-appearance="full-width"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-main,
.page-main-full-width {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#cookie-status {
  display: none;
}
@media (max-width: 1023px) {
  .page.messages {
    left: 15px;
    position: fixed;
    top: 15px;
    width: calc(100% - 30px);
    z-index: 1000;
  }
}
@media (max-width: 1023px) {
  .page.messages .message {
    animation: fade-away 300ms forwards 10s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    opacity: .95;
  }
}
@keyframes fade-away {
  0% {
    opacity: .95;
  }
  99% {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 20px 20px 20px 60px;
  }
  100% {
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
.navigation .phone-number a {
  display: inline-block;
  text-decoration: none;
}
.navigation .phone-number a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: #295b5b;
  content: '\e325';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .phone-number a span {
  color: #295b5b;
}
.header.content .switcher {
  display: inline-block;
}
.nav-toggle {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.nav-toggle:before {
  font-size: 3.4em;
  line-height: 1;
  color: #295b5b;
  display: block;
  margin: 0 auto;
}
.nav-toggle > span {
  display: none;
}
@media (max-width: 1023px) {
  .navigation .parent .level-top:after {
    font-size: 1em;
    line-height: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1023px) {
  .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;
  }
}
@media (max-width: 1023px) {
  .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;
    background-color: #ffffff;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 0px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 0px);
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li.logo {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li.logo img {
    height: 38px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li.phone-number {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li.phone-number a {
    line-height: 3.8rem;
    color: #598b8c;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
  }
  .nav-sections .navigation-top ul li.phone-number a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: inherit;
    color: #598b8c;
    content: '\e325';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top ul li .nav-close {
    display: inline-block;
    text-decoration: none;
  }
  .nav-sections .navigation-top ul li .nav-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.4rem;
    line-height: 3.8rem;
    color: #295b5b;
    content: '\e5cd';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .navigation-top ul li .nav-close:hover:before {
    color: #295b5b;
  }
  .nav-sections .navigation-top ul li .nav-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top .block-search {
    margin: 0;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top .block-search .control {
    background: none;
    position: static;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-top .block-search .action.search {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 25px 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.login,
  .nav-sections .navigation-bottom li.wishlist {
    padding: 0 25px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.login a,
  .nav-sections .navigation-bottom li.wishlist a {
    display: inline-block;
    text-decoration: none;
    color: #295b5b;
    font-size: 12px;
    text-transform: lowercase;
  }
  .nav-sections .navigation-bottom li.login a:before,
  .nav-sections .navigation-bottom li.wishlist a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.4rem;
    line-height: 3.4rem;
    color: #295b5b;
    content: '\e7fd';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .navigation-bottom li.login a:hover:before,
  .nav-sections .navigation-bottom li.wishlist a:hover:before {
    color: #295b5b;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.login a:before,
  .nav-sections .navigation-bottom li.wishlist a:before {
    display: block;
    margin: 0 0 5px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.wishlist a {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.wishlist a:before {
    content: '\e87d';
  }
}
@media (max-width: 1023px) {
  .nav-sections .navigation-bottom li.wishlist .counter.qty {
    -webkit-transform: translate(25px, -25%);
    -moz-transform: translate(25px, -25%);
    -ms-transform: translate(25px, -25%);
    transform: translate(25px, -25%);
    line-height: 1.9rem;
    background-color: #598b8c;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    height: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 0;
    width: 19px;
  }
}
@media (max-width: 1023px) {
  .nav-sections .header.links {
    display: block;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation {
    background: none;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .phone-number {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .submenu .all-category a {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .parent .level-top:after {
    font-size: 2.4rem;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .level0.submenu {
    padding: 0 25px;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .level0 .level1.submenu {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content .navigation .level0 .level1 a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
  }
}
.modal-popup.confirm .action-accept {
  background: #295b5b;
  color: #ffffff;
  margin-left: 15px;
}
.modal-popup.confirm .action-accept:hover {
  background: #193838;
}
.top-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product.data.items > .data.item.title.active > .switch {
  border-bottom: 3px solid #598b8c;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero-quick-quote-block {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .product.data.items > .data.item.title {
    display: inline-block;
    float: left;
    margin: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product.data.items > .data.item.title > .switch {
    font-size: 14px;
    padding: 1px 10px;
  }
}
@media (max-width: 767px) {
  .product.data.items > .data.item.content {
    border-top: 1px solid #e7e6e6;
    clear: both;
    padding: 25px 0;
  }
}
.pagebuilder-column [data-content-type="text"] {
  overflow: auto;
}
.pagebuilder-column table {
  border: 1px solid #f3f3f5;
}
.pagebuilder-column table > tbody > tr:nth-of-type(odd) {
  background-color: #f3f3f5;
}
@media (max-width: 767px) {
  .pagebuilder-column table > tbody > tr > td {
    font-size: 12px;
    width: auto !important;
    word-break: break-word;
  }
}
.field-tooltip.toggle,
.tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip.toggle:before,
.tooltip.toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #598b8c;
  content: '\e88e';
  font-family: 'Material Icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .field-tooltip.tier-price,
.catalogsearch-result-index .tooltip.tier-price,
.search-autocomplete .field-tooltip.tier-price,
.search-autocomplete .tooltip.tier-price,
.products-upsell .field-tooltip.tier-price,
.products-upsell .tooltip.tier-price,
.products-crosssell .field-tooltip.tier-price,
.products-crosssell .tooltip.tier-price,
.products-related .field-tooltip.tier-price,
.products-related .tooltip.tier-price,
.catalog-category-view .field-tooltip.tier-price,
.catalog-category-view .tooltip.tier-price,
.widget-product-carousel .field-tooltip.tier-price,
.widget-product-carousel .tooltip.tier-price {
  display: none;
}
.field-tooltip.content div,
.tooltip.content div {
  margin: 0 !important;
  padding: 0 !important;
}
.field-tooltip.content p,
.tooltip.content p {
  font-size: 14px;
}
.field-tooltip .field-tooltip-action,
.tooltip .field-tooltip-action {
  display: none;
}
.field-tooltip {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.field-tooltip:hover .field-tooltip-content {
  display: block;
}
.dpo_tooltip_icon {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  position: relative;
}
.dpo_tooltip_icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #598b8c;
  content: '\e88e';
  font-family: 'Material Icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.dpo_tooltip_icon:hover {
  cursor: help;
}
.dpo_tooltip_icon:hover .dpo_tooltip_body {
  display: block;
}
.dpo_tooltip_icon .dpo_tooltip_body {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  color: #295b5b;
  display: none;
  font-weight: 400;
  left: 0;
  margin-bottom: 5px;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  position: absolute;
  top: 100%;
  z-index: 200;
}
.dpo_tooltip_icon .dpo_tooltip_body:before,
.dpo_tooltip_icon .dpo_tooltip_body:after {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
}
.dpo_tooltip_icon .dpo_tooltip_body:before {
  bottom: 100%;
  border-bottom-color: #bbbbbb;
  border-width: 6px;
  left: 15px;
  margin-left: -6px;
}
.dpo_tooltip_icon .dpo_tooltip_body:after {
  bottom: 100%;
  border-bottom-color: #ffffff;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-italic.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Consensed';
  src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
p {
  line-height: 2.4rem;
}
p:last-of-type {
  margin-bottom: 0;
}
.pagebuilder-column h1:first-child,
.pagebuilder-column h2:first-child,
.pagebuilder-column h3:first-child,
.pagebuilder-column h4:first-child,
.pagebuilder-column h5:first-child,
.pagebuilder-column h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
  }
}
.page-top-message {
  line-height: 2.6rem;
  background-color: #9e3b13;
  box-sizing: border-box;
  color: #ffffff;
  padding: 10px;
  position: relative;
  width: 100%;
}
.nav-open .page-top-message {
  position: absolute;
}
.page-top-message * {
  margin: 0 !important;
  padding: 0 !important;
}
.page-top-message .close-message {
  display: inline-block;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 25px;
  top: 50%;
}
.page-top-message .close-message:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-top-message .close-message:before {
  font-weight: 700;
}
.usp-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 0;
}
.usp-block-image {
  align-self: center;
  width: auto;
}
.usp-block-content {
  align-self: center;
  padding-left: 15px;
}
.usp-block-content h4 {
  color: #295b5b;
  font-family: 'Open Sans';
  font-weight: 700;
}
.usp-block-content div {
  color: #295b5b;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .usp-block {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .usp-block-image {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .usp-block-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .usp-block-content h4,
  .usp-block-content div {
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .usp-block-content h4 {
    padding-right: 5px;
  }
}
.tax-price input:checked + label {
  background: #598b8c;
}
@media (max-width: 1024px) {
  .header-wrapper header.page-header .link.contact-us {
    width: auto;
  }
  div.header-wrapper + .top-container {
    padding-top: 110px;
  }
  div.header-wrapper:not(.hidden-message) + .top-container,
  div.header-wrapper:not(.hidden-message) + .page-main,
  div.header-wrapper:not(.hidden-message) + .page-main-full-width {
    padding-top: 150px;
  }
}
@media (max-width: 1023px) {
  div.header-wrapper + .top-container {
    padding-top: 0;
  }
  div.header-wrapper:not(.hidden-message) + .top-container,
  div.header-wrapper:not(.hidden-message) + .page-main,
  div.header-wrapper:not(.hidden-message) + .page-main-full-width {
    padding-top: 0;
  }
  header.page-header .header.content {
    padding-bottom: 80px;
    position: relative;
  }
  header.page-header .header.content .block.block-search {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    left: 0;
    background: #fff;
  }
  .page-header .switcher .options ul.dropdown {
    left: auto;
    right: 0;
  }
  .page-header .switcher .options ul.dropdown:before {
    left: auto;
    right: 8px;
  }
  .page-header .switcher .options ul.dropdown:after {
    left: auto;
    right: 7px;
  }
  .page-header ul.ammenu-tabs-list {
    margin: 0;
  }
  .ammenu-menu-wrapper .ammenu-menu-title {
    background: #e5e5e5;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar {
    z-index: 999;
  }
  .ammenu-menu-wrapper .ammenu-tabs-list {
    background: #ffffff !important;
    border-radius: 0;
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  div.header-wrapper + .top-container {
    width: 100%;
  }
  .ammenu-button.-hamburger {
    position: absolute;
    top: 15px;
    left: auto;
    right: 0;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    margin-left: 0;
  }
  .header-wrapper .page-top-message {
    padding-right: 40px;
  }
  header.page-header .header.content {
    padding-bottom: 30px;
  }
  header.page-header .header.content .block.block-search {
    padding: 0;
    position: static;
  }
  .header-wrapper header.page-header .link.contact-us {
    position: absolute;
    left: 0;
    right: auto;
  }
}
@media (max-width: 1080px) {
  .page-header .header.content {
    display: flex !important;
    padding: 15px;
  }
  .header-wrapper .header #search_mini_form {
    max-width: inherit;
    align-items: center;
  }
}
.footer .default-service-banner {
  background: #295b5b;
}
.footer .default-service-banner [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  background-color: #295b5b;
}
.footer .default-service-banner div.pagebuilder-button-primary {
  color: #598b8c;
}
.footer .default-footer-top__left p,
.footer .default-footer-top__right p,
.footer .default-footer-top__left .alink,
.footer .default-footer-top__right .alink,
.footer .default-footer-top__left a,
.footer .default-footer-top__right a {
  color: #193838;
}
footer.page-footer .footer-bottom-row {
  margin: 0 !important;
}
footer.page-footer .footer .default-footer-bottom figure[data-content-type='image'] {
  padding-left: 0;
}
footer.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
  margin: 0;
}
@media (max-width: 1023px) {
  footer.page-footer .footer.content .default-footer-top {
    flex-direction: column;
  }
  footer.page-footer .footer.content .default-footer-top .default-footer-top__left {
    max-width: 100%;
  }
  footer.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
    max-width: 100%;
  }
  footer.page-footer .footer.content .default-footer-top .default-footer-top__right {
    max-width: 100%;
  }
  footer.page-footer .pagebuilder-column-group.footer-columns .pagebuilder-column-line {
    gap: 0 10px;
  }
  footer.page-footer .pagebuilder-column-group.footer-columns .pagebuilder-column-line > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 32% !important;
    flex: 0 0 32% !important;
  }
  footer.page-footer .footer.content .default-footer-top {
    flex-direction: column;
  }
  footer.page-footer .pagebuilder-column-group.footer-bottom-columns:not(.footer-social-columns) .pagebuilder-column-line {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer.page-footer .footer.content .default-footer-bottom {
    margin: 20px 0 30px;
  }
  footer.page-footer .footer.content .default-footer-bottom .footer-bottom-right {
    flex-direction: column !important;
    align-items: center !important;
  }
  footer.page-footer .footer.content .default-footer-bottom .pagebuilder-column:first-of-type img.pagebuilder-mobile-only {
    display: none !important;
  }
  footer.page-footer .footer-social-img {
    display: block;
    text-align: center;
  }
  footer.page-footer .pagebuilder-column-group.footer-bottom-columns.footer-social-columns .pagebuilder-column-line {
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .default-footer-top .default-footer-top__right {
    padding-top: 0;
  }
  footer.page-footer .footer.content .default-footer-bottom .footer-social-columns {
    margin: 20px 0 30px;
  }
  footer.page-footer .footer.content .default-footer-bottom .col-right {
    margin-top: 10px;
    text-align: center;
  }
  footer.page-footer .footer.content .default-footer-bottom .col-right a:last-child {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  footer.page-footer .pagebuilder-column-group.footer-columns .pagebuilder-column-line {
    flex-direction: column;
  }
  footer.page-footer .pagebuilder-column-group.footer-columns .pagebuilder-column-line > div {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  footer.page-footer .block.newsletter {
    padding: 0;
  }
  footer.page-footer p.footer-col-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e6e6;
  }
}
.top-container .breadcrumbs strong {
  color: #73738f;
}
.top-container .breadcrumbs .items .item {
  padding-left: 10px;
}
.top-container .breadcrumbs .items .item:nth-of-type(2) {
  padding-left: 15px;
}
nav.navigation .level0.ui-menu-item.phone-number .level-top {
  color: #193838;
}
nav.navigation .level0.ui-menu-item.phone-number .level-top:before {
  color: #193838;
}
nav.navigation .level0.ui-menu-item.phone-number .level-top span {
  color: #193838;
  letter-spacing: .1px;
}
* {
  box-sizing: border-box;
}
.page-wrapper {
  overflow: hidden;
}
.page-main [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
@media (max-width: 767px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }
}
.categories-container {
  margin: 0 auto;
  max-width: 1352px;
  width: 100%;
}
.category-grid.slick-slider .slick-list {
  margin: 0 -8px;
  height: auto !important;
}
.category-grid.slick-slider .slick-arrow {
  width: 36px;
  top: 35%;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.909973 16.92L7.42997 10.4C8.19997 9.63002 8.19997 8.37002 7.42997 7.60002L0.909973 1.08002' stroke='%23001B70' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center no-repeat !important;
}
.category-grid.slick-slider .slick-slide {
  padding: 0 8px;
}
.category-grid.slick-slider .slick-slide .category-image img {
  border-radius: 6px;
}
.category-grid.slick-slider .slick-slide .category-item .category-name.cat-name {
  padding: 0 6px ;
}
.category-grid.slick-slider .slick-slide .category-item .browse-arrow {
  padding: 5px 6px;
}
.category-grid.slick-slider .slick-slide .category-item .browse-arrow span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  color: #525252;
}
.category-grid.slick-slider .slick-slide .category-item .browse-arrow span::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M10 3.99674C9.99652 3.64575 9.84511 3.31018 9.57857 3.06273L6.51429 0.194002C6.38046 0.0697449 6.19942 0 6.01071 0C5.82201 0 5.64097 0.0697449 5.50714 0.194002C5.44019 0.256022 5.38706 0.329809 5.35079 0.411107C5.31453 0.492405 5.29586 0.579605 5.29586 0.667676C5.29586 0.755748 5.31453 0.842947 5.35079 0.924245C5.38706 1.00554 5.44019 1.07933 5.50714 1.14135L7.85714 3.32959H0.714286C0.524845 3.32959 0.343164 3.39988 0.20921 3.525C0.075255 3.65011 0 3.8198 0 3.99674C0 4.17368 0.075255 4.34337 0.20921 4.46848C0.343164 4.5936 0.524845 4.66389 0.714286 4.66389H7.85714L5.50714 6.8588C5.37264 6.98354 5.2967 7.15308 5.29603 7.33012C5.29536 7.50715 5.37002 7.67719 5.50357 7.80282C5.63713 7.92844 5.81864 7.99937 6.00819 8C6.19773 8.00062 6.37978 7.93089 6.51429 7.80615L9.57857 4.93742C9.84685 4.68834 9.99841 4.35005 10 3.99674Z' fill='%23598b8c'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right;
  left: 0;
  top: 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
  margin-bottom: 8px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 + div p {
  padding-top: 0;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe {
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .field.newsletter {
  margin-bottom: 0;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .field.newsletter label {
  display: none;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .field.newsletter .control {
  height: 100%;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .field.newsletter .control input {
  background: transparent !important;
  max-width: 100%;
  height: 100%;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .field.newsletter .control input:focus {
  box-shadow: none;
}
.page-footer .footer.content .default-footer-top .block.newsletter .form.subscribe .actions .primary {
  position: static;
  min-height: 36px;
  line-height: 1.5;
}
.product .data .title .switch {
  height: auto;
}
.minicart-items .product-item .product-options-list > div {
  flex-direction: column;
}
.minicart-items .product-item .product-options-list > div dd {
  word-wrap: break-word;
}
.ammenu-main-container .ammenu-item .ammenu-text-block span.ammenu-text {
  font-size: 14px;
  font-weight: 500;
}
.pagebuilder-column-line {
  margin: 0;
}
.pagebuilder-column-line .pagebuilder-column.col-right.col-text {
  flex-direction: unset !important;
  align-items: center;
}
.pagebuilder-column-line .row_cont {
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}
.pagebuilder-column-line .row_cont p.strong-txt {
  font-size: 16px;
  font-weight: 600;
}
.pagebuilder-column-line .row_cont .col-cont {
  margin-top: 17px;
}
.pagebuilder-column-line .row_cont .col-cont p:last-child {
  font-size: 14px;
}
.content-calculator .quick-quote-calculator .actions__price {
  right: 30px;
  top: 0;
  z-index: 0;
}
.content-calculator .quick-quote-calculator .actions__price span {
  color: #598b8c;
}
.content-calculator .quick-quote-calculator .actions {
  width: 100%;
  position: relative;
}
.content-calculator .quick-quote-calculator .actions button.action.primary.quote-button,
.content-calculator .quick-quote-calculator .actions .quote-details-items .actions-toolbar > .action.action.primary.quote-button,
.content-calculator .quick-quote-calculator .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.quote-button,
.content-calculator .quick-quote-calculator .actions .action-gift.action.primary.quote-button {
  margin-top: 0;
  max-width: 269px;
  width: 100%;
  margin-left: 5px;
  transition: 0.3s;
}
.content-calculator .quick-quote-calculator .actions button.action.primary.quote-button:hover,
.content-calculator .quick-quote-calculator .actions .quote-details-items .actions-toolbar > .action.action.primary.quote-button:hover,
.content-calculator .quick-quote-calculator .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.quote-button:hover,
.content-calculator .quick-quote-calculator .actions .action-gift.action.primary.quote-button:hover {
  background: #d36027;
}
.content-calculator .quick-quote-calculator .actions .action.product-button {
  color: #598b8c;
  font-size: 14px;
  margin: 0;
  max-width: 110px;
  position: relative;
  transition: 0.3s;
  left: 14px;
}
.content-calculator .quick-quote-calculator .actions .action.product-button:hover {
  color: #29398f;
}
.category-slider {
  background: #fff3ed;
  padding: 60px 0 !important;
  margin: 30px 0;
  width: 100vw !important;
  left: 0 !important;
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}
.category-slider .cat-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}
.categories-container .category-grid .category-item .category-name.cat-name {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 16px !important;
}
.categories-container .category-grid .category-item .category-image {
  position: relative;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 6px 6px 10px 6px;
}
.categories-container .category-grid .category-item .category-image img {
  height: 138px;
  max-width: 100%;
  min-height: 122px;
  max-height: 122px;
  position: static;
}
.categories-container .category-grid.cat-grid.slick-initialized.slick-slider {
  padding-left: 0;
  padding-right: 0;
}
.pagebuilder-column.col-left.col-img-content {
  padding: 0 !important;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .heading-txt h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.41;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .content-txt {
  line-height: 1.625;
  font-size: 16px;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .txt-link a {
  font-size: 18px;
  margin-top: 45px;
  font-weight: 700;
}
.services-wrapper {
  margin-top: 30px !important;
  margin-bottom: 30px;
  padding: 60px 0 !important;
}
#html-body .samples-wrapper .blog-wrapper-content {
  background: #fff3ed;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column.col-right {
  padding: 64px 32px;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column-line {
  align-items: center;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column-line .col-img-content {
  align-self: center;
}
#html-body [data-pb-style="TM4V10C"] {
  background: #fff3ee;
  border-radius: 20px;
}
figure.blog-img {
  display: block;
}
figure.blog-img .pagebuilder-mobile-hidden {
  height: 100% !important;
}
#html-body [data-pb-style="N6JKM2S"] {
  max-width: 100%;
  height: 100% !important;
}
.services-content {
  margin: 30px 0;
}
.section-wrapper {
  margin: 30px 0;
}
.section-wrapper .sample-content-wrapper {
  display: flex;
  margin-bottom: 60px;
  margin: 0 -15px;
}
.section-wrapper .sample-content-wrapper:last-child {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.section-wrapper .sample-content-wrapper .content-section {
  max-width: calc(33.33% - 30px);
  border-bottom: 1px solid #8c8c8c;
  margin: 15px;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link {
  position: relative;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 24px;
  width: 24px;
  height: 24px;
}
.section-wrapper .sample-content-wrapper .content-section a:hover {
  text-decoration: none;
  color: #006bb4;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link span {
  color: #1a1a1a;
  font-size: 22px;
  padding: 20px 0 0;
  display: block;
}
.page-footer .footer.content {
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: #f3f3f3;
}
.page-footer .footer.content small {
  display: none !important;
}
.page-footer .footer.content .default-footer-top {
  align-items: normal;
  border-bottom: 1px solid #d4d4d4;
  padding: 32px 0 !important;
}
.page-footer .footer.content .default-footer-top .block.newsletter {
  position: relative;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter {
  max-width: unset !important;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
}
.page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
  font-size: 16px;
  background: #598b8c;
  font-weight: 500;
  padding: 5px 16px;
  position: static;
  right: 8px;
  top: 6px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right {
  width: 100%;
  max-width: 60%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right strong {
  background-color: #f3f3f3 !important;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right ul li {
  font-size: 14px;
  margin-top: 13px !important;
  font-weight: 500;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left {
  width: 100%;
  max-width: 40%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column p.footer-sub-heading {
  font-size: 16px !important;
  line-height: 24px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column .footer-col-heading {
  font-size: 16px !important;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
  max-width: 415px;
  width: 100%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-footer .footer.content .default-footer-top .footer-col-left ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-top .footer-col-center ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-top .footer-col-right ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-bottom .footer-bottom-right {
  flex-direction: unset !important;
  justify-content: end !important;
}
.page-footer .footer.content .default-footer-bottom .footer-bottom-columns:last-child {
  background: white;
  padding: 12px 12px;
  border-radius: 6px;
  margin-bottom: 40px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-columns {
  margin: 52px 0 30px;
}
.page-footer .footer.content .default-footer-bottom .pagebuilder-column {
  padding-bottom: 0 !important;
  padding: 0 !important;
  align-self: unset !important;
}
.page-footer .footer.content .default-footer-bottom h2 {
  margin-bottom: 0;
  /* padding: 0 1px; */
  margin-right: 15px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-div {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-div img.social-icn {
  width: 36px;
}
.page-footer .footer.content .default-footer-bottom .col-right {
  text-align: end;
}
.page-footer .footer.content .default-footer-bottom .col-right a {
  font-size: 16px !important;
  padding-right: 48px;
}
.header-wrapper .ammenu-menu-wrapper button.ammenu-button.-icon.-close,
.header-wrapper .ammenu-menu-wrapper .quote-details-items .actions-toolbar > .action.ammenu-button.-icon.-close,
.header-wrapper .ammenu-menu-wrapper .cart.table-wrapper .actions-toolbar > .action.ammenu-button.-icon.-close,
.header-wrapper .ammenu-menu-wrapper .action-gift.ammenu-button.-icon.-close {
  color: #010130 !important;
}
.header-wrapper .page-top-message {
  background-color: #295b5b;
}
.header-wrapper .page-top-message h4 {
  font-size: 14px;
  font-weight: 600;
}
.header-wrapper .header #search_mini_form {
  background: #f3f3f3;
  border-radius: 6px;
  display: flex;
  max-width: 500px;
  justify-content: space-between;
  padding: 8px 15px;
  margin-left: auto;
}
.header-wrapper .header #search_mini_form .actions {
  display: block;
  color: #101010;
  height: auto;
}
.header-wrapper .header #search_mini_form .actions .search {
  display: flex;
  position: unset;
  transform: unset;
  align-items: center;
  height: auto;
  border-left: 1px solid #bdbcd6;
  padding-left: 5px;
  border-radius: unset;
}
.header-wrapper .header #search_mini_form .actions .search > span {
  position: static;
  overflow: visible;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #101010;
}
.header-wrapper .header #search_mini_form .search {
  width: 100%;
  align-content: center;
}
.header-wrapper .header .block-search input {
  padding: 0;
  height: auto;
  color: input-color;
}
.header-wrapper .header .block-search input::placeholder {
  color: #525252;
}
.header-wrapper .header .block-search .block-content {
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}
.header-wrapper .header .block-search .action.search:before {
  color: #101010;
  max-height: 32px;
  max-width: 24px;
}
.header-wrapper .header .minicart-wrapper .action.showcart:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_10_1505)'%3E%3Cpath d='M9 22.5C9.55228 22.5 10 22.0523 10 21.5C10 20.9477 9.55228 20.5 9 20.5C8.44772 20.5 8 20.9477 8 21.5C8 22.0523 8.44772 22.5 9 22.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 22.5C20.5523 22.5 21 22.0523 21 21.5C21 20.9477 20.5523 20.5 20 20.5C19.4477 20.5 19 20.9477 19 21.5C19 22.0523 19.4477 22.5 20 22.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1.5H5L7.68 14.89C7.77144 15.3504 8.02191 15.764 8.38755 16.0583C8.75318 16.3526 9.2107 16.509 9.68 16.5H19.4C19.8693 16.509 20.3268 16.3526 20.6925 16.0583C21.0581 15.764 21.3086 15.3504 21.4 14.89L23 6.5H6' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_1505'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header-wrapper .header .minicart-wrapper .action.showcart .text {
  display: none;
}
.header-wrapper .page-header .contact-us a {
  display: flex;
  gap: 10px;
}
.header-wrapper .page-header .contact-us span.text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M20.9994 16.0058V19.0166C21.0005 19.2961 20.9432 19.5728 20.831 19.8289C20.7188 20.085 20.5542 20.3149 20.3478 20.5038C20.1415 20.6928 19.8978 20.8366 19.6325 20.9262C19.3672 21.0157 19.0861 21.049 18.8072 21.0238C15.7128 20.6883 12.7404 19.633 10.1289 17.9428C7.69922 16.4019 5.63926 14.346 4.09534 11.9212C2.39586 9.30297 1.33824 6.32206 1.00816 3.21993C0.983033 2.9424 1.01608 2.66269 1.1052 2.39861C1.19432 2.13453 1.33757 1.89185 1.52581 1.68605C1.71405 1.48024 1.94317 1.31581 2.19858 1.20322C2.45398 1.09062 2.73008 1.03234 3.0093 1.03208H6.02608C6.5141 1.02729 6.98722 1.19976 7.35725 1.51735C7.72727 1.83495 7.96897 2.27599 8.03727 2.75828C8.1646 3.7218 8.40074 4.66786 8.74118 5.5784C8.87648 5.93761 8.90576 6.328 8.82556 6.70331C8.74536 7.07863 8.55903 7.42313 8.28867 7.696L7.01156 8.97057C8.44308 11.4831 10.5276 13.5635 13.0451 14.9922L14.3222 13.7176C14.5956 13.4478 14.9408 13.2618 15.3169 13.1818C15.6929 13.1017 16.0841 13.131 16.444 13.266C17.3564 13.6058 18.3043 13.8414 19.2698 13.9685C19.7582 14.0373 20.2044 14.2828 20.5233 14.6585C20.8422 15.0341 21.0116 15.5136 20.9994 16.0058Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-wrapper .page-header .switcher #switcher-my-account-trigger:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 12.5C14.7614 12.5 17 10.2614 17 7.5C17 4.73858 14.7614 2.5 12 2.5C9.23858 2.5 7 4.73858 7 7.5C7 10.2614 9.23858 12.5 12 12.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5899 22.5C20.5899 18.63 16.7399 15.5 11.9999 15.5C7.25991 15.5 3.40991 18.63 3.40991 22.5' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-wrapper .page-header .switcher .options .action.toggle strong {
  display: none;
}
.header-wrapper .page-header .ammenu-header-container .my-account {
  position: relative;
}
.header-wrapper .contact-us-main span {
  display: block;
}
.header-wrapper .contact-us .contact-us-main .counter-text {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
}
.header-wrapper .contact-us .contact-us-main .counter-number {
  color: #598b8c;
  font-size: 16px;
  font-weight: 6 00;
}
.header-wrapper .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 10px;
}
.header-wrapper .ammenu-nav-sections.-topmenu ul.ammenu-items li.item_30 a.ammenu-link {
  background: #598b8c;
  padding: 6px 14px !important;
  color: #fff !important;
  border: 1px solid #e0551d;
  border-radius: 4px;
}
.header-wrapper .ammenu-nav-sections.-topmenu ul.ammenu-items li.item_30 a.ammenu-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_1572)'%3E%3Cpath d='M12.1934 6.8956C11.9305 6.72035 11.5733 6.7909 11.3965 7.05499L11.3963 7.05533L7.64612 12.6808L7.64601 12.681C7.47021 12.9452 7.54134 13.302 7.80601 13.478L7.91679 13.3115L12.1934 6.8956ZM12.1934 6.8956L12.0825 7.06201L12.1932 6.89549C12.1933 6.89552 12.1933 6.89556 12.1934 6.8956ZM6.85991 17.7381L6.86001 17.7382L12.9862 17.6094L13.1388 17.7388C13.1389 17.7387 13.1389 17.7386 13.139 17.7384C13.1648 17.7082 13.2032 17.6905 13.2545 17.6927C14.4714 17.7979 15.6492 17.3616 16.5051 16.5057C17.3628 15.6479 17.7958 14.4618 17.6917 13.2516L17.6917 13.2512C17.6877 13.2065 17.7028 13.1695 17.7381 13.1398L17.7383 13.1397C18.6669 12.3577 19.2 11.2127 19.2 10C19.2 8.78739 18.6677 7.64233 17.7383 6.85953L17.738 6.85931C17.7039 6.83064 17.6884 6.79381 17.6924 6.74885L17.6925 6.74836C17.7965 5.53823 17.3636 4.35211 16.5058 3.4943C15.6487 2.63716 14.4532 2.20259 13.2542 2.30741C13.199 2.31054 13.1686 2.2954 13.1396 2.26133C12.3576 1.33299 11.2136 0.8 10.0004 0.8C8.78705 0.8 7.64274 1.33237 6.86071 2.26186L6.86066 2.26192C6.83254 2.29536 6.79462 2.31132 6.74851 2.30758C5.53231 2.20286 4.3517 2.6375 3.49494 3.4943C2.63716 4.35211 2.20424 5.53823 2.3083 6.74836L2.30834 6.74885C2.31228 6.79345 2.29717 6.83048 2.26185 6.86017L2.26173 6.86027C1.33313 7.64228 0.8 8.78733 0.8 10C0.8 11.2126 1.33233 12.3577 2.26172 13.1405L2.26198 13.1407C2.29614 13.1694 2.31157 13.2062 2.30759 13.2512L2.30755 13.2516C2.20349 14.4618 2.63641 15.6479 3.49419 16.5057C4.35184 17.3634 5.54223 17.792 6.74537 17.6926C6.80212 17.6893 6.83199 17.7049 6.85991 17.7381ZM7.74056 16.9976L7.74045 16.9974L6.66649 16.7453L6.65002 16.546C6.64978 16.546 6.64953 16.546 6.64929 16.5461C5.78098 16.6176 4.92424 16.3088 4.30731 15.6918C3.68982 15.0743 3.37862 14.221 3.45312 13.3488L3.45314 13.3486C3.48857 12.9287 3.32378 12.5299 3.00149 12.2591C2.33264 11.6955 1.94928 10.8709 1.94928 9.9985C1.94928 9.12605 2.33265 8.30216 3.00091 7.73853C3.32365 7.46714 3.48859 7.06926 3.45314 6.64916L3.45312 6.64895C3.37862 5.77675 3.68982 4.92344 4.30731 4.30593C4.92492 3.68829 5.77595 3.37652 6.64933 3.4517L6.64981 3.45174C7.06279 3.4863 7.46765 3.32376 7.74041 3.00035L7.74056 3.00017C8.30336 2.33125 9.12714 1.94781 10.0004 1.94781C10.8736 1.94781 11.6974 2.33125 12.2602 3.00017L12.2603 3.00035C12.5325 3.323 12.9264 3.48712 13.3509 3.45175L13.3516 3.45169C14.216 3.37655 15.0752 3.68838 15.6935 4.30601C16.311 4.92351 16.6221 5.77679 16.5476 6.64895L16.5476 6.64916C16.5122 7.06899 16.6769 7.4677 16.9991 7.7385C17.668 8.30209 18.0515 9.12672 18.0515 9.99925C18.0515 10.8717 17.6681 11.6957 16.9997 12.2593C16.6771 12.5307 16.5122 12.9285 16.5476 13.3486L16.5476 13.3488C16.6221 14.221 16.3109 15.0743 15.6934 15.6918C15.0763 16.309 14.2242 16.6196 13.3523 16.5461C12.9319 16.5055 12.5304 16.6761 12.2601 16.9977C11.6973 17.6665 10.8736 18.0499 10.0004 18.0499C9.12714 18.0499 8.30336 17.6665 7.74056 16.9976ZM7.74953 6.799C7.22505 6.799 6.7995 7.22458 6.7995 7.74906C6.7995 8.27355 7.22505 8.69912 7.74953 8.69912C8.27401 8.69912 8.69956 8.27355 8.69956 7.74906C8.69956 7.22458 8.27401 6.799 7.74953 6.799ZM12.2497 11.2994C11.7252 11.2994 11.2997 11.725 11.2997 12.2494C11.2997 12.7739 11.7252 13.1995 12.2497 13.1995C12.7742 13.1995 13.1997 12.7739 13.1997 12.2494C13.1997 11.725 12.7742 11.2994 12.2497 11.2994Z' fill='white' stroke='white' stroke-width='0.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_1572'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: -5px;
  top: 0px;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
  width: 100%;
  max-width: 626px;
  position: absolute;
  left: 45px;
  top: 90px;
  text-align: center;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
  font-size: 83px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 75px;
  text-shadow: 1px 1px 1px black;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
  font-size: 83px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 75px;
  text-shadow: 1px 1px 1px black;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 40px;
  display: block;
  line-height: normal;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 60px;
  text-shadow: 1px 1px 1px black;
  display: inline-block;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  vertical-align: top;
}
.catalog-category-view .categories-container h2 {
  font-weight: 700;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] {
  padding: 0 15px;
  margin-top: 5px;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] ul {
  list-style-position: outside;
  margin-left: 20px;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] ul li {
  vertical-align: top;
}
.cms-page-view [data-content-type='row'][data-appearance='contained'] {
  padding: 0 15px;
}
.cms-page-view .pagebuilder-column h1:first-child {
  margin-bottom: 0;
}
.cms-privacy-policy main#maincontent {
  padding: 0 15px;
}
#html-body .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: 520px;
}
.service-content-columns {
  padding: 0;
  padding: 30px 0;
}
.service-content-columns .service-col .col-content .row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #bdbcd6;
  padding-left: 20px;
}
.service-content-columns .service-col .col-content .row .col-cont h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service-content-columns .service-col:nth-child(4) .col-content .row {
  border: none;
}
.quote-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.quote-content .content-image {
  max-width: calc(50% - 20px);
  width: 100%;
  margin: 10px;
}
.quote-content .content-image .calc-image-left {
  height: 100%;
}
.quote-content .content-calculator {
  max-width: calc(50% - 20px);
  width: 100%;
  margin: 10px;
}
.quote-content .content-calculator .quick-quote-calculator-product {
  display: block;
  margin: 0 -8px;
}
.quote-content .content-calculator .quick-quote-calculator-product .quick-quote-option {
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator-product .quick-quote-select {
  border-radius: 4px;
  background-color: #ffffff;
}
.quote-content .content-calculator .first-wrapper {
  margin: 8px;
  padding: 0 !important;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-product .attribute-3 {
  background: #f2f2f2;
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-product .attribute-2 {
  background: #f2f2f2;
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-content {
  width: 100%;
}
.quote-content .content-calculator .quick-quote-calculator-dimensions {
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator-dimensions input {
  color: #525252;
  font-size: 16px;
  background-color: #ffffff;
}
.quote-content .content-calculator .quick-quote-calculator {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.quote-content .content-calculator .quick-quote-calculator-title h6 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 16px 0;
  text-transform: uppercase;
}
.quote-content .content-calculator .quick-quote-calculator-title p {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.quote-content .quick-quote-calculator {
  background-image: none;
}
.quote-content .quick-quote-calculator .actions {
  width: 100%;
}
.quick-quote-calculator.full-width .actions .action:not(.product-button) {
  background: #598b8c;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
}
.quick-quote-calculator select {
  color: #525252;
  font-size: 16px;
}
.quick-quote-calculator input {
  color: #525252;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .page-footer {
    padding: 0 15px;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1200px) {
  #html-body .pagebuilder-banner-wrapper {
    background-size: cover !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 76px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 76px;
  }
  .page-wrapper main#maincontent {
    padding-top: 200px;
  }
  .page-wrapper > .top-container + .page-main + main#maincontent,
  .page-wrapper > .top-container + main#maincontent {
    padding-top: 0;
  }
  .service-content-columns .service-col {
    max-width: 33.33%;
    width: 50%;
  }
  .categories-container .category-slider {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
  }
  .categories-container .category-slider .cat-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
  }
  .categories-container .slick-list .slick-track {
    width: 3000px !important;
  }
  .categories-container .slick-initialized .slick-slide {
    width: 200px !important;
  }
  main#maincontent {
    padding-top: 230px;
  }
  .service-content-columns .service-col .col-content .row {
    gap: 12px;
  }
  .page-footer .footer.content .default-footer-bottom .col-right a {
    font-size: 16px !important;
    padding-right: 31px;
  }
  .services-wrapper {
    padding: 30px 0 !important;
  }
}
@media (max-width: 1080px) {
  .page-header .header.content {
    display: flex !important;
    padding: 15px;
  }
  .page-wrapper main#maincontent {
    padding-top: 200px;
  }
}
.services-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 30px 0 !important;
}
.services-wrapper .service-content-columns {
  padding: 0;
  padding: 10px 0 0;
}
.services-wrapper .service-content-columns .service-col .col-content .row .col-cont h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.quote-content {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title h6 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin: 16px 0;
  text-transform: uppercase;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title p {
  font-size: 14px;
  margin-bottom: 18px;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title select {
  color: #525252;
  font-size: 14px;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-dimensions input {
  background-color: #ffffff;
  color: #525252;
  font-size: 14px;
}
.quote-content .content-calculator .quick-quote-calculator .actions .price {
  font-size: 22px;
  margin: 0 0 0 10px;
}
.quote-content .content-calculator .quick-quote-calculator .actions .action.product-button {
  color: #598b8c;
  font-size: 13px;
  margin: 0;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  left: 45px;
  top: -7px;
}
.quote-content .content-calculator .quick-quote-calculator .actions button.action.primary.quote-button,
.quote-content .content-calculator .quick-quote-calculator .actions .quote-details-items .actions-toolbar > .action.action.primary.quote-button,
.quote-content .content-calculator .quick-quote-calculator .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.quote-button,
.quote-content .content-calculator .quick-quote-calculator .actions .action-gift.action.primary.quote-button {
  max-width: 187px;
  margin-left: 5px;
  font-size: 15px;
  padding: 18px;
}
.category-slider {
  padding: 40px 0 !important;
  margin: 25px 0;
}
.category-slider .categories-container .category-grid .category-item .category-name.cat-name {
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 17px !important;
}
.category-slider .cat-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}
.section-wrapper {
  margin: 25px 0;
}
.section-wrapper .sample-content-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.pagebuilder-column.col-right .txt-content .heading-txt h2 {
  font-weight: 600;
  font-size: 30px;
}
.pagebuilder-column.col-right .txt-content .content-txt {
  font-size: 14px;
  line-height: 20px;
}
.pagebuilder-column.col-right .txt-content .txt-link a {
  font-size: 16px;
  font-weight: 700;
}
#html-body .samples-wrapper {
  margin: 0;
}
#html-body .samples-wrapper.blog-wrapper-row {
  margin: 0 0 30px;
}
.page-footer .footer.content .default-footer-top {
  align-items: normal;
  border-bottom: 1px solid #d4d4d4;
  padding: 32px 0 !important;
  display: flex;
}
.page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
  font-size: 14px;
  background: #598b8c;
  font-weight: 500;
  padding: 5px 16px;
  position: absolute;
  right: 345px;
  top: 6px;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
  background: #ffffff !important;
  max-width: 57%;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 15px 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right {
  width: 100%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right ul li {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px !important;
}
.page-footer .footer.content .default-footer-bottom .col-right a {
  font-size: 14px !important;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .header-wrapper .page-header .link.contact-us {
    margin: 0 20px;
    width: 60%;
  }
  .header-wrapper .page-header main#maincontent {
    padding-top: 30px;
  }
  .header-wrapper .page-header .block.block-search .control {
    padding: 10px 15px;
    position: unset;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: transparent;
  }
  main#maincontent {
    padding-top: 0;
  }
  .footer .default-footer-top .default-footer-top__left p:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-wrapper main#maincontent {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 66px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 66px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 28px;
    margin-top: 30px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 32px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 26px;
  }
  .service-content-columns .service-col {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
    max-width: 536px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 56px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 56px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
    display: block;
    line-height: 35px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 28px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 24px;
  }
  .header-wrapper .header #search_mini_form {
    max-width: 100%;
    margin: 15px 0;
    padding: 8px;
  }
  .header-wrapper .services-content .pagebuilder-column-line {
    gap: 30px;
  }
  .header-wrapper .services-content .pagebuilder-column-line .row_cont .col-cont {
    margin-top: 5px;
  }
  .service-content-columns .service-col {
    max-width: 100%;
    width: 50%;
    border: none;
  }
  .service-content-columns .service-col .col-content .row {
    gap: 12px;
    border: none;
  }
  .service-content-columns .service-col .col-content .row .col-cont h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .service-content-columns .service-col .col-content .row .col-icn img.icn {
    width: 35px;
  }
  .pagebuilder-column-line {
    gap: 10px;
  }
  .pagebuilder-column-line .row_cont .col-cont {
    margin-top: 2px;
  }
  .page-header .link.contact-us {
    margin: 0 20px;
    width: 60%;
  }
  .page-header .link.contact-us a {
    display: flex;
    gap: 10px;
  }
  .page-header .link.contact-us span.text::before {
    content: "";
    background: url(../images/contact_us-26__.png) no-repeat center center;
    width: 28px;
    height: 24px;
    display: block;
    margin: 5px auto 3px auto;
    background-size: contain;
  }
  .page-header .header.content {
    display: block !important;
  }
  .page-header .header.content .minicart-wrapper {
    margin-right: 0;
  }
  .page-header .header.content .my-account {
    margin-right: 0px;
  }
  .quote-content .quick-quote-calculator .actions .action.primary.quote-button {
    float: none;
    max-width: 100% !important;
    margin: 0;
  }
  .quote-content .quick-quote-calculator .actions .actions__price {
    margin-top: 10px;
  }
  .quote-content .quick-quote-calculator .actions .actions__price .price {
    float: none;
  }
  .quote-content .quick-quote-calculator .actions .action.product-button {
    position: static !important;
    float: none !important;
    display: block;
    text-align: center;
    margin: 10px auto 0 !important;
  }
  .quote-content {
    margin: 0px 0;
  }
  .quote-content .content-image {
    max-width: 100%;
    width: 100%;
    margin: 10px;
  }
  .quote-content .content-image .calc-image-left {
    height: 100%;
    width: 100%;
  }
  .quote-content .content-calculator {
    max-width: 100%;
    width: 100%;
    margin: 10px;
  }
  .quote-content .content-calculator .quick-quote-calculator {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    position: unset !important;
    background-color: transparent !important;
    padding: 0;
  }
  .section-wrapper .sample-content-wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .section-wrapper .sample-content-wrapper .content-section {
    max-width: calc(50% - 30px);
    border-bottom: 1px solid #8c8c8c;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content img.pagebuilder-mobile-only {
    width: 100%;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content .pagebuilder-column.col-right {
    padding: 10px 15px !important;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content .pagebuilder-column.col-right .txt-content .heading-txt h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter {
    margin-bottom: 0;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
    font-size: 14px;
    padding: 5px 16px;
    right: 27px;
    top: 6px;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
    width: 100%;
    margin: 0 auto;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 7px 0;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__right {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-bottom .col-right {
    text-align: center;
    margin: 9px 0;
  }
  .page-footer .footer.content .default-footer-top .default-footer-bottom .footer-social-columns {
    margin: 52px 0 20px;
  }
  .page-footer .footer.content .default-footer-bottom .footer-bottom-right {
    max-width: 100%;
    flex-direction: column !important;
    align-items: center;
  }
  .page-footer .footer.content .default-footer-bottom .footer-bottom-right .footer-social-img {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .services-wrapper {
    padding: 0 0 30px !important;
  }
  .services-wrapper .sample-content-wrapper .content-section {
    max-width: 100%;
    border-bottom: 1px solid #8c8c8c;
  }
  .services-wrapper .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 326px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 46px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 46px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 28px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 24px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left p.footer-sub-heading {
    font-size: 14px !important;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
    font-size: 20px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
    font-size: 14px;
  }
}
.checkout-index-index.page-layout-checkout header.page-header .header.content {
  padding-bottom: 20px;
}
.checkout-index-index.page-layout-checkout .page-wrapper main#maincontent {
  padding-top: 0;
}
form#discount-coupon-form .control > input {
  background: #fff;
}
.cart.table-wrapper .col.qty .qty-buttons-wrapper .input-text {
  padding: 0;
}
footer.page-footer [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart.table-wrapper .col.square-price,
  .checkout-cart-index .cart.table-wrapper .col.price,
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    width: 32%;
  }
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary,
  .checkout-cart-index .gift-options .actions-toolbar .action-update {
    font-size: 16px;
  }
  .checkout-cart-index .gift-item-block .title {
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  .checkout-cart-index .gift-item-block .title:after {
    left: auto;
    right: 0;
    position: absolute;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift,
  .action-gift {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.catalog-product-view .product.media .roomvo-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f4f2;
  /* Light background */
  border-radius: 12px;
  /* Rounded corners */
  padding: 20px;
  /* Add padding */
  text-align: center;
  /* Center the content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  width: 100px;
  /* Fixed width to match the first image */
  height: 100px;
  /* Fixed height to match the first image */
  margin: 0 auto;
  /* Center the div */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button {
  display: block;
  font-size: 7px;
  /* Smaller text */
  color: #000;
  /* Dark text */
  text-decoration: none;
  /* Remove underline */
  font-weight: bold;
  /* Make the text bold */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button img {
  display: block;
  margin: 10px auto 0;
  /* Add space above the image */
  width: 50px;
  /* Smaller logo */
  height: auto;
  /* Maintain aspect ratio */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button:hover {
  text-decoration: none;
  /* No underline on hover */
  color: #000;
  /* No change in text color */
}
@media only screen and (max-width: 769px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 20px;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000000;
  }
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before,
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before {
    border-top-color: #666666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-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: "\e2cb";
    font-family: 'Material Icons';
    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-cms-menu .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-cms-menu .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e313';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-cms-menu .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-cms-menu .title.active:after {
    content: '\e316';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 400;
    line-height: 40px;
    font-size: 1.8rem;
    color: #295b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #295b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #295b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #193838;
    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: #193838;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #295b5b;
  }
  .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: #295b5b;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .alphabet {
    margin-left: -15px;
    margin-right: -15px;
  }
  .alphabet > div {
    padding-left: 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .alphabet > div::-webkit-scrollbar {
    display: none;
  }
  .alphabet:before,
  .alphabet:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    pointer-events: none;
  }
  .alphabet:before {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(rgba(255, 255, 255, 0) 100%));
    background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
    width: 15px;
    left: 0;
  }
  .alphabet:after {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0) 0%), color-stop(#ffffff 100%));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=1);
    right: 0;
  }
  .alphabet ol li {
    min-width: 30px;
    margin-right: 5px;
  }
  .alphabet ol:after {
    content: '';
    -webkit-flex-basis: 30px;
    flex-basis: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .alphabet a {
    text-decoration: none;
  }
  .alphabet a:active {
    text-decoration: underline;
  }
  .yw-faq_category-list__item {
    width: 100%;
  }
  .yw-faq_faq-accordion-trigger__wrapper {
    position: relative;
  }
  .yw-faq_faq-image__wrapper {
    width: 100%;
  }
  .yw-faq_faq-list__item--with-image .yw-faq_faq-info__wrapper {
    padding: 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 0;
  }
  .checkout-payment-method .step-title {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .payment-method-title {
    padding: 0;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 0 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 0;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 0;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 0 20px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .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%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .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 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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;
  }
  .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;
  }
  .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;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-cms-menu .title:after {
    font-size: 1em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform 0.25s ease-in-out;
  }
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-cms-menu .title.active:after {
    content: '\e313';
    transform: translate(0, -50%) rotate(180deg);
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
  body.page-layout-checkout .header.content .nav-toggle {
    display: none;
  }
  .opc-wrapper form.form-discount .actions-toolbar > div:not(:first-of-type),
  .opc-wrapper form.form-giftcard-account .actions-toolbar > div:not(:first-of-type) {
    margin-left: 5px;
  }
  .opc-wrapper .checkout-payment-method .payment-option .payment-option-title {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .cms-page-view .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-cms-menu .content {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 15px;
    display: none;
  }
  .block-cms-menu .content.active {
    display: block;
  }
  .page-main,
  .page-main-full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .account .page-main-full-width,
  .cms-privacy-policy .page-main,
  .cms-privacy-policy .page-main-full-width {
    padding-top: 0;
    position: static;
  }
  .footer.content {
    padding-left: 0;
    padding-right: 0;
  }
  #html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column.col-right {
    padding: 20px 20px 25px;
  }
  .categories-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .categories-container .category-grid.slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
  .categories-container .category-grid.slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .section-wrapper .sample-content-wrapper .content-section {
    max-width: calc(100% - 30px);
    width: 100%;
  }
  .section-wrapper .sample-content-wrapper .content-section:last-child {
    margin-bottom: 0;
  }
  .section-wrapper .sample-content-wrapper .content-section img {
    width: 100%;
  }
  .section-wrapper .sample-content-wrapper .content-section .sample-link span {
    font-size: 18px;
  }
  .pagebuilder-column.col-right .txt-content .heading-txt h2 {
    font-size: 18px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
    max-width: 100%;
  }
}
@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-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .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-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .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%;
  }
  .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,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    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;
  }
  .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) {
    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: 15px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .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;
  }
  .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,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .action-gift.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,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .action-gift.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;
  }
  .requisition-list.wishlist.split.button:before {
    color: #666;
    content: '\e901';
    font-family: 'magento-icons', serif;
    vertical-align: middle;
    display: inline-block;
  }
  .requisition-list.wishlist.split.button > .action.toggle:before {
    border-left: 0;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000000;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price_table tr.hidden {
    display: none;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item {
    border-bottom: 1px solid #cccccc;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-shipping-methods .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .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: 1;
    color: inherit;
    content: '\e5cd';
    font-family: 'Material Icons';
    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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 10px;
    padding: 10px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 10px;
    padding: 10px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 10px;
    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: "\e10c";
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .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;
  }
  .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 .pages {
    float: right;
  }
  .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;
  }
  .abs-account-blocks .block-content .box,
  .company-account-index .columns .column.main .block:not(.widget) .block-content .box,
  .magento-payments-review .block .block-content .box,
  .account .column.main .block:not(.widget) .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,
  [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;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .block-search {
    margin-top: 0;
  }
  body.page-layout-checkout .page-main,
  body.page-layout-checkout .page-main-full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .opc-wrapper .shipping-address-item,
  .opc-wrapper .billing-address-item {
    border-bottom-color: transparent;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    text-align: inherit;
  }
  .product.quote-details-items.items {
    border-left: 0;
    border-right: 0;
  }
  .product.quote-details-items.items .item.content.quote-table {
    border-top: none;
    padding: 10px 15px 30px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: inline;
  }
  .requisition-toolbar-actions .mobile-label:after {
    display: inline;
    content: ':';
  }
  .requisition-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .requisition-grid table.table:not(.cart):not(.totals) {
    border: none;
  }
  .requisition-grid table.table:not(.cart):not(.totals) > thead > tr > th,
  .requisition-grid table.table:not(.cart):not(.totals) > tbody > tr > th,
  .requisition-grid table.table:not(.cart):not(.totals) > tfoot > tr > th,
  .requisition-grid table.table:not(.cart):not(.totals) > thead > tr > td,
  .requisition-grid table.table:not(.cart):not(.totals) > tbody > tr > td,
  .requisition-grid table.table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none;
  }
  .requisition-grid table.table:not(.cart):not(.totals) > thead > tr > th,
  .requisition-grid table.table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .requisition-grid .item {
    border-top: 1px solid #d1d1d1;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .categories-container .category-grid .category-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .opc-wrapper form.form-discount .actions-toolbar,
  .opc-wrapper form.form-giftcard-account .actions-toolbar {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .opc-wrapper form.form-discount .actions-toolbar > div:not(:first-of-type),
  .opc-wrapper form.form-giftcard-account .actions-toolbar > div:not(:first-of-type) {
    margin-left: 0;
  }
  .opc-wrapper .opc .shipping-address-item,
  .opc-wrapper .opc .billing-address-item {
    width: 100%;
  }
  .block.newsletter .form.subscribe .field {
    margin: 0 0 10px;
  }
  .block.newsletter .form.subscribe .actions {
    display: block;
  }
  .block.newsletter .form.subscribe .actions .action.subscribe {
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after,
  .account .column.main .block:not(.widget) .block-content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .dictionary ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dictionary ol li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #598b8c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    text-transform: none;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #598b8c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #598b8c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .opc-wrapper .shipping-address-items,
  .opc-wrapper .billing-address-items {
    margin: 10px 0 20px;
  }
  .opc-wrapper .shipping-address-item,
  .opc-wrapper .billing-address-item {
    padding: 10px;
    margin: 0;
  }
  .opc-wrapper .shipping-address-item:not(.disabled):hover,
  .opc-wrapper .billing-address-item:not(.disabled):hover {
    border-color: rgba(89, 139, 140, 0.75);
  }
  .opc-wrapper .action.edit-address-link {
    position: relative;
    z-index: 1;
  }
  .opc-wrapper .action-select-shipping-item {
    background: none transparent;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .opc-wrapper .action-select-shipping-item span {
    display: none;
  }
  .account .page-title-wrapper .page-title {
    display: inline-block;
  }
  .review-form {
    max-width: none;
  }
}
