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: #333333;
  font-family: 'Roboto', '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 #e7e7e7;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5601;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e7e7e7;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Roboto', '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: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
button:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.search-terms,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action-primary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #0072bc;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5601;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
  color: #313131;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.block-compare .action.primary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 10px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.multicheckout .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.rtl-layout .multicheckout .item-options dt,
.rtl-layout .cart.table-wrapper .item-options dt,
.rtl-layout .block-giftregistry-shared-items .product .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
}
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.rtl-layout .multicheckout .item-options dd,
.rtl-layout .cart.table-wrapper .item-options dd,
.rtl-layout .block-giftregistry-shared-items .product .item-options dd {
  float: right;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .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;
  max-width: 100%;
  margin: 0 auto;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.customer-review .product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #999999;
}
.minicart-items .product-item-name > a,
.product-item-name > a,
.product.name a > a {
  color: #0072bc;
  text-decoration: none;
}
.abs-product-link > a:visited,
.minicart-items .product-item-name > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #0072bc;
  text-decoration: none;
}
.abs-product-link > a:hover,
.minicart-items .product-item-name > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #313131;
  text-decoration: none;
}
.abs-product-link > a:active,
.minicart-items .product-item-name > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #313131;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5601;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.filter-options-content .filter-count-label,
.filter dl.options-content .filter-count-label,
.filter-options dd .filter-count-label,
.filter dl.options dd .filter-count-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.field.street .field.additional .label,
.block.newsletter .label,
.action.skip:not(:focus) {
  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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label: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,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.account.page-layout-2columns-left .column.main .box-head:before,
.account.page-layout-2columns-left .column.main .box-head:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.toolbar:after,
.sidebar .product-items-images:after,
.account.page-layout-2columns-left .column.main .box-head:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-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 .box-tocart,
.box-tocart {
  margin: 0 0 15px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.account .legend,
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.account .legend > strong,
.account .legend > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  color: #0072bc;
}
.block-addresses-list address {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 25px;
  padding-bottom: 5px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.rtl-layout .review-ratings .rating-label,
.rtl-layout .customer-review .review-details .customer-review-rating .rating-label {
  padding-right: 0;
  padding-left: 25px;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  border-left: 1px solid #a6a6a6;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.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,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .block-title .action.edit,
.magento-payments-review .block .block-title .action.view,
.multicheckout .block-title .action.edit,
.multicheckout .block-title .action.view,
.paypal-review .block .block-title .action.edit,
.paypal-review .block .block-title .action.view,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title .action.edit,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title .action.view,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
.account .column.main .block:not(.widget) .block-title .action.edit,
.account .column.main .block:not(.widget) .block-title .action.view {
  float: right;
  position: relative;
}
.magento-payments-review .block .block-title .action.edit:after,
.magento-payments-review .block .block-title .action.view:after,
.multicheckout .block-title .action.edit:after,
.multicheckout .block-title .action.view:after,
.paypal-review .block .block-title .action.edit:after,
.paypal-review .block .block-title .action.view:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title .action.edit:after,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title .action.view:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after,
.account .column.main .block:not(.widget) .block-title .action.edit:after,
.account .column.main .block:not(.widget) .block-title .action.view:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f101';
  font-size: 12px;
  margin-left: 5px;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .block-title strong {
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title > span {
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 500;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.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,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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,
.sidebar .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.block-reorder .block-title,
.block-compare .block-title {
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear {
  display: none;
}
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - (23px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - (21px + 10px + 5px));
}
.rtl-layout .field .control._with-tooltip input {
  margin-left: 10px;
  margin-right: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.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%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #0072bc;
  font: 700 24px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.rtl-layout .cart-totals tbody .amount,
.rtl-layout .cart-totals tfoot .amount,
.rtl-layout .opc-block-summary .table-totals tbody .amount,
.rtl-layout .opc-block-summary .table-totals tfoot .amount {
  padding: 6px 14px 6px 0;
  text-align: left;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1.8rem;
  padding-right: 10px;
}
.rtl-layout .cart-totals .grand .mark,
.rtl-layout .opc-block-summary .table-totals .grand .mark {
  padding-right: 0;
  padding-left: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  padding-top: 60px;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #0072bc;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Light.woff2') format('woff2'), url('../fonts/Lato/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'PT Serif';
  src: url('../fonts/PT_Serif/PTSerif-Regular.woff2') format('woff2'), url('../fonts/PT_Serif/PTSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'PT Serif';
  src: url('../fonts/PT_Serif/PTSerif-Bold.woff2') format('woff2'), url('../fonts/PT_Serif/PTSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
body {
  font: 400 16px/1.4 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"] {
  height: 40px;
  color: #313131;
  border-color: #e7e7e7;
  background-color: #efefef;
  font: 400 16px/1.4 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
body textarea {
  color: #313131;
  border-color: #e7e7e7;
  background-color: #efefef;
  font: 400 16px/1.4 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
body ._keyfocus *:focus,
body input:not([disabled]):focus,
body textarea:not([disabled]):focus,
body select:not([disabled]):focus {
  box-shadow: 0 1px 3px #e1e1e1;
}
h1,
.h1 {
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  margin: 0 0 20px;
}
h2,
.h2 {
  font: 700 28px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 20px;
}
h3,
.h3 {
  font: 700 24px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 20px;
}
h4,
.h4 {
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 10px;
}
h5,
.h5 {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 10px;
}
h6,
.h6 {
  font: 700 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 10px;
}
a {
  color: #313131;
}
a:hover {
  color: #313131;
}
.text-small {
  font-size: 90%;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.header a {
  color: #313131;
}
.header a:hover {
  color: #0072bc;
  text-decoration: none;
}
body {
  overflow-x: hidden;
  background: #ffffff url('') 0 0 no-repeat fixed;
}
.page-header {
  background: #ffffff url('') 0 0 no-repeat fixed;
}
.page-footer {
  background: #ffffff url('') 0 0 no-repeat fixed;
}
.space-s {
  margin-bottom: 10px;
}
.space-base {
  margin-bottom: 20px;
}
.space-md {
  margin-bottom: 30px;
}
.space-lg {
  margin-bottom: 40px;
}
.maxwidth {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  padding: 0 !important;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.page-main {
  padding-top: 24px;
}
.cms-index-index .page-main {
  padding-top: 0;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
#ajaxloading_container {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 10px solid #a1a1a1;
  background-color: white;
  z-index: 99999;
  max-height: 660px;
}
#ajaxloading_container {
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0px;
}
#bg_fade {
  background-color: #000;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  height: 1000px;
  opacity: 0.5;
}
.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 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.columns .sidebar-main .block-collapsible-nav:nth-child(2) {
  display: none;
}
.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 th,
table thead th {
  color: #0072bc;
  font: 400 16px/1.4 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
  font-size: 16px;
  padding: 6px 10px;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 45px;
  z-index: 14;
  width: 26px;
  height: 18px;
}
.nav-toggle:hover {
  color: #0072bc;
}
.nav-toggle:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 2px;
  background: #313131;
  content: '';
}
.nav-toggle span:after,
.nav-toggle span:before {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #313131;
  content: '';
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-toggle span:after {
  bottom: 0;
}
.nav-before-open.nav-open .nav-toggle {
  color: #0072bc;
}
.nav-before-open.nav-open .nav-toggle span:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.nav-before-open.nav-open .nav-toggle span:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.nav-before-open.nav-open .nav-toggle:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
html.nav-before-open,
.nav-before-open body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.fieldset .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 10px;
  display: inline-block;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  height: 44px;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.rtl-layout select {
  padding-left: 25px;
  padding-right: 10px;
  background-position: 0% 45%;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .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;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .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%;
}
.block-customer-login .block-title {
  background: none !important;
}
.cdz-login-form-dropdown {
  position: absolute;
  min-width: 300px;
  right: 0;
  background: #ffffff;
  padding: 20px;
  z-index: 7;
  top: 20px;
  border: 1px solid #ffffff;
}
.rtl-layout .cdz-login-form-dropdown {
  left: 0;
  right: auto;
}
.cdz-login-form-dropdown .block-customer-login {
  margin-bottom: 0;
}
.cdz-login-form-dropdown .block-customer-login .block-content {
  padding: 0 !important;
}
.cdz-login-form-dropdown .block-customer-login .actions-toolbar {
  text-align: center;
}
.cdz-login-form-dropdown .block-customer-login .actions-toolbar .primary {
  width: 100%;
}
.cdz-login-form-dropdown .block-customer-login .actions-toolbar a.action.primary {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.cdz-login-form-dropdown .block-customer-login .actions-toolbar a.action.primary:hover {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.cdz-login-form-dropdown .block-customer-login a {
  color: #313131;
  text-decoration: none;
}
.cdz-login-form-dropdown .block-customer-login a:visited {
  color: #313131;
  text-decoration: none;
}
.cdz-login-form-dropdown .block-customer-login a:hover {
  color: #313131;
  text-decoration: none;
}
.cdz-login-form-dropdown .block-customer-login a:active {
  color: #313131;
  text-decoration: none;
}
.authentication-wrapper {
  margin-top: -165px !important;
}
.authentication-wrapper .action.action-auth-toggle {
  color: #313131;
  text-decoration: none;
}
.authentication-wrapper .action.action-auth-toggle:visited {
  color: #313131;
  text-decoration: none;
}
.authentication-wrapper .action.action-auth-toggle:hover {
  color: #0072bc;
  text-decoration: none;
}
.authentication-wrapper .action.action-auth-toggle:active {
  color: #0072bc;
  text-decoration: none;
}
.authentication-wrapper .action.action-auth-toggle:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  font-size: 14px;
  margin-right: 5px;
}
.rtl-layout .authentication-wrapper {
  text-align: left;
  float: left;
}
.rtl-layout .authentication-dropdown {
  text-align: right;
}
.opc-block-shipping-information {
  padding: 0 !important;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 0;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.continue,
a.action.primary {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
a.action.continue:hover,
a.action.primary:hover,
a.action.continue:active,
a.action.primary:active,
a.action.continue:focus,
a.action.primary:focus {
  text-decoration: none;
}
.action.button,
.action.continue {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  vertical-align: top;
  text-transform: uppercase;
}
.action.button:focus,
.action.continue:focus,
.action.button:active,
.action.continue:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action.button:hover,
.action.continue:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action.button.disabled,
.action.continue.disabled,
.action.button[disabled],
.action.continue[disabled],
fieldset[disabled] .action.button,
fieldset[disabled] .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 8px 15px;
  line-height: normal;
}
.action.primary:focus,
.action.primary:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action.primary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:hover {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
.action.primary.white-btn {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
a.action.primary,
.qs-button,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
button:hover {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
button.primary {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
button.primary:hover {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.cdz-buttons-container form {
  display: inline-block;
  vertical-align: top;
}
.sidebar .block-wishlist a.link-cart {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #0072bc;
  background-color: #0072bc;
  color: #fff;
  text-decoration: none;
}
.sidebar .block-wishlist a.link-cart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e671";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  line-height: 33px;
}
.sidebar .block-wishlist a.link-cart:hover {
  background-color: #fff;
  color: #3b3b3b;
}
.sidebar .block-wishlist .action.tocart {
  width: 35px;
  height: 35px;
  padding: 0;
}
.sidebar .block-wishlist .action.tocart:before {
  margin-right: 0;
}
.sidebar .block-wishlist .action.tocart span:before,
.sidebar .block-wishlist .action.tocart span {
  display: none;
}
.qs-button {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
}
.qs-button:focus,
.qs-button:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.qs-button:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.qs-button.disabled,
.qs-button[disabled],
fieldset[disabled] .qs-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-actions-right .actions-secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.actions-secondary .action:not(.tocart) {
  width: 37px;
  height: 37px;
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #0072bc;
  background-color: #0072bc;
  color: #fff;
  text-decoration: none;
  margin: 0 2px;
}
.actions-secondary .action:not(.tocart):before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e66d";
  font-size: 12px;
  font-family: 'iconfont';
  speak: none;
  line-height: 35px;
}
.actions-secondary .action:not(.tocart):hover {
  background-color: #fff;
  color: #0072bc;
}
.actions-secondary .action:not(.tocart).towishlist:before {
  content: "\e66f";
  font-size: 1.4rem;
}
.actions-secondary .action:not(.tocart).delete:before {
  content: '\e679';
}
.product-addto-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-addto-links .action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2 );
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #0072bc;
  padding: 8px 0;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.6rem;
}
.product-addto-links .action span:before {
  display: none;
}
.product-addto-links .action:hover {
  text-decoration: none;
}
.ui-tooltip.cdz-tooltip {
  border: 0;
  background: #000;
  padding: 2px 10px;
  color: #fff;
  border-radius: 5px;
}
.ui-tooltip.cdz-tooltip:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-size: 20px;
  position: absolute;
  bottom: -12px;
  left: 42%;
  color: #000;
}
.ajax-load-wrapper {
  text-align: center;
  clear: both;
}
.ajax-load-wrapper .ajax-load-button {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader,
.ajax-load-wrapper .ajax-load-button a {
  min-width: 290px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 600;
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader.disabled,
.ajax-load-wrapper .ajax-load-button a.disabled,
.ajax-load-wrapper .ajax-load-button .ajax-loader[disabled],
.ajax-load-wrapper .ajax-load-button a[disabled],
fieldset[disabled] .ajax-load-wrapper .ajax-load-button .ajax-loader,
fieldset[disabled] .ajax-load-wrapper .ajax-load-button a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.ajax-load-wrapper .ajax-load-button .ajax-loader:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f1ce';
  font-size: 16px;
  margin-right: 5px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
#back-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
#back-top a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0;
}
#back-top a:focus,
#back-top a:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
#back-top a:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
#back-top a.disabled,
#back-top a[disabled],
fieldset[disabled] #back-top a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#back-top a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f176';
  font-size: 16px;
  font-weight: bold;
}
.rtl-layout #back-top {
  right: auto;
  left: 15px;
}
@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #e7e7e7;
  height: 40px;
  padding: 10px 10px 10px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #313131;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 10px;
}
.product.data.items > .item.content {
  background: #efefef;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 4px 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 {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  display: inline-block;
  padding: 0 14px;
  text-decoration: none;
}
.pages a.page:visited {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
}
.pages a.page:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
  text-decoration: none;
}
.pages a.page:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.pages strong.page {
  background: #ffffff;
  border: 1px solid #0072bc;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #0072bc;
  display: inline-block;
  font-weight: 700;
  padding: 0 14px;
}
.pages .action {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
}
.pages .action:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
  text-decoration: none;
}
.pages .action:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #0072bc;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #ffffff;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #0072bc;
}
.pages .action.next:active:before {
  color: #0072bc;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #0072bc;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #ffffff;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #0072bc;
}
.pages .action.previous:active:before {
  color: #0072bc;
}
.pages .item {
  margin: 2px 4px 2px 0;
}
.pages strong.page,
.pages a.page {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages .action {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 0px;
}
.pages .action.next {
  margin-left: 0px;
}
.actions-toolbar {
  clear: both;
}
.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 15px;
  min-height: 24px;
  margin: 0;
}
.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: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  padding-top: 2.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .items > li {
  font-size: 1.4rem;
}
.breadcrumbs .items > li.item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: normal;
  color: #313131;
}
.breadcrumbs .items > li.item > a {
  color: #313131;
}
.breadcrumbs .items > li.item strong {
  color: #313131;
}
.breadcrumbs .item:not(:last-child):after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e675";
  font-size: 14px;
  font-family: 'iconfont';
  speak: none;
  content: '/';
  color: #313131;
  font-weight: 400;
}
.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;
}
/* ============================================ *
 * Codazon_Banner_Effect
 * ============================================ */
/*Change Product Image*/
.products-list .item a.product-item-photo .hover-image .product-image-container,
.products-grid .item a.product-item-photo .hover-image .product-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-list .item a.product-item-photo .main-image .product-image-container,
.products-grid .item a.product-item-photo .main-image .product-image-container {
  position: absolute;
  top: 0%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.products-list .item:hover a.product-item-photo .hover-image .product-image-container,
.products-grid .item:hover a.product-item-photo .hover-image .product-image-container {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.products-list .item:hover a.product-item-photo .main-image .product-image-container,
.products-grid .item:hover a.product-item-photo .main-image .product-image-container {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
}
/*.products-grid .item{
	.cdz-product-top{
		> .hover-image {
			display: inline-block;
			max-width: 100%;
			vertical-align: top;
			.abs-opacity(0);
			.abs-transition();
		}
		> .main-image{
			position:absolute;
			top:0%;
			.abs-transition();
			.abs-opacity(1);
		}
	}
	&:hover{
		.cdz-product-top {
			> span.hover-image{
				.abs-transition();
				.abs-opacity(1);
			}
			> span.main-image{
				.abs-opacity(0);
				.abs-transition();
				position:absolute;
				top:0;
				
			}
		}
	}
}*/
/*Zoom Banner*/
.eff-zoombanner {
  overflow: hidden;
  position: relative;
}
.eff-zoombanner .banner-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.eff-zoombanner:hover .banner-zoom img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
/*Banner Border*/
.banner-border {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
}
.banner-border:before,
.banner-border:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.banner-border:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
}
.banner-border:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
}
.banner-border:hover:before,
.banner-border:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-border img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner-border:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
.banner-border.style2:after {
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.banner-border.style2:before {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
/*.loading,*/
.loader,
.qs-loader {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.loader img,
.qs-loader img {
  display: none;
}
.qs-loader {
  display: table-cell;
  vertical-align: middle;
}
/*.loading:after, 
.loading:before,*/
.loader:after,
.loader:before,
.qs-loader:after,
.qs-loader:before {
  position: absolute;
  content: "";
  border: 2px solid #e7e7e7;
  width: 31px;
  height: 31px;
}
/*.loading:after,*/
.loader:after,
.qs-loader:after {
  animation: cssload-spinner1 2.88s linear infinite;
  -o-animation: cssload-spinner1 2.88s linear infinite;
  -ms-animation: cssload-spinner1 2.88s linear infinite;
  -webkit-animation: cssload-spinner1 2.88s linear infinite;
  -moz-animation: cssload-spinner1 2.88s linear infinite;
}
/*.loading:before,*/
.loader:before,
.qs-loader:before {
  width: 43px;
  height: 43px;
  margin-left: -6.5px;
  margin-top: -6.5px;
  animation: cssload-spinner2 2.88s linear infinite;
  -o-animation: cssload-spinner2 2.88s linear infinite;
  -ms-animation: cssload-spinner2 2.88s linear infinite;
  -webkit-animation: cssload-spinner2 2.88s linear infinite;
  -moz-animation: cssload-spinner2 2.88s linear infinite;
}
@keyframes cssload-spinner1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spinner1 {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spinner1 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spinner1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spinner1 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes cssload-spinner2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-o-keyframes cssload-spinner2 {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
@-ms-keyframes cssload-spinner2 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-webkit-keyframes cssload-spinner2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes cssload-spinner2 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
.icon-loading {
  padding: 100px 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: url(../images/loading_cart.gif) center center no-repeat;
  width: 100%;
}
.icon-loading span {
  display: none;
}
/*Hover scale*/
.hover-scale a {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-scale img {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-scale:hover img {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine-effect.cdz-banner {
  position: relative;
  overflow: hidden;
}
.shine-effect.cdz-banner:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -moz-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine-effect.cdz-banner:hover:before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}
/*Remove :hover css style on touch devices*/
/* ============================================ *
 * Codazon_Grid_Column
 * ============================================ */
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.cdz-col(@_col, @_i: 1) when (@_i <= @_col){
	.cdz-sm-@{_i}{
		//width: (((@_i * 100%) - ((@_col / @_i) * (2 * @indent__s))) / @_col);
		//width: percentage((@_i * 100%)/ @_col);
		width: ((@_i * 100%)/ @_col);
		padding-left: @indent__s;
		padding-right: @indent__s;
		float:left;
		position:relative;
	}
	.cdz-col((@_col), (@_i + 1));
}
.cdz-col(24);
}
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
[class*='cdz-sm-']{
	padding-left: @indent__s;
	padding-right: @indent__s;
	position:relative;
	width:100%;
}

.hidden-xs{ display:none}
.cdz-col(@_col, @_i: 1) when (@_i <= @_col){
	.cdz-xs-@{_i}{
		//width: (((@_i * 100%) - ((@_col / @_i) * (2 * @indent__s))) / @_col);
		//width: percentage((@_i * 100%)/ @_col);
		width: ((@_i * 100%)/ @_col);
		padding-left: @indent__s;
		padding-right: @indent__s;
		float:left;
		position:relative;
	}
	.cdz-col((@_col), (@_i + 1));
}
.cdz-col(24);
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
	.cdz-col(@_col, @_i: 1) when (@_i <= @_col){
		.col-sm-@{_i}{
			//width: (((@_i * 100%) - ((@_col / @_i) * (2 * @indent__s))) / @_col);
			//width: percentage((@_i * 100%)/ @_col);
			width: ((@_i * 100%)/ @_col);
			padding-left: @indent__s;
			padding-right: @indent__s;
			float:left;
			position:relative;
		}
		.cdz-col((@_col), (@_i + 1));
	}
	.cdz-col(24);
}
*/
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-1 {
  width: 4.16667%;
}
.col-xs-2 {
  width: 8.33333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.66667%;
}
.col-xs-5 {
  width: 20.83333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.16667%;
}
.col-xs-8 {
  width: 33.33333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66667%;
}
.col-xs-11 {
  width: 45.83333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.16667%;
}
.col-xs-14 {
  width: 58.33333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66667%;
}
.col-xs-17 {
  width: 70.83333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16667%;
}
.col-xs-20 {
  width: 83.33333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66667%;
}
.col-xs-23 {
  width: 95.83333%;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-pull-1 {
  right: 4.16667%;
}
.col-xs-pull-2 {
  right: 8.33333%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-4 {
  right: 16.66667%;
}
.col-xs-pull-5 {
  right: 20.83333%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-7 {
  right: 29.16667%;
}
.col-xs-pull-8 {
  right: 33.33333%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-10 {
  right: 41.66667%;
}
.col-xs-pull-11 {
  right: 45.83333%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-13 {
  right: 54.16667%;
}
.col-xs-pull-14 {
  right: 58.33333%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-16 {
  right: 66.66667%;
}
.col-xs-pull-17 {
  right: 70.83333%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-19 {
  right: 79.16667%;
}
.col-xs-pull-20 {
  right: 83.33333%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-22 {
  right: 91.66667%;
}
.col-xs-pull-23 {
  right: 95.83333%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-push-1 {
  left: 4.16667%;
}
.col-xs-push-2 {
  left: 8.33333%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-4 {
  left: 16.66667%;
}
.col-xs-push-5 {
  left: 20.83333%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-7 {
  left: 29.16667%;
}
.col-xs-push-8 {
  left: 33.33333%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-10 {
  left: 41.66667%;
}
.col-xs-push-11 {
  left: 45.83333%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-13 {
  left: 54.16667%;
}
.col-xs-push-14 {
  left: 58.33333%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-16 {
  left: 66.66667%;
}
.col-xs-push-17 {
  left: 70.83333%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-19 {
  left: 79.16667%;
}
.col-xs-push-20 {
  left: 83.33333%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-22 {
  left: 91.66667%;
}
.col-xs-push-23 {
  left: 95.83333%;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 4.16667%;
}
.col-xs-offset-2 {
  margin-left: 8.33333%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-4 {
  margin-left: 16.66667%;
}
.col-xs-offset-5 {
  margin-left: 20.83333%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-7 {
  margin-left: 29.16667%;
}
.col-xs-offset-8 {
  margin-left: 33.33333%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-10 {
  margin-left: 41.66667%;
}
.col-xs-offset-11 {
  margin-left: 45.83333%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-13 {
  margin-left: 54.16667%;
}
.col-xs-offset-14 {
  margin-left: 58.33333%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-16 {
  margin-left: 66.66667%;
}
.col-xs-offset-17 {
  margin-left: 70.83333%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-19 {
  margin-left: 79.16667%;
}
.col-xs-offset-20 {
  margin-left: 83.33333%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-22 {
  margin-left: 91.66667%;
}
.col-xs-offset-23 {
  margin-left: 95.83333%;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16667%;
  }
  .col-sm-2 {
    width: 8.33333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66667%;
  }
  .col-sm-5 {
    width: 20.83333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16667%;
  }
  .col-sm-8 {
    width: 33.33333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66667%;
  }
  .col-sm-11 {
    width: 45.83333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16667%;
  }
  .col-sm-14 {
    width: 58.33333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66667%;
  }
  .col-sm-17 {
    width: 70.83333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16667%;
  }
  .col-sm-20 {
    width: 83.33333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66667%;
  }
  .col-sm-23 {
    width: 95.83333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 4.16667%;
  }
  .col-sm-pull-2 {
    right: 8.33333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66667%;
  }
  .col-sm-pull-5 {
    right: 20.83333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16667%;
  }
  .col-sm-pull-8 {
    right: 33.33333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66667%;
  }
  .col-sm-pull-11 {
    right: 45.83333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16667%;
  }
  .col-sm-pull-14 {
    right: 58.33333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66667%;
  }
  .col-sm-pull-17 {
    right: 70.83333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16667%;
  }
  .col-sm-pull-20 {
    right: 83.33333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66667%;
  }
  .col-sm-pull-23 {
    right: 95.83333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 4.16667%;
  }
  .col-sm-push-2 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66667%;
  }
  .col-sm-push-5 {
    left: 20.83333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16667%;
  }
  .col-sm-push-8 {
    left: 33.33333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66667%;
  }
  .col-sm-push-11 {
    left: 45.83333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16667%;
  }
  .col-sm-push-14 {
    left: 58.33333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66667%;
  }
  .col-sm-push-17 {
    left: 70.83333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16667%;
  }
  .col-sm-push-20 {
    left: 83.33333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66667%;
  }
  .col-sm-push-23 {
    left: 95.83333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16667%;
  }
  .col-md-2 {
    width: 8.33333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66667%;
  }
  .col-md-5 {
    width: 20.83333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16667%;
  }
  .col-md-8 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66667%;
  }
  .col-md-11 {
    width: 45.83333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16667%;
  }
  .col-md-14 {
    width: 58.33333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66667%;
  }
  .col-md-17 {
    width: 70.83333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16667%;
  }
  .col-md-20 {
    width: 83.33333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66667%;
  }
  .col-md-23 {
    width: 95.83333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 4.16667%;
  }
  .col-md-pull-2 {
    right: 8.33333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66667%;
  }
  .col-md-pull-5 {
    right: 20.83333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16667%;
  }
  .col-md-pull-8 {
    right: 33.33333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66667%;
  }
  .col-md-pull-11 {
    right: 45.83333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16667%;
  }
  .col-md-pull-14 {
    right: 58.33333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66667%;
  }
  .col-md-pull-17 {
    right: 70.83333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16667%;
  }
  .col-md-pull-20 {
    right: 83.33333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66667%;
  }
  .col-md-pull-23 {
    right: 95.83333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 4.16667%;
  }
  .col-md-push-2 {
    left: 8.33333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66667%;
  }
  .col-md-push-5 {
    left: 20.83333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16667%;
  }
  .col-md-push-8 {
    left: 33.33333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66667%;
  }
  .col-md-push-11 {
    left: 45.83333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16667%;
  }
  .col-md-push-14 {
    left: 58.33333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66667%;
  }
  .col-md-push-17 {
    left: 70.83333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16667%;
  }
  .col-md-push-20 {
    left: 83.33333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66667%;
  }
  .col-md-push-23 {
    left: 95.83333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16667%;
  }
  .col-lg-2 {
    width: 8.33333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66667%;
  }
  .col-lg-5 {
    width: 20.83333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16667%;
  }
  .col-lg-8 {
    width: 33.33333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66667%;
  }
  .col-lg-11 {
    width: 45.83333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16667%;
  }
  .col-lg-14 {
    width: 58.33333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66667%;
  }
  .col-lg-17 {
    width: 70.83333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16667%;
  }
  .col-lg-20 {
    width: 83.33333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66667%;
  }
  .col-lg-23 {
    width: 95.83333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 4.16667%;
  }
  .col-lg-pull-2 {
    right: 8.33333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66667%;
  }
  .col-lg-pull-5 {
    right: 20.83333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16667%;
  }
  .col-lg-pull-8 {
    right: 33.33333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66667%;
  }
  .col-lg-pull-11 {
    right: 45.83333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16667%;
  }
  .col-lg-pull-14 {
    right: 58.33333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66667%;
  }
  .col-lg-pull-17 {
    right: 70.83333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16667%;
  }
  .col-lg-pull-20 {
    right: 83.33333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66667%;
  }
  .col-lg-pull-23 {
    right: 95.83333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 4.16667%;
  }
  .col-lg-push-2 {
    left: 8.33333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66667%;
  }
  .col-lg-push-5 {
    left: 20.83333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16667%;
  }
  .col-lg-push-8 {
    left: 33.33333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66667%;
  }
  .col-lg-push-11 {
    left: 45.83333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16667%;
  }
  .col-lg-push-14 {
    left: 58.33333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66667%;
  }
  .col-lg-push-17 {
    left: 70.83333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16667%;
  }
  .col-lg-push-20 {
    left: 83.33333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66667%;
  }
  .col-lg-push-23 {
    left: 95.83333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
.rtl-layout .col-xs-1 {
  width: 4.16667%;
}
.rtl-layout .col-xs-2 {
  width: 8.33333%;
}
.rtl-layout .col-xs-3 {
  width: 12.5%;
}
.rtl-layout .col-xs-4 {
  width: 16.66667%;
}
.rtl-layout .col-xs-5 {
  width: 20.83333%;
}
.rtl-layout .col-xs-6 {
  width: 25%;
}
.rtl-layout .col-xs-7 {
  width: 29.16667%;
}
.rtl-layout .col-xs-8 {
  width: 33.33333%;
}
.rtl-layout .col-xs-9 {
  width: 37.5%;
}
.rtl-layout .col-xs-10 {
  width: 41.66667%;
}
.rtl-layout .col-xs-11 {
  width: 45.83333%;
}
.rtl-layout .col-xs-12 {
  width: 50%;
}
.rtl-layout .col-xs-13 {
  width: 54.16667%;
}
.rtl-layout .col-xs-14 {
  width: 58.33333%;
}
.rtl-layout .col-xs-15 {
  width: 62.5%;
}
.rtl-layout .col-xs-16 {
  width: 66.66667%;
}
.rtl-layout .col-xs-17 {
  width: 70.83333%;
}
.rtl-layout .col-xs-18 {
  width: 75%;
}
.rtl-layout .col-xs-19 {
  width: 79.16667%;
}
.rtl-layout .col-xs-20 {
  width: 83.33333%;
}
.rtl-layout .col-xs-21 {
  width: 87.5%;
}
.rtl-layout .col-xs-22 {
  width: 91.66667%;
}
.rtl-layout .col-xs-23 {
  width: 95.83333%;
}
.rtl-layout .col-xs-24 {
  width: 100%;
}
.rtl-layout .col-xs-pull-0 {
  left: 0%;
}
.rtl-layout .col-xs-pull-1 {
  left: 4.16667%;
}
.rtl-layout .col-xs-pull-2 {
  left: 8.33333%;
}
.rtl-layout .col-xs-pull-3 {
  left: 12.5%;
}
.rtl-layout .col-xs-pull-4 {
  left: 16.66667%;
}
.rtl-layout .col-xs-pull-5 {
  left: 20.83333%;
}
.rtl-layout .col-xs-pull-6 {
  left: 25%;
}
.rtl-layout .col-xs-pull-7 {
  left: 29.16667%;
}
.rtl-layout .col-xs-pull-8 {
  left: 33.33333%;
}
.rtl-layout .col-xs-pull-9 {
  left: 37.5%;
}
.rtl-layout .col-xs-pull-10 {
  left: 41.66667%;
}
.rtl-layout .col-xs-pull-11 {
  left: 45.83333%;
}
.rtl-layout .col-xs-pull-12 {
  left: 50%;
}
.rtl-layout .col-xs-pull-13 {
  left: 54.16667%;
}
.rtl-layout .col-xs-pull-14 {
  left: 58.33333%;
}
.rtl-layout .col-xs-pull-15 {
  left: 62.5%;
}
.rtl-layout .col-xs-pull-16 {
  left: 66.66667%;
}
.rtl-layout .col-xs-pull-17 {
  left: 70.83333%;
}
.rtl-layout .col-xs-pull-18 {
  left: 75%;
}
.rtl-layout .col-xs-pull-19 {
  left: 79.16667%;
}
.rtl-layout .col-xs-pull-20 {
  left: 83.33333%;
}
.rtl-layout .col-xs-pull-21 {
  left: 87.5%;
}
.rtl-layout .col-xs-pull-22 {
  left: 91.66667%;
}
.rtl-layout .col-xs-pull-23 {
  left: 95.83333%;
}
.rtl-layout .col-xs-pull-24 {
  left: 100%;
}
.rtl-layout .col-xs-push-0 {
  right: 0%;
}
.rtl-layout .col-xs-push-1 {
  right: 4.16667%;
}
.rtl-layout .col-xs-push-2 {
  right: 8.33333%;
}
.rtl-layout .col-xs-push-3 {
  right: 12.5%;
}
.rtl-layout .col-xs-push-4 {
  right: 16.66667%;
}
.rtl-layout .col-xs-push-5 {
  right: 20.83333%;
}
.rtl-layout .col-xs-push-6 {
  right: 25%;
}
.rtl-layout .col-xs-push-7 {
  right: 29.16667%;
}
.rtl-layout .col-xs-push-8 {
  right: 33.33333%;
}
.rtl-layout .col-xs-push-9 {
  right: 37.5%;
}
.rtl-layout .col-xs-push-10 {
  right: 41.66667%;
}
.rtl-layout .col-xs-push-11 {
  right: 45.83333%;
}
.rtl-layout .col-xs-push-12 {
  right: 50%;
}
.rtl-layout .col-xs-push-13 {
  right: 54.16667%;
}
.rtl-layout .col-xs-push-14 {
  right: 58.33333%;
}
.rtl-layout .col-xs-push-15 {
  right: 62.5%;
}
.rtl-layout .col-xs-push-16 {
  right: 66.66667%;
}
.rtl-layout .col-xs-push-17 {
  right: 70.83333%;
}
.rtl-layout .col-xs-push-18 {
  right: 75%;
}
.rtl-layout .col-xs-push-19 {
  right: 79.16667%;
}
.rtl-layout .col-xs-push-20 {
  right: 83.33333%;
}
.rtl-layout .col-xs-push-21 {
  right: 87.5%;
}
.rtl-layout .col-xs-push-22 {
  right: 91.66667%;
}
.rtl-layout .col-xs-push-23 {
  right: 95.83333%;
}
.rtl-layout .col-xs-push-24 {
  right: 100%;
}
.rtl-layout .col-xs-offset-0 {
  margin-right: 0%;
}
.rtl-layout .col-xs-offset-1 {
  margin-right: 4.16667%;
}
.rtl-layout .col-xs-offset-2 {
  margin-right: 8.33333%;
}
.rtl-layout .col-xs-offset-3 {
  margin-right: 12.5%;
}
.rtl-layout .col-xs-offset-4 {
  margin-right: 16.66667%;
}
.rtl-layout .col-xs-offset-5 {
  margin-right: 20.83333%;
}
.rtl-layout .col-xs-offset-6 {
  margin-right: 25%;
}
.rtl-layout .col-xs-offset-7 {
  margin-right: 29.16667%;
}
.rtl-layout .col-xs-offset-8 {
  margin-right: 33.33333%;
}
.rtl-layout .col-xs-offset-9 {
  margin-right: 37.5%;
}
.rtl-layout .col-xs-offset-10 {
  margin-right: 41.66667%;
}
.rtl-layout .col-xs-offset-11 {
  margin-right: 45.83333%;
}
.rtl-layout .col-xs-offset-12 {
  margin-right: 50%;
}
.rtl-layout .col-xs-offset-13 {
  margin-right: 54.16667%;
}
.rtl-layout .col-xs-offset-14 {
  margin-right: 58.33333%;
}
.rtl-layout .col-xs-offset-15 {
  margin-right: 62.5%;
}
.rtl-layout .col-xs-offset-16 {
  margin-right: 66.66667%;
}
.rtl-layout .col-xs-offset-17 {
  margin-right: 70.83333%;
}
.rtl-layout .col-xs-offset-18 {
  margin-right: 75%;
}
.rtl-layout .col-xs-offset-19 {
  margin-right: 79.16667%;
}
.rtl-layout .col-xs-offset-20 {
  margin-right: 83.33333%;
}
.rtl-layout .col-xs-offset-21 {
  margin-right: 87.5%;
}
.rtl-layout .col-xs-offset-22 {
  margin-right: 91.66667%;
}
.rtl-layout .col-xs-offset-23 {
  margin-right: 95.83333%;
}
.rtl-layout .col-xs-offset-24 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .rtl-layout .col-sm-1,
  .rtl-layout .col-sm-2,
  .rtl-layout .col-sm-3,
  .rtl-layout .col-sm-4,
  .rtl-layout .col-sm-5,
  .rtl-layout .col-sm-6,
  .rtl-layout .col-sm-7,
  .rtl-layout .col-sm-8,
  .rtl-layout .col-sm-9,
  .rtl-layout .col-sm-10,
  .rtl-layout .col-sm-11,
  .rtl-layout .col-sm-12,
  .rtl-layout .col-sm-13,
  .rtl-layout .col-sm-14,
  .rtl-layout .col-sm-15,
  .rtl-layout .col-sm-16,
  .rtl-layout .col-sm-17,
  .rtl-layout .col-sm-18,
  .rtl-layout .col-sm-19,
  .rtl-layout .col-sm-20,
  .rtl-layout .col-sm-21,
  .rtl-layout .col-sm-22,
  .rtl-layout .col-sm-23,
  .rtl-layout .col-sm-24 {
    float: right;
  }
  .rtl-layout .col-sm-1 {
    width: 4.16667%;
  }
  .rtl-layout .col-sm-2 {
    width: 8.33333%;
  }
  .rtl-layout .col-sm-3 {
    width: 12.5%;
  }
  .rtl-layout .col-sm-4 {
    width: 16.66667%;
  }
  .rtl-layout .col-sm-5 {
    width: 20.83333%;
  }
  .rtl-layout .col-sm-6 {
    width: 25%;
  }
  .rtl-layout .col-sm-7 {
    width: 29.16667%;
  }
  .rtl-layout .col-sm-8 {
    width: 33.33333%;
  }
  .rtl-layout .col-sm-9 {
    width: 37.5%;
  }
  .rtl-layout .col-sm-10 {
    width: 41.66667%;
  }
  .rtl-layout .col-sm-11 {
    width: 45.83333%;
  }
  .rtl-layout .col-sm-12 {
    width: 50%;
  }
  .rtl-layout .col-sm-13 {
    width: 54.16667%;
  }
  .rtl-layout .col-sm-14 {
    width: 58.33333%;
  }
  .rtl-layout .col-sm-15 {
    width: 62.5%;
  }
  .rtl-layout .col-sm-16 {
    width: 66.66667%;
  }
  .rtl-layout .col-sm-17 {
    width: 70.83333%;
  }
  .rtl-layout .col-sm-18 {
    width: 75%;
  }
  .rtl-layout .col-sm-19 {
    width: 79.16667%;
  }
  .rtl-layout .col-sm-20 {
    width: 83.33333%;
  }
  .rtl-layout .col-sm-21 {
    width: 87.5%;
  }
  .rtl-layout .col-sm-22 {
    width: 91.66667%;
  }
  .rtl-layout .col-sm-23 {
    width: 95.83333%;
  }
  .rtl-layout .col-sm-24 {
    width: 100%;
  }
  .rtl-layout .col-sm-pull-0 {
    left: 0%;
  }
  .rtl-layout .col-sm-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .col-sm-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .col-sm-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .col-sm-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .col-sm-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .col-sm-pull-6 {
    left: 25%;
  }
  .rtl-layout .col-sm-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .col-sm-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .col-sm-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .col-sm-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .col-sm-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .col-sm-pull-12 {
    left: 50%;
  }
  .rtl-layout .col-sm-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .col-sm-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .col-sm-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .col-sm-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .col-sm-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .col-sm-pull-18 {
    left: 75%;
  }
  .rtl-layout .col-sm-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .col-sm-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .col-sm-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .col-sm-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .col-sm-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .col-sm-pull-24 {
    left: 100%;
  }
  .rtl-layout .col-sm-push-0 {
    right: 0%;
  }
  .rtl-layout .col-sm-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .col-sm-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .col-sm-push-3 {
    right: 12.5%;
  }
  .rtl-layout .col-sm-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .col-sm-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .col-sm-push-6 {
    right: 25%;
  }
  .rtl-layout .col-sm-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .col-sm-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .col-sm-push-9 {
    right: 37.5%;
  }
  .rtl-layout .col-sm-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .col-sm-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .col-sm-push-12 {
    right: 50%;
  }
  .rtl-layout .col-sm-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .col-sm-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .col-sm-push-15 {
    right: 62.5%;
  }
  .rtl-layout .col-sm-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .col-sm-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .col-sm-push-18 {
    right: 75%;
  }
  .rtl-layout .col-sm-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .col-sm-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .col-sm-push-21 {
    right: 87.5%;
  }
  .rtl-layout .col-sm-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .col-sm-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .col-sm-push-24 {
    right: 100%;
  }
  .rtl-layout .col-sm-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .col-sm-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .col-sm-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .col-sm-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .col-sm-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .col-sm-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .col-sm-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .col-sm-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .col-sm-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .col-sm-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .col-sm-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .col-sm-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .col-sm-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .col-sm-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .col-sm-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .col-sm-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .col-sm-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .col-sm-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .col-sm-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .col-sm-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .col-sm-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .col-sm-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .col-sm-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .col-sm-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .col-sm-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .rtl-layout .col-md-1,
  .rtl-layout .col-md-2,
  .rtl-layout .col-md-3,
  .rtl-layout .col-md-4,
  .rtl-layout .col-md-5,
  .rtl-layout .col-md-6,
  .rtl-layout .col-md-7,
  .rtl-layout .col-md-8,
  .rtl-layout .col-md-9,
  .rtl-layout .col-md-10,
  .rtl-layout .col-md-11,
  .rtl-layout .col-md-12,
  .rtl-layout .col-md-13,
  .rtl-layout .col-md-14,
  .rtl-layout .col-md-15,
  .rtl-layout .col-md-16,
  .rtl-layout .col-md-17,
  .rtl-layout .col-md-18,
  .rtl-layout .col-md-19,
  .rtl-layout .col-md-20,
  .rtl-layout .col-md-21,
  .rtl-layout .col-md-22,
  .rtl-layout .col-md-23,
  .rtl-layout .col-md-24 {
    float: right;
  }
  .rtl-layout .col-md-1 {
    width: 4.16667%;
  }
  .rtl-layout .col-md-2 {
    width: 8.33333%;
  }
  .rtl-layout .col-md-3 {
    width: 12.5%;
  }
  .rtl-layout .col-md-4 {
    width: 16.66667%;
  }
  .rtl-layout .col-md-5 {
    width: 20.83333%;
  }
  .rtl-layout .col-md-6 {
    width: 25%;
  }
  .rtl-layout .col-md-7 {
    width: 29.16667%;
  }
  .rtl-layout .col-md-8 {
    width: 33.33333%;
  }
  .rtl-layout .col-md-9 {
    width: 37.5%;
  }
  .rtl-layout .col-md-10 {
    width: 41.66667%;
  }
  .rtl-layout .col-md-11 {
    width: 45.83333%;
  }
  .rtl-layout .col-md-12 {
    width: 50%;
  }
  .rtl-layout .col-md-13 {
    width: 54.16667%;
  }
  .rtl-layout .col-md-14 {
    width: 58.33333%;
  }
  .rtl-layout .col-md-15 {
    width: 62.5%;
  }
  .rtl-layout .col-md-16 {
    width: 66.66667%;
  }
  .rtl-layout .col-md-17 {
    width: 70.83333%;
  }
  .rtl-layout .col-md-18 {
    width: 75%;
  }
  .rtl-layout .col-md-19 {
    width: 79.16667%;
  }
  .rtl-layout .col-md-20 {
    width: 83.33333%;
  }
  .rtl-layout .col-md-21 {
    width: 87.5%;
  }
  .rtl-layout .col-md-22 {
    width: 91.66667%;
  }
  .rtl-layout .col-md-23 {
    width: 95.83333%;
  }
  .rtl-layout .col-md-24 {
    width: 100%;
  }
  .rtl-layout .col-md-pull-0 {
    left: 0%;
  }
  .rtl-layout .col-md-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .col-md-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .col-md-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .col-md-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .col-md-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .col-md-pull-6 {
    left: 25%;
  }
  .rtl-layout .col-md-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .col-md-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .col-md-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .col-md-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .col-md-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .col-md-pull-12 {
    left: 50%;
  }
  .rtl-layout .col-md-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .col-md-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .col-md-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .col-md-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .col-md-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .col-md-pull-18 {
    left: 75%;
  }
  .rtl-layout .col-md-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .col-md-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .col-md-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .col-md-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .col-md-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .col-md-pull-24 {
    left: 100%;
  }
  .rtl-layout .col-md-push-0 {
    right: 0%;
  }
  .rtl-layout .col-md-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .col-md-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .col-md-push-3 {
    right: 12.5%;
  }
  .rtl-layout .col-md-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .col-md-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .col-md-push-6 {
    right: 25%;
  }
  .rtl-layout .col-md-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .col-md-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .col-md-push-9 {
    right: 37.5%;
  }
  .rtl-layout .col-md-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .col-md-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .col-md-push-12 {
    right: 50%;
  }
  .rtl-layout .col-md-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .col-md-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .col-md-push-15 {
    right: 62.5%;
  }
  .rtl-layout .col-md-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .col-md-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .col-md-push-18 {
    right: 75%;
  }
  .rtl-layout .col-md-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .col-md-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .col-md-push-21 {
    right: 87.5%;
  }
  .rtl-layout .col-md-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .col-md-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .col-md-push-24 {
    right: 100%;
  }
  .rtl-layout .col-md-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .col-md-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .col-md-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .col-md-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .col-md-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .col-md-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .col-md-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .col-md-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .col-md-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .col-md-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .col-md-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .col-md-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .col-md-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .col-md-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .col-md-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .col-md-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .col-md-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .col-md-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .col-md-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .col-md-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .col-md-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .col-md-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .col-md-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .col-md-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .col-md-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .rtl-layout .col-lg-1,
  .rtl-layout .col-lg-2,
  .rtl-layout .col-lg-3,
  .rtl-layout .col-lg-4,
  .rtl-layout .col-lg-5,
  .rtl-layout .col-lg-6,
  .rtl-layout .col-lg-7,
  .rtl-layout .col-lg-8,
  .rtl-layout .col-lg-9,
  .rtl-layout .col-lg-10,
  .rtl-layout .col-lg-11,
  .rtl-layout .col-lg-12,
  .rtl-layout .col-lg-13,
  .rtl-layout .col-lg-14,
  .rtl-layout .col-lg-15,
  .rtl-layout .col-lg-16,
  .rtl-layout .col-lg-17,
  .rtl-layout .col-lg-18,
  .rtl-layout .col-lg-19,
  .rtl-layout .col-lg-20,
  .rtl-layout .col-lg-21,
  .rtl-layout .col-lg-22,
  .rtl-layout .col-lg-23,
  .rtl-layout .col-lg-24 {
    float: right;
  }
  .rtl-layout .col-lg-1 {
    width: 4.16667%;
  }
  .rtl-layout .col-lg-2 {
    width: 8.33333%;
  }
  .rtl-layout .col-lg-3 {
    width: 12.5%;
  }
  .rtl-layout .col-lg-4 {
    width: 16.66667%;
  }
  .rtl-layout .col-lg-5 {
    width: 20.83333%;
  }
  .rtl-layout .col-lg-6 {
    width: 25%;
  }
  .rtl-layout .col-lg-7 {
    width: 29.16667%;
  }
  .rtl-layout .col-lg-8 {
    width: 33.33333%;
  }
  .rtl-layout .col-lg-9 {
    width: 37.5%;
  }
  .rtl-layout .col-lg-10 {
    width: 41.66667%;
  }
  .rtl-layout .col-lg-11 {
    width: 45.83333%;
  }
  .rtl-layout .col-lg-12 {
    width: 50%;
  }
  .rtl-layout .col-lg-13 {
    width: 54.16667%;
  }
  .rtl-layout .col-lg-14 {
    width: 58.33333%;
  }
  .rtl-layout .col-lg-15 {
    width: 62.5%;
  }
  .rtl-layout .col-lg-16 {
    width: 66.66667%;
  }
  .rtl-layout .col-lg-17 {
    width: 70.83333%;
  }
  .rtl-layout .col-lg-18 {
    width: 75%;
  }
  .rtl-layout .col-lg-19 {
    width: 79.16667%;
  }
  .rtl-layout .col-lg-20 {
    width: 83.33333%;
  }
  .rtl-layout .col-lg-21 {
    width: 87.5%;
  }
  .rtl-layout .col-lg-22 {
    width: 91.66667%;
  }
  .rtl-layout .col-lg-23 {
    width: 95.83333%;
  }
  .rtl-layout .col-lg-24 {
    width: 100%;
  }
  .rtl-layout .col-lg-pull-0 {
    left: 0%;
  }
  .rtl-layout .col-lg-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .col-lg-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .col-lg-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .col-lg-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .col-lg-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .col-lg-pull-6 {
    left: 25%;
  }
  .rtl-layout .col-lg-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .col-lg-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .col-lg-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .col-lg-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .col-lg-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .col-lg-pull-12 {
    left: 50%;
  }
  .rtl-layout .col-lg-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .col-lg-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .col-lg-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .col-lg-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .col-lg-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .col-lg-pull-18 {
    left: 75%;
  }
  .rtl-layout .col-lg-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .col-lg-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .col-lg-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .col-lg-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .col-lg-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .col-lg-pull-24 {
    left: 100%;
  }
  .rtl-layout .col-lg-push-0 {
    right: 0%;
  }
  .rtl-layout .col-lg-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .col-lg-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .col-lg-push-3 {
    right: 12.5%;
  }
  .rtl-layout .col-lg-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .col-lg-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .col-lg-push-6 {
    right: 25%;
  }
  .rtl-layout .col-lg-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .col-lg-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .col-lg-push-9 {
    right: 37.5%;
  }
  .rtl-layout .col-lg-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .col-lg-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .col-lg-push-12 {
    right: 50%;
  }
  .rtl-layout .col-lg-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .col-lg-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .col-lg-push-15 {
    right: 62.5%;
  }
  .rtl-layout .col-lg-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .col-lg-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .col-lg-push-18 {
    right: 75%;
  }
  .rtl-layout .col-lg-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .col-lg-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .col-lg-push-21 {
    right: 87.5%;
  }
  .rtl-layout .col-lg-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .col-lg-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .col-lg-push-24 {
    right: 100%;
  }
  .rtl-layout .col-lg-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .col-lg-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .col-lg-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .col-lg-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .col-lg-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .col-lg-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .col-lg-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .col-lg-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .col-lg-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .col-lg-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .col-lg-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .col-lg-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .col-lg-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .col-lg-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .col-lg-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .col-lg-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .col-lg-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .col-lg-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .col-lg-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .col-lg-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .col-lg-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .col-lg-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .col-lg-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .col-lg-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .col-lg-offset-24 {
    margin-right: 100%;
  }
}
.header-wrapper-bottom {
  background-color: #ffffff;
}
.header-wrapper-bottom .header.content {
  padding-top: 0;
  padding-bottom: 0;
}
.header-main-menu .block-static-block.widget {
  margin-bottom: 0;
}
.header-main-menu .menu-container .block-static-block.widget {
  width: 100%;
}
.cdz-main-menu ul,
.cdz-main-menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cdz-main-menu .groupmenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cdz-main-menu .groupmenu > li {
  margin: 0;
}
.cdz-main-menu .groupmenu li.level0 > a.menu-link {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  text-decoration: none;
  color: #313131;
  background-color: #ffffff;
  border-color: #e7e7e7;
  font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 > a.menu-link:visited {
  color: #313131;
  text-decoration: none;
}
.cdz-main-menu .groupmenu li.level0 > a.menu-link:hover {
  color: #0072bc;
  text-decoration: none;
}
.cdz-main-menu .groupmenu li.level0 > a.menu-link:active {
  color: #0072bc;
  text-decoration: none;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  cursor: pointer;
  color: #0072bc;
  background-color: #ffffff;
  border-color: #e7e7e7;
  font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-main-menu .groupmenu .groupmenu-drop {
  background-color: #ffffff;
  border-color: #e7e7e7;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
  color: #313131;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-main-menu .groupmenu .groupmenu-drop a {
  color: #313131;
  text-decoration: none;
}
.cdz-main-menu .groupmenu .groupmenu-drop a:visited {
  color: #313131;
  text-decoration: none;
}
.cdz-main-menu .groupmenu .groupmenu-drop a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cdz-main-menu .groupmenu .groupmenu-drop a:active {
  color: #ffffff;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop {
  z-index: 99;
}
.cdz-main-menu .groupmenu-drop > .item.level1.row {
  margin: 0;
}
.cdz-main-menu .groupmenu-drop-content {
  padding: 10px;
  color: #313131;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #0072bc;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.cdz-main-menu .groupmenu-drop-content a {
  color: #313131;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop-content a:visited {
  color: #313131;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop-content a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop-content a:active {
  color: #ffffff;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link {
  margin-bottom: 15px;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link li {
  margin: 0;
  padding: 6px 0;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 15px;
}
.cdz-main-menu .groupmenu-drop-content .groupdrop-link li a:hover:before {
  width: 10px;
  background-color: #ffffff;
}
.rtl-layout .cdz-main-menu .groupmenu-drop-content .groupdrop-link li a:before {
  left: auto;
  right: 0;
}
.rtl-layout .cdz-main-menu .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 0;
  padding-right: 15px;
}
.cdz-menu .groupmenu-drop-content .brand-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cdz-menu .groupmenu-drop-content .brand-links .block-category-link {
  width: 20%;
  padding: 1rem;
}
/* ============================================ */
[class*='cdz-menu-icon-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  font-size: 14px;
  margin-right: 10px;
  min-width: 15px;
}
.cdz-menu-icon-1:before {
  content: "\f06b";
}
.cdz-menu-icon-2:before {
  content: "\f06d";
}
.cdz-menu-icon-3:before {
  content: "\f10b";
}
.cdz-menu-icon-4:before {
  content: "\f03d";
}
.cdz-menu-icon-5:before {
  content: "\f19c";
}
.cdz-menu-icon-6:before {
  content: "\f06c";
}
.cdz-menu-icon-7:before {
  content: "\f0e4";
}
.cdz-menu-icon-8:before {
  content: "\f000";
}
.cdz-menu-icon-9:before {
  content: "\f02c";
}
.cdz-menu-icon-10:before {
  content: "\f1b3";
}
.cdz-menu-icon-11:before {
  content: "\f0c3";
}
.cdz-menu-icon-12:before {
  content: "\f06b";
}
.cdz-menu-icon-13:before {
  content: "\f06d";
}
.cdz-menu-icon-14:before {
  content: "\f10b";
}
.cdz-menu-icon-15:before {
  content: "\f03d";
}
.cdz-menu-icon-16:before {
  content: "\f19c";
}
.cdz-menu-icon-17:before {
  content: "\f06c";
}
.cdz-menu-icon-18:before {
  content: "\f0e4";
}
.cdz-menu-icon-19:before {
  content: "\f000";
}
.cdz-menu-icon-20:before {
  content: "\f02c";
}
.cdz-menu-icon-21:before {
  content: "\f1b3";
}
.cdz-menu-icon-22:before {
  content: "\f0c3";
}
.left-menu .level0.nav-1 > a:before {
  content: "\f06b";
}
.left-menu .level0.nav-2 > a:before {
  content: "\f06d";
}
.left-menu .level0.nav-3 > a:before {
  content: "\f10b";
}
.left-menu .level0.nav-4 > a:before {
  content: "\f03d";
}
.left-menu .level0.nav-5 > a:before {
  content: "\f19c";
}
.left-menu .level0.nav-6 > a:before {
  content: "\f06c";
}
.left-menu .level0.nav-7 > a:before {
  content: "\f0e4";
}
.left-menu .level0.nav-8 > a:before {
  content: "\f000";
}
.left-menu .level0.nav-9 > a:before {
  content: "\f02c";
}
.left-menu .level0.nav-10 > a:before {
  content: "\f1b3";
}
.left-menu .level0.nav-11 > a:before {
  content: "\f0c3";
}
.left-menu .level0.nav-12 > a:before {
  content: "\f06b";
}
.left-menu .level0.nav-13 > a:before {
  content: "\f06d";
}
.left-menu .level0.nav-14 > a:before {
  content: "\f10b";
}
.left-menu .level0.nav-15 > a:before {
  content: "\f03d";
}
.left-menu .level0.nav-16 > a:before {
  content: "\f19c";
}
.left-menu .level0.nav-17 > a:before {
  content: "\f06c";
}
.left-menu .level0.nav-18 > a:before {
  content: "\f0e4";
}
.left-menu .level0.nav-19 > a:before {
  content: "\f000";
}
.left-menu .level0.nav-20 > a:before {
  content: "\f02c";
}
.left-menu .level0.nav-21 > a:before {
  content: "\f1b3";
}
.left-menu .level0.nav-22 > a:before {
  content: "\f0c3";
}
/*hover on devices*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cdz-menu .groupmenu-drop {
    display: none;
  }
  .cdz-menu .item.level0.parent:hover > .groupmenu-drop {
    display: block;
  }
  .cdz-menu .item:hover > .groupmenu-drop {
    display: block;
  }
}
.c-smartsearch .col-8-8 {
  width: 100% !important;
}
.c-smartsearch .c-smartsearch__price {
  clear: both;
}
.c-smartsearch__wrapper {
  left: 0 !important;
  top: 41px !important;
  width: 100% !important;
}
.c-smartsearch__wrapper .c-smartsearch__title.h4 {
  text-transform: capitalize;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-decoration: none;
}
.c-smartsearch__wrapper .c-smartsearch__title.h4:visited {
  color: #0072bc;
  text-decoration: none;
}
.c-smartsearch__wrapper .c-smartsearch__title.h4:hover {
  color: #313131;
  text-decoration: none;
}
.c-smartsearch__wrapper .c-smartsearch__title.h4:active {
  color: #313131;
  text-decoration: none;
}
.c-smartsearch__wrapper .c-smartsearch__price > span > span {
  font-weight: 600;
}
.sticky-menu.active #search_autocomplete {
  width: 280px !important;
  right: 0 !important;
  left: auto !important;
}
.rtl-layout .sticky-menu.active #search_autocomplete {
  right: 0 !important;
  left: auto !important;
}
/*Mageworx search*/
.searchsuite-autocomplete {
  right: 0;
  top: 41px;
  width: 100%;
  min-width: 280px;
  left: auto;
  text-align: left;
}
.rtl-layout .searchsuite-autocomplete {
  text-align: right;
}
.sticky-menu.active .searchsuite-autocomplete {
  width: 280px;
  right: 0;
  left: auto;
}
.rtl-layout .sticky-menu.active .searchsuite-autocomplete {
  right: 0;
  left: auto;
}
.searchsuite-autocomplete ul li a {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-decoration: none;
}
.searchsuite-autocomplete ul li a:visited {
  color: #0072bc;
  text-decoration: none;
}
.searchsuite-autocomplete ul li a:hover {
  color: #313131;
  text-decoration: none;
}
.searchsuite-autocomplete ul li a:active {
  color: #313131;
  text-decoration: none;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
  margin-bottom: 5px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
  float: left;
}
.searchsuite-autocomplete .product-reviews-summary .reviews-actions a {
  font-size: 12px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
  font-size: 11px;
  color: #313131;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 5px;
}
.owl-carousel .owl-item > [class*='cdz-sm-'] {
  padding: 0;
}
.owl-carousel .owl-item .item {
  width: 100%;
}
.cdz-slider-banners {
  padding-top: 0 !important;
}
.owl-carousel .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  padding: 0;
  border: 2px solid #282828;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.owl-carousel .owl-nav [class*='owl-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 32px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
.owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}
.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.cdz-brand-slider-wrap {
  background-color: transparent;
}
.cdz-brand-slider-wrap .cdz-banners-item {
  padding: 5px;
  background-color: #efefef;
  border: 1px solid #e7e7e7;
}
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav {
  position: static;
}
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: calc(50% - 20px);
  position: absolute;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}
.rtl-layout .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
  left: auto;
  right: 0;
}
.rtl-layout .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: 0;
  right: auto;
}
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel:hover .owl-nav [class*='owl-'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.cdz-slideshow {
  z-index: 1;
}
.cdz-slideshow .slider-item {
  position: relative;
}
.cdz-slideshow .owl-carousel {
  padding-top: 0;
  margin: 0;
}
.cdz-slideshow .owl-carousel .owl-item {
  padding: 0;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  color: #313131;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 12px;
  margin: 0 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
}
.slide-caption {
  width: 42.5%;
  height: 100%;
  position: absolute;
  color: #282828;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-caption.slide-right {
  left: auto;
  right: 0;
}
.slide-caption > div {
  max-width: 400px;
}
.slide-caption.cls-white {
  color: #ffffff;
}
.slide-caption.cls-white .slide-title {
  color: #ffffff;
}
.slide-caption .slide-text {
  font-weight: bold;
}
.slide-caption .slide-title {
  margin-bottom: 10px;
}
.slide-caption .slide-btn a {
  padding: 7px 2rem;
}
.active .slide-caption .slide-title {
  -webkit-animation: slideBounceInDown 800ms ease-in-out;
  -moz-animation: slideBounceInDown 800ms ease-in-out;
  animation: slideBounceInDown 800ms ease-in-out;
}
.active .slide-caption .slide-text {
  -webkit-animation: slideBounceInDown 1400ms ease-in-out;
  -moz-animation: slideBounceInDown 1400ms ease-in-out;
  animation: slideBounceInDown 1400ms ease-in-out;
}
.active .slide-caption .slide-btn {
  -webkit-animation: slideBounceInDown 2000ms ease-in-out;
  -moz-animation: slideBounceInDown 2000ms ease-in-out;
  animation: slideBounceInDown 2000ms ease-in-out;
}
@-webkit-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideBounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.active .slideBounceInDown {
  -webkit-animation-name: slideBounceInDown;
  -moz-animation-name: slideBounceInDown;
  -o-animation-name: slideBounceInDown;
  animation-name: slideBounceInDown;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ============================================ *
 * Codazon_Color Swatch
 * ============================================ */
.products-grid div[class^="swatch-opt-"] {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.products-grid div[class^="swatch-opt-"] > div {
  display: inline-block;
  text-align: center;
  clear: left;
  width: 100%;
}
.swatch-attribute-options {
  margin: 0 -10px 0 0;
  display: inline-block;
}
.product-options-wrapper .swatch-attribute-options {
  display: block;
}
.product-options-wrapper .swatch-attribute {
  margin: 0 0 10px 0;
}
.product-info-main .product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.65;
  border-radius: 30px;
  padding: 2px;
}
.swatch-option {
  height: 22px;
}
.swatch-option.text {
  padding: 1px 8px;
}
.swatch-option.color {
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 15px;
  padding: 0;
  min-width: inherit;
}
.rtl-layout .swatch-option {
  float: right;
}
/*.modes-mode:before{.lib-css(color, @main_price_text);}*/
div[class^="swatch-opt-"] > div {
  vertical-align: top;
}
.swatch-option {
  border: 1px solid #e7e7e7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 0px solid #0072bc;
  border: 1px solid #0072bc;
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  color: #313131;
  background-color: #efefef;
  border-color: #e7e7e7;
}
.swatch-attribute-label {
  font-weight: normal;
  padding-bottom: 5px;
  display: inline-block;
}
.swatch-option {
  position: relative;
  overflow: inherit;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.swatch-option:hover,
.swatch-option.selected {
  outline: none;
  border: 1px solid #e7e7e7;
}
.swatch-option:hover:after,
.swatch-option.selected:after {
  position: absolute;
  bottom: -6px;
  width: 15px;
  left: -1px;
  content: '';
  height: 2px;
  background: #e7e7e7;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: none;
  border: 1px solid #e7e7e7;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.swatch-attribute.size .swatch-option:after,
.swatch-attribute.manufacturer .swatch-option:after {
  width: 22px;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  border: 1px solid #e7e7e7;
}
.swatch-attribute.size .swatch-option.selected:after,
.swatch-attribute.manufacturer .swatch-option.selected:after {
  width: 22px;
}
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.post-list-wrapper {
  background-color: #fff;
}
.post-list-wrapper .post-list {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.post-list-wrapper .post-list .post-item {
  background-color: #fff;
}
.post-list-wrapper .post-list .post-holder .post-header .addthis_toolbox {
  padding-top: 0;
  position: absolute;
  right: 0;
}
.rtl-layout .post-list-wrapper .post-list .post-holder .post-header .addthis_toolbox {
  right: auto;
  left: 0;
}
.post-list-wrapper .post-holder {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
.post-list-wrapper .post-holder:first-child {
  border-top: 0;
  margin-top: 0;
}
.post-list-wrapper .post-holder .post-image {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.post-list-wrapper .post-holder .post-image .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
.post-list-wrapper .post-holder .post-image .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  font-size: 16px;
  margin-right: 5px;
}
.post-list-wrapper .post-holder .post-details {
  overflow: hidden;
  color: #313131;
}
.post-list-wrapper .post-holder .post-details .post-title {
  margin: 0;
  max-width: 100%;
  padding: 0 90px 10px 0;
  font: 700 24px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.rtl-layout .post-list-wrapper .post-holder .post-details .post-title {
  float: right;
  padding: 0 0px 10px 90px;
}
.post-list-wrapper .post-holder .post-details .post-title a {
  color: #0072bc;
  text-decoration: none;
  font: 700 24px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.post-list-wrapper .post-holder .post-details .post-title a:visited {
  color: #0072bc;
  text-decoration: none;
}
.post-list-wrapper .post-holder .post-details .post-title a:hover {
  color: #313131;
  text-decoration: none;
}
.post-list-wrapper .post-holder .post-details .post-title a:active {
  color: #313131;
  text-decoration: none;
}
.post-list-wrapper .post-holder .post-details .post-read-more {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  border-bottom: 1px solid;
  color: #0072bc;
  text-decoration: none;
  float: left;
}
.post-list-wrapper .post-holder .post-details .post-read-more:visited {
  color: #0072bc;
  text-decoration: none;
}
.post-list-wrapper .post-holder .post-details .post-read-more:hover {
  color: #313131;
  text-decoration: none;
}
.post-list-wrapper .post-holder .post-details .post-read-more:active {
  color: #313131;
  text-decoration: none;
}
.rtl-layout .post-list-wrapper .post-holder .post-details .post-read-more {
  float: right;
}
.post-view {
  background-color: #fff;
}
.post-view .post-holder {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.post-view .post-holder .post-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.post-view .post-holder .post-image .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
.post-view .post-holder .post-image .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  font-size: 16px;
  margin-right: 5px;
}
.post-view .post-holder .post-footer {
  padding-top: 20px;
}
.toolbar-blog-posts {
  /*margin-top:60px;
	padding-top:60px;
	.lib-css(border, 0);*/
}
body.blog-page .sidebar .widget.block:not(:last-child),
.sidebar .widget:first-child {
  padding-top: 0px !important;
}
.widget.blog-search {
  margin-bottom: 20px !important;
  padding-top: 0px !important;
}
.widget.blog-search .block-content {
  padding-top: 0 !important;
}
.widget.blog-search input[type="text"] {
  color: #313131;
  background-color: #efefef;
  border-color: #e7e7e7;
  border-width: 0;
  border-bottom-width: 2px;
}
.widget.blog-search .minisearch {
  position: relative;
}
.widget.blog-search .action.search {
  position: absolute;
  display: inline-block;
  right: 10px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 8px !important;
  z-index: 1;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -o-transform: translateX(13px);
  transform: translateX(13px);
  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;
}
.widget.blog-search .action.search:hover {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.widget.blog-search .action.search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 16px;
}
.widget.blog-search .action.search:focus,
.widget.blog-search .action.search:active {
  background: none;
  border: none;
}
.widget.blog-search .action.search:hover {
  background: none;
  border: none;
}
.widget.blog-search .action.search.disabled,
.widget.blog-search .action.search[disabled],
fieldset[disabled] .widget.blog-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.widget.blog-search .action.search:focus:before {
  color: #0072bc;
}
.widget.blog-search .action.search:before {
  color: #313131;
}
.widget.block-categories ul.accordion {
  padding: 20px 0 0 !important;
}
.widget.block-categories ul.accordion > li:first-child {
  margin-top: 0 !important;
}
.widget.block-categories ul.accordion > li:first-child > a {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.widget.block-categories ul,
.widget.block-categories li {
  list-style: none;
  margin: 0 !important;
  color: #0072bc;
}
.widget.block-categories ul a,
.widget.block-categories li a {
  border-top: 1px dashed #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}
.widget.block-archive .block-content .item,
.widget.block-recent-posts .block-content .item {
  border-top: 1px dashed #e7e7e7;
  padding-top: 10px !important;
  margin-top: 10px;
}
.widget.block-archive .block-content .item:first-child,
.widget.block-recent-posts .block-content .item:first-child {
  padding-top: 0 !important;
  margin-top: 0;
  border-top: 0;
}
.post-bottom .block.related .block-content {
  padding-left: 10px;
}
/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
.cdz-block-title {
  text-align: center;
  margin-bottom: 40px;
}
.cdz-block-title .b-title {
  margin-bottom: 0;
  padding: 0 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase !important;
  border-bottom: 0px solid #0072bc;
  color: #0072bc;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-block-title .b-title strong {
  font-size: 100%;
}
.cdz-block-title .b-title:before {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  line-height: 20px;
  background: #e7e7e7;
  left: 25%;
  content: '';
}
/*Block Sidebar*/
.page-main .sidebar .block:not(.block-static-block) {
  margin-bottom: 2rem;
}
.page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title,
.page-main .sidebar .block:not(.block-static-block) .block-title,
.page-main .sidebar .block:not(.block-static-block).filter .title {
  color: #0072bc;
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  background-color: transparent;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  min-width: 100%;
  border-bottom: 1px solid #e7e7e7;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title:before,
.page-main .sidebar .block:not(.block-static-block) .block-title:before,
.page-main .sidebar .block:not(.block-static-block).filter .title:before {
  display: none;
}
.page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title strong,
.page-main .sidebar .block:not(.block-static-block) .block-title strong,
.page-main .sidebar .block:not(.block-static-block).filter .title strong {
  display: block;
  font-size: 2.4rem;
  line-height: normal;
  padding-bottom: 0.8rem;
}
.page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title span:not(.no-display),
.page-main .sidebar .block:not(.block-static-block) .block-title span:not(.no-display),
.page-main .sidebar .block:not(.block-static-block).filter .title span:not(.no-display) {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: 5px;
}
.page-main .sidebar .block:not(.block-static-block) .block-content,
.page-main .sidebar .block:not(.block-static-block).filter .content {
  padding: 20px 0 0;
  text-align: left;
}
.page-main .sidebar .block:not(.block-static-block) .block-content .empty,
.page-main .sidebar .block:not(.block-static-block).filter .content .empty {
  padding: 0;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content {
  padding-top: 0;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-current,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-current {
  padding-top: 10px;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-current .items .action.remove:before,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-current .items .action.remove:before {
  font-size: 16px;
  line-height: 1.35 !important;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item {
  border: unset;
  padding: 24px 0 0 0;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-title,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0072BC;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-title:after,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-title:after {
  color: #313131;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li.child,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li.child {
  padding: 0px;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li input[type="checkbox"],
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li input[type="checkbox"] {
  margin: 0px;
  width: 24px;
  height: 24px;
  top: 0px;
  margin-right: 8px;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li label,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li label {
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}
.page-main .sidebar .block:not(.block-static-block) .block-content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li label .count,
.page-main .sidebar .block:not(.block-static-block).filter .content.filter-content > .filter-options .filter-options-item .filter-options-content .filter-checkbox > li label .count {
  font-weight: 400;
  font-size: 12px;
  color: #0072BC;
  float: right;
}
.page-main .sidebar .block:not(.block-static-block) .empty {
  padding: 15px 0 0;
}
.page-main .sidebar .block:not(.block-static-block) {
  margin-bottom: 2rem;
  padding: 20px;
  background: #f4f4f4;
  padding-left: 0px;
}
.block.review-add .block-content {
  padding-top: 0 !important;
}
.product.info.detailed.without_tab .product.data.items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.product.info.detailed.without_tab .product.data.items > .item.title {
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #0072bc;
  width: 100%;
}
.product.info.detailed.without_tab .product.data.items > .item.title > .switch:before {
  display: none;
}
.product.info.detailed.without_tab .product.data.items > .item.title.active > .switch {
  float: left;
  min-width: 0;
  border: 0;
  border-bottom: 3px solid #0072bc;
  color: #0072bc;
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.product.info.detailed.without_tab .product.data.items > .content {
  margin-top: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 15px 20px;
  margin-bottom: 40px;
  text-align: left;
  background: #f4f4f4;
}
/* ============================================ *
 * Codazon_TabProducts
 * ============================================ */
body.rtl-layout .product.data.items .item.title a:after {
  left: 10px;
  right: auto;
}
body.rtl-layout .product.info.detailed.without_tab .product.data.items > .item.title.active > .switch {
  float: right;
}
body.rtl-layout .product.info.detailed.without_tab .product.data.items > .content {
  text-align: right;
}
body.rtl-layout .product-reviews-summary .reviews-actions a:not(:last-child) {
  float: left;
}
body.rtl-layout .unavailable,
body.rtl-layout .available {
  float: right;
}
.tabs-list-sty04 .tabs-list {
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
.tabs-list-sty04 input.tab-radio,
.tabs-list-sty04 .tabs-list.product.data.items > .item.content {
  clear: both;
  padding-top: 10px;
  display: none;
}
.tabs-list-sty04 .data.item.title {
  cursor: pointer;
  text-decoration: none;
}
.tabs-list-sty04 #cdz-tab1:checked ~ #content1,
.tabs-list-sty04 #cdz-tab2:checked ~ #content2,
.tabs-list-sty04 #cdz-tab3:checked ~ #content3,
.tabs-list-sty04 #cdz-tab4:checked ~ #content4,
.tabs-list-sty04 #cdz-tab5:checked ~ #content5,
.tabs-list-sty04 #cdz-tab6:checked ~ #content6,
.tabs-list-sty04 #cdz-tab7:checked ~ #content7,
.tabs-list-sty04 #cdz-tab8:checked ~ #content8,
.tabs-list-sty04 #cdz-tab9:checked ~ #content9,
.tabs-list-sty04 #cdz-tab10:checked ~ #content10 {
  display: block;
  padding: 0;
}
.tabs-list-sty04 .tabs-list [id^="cdz-tab"]:checked + label {
  background: #efefef;
  color: #313131;
  background-color: #efefef;
  border-color: #313131;
}
.tabs-list-sty04 .tabs-list [id^="cdz-tab"]:checked + label:before {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs-list-sty04 .tabs-list .title {
  padding: 10px 5px !important;
  margin: 0 15px !important;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  text-transform: capitalize;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color: #313131;
  background-color: #efefef;
  border-color: #313131;
}
.tabs-list-sty04 .tabs-list .title:before {
  content: '';
  width: 100%;
  background: #313131;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tabs-list-sty04 .tabs-list .title:hover {
  color: #313131;
  background-color: #efefef;
  border-color: #313131;
}
.tabs-list-sty04 .tabs-list .title:hover:before {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs-list-sty04 .tabs-list .block-content {
  padding-top: 50px;
}
/*Baby & Kids*/
.cart-footer .cart-qty {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  font: 700 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cart-footer .cart-qty .footer-cart-summary .summary-content .price {
  color: #313131;
}
.cart-footer .paypal {
  display: block;
  clear: both;
}
.cart-footer .paypal img {
  margin: 5px 0;
}
/* ============================================ *
 * Codazon_Header
 * ============================================ */
.page-header {
  min-height: 100% !important;
  z-index: 11 !important;
  /*header top*/
  /*header top left*/
  /*header top right*/
}
.page-header .header.content {
  max-width: 1200px;
  padding-bottom: 2.8rem;
}
.page-header .header.content > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-header .header.content > .row::before,
.page-header .header.content > .row::after {
  display: none;
}
.page-header .panel.wrapper .panel.header {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 1200px;
}
.page-header .panel.wrapper .panel.header .widget.block {
  margin-bottom: 0;
}
.rtl-layout .page-header .panel.wrapper .panel.header .switcher {
  float: left;
  margin: 0 20px 0 0;
}
.page-header .order-tracker {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .order-tracker li {
  position: relative;
  margin-bottom: 0;
}
.page-header .switcher strong .lang-flag {
  margin-top: -3px;
}
.page-header .header.panel > .header.links {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  float: right;
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .header.panel > .header.links > li a {
  display: block;
  margin-left: 1.5rem;
}
.page-header .header.panel > .header.links > li.ecc-header-link {
  order: 1;
}
.page-header .greet.welcome {
  color: #313131;
}
.page-header .panel.header .panel.header {
  padding: 0;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu {
  gap: 24px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .col-sm-8 {
  padding: 0px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail {
  box-shadow: 0px 1px 10px 0px rgba(82, 82, 82, 0.2);
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail h2,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail .h2 {
  margin: 0px;
  padding: 24px 24px 16px 24px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail > ul {
  position: relative;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item {
  margin: 0px !important;
  position: unset;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > a.menu-link {
  padding: 12px;
  display: block;
  border-bottom: 1px solid #E7E7E7;
  padding-left: 24px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item .category-content-title.position_title {
  display: none;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class {
  background-color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > a.menu-link {
  color: #fff;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > ul.level1.groupmenu-drop {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class .category-content-title.position_title {
  position: absolute;
  display: block;
  top: -77px;
  left: 100%;
  width: 200%;
  padding-left: 0;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class .category-content-title.position_title > h3 {
  padding: 16px 24px;
  margin: 32px 32px 24px 32px;
  border: 1px solid #E7E7E7;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class:hover > ul.level1.groupmenu-drop {
  display: block;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > ul.level1.groupmenu-drop {
  padding-left: 8px;
  padding-right: 32px;
  top: 45px;
  background: transparent;
  height: calc(100% - 45px);
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > ul.level1.groupmenu-drop a {
  font-weight: 400;
  font-size: 16px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > ul.level1.groupmenu-drop a:hover {
  text-decoration: underline;
  color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item.new-class > ul.level1.groupmenu-drop > li {
  margin: 0px;
  width: 43%;
  min-width: 43%;
  float: left;
  margin-left: 24px;
  margin-bottom: 24px !important;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item:hover {
  background-color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item:hover > a.menu-link {
  color: #fff;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item:hover > ul.level1.groupmenu-drop {
  display: block;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop {
  width: 200%;
  height: 100%;
  top: -77px;
  box-shadow: unset;
  display: none;
  transform: translateY(0px);
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop > li {
  padding: 0px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop > li .block-category-content .category-content-title h3 {
  padding: 16px 24px;
  margin: 32px 32px 24px 32px;
  border: 1px solid #E7E7E7;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop > li .category-content-list {
  display: flex;
  margin-left: 56px;
  margin-right: 32px;
  grid-gap: 24px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop > li .category-content-list a {
  font-weight: 400;
  font-size: 16px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > ul.level1.groupmenu-drop > li .category-content-list a:hover {
  text-decoration: underline;
  color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu h2,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .h2,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu h3,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .h3 {
  color: #0072BC;
  font-weight: 400;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu a,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu p {
  color: #313131;
  font-weight: 400;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 ul {
  padding-left: 0px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 > ul.groupmenu-drop.slidedown {
  background-color: transparent;
  top: 50px;
  box-shadow: unset;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 li.item.level1.text-content {
  overflow-y: scroll;
  padding: 0;
  background-color: #fff;
  top: 20px;
  box-shadow: 6px 10px 39px rgba(82, 82, 82, 0.2);
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 .row {
  margin: 0px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 > a.menu-link {
  padding: 0px;
  width: 50px;
  height: 50px;
  background: #F4F4F4;
  border-radius: 50%;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 .menu-icon {
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 .menu-icon > img {
  max-width: 50px;
  width: 50px;
  height: auto;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > .menu-link:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 55px;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 8px 16px 8px;
  transform: translateX(calc(-50%));
  filter: drop-shadow(0px -4px 3px rgba(82, 82, 82, 0.2));
  z-index: 999;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > .groupmenu-drop {
  box-shadow: 6px -15px 39px rgba(82, 82, 82, 0.2);
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > a.menu-link {
  background-color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > a.menu-link > .menu-icon {
  content: '';
  background-size: 100%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > a.menu-link > .menu-icon > img {
  display: none;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0.dental:hover > .menu-link > .menu-icon {
  background: #0072bc url(../images/dental.svg) no-repeat center center;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0.medical:hover > .menu-link > .menu-icon {
  background: #0072bc url(../images/medical.svg) no-repeat center center;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0.specials:hover > a.menu-link {
  background-color: #D0171E;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0.specials:hover > a.menu-link > .menu-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  padding: 0px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0.specials:hover > a.menu-link > .menu-icon:before {
  content: 'sale';
  text-transform: uppercase;
  color: #fff;
  margin-top: 0.2rem;
  font-style: normal;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory {
  width: 33.3333%;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory ul > li.level1.item:hover,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .special_menu ul > li.level1.item:hover {
  background-color: #0072BC;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory ul > li.level1.item:hover > .block-category-link > a,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .special_menu ul > li.level1.item:hover > .block-category-link > a {
  color: #fff;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory ul > li.level1.item > .block-category-link > a,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .special_menu ul > li.level1.item > .block-category-link > a {
  padding: 12px;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 24px;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory ul > li.level1.item.new-class > .block-category-link > a,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .special_menu ul > li.level1.item.new-class > .block-category-link > a {
  color: #fff;
}
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .separately-catagory ul > li.level1.item.parent > .block-category-link > a:before,
.page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .special_menu ul > li.level1.item.parent > .block-category-link > a:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  float: right;
  margin-top: 3px;
}
.page-header .sticky-menu.active .right-col {
  width: 100%;
}
.authorization-link .action.toggle {
  font-size: 1.4rem;
  text-align: center;
}
.authorization-link .action.toggle > p {
  margin-bottom: 0px;
}
.authorization-link .action.toggle:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e66c";
  font-size: 24px;
  font-family: 'iconfont';
  speak: none;
  color: #3b3b3b;
  content: '';
  width: 24px;
  height: 24px;
  background: #f4f4f4 url('../images/user.svg') no-repeat 0 0;
  background-size: 100%;
  margin-bottom: 8px;
}
.header-wrapper-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.availability {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}
.cdz-login-form-dropdown .block-customer-login .actions-toolbar .primary.login {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-header .header.content {
    padding: 0;
  }
  .page-header .order-tracker li:after {
    display: none;
  }
  .page-header .sticky-menu:not(.active) .cdz-horizontal-menu.cdz-translate li.level0:hover > .groupmenu-drop {
    top: 39px;
  }
  .page-header .sticky-menu:not(.active) .mid-col {
    margin: 10px 0 0;
    order: 1;
    width: 100%;
  }
  .page-header .sticky-menu:not(.active) .header-wrapper-right .search-wrapper {
    width: 60%;
  }
  .page-header .sticky-menu.active {
    padding: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrapper-content.sticky-menu.active .mid-col {
    width: 100%;
  }
  .header-wrapper-content.sticky-menu.active .right-col {
    display: none;
  }
  .page-wrapper .page-header .sticky-menu:not(.active) .right-col .header-wrapper-right > .search-wrapper {
    width: 35%;
  }
  .page-wrapper .page-header .sticky-menu:not(.active) .right-col .header-wrapper-right > .menu_contents {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .header.content {
    padding-top: 2.8rem;
  }
  .page-header .sticky-menu:not(.active) .right-col .header-wrapper-right > .minicart-wrapper {
    margin-top: -2.8rem;
    margin-bottom: -2.8rem;
    min-height: 108px;
  }
  .page-header .sticky-menu:not(.active) .right-col .header-wrapper-right > .authorization-link {
    margin-top: -2.8rem;
    margin-bottom: -2.8rem;
    min-height: 108px;
  }
}
/* ============================================ */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page-footer {
  background: #0072bc;
  color: #ffffff;
  position: relative;
}
.page-footer a {
  color: #ffffff;
  text-decoration: none;
}
.page-footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
.page-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.page-footer ul,
.page-footer li {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.page-footer .footer.content .footer-content-top {
  padding: 10px 0;
}
.page-footer .footer-content-top .block-static-block.widget {
  margin-bottom: 0;
}
.page-footer .top-footer-wrapper {
  background: #0072bc;
}
.page-footer .footer-container-wrapper {
  padding: 4rem 0;
}
.page-footer .footer-container-wrapper .pagebuilder-column-line > .pagebuilder-column.position-parents {
  width: auto !important;
}
.page-footer .footer-container-wrapper .footer-main-right {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #0978CC;
  width: 37%;
  height: 82%;
  padding: 40px;
  max-width: 37%;
}
.page-footer .footer-container-wrapper .footer-main-right h2 {
  font-weight: 400;
}
.page-footer .footer-container-wrapper .footer-main-right a {
  text-decoration: underline;
}
.page-footer .footer-container-wrapper .block-static-block {
  margin-bottom: 0;
}
.page-footer .footer-container-wrapper .news-letter {
  margin-bottom: 24px;
}
.page-footer .footer-container-wrapper .fullwidth-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-footer .footer-container-wrapper .fullwidth-content:before,
.page-footer .footer-container-wrapper .fullwidth-content:after {
  display: none;
}
.page-footer .footer-container-wrapper .footer-box {
  color: #ffffff;
}
.page-footer .footer-container-wrapper .footer-box a:not(.action) {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-container-wrapper .footer-box a:not(.action):visited {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-container-wrapper .footer-box a:not(.action):hover {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-container-wrapper .footer-box a:not(.action):active {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-container-wrapper .footer-box p.h5 {
  color: #ffffff;
}
.page-footer .footer-container-wrapper .footer-box h5,
.page-footer .footer-container-wrapper .footer-box .h5 {
  font-weight: 600;
}
.page-footer .footer-container-wrapper .footer-link li {
  margin-bottom: 8px;
}
.page-footer .footer-container-wrapper .footer-link li.last {
  margin-bottom: 0;
}
.page-footer .footer-container-wrapper .footer-link li a:not(.action) {
  font-size: 1.6rem;
  font-weight: normal;
}
.page-footer .bottom-footer-wrapper {
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
  color: #525252;
  border-top: 0px solid #e7e7e7;
  background: #ffffff;
}
.page-footer .bottom-footer-wrapper .block-static-block.widget {
  margin-bottom: 0;
}
.page-footer .bottom-footer-wrapper small.copyright {
  font-size: 14px;
}
.page-footer .footer-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.page-footer .footer-social li:not(.blog) {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0072bc;
  margin-right: 5px;
}
.page-footer .footer-social li:not(.blog) span {
  font-size: 0rem;
}
.page-footer .footer-social li:not(.blog) span:before {
  font-size: 2.4rem;
  color: #0072bc;
}
.page-footer .footer-social .blog a.action.primary {
  height: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: none;
}
.wrapper-ads-car-style a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrapper-ads-car-style a:hover {
  color: #ffffff;
}
.wrapper-ads-car-style a:hover .icon-font:before {
  border-color: #ffffff;
}
.wrapper-ads-car-style .service-col .text-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.wrapper-ads-car-style .service-col .text-area .iconfont {
  font-size: 0rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: normal;
  margin-right: 1rem;
}
.wrapper-ads-car-style .service-col .text-area .iconfont:before {
  font-size: 3rem;
  display: block;
  color: #fff;
}
.wrapper-ads-car-style .service-col .text-area .iconfont.icon-shipping:before {
  font-size: 2.4rem;
}
.wrapper-ads-car-style .service-col .text-area h4 {
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-footer .wrapper-ads-car-style h4 {
    font-size: 12px;
  }
  .page-footer .wrapper-ads-car-style .icon-font {
    font-size: 14px;
  }
  .page-footer .wrapper-ads-car-style .icon-font:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .page-footer .footer.content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-footer .top-footer-wrapper .footer-content-top {
    padding: 10px;
  }
}
/*Mobile*/
body.cms-page-view .columns {
  padding: 0px;
}
body.cms-page-view .columns .column.main {
  padding: 0px;
}
body.cms-page-view .columns .column.main div[data-content-type='row'][data-appearance='contained'] {
  margin-bottom: 80px;
}
body.cms-page-view .columns .column.main div[data-content-type='row'][data-appearance='contained'] .pagebuilder-column-line {
  grid-column-gap: 24px;
}
body.cms-page-view .columns .column.main img.pagebuilder-mobile-hidden,
body.cms-page-view .columns .column.main img.pagebuilder-mobile-only {
  width: 100%;
}
body.cms-page-view .columns .column.main img.pagebuilder-mobile-hidden {
  margin-bottom: 16px;
}
body.cms-page-view .columns .column.main p {
  margin-bottom: 16px;
}
body.cms-page-view .columns .column.main a.pagebuilder-button-link {
  margin: 0;
  background-color: #0072BC;
  border: 1px solid #0072BC;
  color: #fff;
  padding: 8px 24px;
  text-decoration: unset;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
}
body.cms-page-view .columns .column.main a.pagebuilder-button-link:hover {
  background-color: #fff;
  border: 1px solid #0072BC;
  color: #0072BC;
}
body.cms-page-view .columns .column.main h1,
body.cms-page-view .columns .column.main .h1 {
  color: #313131;
  margin-bottom: 24px;
}
body.cms-page-view .columns .column.main h2,
body.cms-page-view .columns .column.main h3,
body.cms-page-view .columns .column.main h4,
body.cms-page-view .columns .column.main .h2,
body.cms-page-view .columns .column.main .h3,
body.cms-page-view .columns .column.main .h4 {
  margin-bottom: 8px;
}
body.cms-page-view.cms-faq-hsioutlet [data-content-type='row'][data-appearance='contained'] [data-element='inner'] > div[data-content-type='text'] > h2 {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .page-main,
.login-container,
#register-form-now {
  width: 100%;
  margin: 40px auto;
}
.customer-account-forgotpassword .forgot-title {
  display: block;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border-width: 0;
  text-align: center;
  padding-bottom: 15px;
}
.customer-account-forgotpassword .forgot-title strong {
  padding: 0;
  border-width: 0;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
}
.customer-account-forgotpassword .forgot-title .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.customer-account-forgotpassword .form.password.forget {
  background-color: #efefef;
  padding: 30px;
  max-width: 540px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.customer-account-forgotpassword .form.password.forget .field .label {
  display: none;
}
.customer-account-forgotpassword .form.password.forget .field.choice .label {
  display: inline;
}
.customer-account-forgotpassword .form.password.forget #remember-me-box label {
  display: inline;
}
.block-register-account .block-title {
  display: block;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border-width: 0;
  text-align: center;
  padding-bottom: 15px;
}
.block-register-account .block-title strong {
  padding: 0;
  border-width: 0;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
}
.block-register-account .block-title .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.block-register-account .block-content-register {
  background-color: #efefef;
  padding: 30px;
  max-width: 540px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block-register-account .block-content-register .field .label {
  display: none;
}
.block-register-account .block-content-register .field.choice .label {
  display: inline;
}
.block-register-account .block-content-register #remember-me-box label {
  display: inline;
}
.block-register-account .actions-toolbar {
  margin-top: 20px;
}
.customer-account-login .page-main .block-customer-login .block-title {
  display: block;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border-width: 0;
  text-align: center;
  padding-bottom: 15px;
}
.customer-account-login .page-main .block-customer-login .block-title strong {
  padding: 0;
  border-width: 0;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
}
.customer-account-login .page-main .block-customer-login .block-title .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.customer-account-login .page-main .block-customer-login .block-content {
  background-color: #efefef;
  padding: 30px;
  max-width: 540px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.customer-account-login .page-main .block-customer-login .block-content .field .label {
  display: none;
}
.customer-account-login .page-main .block-customer-login .block-content .field.choice .label {
  display: inline;
}
.customer-account-login .page-main .block-customer-login .block-content #remember-me-box label {
  display: inline;
}
.block-new-customer .block-title {
  display: block;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border-width: 0;
  text-align: center;
  padding-bottom: 15px;
}
.block-new-customer .block-title strong {
  padding: 0;
  border-width: 0;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
}
.block-new-customer .block-title .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.block-new-customer .block-content {
  text-align: center;
}
.block-new-customer .block-content .actions-toolbar a.primary {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.block-new-customer .block-content .actions-toolbar a.primary:hover {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
.cmspage-custom,
.pagenotfound {
  width: 100%;
  margin: 40px auto;
}
.cmspage-custom .block.block-cmspage .block-title,
.pagenotfound .block.block-cmspage .block-title,
.cmspage-custom .block.block-pagenotfound .block-title,
.pagenotfound .block.block-pagenotfound .block-title {
  display: block;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border-width: 0;
  text-align: center;
  padding-bottom: 15px;
}
.cmspage-custom .block.block-cmspage .block-title strong,
.pagenotfound .block.block-cmspage .block-title strong,
.cmspage-custom .block.block-pagenotfound .block-title strong,
.pagenotfound .block.block-pagenotfound .block-title strong {
  padding: 0;
  border-width: 0;
  font: 400 32px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #0072bc;
  text-transform: uppercase;
}
.cmspage-custom .block.block-cmspage .block-title .field.note,
.pagenotfound .block.block-cmspage .block-title .field.note,
.cmspage-custom .block.block-pagenotfound .block-title .field.note,
.pagenotfound .block.block-pagenotfound .block-title .field.note {
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: initial;
}
.cmspage-custom .block.block-cmspage .block-content,
.pagenotfound .block.block-cmspage .block-content,
.cmspage-custom .block.block-pagenotfound .block-content,
.pagenotfound .block.block-pagenotfound .block-content {
  background-color: #efefef;
  padding: 30px;
  max-width: 540px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cmspage-custom .block.block-cmspage .block-content .field .label,
.pagenotfound .block.block-cmspage .block-content .field .label,
.cmspage-custom .block.block-pagenotfound .block-content .field .label,
.pagenotfound .block.block-pagenotfound .block-content .field .label {
  display: none;
}
.cmspage-custom .block.block-cmspage .block-content .field.choice .label,
.pagenotfound .block.block-cmspage .block-content .field.choice .label,
.cmspage-custom .block.block-pagenotfound .block-content .field.choice .label,
.pagenotfound .block.block-pagenotfound .block-content .field.choice .label {
  display: inline;
}
.cmspage-custom .block.block-cmspage .block-content #remember-me-box label,
.pagenotfound .block.block-cmspage .block-content #remember-me-box label,
.cmspage-custom .block.block-pagenotfound .block-content #remember-me-box label,
.pagenotfound .block.block-pagenotfound .block-content #remember-me-box label {
  display: inline;
}
.cmspage-custom .block.block-cmspage .block-content,
.pagenotfound .block.block-cmspage .block-content,
.cmspage-custom .block.block-pagenotfound .block-content,
.pagenotfound .block.block-pagenotfound .block-content {
  padding: 30px 30px 10px!important;
}
.cmspage-custom .block.block-cmspage .block-content .group-link,
.pagenotfound .block.block-cmspage .block-content .group-link,
.cmspage-custom .block.block-pagenotfound .block-content .group-link,
.pagenotfound .block.block-pagenotfound .block-content .group-link {
  padding-top: 15px;
  text-align: center;
}
.cmspage-custom .block.block-cmspage .block-content .group-link a,
.pagenotfound .block.block-cmspage .block-content .group-link a,
.cmspage-custom .block.block-pagenotfound .block-content .group-link a,
.pagenotfound .block.block-pagenotfound .block-content .group-link a {
  margin: 0 5px;
}
.page-layout-1column .columns {
  margin-bottom: 40px;
  padding: 2rem 1rem;
  border: 1px solid #efefef;
}
.page-layout-1column .columns .column.main {
  padding-bottom: 0;
}
.page-layout-1column.checkout-index-index .columns,
.page-layout-1column.checkout-cart-index .columns,
.page-layout-1column.cms-no-route .columns,
.page-layout-1column.catalog-product-view .columns,
.page-layout-1column.catalog-category-view .columns,
.page-layout-1column.customer-account-forgotpassword .columns,
.page-layout-1column.customer-account-login .columns,
.page-layout-1column.cms-home .columns,
.page-layout-1column.customer-account-create .columns {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.cms-page-view .columns .column.main a.a-link {
  color: #3b3b3b;
}
.cms-page-view .columns .column.main a.a-link:hover {
  color: #0072bc;
  font-weight: bold;
  text-decoration: none;
}
.cms-page-view .columns .column.main .action.primary.white-btn {
  color: #3b3b3b;
}
.form.contact {
  margin-bottom: 20px;
}
#map_canvas {
  width: 100% !important;
}
.aboutus-page {
  line-height: normal;
}
.aboutus-page .aboutus-box {
  margin-bottom: 30px;
}
.aboutus-page .aboutus-titlesmall {
  position: relative;
  margin-bottom: 2rem;
}
.aboutus-page .aboutus-titlesmall:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  border-top: 1px solid #0072BC;
}
.aboutus-page .aboutus-titlesmall h2 {
  margin: 0;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.aboutus-page .cls-features h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #6f6f6f;
}
.checkout-success {
  text-align: center;
  font-size: 18px;
}
.checkout-success .success-title {
  font-size: 48px;
  color: #fc7070;
  padding-top: 60px;
}
.checkout-success .success-title span {
  display: inline-block;
  clear: both;
  margin-bottom: 0;
  vertical-align: top;
}
.checkout-success .success-title span.success-title-icon {
  font-size: 0;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fc7070;
}
.checkout-success .success-title span.success-title-icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  font-size: 48px;
  line-height: 95px;
}
.checkout-success p {
  margin-bottom: 1.5rem;
}
.checkout-success .order-id {
  color: #fc7070;
  text-decoration: none;
}
.checkout-success .order-id:visited {
  color: #fc7070;
  text-decoration: none;
}
.checkout-success .order-id:hover {
  color: #fc7070;
  text-decoration: none;
}
.checkout-success .order-id:active {
  color: #fc7070;
  text-decoration: none;
}
.checkout-success .order-id:hover {
  text-decoration: underline;
}
.checkout-success .success-bottom {
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.checkout-success div.primary {
  padding-top: 15px;
}
#password-strength-meter-container {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 0;
  width: 100%;
  margin: 10px 0;
}
#password-strength-meter-container #password-strength-meter {
  float: left;
  height: 100%;
  font-size: 12px;
  font-size: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #959292;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#password-strength-meter-container #password-strength-meter-label {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 0 5px;
}
#password-strength-meter-container.password-weak #password-strength-meter,
#password-strength-meter-container.password-strength-meter-1 #password-strength-meter {
  width: 25%;
  background-color: #d9534f;
}
#password-strength-meter-container.password-medium #password-strength-meter,
#password-strength-meter-container.password-strength-meter-2 #password-strength-meter {
  width: 50%;
  background-color: #f0ad4e;
}
#password-strength-meter-container.password-strong #password-strength-meter,
#password-strength-meter-container.password-strength-meter-3 #password-strength-meter {
  width: 75%;
  background-color: #337ab7;
}
#password-strength-meter-container.password-very-strong #password-strength-meter,
#password-strength-meter-container.password-strength-meter-4 #password-strength-meter {
  width: 100%;
  background-color: #5cb85c;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"] {
  background-color: #fff !important;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*Custom print page*/
@media print {
  .page-print .logo .main-logo {
    display: block !important;
    margin-left: 10px;
  }
  .page-print .logo .small-logo {
    display: none !important;
  }
  .page-print #back-top,
  .page-print .cart-footer,
  .page-print .copyright {
    display: none;
  }
  .page-print .box-order-shipping-address,
  .page-print .box-order-shipping-method,
  .page-print .box-order-billing-address,
  .page-print .box-order-billing-method {
    display: inline-block;
    vertical-align: top;
  }
  .page-print .box-order-shipping-address,
  .page-print .box-order-billing-address {
    width: 50%;
  }
}
.box-layout .page-wrapper {
  margin: 0 auto;
  box-shadow: 0 3px 3px #cacaca;
  -moz-box-shadow: 0 3px 3px #cacaca;
  -webkit-box-shadow: 0 3px 3px #cacaca;
  -o-box-shadow: 0 3px 3px #cacaca;
  -ms-box-shadow: 0 3px 3px #cacaca;
}
@media (min-width: 1200px) {
  .box-layout .page-wrapper {
    max-width: 1200px !important;
  }
}
.footer-top-ads {
  color: #000;
}
.footer-top-ads .ftop-ads-title {
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-top-ads .ftop-ads-small {
  font-size: 90%;
  color: #494949;
}
.footer-top-ads .ftop-newsletter {
  margin: 0 30%;
}
.footer-top-ads .block.newsletter {
  margin-bottom: 0;
}
.footer-top-ads .block.newsletter input {
  border: 3px solid #0072bc;
}
.footer-top-ads .block.newsletter .action.primary {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.footer-top-ads .block.newsletter .action.primary:hover {
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.featured-look-container {
  padding-top: 50px;
}
.featured-look-container .loobook-item-list {
  padding: 0;
}
.featured-look-container .auto-pos-wrap.item-img-wrap {
  background-color: transparent;
}
.featured-look-list .lookbook-inner .auto-pos-wrap .canvas:hover {
  cursor: default;
}
.featured-look-list .lookbook-inner .item-points .product-item {
  padding: 10px;
  background: #efefef;
  box-shadow: 0px 0px 6px 1px #ddd;
}
.featured-look-list .lookbook-inner .item-points .product-top {
  padding-bottom: 100%;
  position: relative;
}
.featured-look-list .lookbook-inner .item-points .product-top .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-look-list .lookbook-inner .item-points .product-image {
  padding-bottom: 0 !important;
}
.featured-look-list .lookbook-inner .item-points .product-name {
  color: #0072bc;
  line-height: normal;
}
.featured-look-list .lookbook-inner .item-points a.button-buy {
  display: block;
  margin: 10px 0;
  text-align: center;
  padding: 7px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid;
  color: #ffffff;
  border-color: #0072bc;
  background: #0072bc;
}
.featured-look-list .lookbook-inner .item-points a.button-buy:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e671';
  font-size: 18px;
  font-family: 'iconfont';
  speak: none;
  margin-right: 5px;
}
.featured-look-list .lookbook-inner .item-points a.button-buy:hover {
  color: #0072bc;
  border-color: #0072bc;
  background: #ffffff;
}
.featured-look-list .lookbook-inner .auto-pos-wrap .canvas:before {
  display: none;
}
.featured-look-list .owl-dots {
  width: 100%;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.featured-look-list .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100%;
  border: 1px solid #0072bc;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-look-list .owl-dots .owl-dot.active span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0072bc;
  border-radius: 6px;
}
.featured-look-list .owl-nav {
  position: static;
}
.featured-look-list .owl-nav [class*='owl-'] {
  position: absolute;
  border: 0;
  margin: 0;
  top: calc((100% - 40px)/2);
  transform: scale(0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.featured-look-list .owl-nav [class*='owl-'].owl-prev {
  left: 0;
  right: auto;
}
.rtl-layout .featured-look-list .owl-nav [class*='owl-'].owl-prev {
  right: 0;
  left: auto;
}
.featured-look-list .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}
.rtl-layout .featured-look-list .owl-nav [class*='owl-'].owl-next {
  left: 0;
  right: auto;
}
.featured-look-list:hover .owl-nav [class*='owl-'] {
  transform: scale(1);
}
/*Our product block*/
.cdz-our-product-wrap .owl-carousel .owl-stage-outer {
  padding-top: 1rem;
}
.cdz-our-product-wrap .owl-carousel .owl-item .product-item-photo {
  display: inline-block;
  transform: scale(0.6);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-our-product-wrap .owl-carousel .owl-item:not(.center) .product-item .product-item-details {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.cdz-our-product-wrap .owl-carousel .owl-item:not(.center) .product-item:hover .product-item-details {
  opacity: 1;
  z-index: 1;
}
.cdz-our-product-wrap .owl-carousel .owl-item.active.center .product-item-photo {
  transform: scale(1);
}
.cdz-our-product-wrap .owl-carousel .owl-item.active.center .product-item-info {
  box-shadow: 0px 2px 10px rgba(59, 59, 59, 0.5);
}
.cdz-our-product-wrap .product-item-info:hover {
  box-shadow: 0 0 0 #fff;
}
.cdz-our-product-wrap .product-item-info .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cdz-our-product-wrap .product-item-info .actions-primary {
  width: calc(100% - 94px);
}
.cdz-our-product-wrap .product-item-info .actions-primary form {
  display: block;
  height: 100%;
}
.cdz-our-product-wrap .product-item-info .actions-primary button.tocart {
  width: 100%;
  height: 100%;
}
.cdz-our-product-wrap .product-item-info .actions-secondary .action {
  margin: 0 4px;
}
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.cdz_wapper-blog01 .owl-carousel .owl-nav {
  left: 0;
  top: -20px;
  right: 0;
}
.cdz_wapper-blog01 .post-item {
  background-color: #efefef;
}
.cdz_wapper-blog01 .blog-title {
  margin: 15px 0 10px;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog01 .blog-title a {
  color: #0072bc;
  text-decoration: none;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog01 .blog-title a:visited {
  color: #0072bc;
  text-decoration: none;
}
.cdz_wapper-blog01 .blog-title a:hover {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog01 .blog-title a:active {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog01 .blog-text-link a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.cdz_wapper-blog01 .blog-text-link a.btn-link {
  margin-bottom: 10px;
}
.cdz_wapper-blog01 .blog-text-link a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f101';
  font-size: 12px;
  margin-right: 5px;
}
.rtl-layout .cdz_wapper-blog01 .blog-text-link a:before {
  display: none;
}
.rtl-layout .cdz_wapper-blog01 .blog-text-link a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f100';
  font-size: 12px;
  margin-right: 5px;
}
.cdz_wapper-blog01 .cdz-blog-bottom {
  padding: 0 20px;
  overflow: hidden;
}
.cdz_wapper-blog01 .blog-desc {
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog01 .cdz-blog-top {
  position: relative;
  overflow: hidden;
}
.cdz_wapper-blog01 .cdz-blog-top .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
.cdz_wapper-blog01 .cdz-blog-top .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  font-size: 16px;
  margin-right: 5px;
}
.rtl-layout .cdz_wapper-blog01 .cdz-blog-top .blog-date {
  float: right;
  left: auto;
  right: 10px;
}
.rtl-layout .cdz_wapper-blog01 .cdz-blog-top .blog-date:before {
  margin-right: 0;
  margin-left: 5px;
}
.cdz_wapper-blog01 .cdz-blog-top a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz_wapper-blog01 .cdz-blog-top:hover a img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.cdz_wapper-blog02 .post-item {
  background-color: #efefef;
}
.cdz_wapper-blog02 .cdz-blog-bottom {
  padding: 20px 10px 10px;
}
.cdz_wapper-blog02 .blog-desc {
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0 0 20px;
}
.cdz_wapper-blog02 .blog-title {
  margin: 0 0 20px;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.cdz_wapper-blog02 .blog-title a {
  color: #0072bc;
  text-decoration: none;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog02 .blog-title a:visited {
  color: #0072bc;
  text-decoration: none;
}
.cdz_wapper-blog02 .blog-title a:hover {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog02 .blog-title a:active {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog02 .blog-text-link {
  text-align: center;
}
.cdz_wapper-blog02 .cdz-blog-top {
  position: relative;
  overflow: hidden;
}
.cdz_wapper-blog02 .cdz-blog-top .blog-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #f8b5ad;
  padding: 7px 10px;
  color: #ffffff;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
.rtl-layout .cdz_wapper-blog02 .cdz-blog-top .blog-date {
  float: right;
  left: auto;
  right: 0;
}
.cdz_wapper-blog02 .cdz-blog-top a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz_wapper-blog02 .cdz-blog-top:hover a img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.cdz_wapper-blog02 .owl-carousel {
  padding-top: 0;
}
.cdz_wapper-blog02 .owl-carousel .owl-nav {
  position: static;
}
.cdz_wapper-blog02 .owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: calc(50% - 20px);
  position: absolute;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz_wapper-blog02 .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}
.rtl-layout .cdz_wapper-blog02 .owl-carousel .owl-nav [class*='owl-'] {
  left: auto;
  right: 0;
}
.rtl-layout .cdz_wapper-blog02 .owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: 0;
  right: auto;
}
.cdz_wapper-blog02 .owl-carousel:hover .owl-nav [class*='owl-'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.cdz_wapper-blog03 {
  background: #efefef;
}
.cdz_wapper-blog03 .post-items {
  padding: 20px;
}
.cdz_wapper-blog03 .blog-title {
  margin: 15px 0 10px;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog03 .blog-title a {
  color: #0072bc;
  text-decoration: none;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog03 .blog-title a:visited {
  color: #0072bc;
  text-decoration: none;
}
.cdz_wapper-blog03 .blog-title a:hover {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog03 .blog-title a:active {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog03 .blog-text-link a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.cdz_wapper-blog03 .cdz-blog-bottom {
  padding: 0;
  overflow: hidden;
}
.cdz_wapper-blog03 .blog-desc {
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog03 .cdz-blog-top {
  position: relative;
  overflow: hidden;
}
.cdz_wapper-blog03 .cdz-blog-top .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
.cdz_wapper-blog03 .cdz-blog-top .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  font-size: 16px;
  margin-right: 5px;
}
.rtl-layout .cdz_wapper-blog03 .cdz-blog-top .blog-date {
  float: right;
  left: auto;
  right: 10px;
}
.rtl-layout .cdz_wapper-blog03 .cdz-blog-top .blog-date:before {
  margin-right: 0;
  margin-left: 5px;
}
.cdz_wapper-blog03 .cdz-blog-top a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz_wapper-blog03 .cdz-blog-top:hover a img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.cdz_wapper-blog04 .owl-carousel .owl-nav {
  right: -5px;
  top: -79px;
}
.cdz_wapper-blog04 .cdz-block-title .b-title {
  background-color: transparent;
  color: #0072bc;
}
.cdz_wapper-blog04 .cdz-blog-top {
  background: #f1f1f1;
  padding: 20px;
}
.cdz_wapper-blog04 .blog-title {
  margin: 10px 0;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz_wapper-blog04 .blog-title a {
  color: #0072bc;
  text-decoration: none;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
}
.cdz_wapper-blog04 .blog-title a:visited {
  color: #0072bc;
  text-decoration: none;
}
.cdz_wapper-blog04 .blog-title a:hover {
  color: #313131;
  text-decoration: none;
}
.cdz_wapper-blog04 .blog-title a:active {
  color: #313131;
  text-decoration: none;
}
.main-second-background {
  background: #efefef;
}
.main-second-background .cdz-block-title .b-title:after {
  background: #efefef;
}
.cms-index-index .page-main {
  max-width: 100%;
}
.product-item ul.cdz-product-labels li.label-item {
  background: #000000;
}
.product-item ul.cdz-product-labels li.label-item.sale {
  background: #313131;
}
.cdz-title .b-title {
  font: 700 28px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  padding-bottom: 15px;
  color: #0072bc;
  text-align: center;
}
.cdz-title.custom-title {
  text-align: center;
  margin-bottom: 3rem;
}
.cdz-title.custom-title .b-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cdz-title.custom-title span.iconfont {
  display: inline-block;
  position: relative;
  width: 130px;
  color: #0072BC;
  text-align: center;
  margin-top: 1rem;
}
.cdz-title.custom-title span.iconfont:before {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 1rem;
}
.cdz-title.custom-title span.iconfont:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0072BC;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.cdz-slideshow .slider-wrapper {
  border-bottom: 5px solid #313131;
  position: relative;
}
.cdz-slideshow .slider-wrapper.loading {
  border: 0;
}
.fullwidth-content .product-items .owl-controls {
  display: none;
}
/*Lookbook*/
.rtl-layout .auto-pos-wrap.item-img-wrap div.img-center img {
  opacity: 1;
}
.featured-look-container {
  padding-top: 50px;
}
.featured-look-container a.all-lb {
  text-decoration: none;
  color: #6f6f6f;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.featured-look-container a.all-lb .iconfont {
  display: block;
  font-size: 0rem;
  margin-left: 1rem;
}
.featured-look-container a.all-lb .iconfont:before {
  font-size: 1.2rem;
}
.featured-look-container a.all-lb:hover {
  text-decoration: none;
  color: #313131;
}
.featured-look-container .loobook-item-list {
  padding: 0;
}
.featured-look-container .loobook-item-list .product-bottom {
  text-align: center;
}
.featured-look-container .auto-pos-wrap.item-img-wrap {
  background-color: transparent;
}
/*Home bannner*/
.home-banner-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 28%;
}
.home-banner-block .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-banner-block .banner-content .text {
  text-align: center;
  max-width: 310px;
}
.home-banner-block .banner-content .midum-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #6f6f6f;
}
.home-banner-block.about-block {
  padding-bottom: 17.8%;
  color: #fff;
}
.home-banner-block.about-block h3 {
  font-size: 2.4rem;
}
.home-banner-block.overly:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 59, 59, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-banner-block.blue:before {
  background-color: rgba(0, 114, 188, 0.8);
}
.home-banner-block.blue .banner-content,
.home-banner-block.blue h1,
.home-banner-block.blue .midum-title {
  color: #fff;
}
.home-banner-block.blue .banner-content a.action.primary {
  border-color: #fff;
  background-color: #fff;
  color: #3b3b3b;
  padding: 7px 2rem;
}
/*Brand*/
.brand-car-style .block-title {
  margin-bottom: 0;
  padding: 10px 5px 10px 50px;
  position: relative;
  font-size: 18px;
  background: #313131;
  color: #ffffff;
}
.rtl-layout .brand-car-style .block-title {
  padding: 10px 50px 10px 5px;
}
.brand-car-style .block-title img {
  position: absolute;
  left: 5px;
  top: 5px;
}
.rtl-layout .brand-car-style .block-title img {
  right: 5px;
}
.brand-car-style .block-title .view-all {
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.brand-car-style .block-title .view-all:hover {
  font-style: italic;
}
.rtl-layout .brand-car-style .block-title .view-all {
  left: 10px;
  right: auto;
}
.nav-tabs.abs-dropdown li.item > .switch {
  text-decoration: none;
}
.table-comparison .mgb8 .col-sm-8 {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fullwidth-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slide-caption {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-2columns-left .columns .column.main {
    width: 70%;
  }
  .page-layout-2columns-left .columns .sidebar {
    width: 30%;
  }
}
body.rtl-layout {
  direction: ltr;
}
body.rtl-layout .page-wrapper {
  direction: rtl;
}
body.rtl-layout .pull-right {
  float: left !important;
}
body.rtl-layout .pull-left {
  float: right !important;
}
body.rtl-layout.page-layout-2columns-left .column.main,
body.rtl-layout.page-layout-2columns-right .sidebar-main {
  float: left;
}
body.rtl-layout.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
body.rtl-layout.page-layout-2columns-right .column.main,
body.rtl-layout.page-layout-2columns-left .sidebar-main {
  float: right;
}
body.rtl-layout.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
body.rtl-layout ul.cdz-product-labels {
  left: 10px;
  right: auto;
}
body.rtl-layout table th {
  text-align: right;
}
body.rtl-layout input[type="radio"] {
  margin: 2px 0 0 5px;
}
body.rtl-layout .field-tooltip {
  right: auto;
  left: 0;
}
/* ============================================ *
 * Codazon_OneStepCheckout
 * ============================================ */
.osc .step-title {
  color: #efefef;
  background: #efefef;
  border: 1px solid;
}
.osc #opc-sidebar {
  border: 2px solid #e7e7e7;
}
.checkout-index-index .float-bar {
  display: none;
}
.iconfont {
  font-family: 'iconfont';
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tools:before {
  content: "\e67d";
}
.icon-dolly:before {
  content: "\e67e";
}
.icon-health:before {
  content: "\e67f";
}
.icon-veterinary-care:before {
  content: "\e680";
}
.icon-eye:before {
  content: "\e67c";
}
.icon-close:before {
  content: "\e679";
}
.icon-arrow-up:before {
  content: "\e67a";
}
.icon-material-arrow-down:before {
  content: "\e67b";
}
.icon-arrow-thick-top:before {
  content: "\e676";
}
.icon-grid-three:before {
  content: "\e677";
}
.icon-metro-list:before {
  content: "\e678";
}
.icon-thick-top:before {
  content: "\e675";
}
.icon-notifications:before {
  content: "\e674";
}
.icon-shield-alt:before {
  content: "\e66a";
}
.icon-md-ribbon:before {
  content: "\e66b";
}
.icon-person:before {
  content: "\e66c";
}
.icon-swap-horiz:before {
  content: "\e66d";
}
.icon-shipping:before {
  content: "\e66e";
}
.icon-star:before {
  content: "\e66f";
}
.icon-search:before {
  content: "\e670";
}
.icon-shopping-cart:before {
  content: "\e671";
}
.icon-tooth:before {
  content: "\e672";
}
.icon-youtube2:before {
  content: "\e673";
}
body.epicor-comm-onepage-shippingpopup .admin__data-grid-pager-wrap,
body.epicor-comm-onepage-billingpopup .admin__data-grid-pager-wrap {
  display: block;
}
body.epicor-comm-onepage-shippingpopup .page-main,
body.epicor-comm-onepage-billingpopup .page-main {
  padding-left: 0px;
  padding-right: 0px;
}
#shipping-grid-loader-popup-showmodal #shippingpopupiframe,
#billing-grid-loader-popup-showmodal #shippingpopupiframe {
  width: 100% !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  width: 90%;
}
.epicor-comm-onepage-shippingpopup .admin__data-grid-pager-wrap input[type="text"],
.epicor-comm-onepage-billingpopup .admin__data-grid-pager-wrap input[type="text"],
.epicor-comm-onepage-shippingpopup .admin__data-grid-pager-wrap select,
.epicor-comm-onepage-billingpopup .admin__data-grid-pager-wrap select {
  height: 31px;
}
.epicor-comm-onepage-shippingpopup .cart-footer,
.epicor-comm-onepage-billingpopup .cart-footer,
.epicor-comm-onepage-shippingpopup #back-top,
.epicor-comm-onepage-billingpopup #back-top {
  display: none !important;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body._has-modal.checkout-index-index {
  position: fixed;
  overflow: hidden;
}
.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 {
  width: 80%;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 3rem 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,
.ie10 .modal-popup._inner-scroll,
.ie9 .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,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .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: 2rem;
  padding-right: 2rem;
}
.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: 0.8rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
@media only screen and (max-width: 763px) {
  #shipping-grid-loader-popup-showmodal,
  #billing-grid-loader-popup-showmodal {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow: auto !important;
    height: 614px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    height: calc((100% - 3rem));
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
    height: calc((100% - 85px));
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content #shipping-grid-loader-popup-modal {
    height: 100%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content #shipping-grid-loader-popup-modal #shipping-grid-loader-popup-showmodal {
    height: 100%;
  }
  #shipping-grid-loader-popup-showmodal #shippingpopupiframe,
  #billing-grid-loader-popup-showmodal #shippingpopupiframe {
    height: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr th,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters {
    display: block;
    width: 100%;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters td {
    display: block;
    width: 50%;
    float: left;
    padding-bottom: 0px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters td.no-display,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters td.no-display {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters td.no-display:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters td.no-display:before {
    display: none;
    content: '';
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table tbody tr td.no-display,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table tbody tr td.no-display {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table tbody tr td.no-display:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table tbody tr td.no-display:before {
    display: none;
    content: '';
  }
}
@media only screen and (max-width: 480px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_shippingaddress_list_table thead tr.data-grid-filters td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)#customer_account_billingaddress_list_table thead tr.data-grid-filters td {
    width: 100%;
    float: none;
  }
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-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;
}
.rtl-layout .modal-custom .action-close,
.rtl-layout .modal-popup .action-close,
.rtl-layout .modal-slide .action-close {
  right: auto;
  left: 0;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  color: #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close,
.modal-slide .action-close {
  padding: 0;
  width: 44px;
  height: 44px;
  background: #000 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #fff !important;
  line-height: 18px !important;
}
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #000 !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal-popup .page-main-actions,
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.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;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  border: 0 !important;
}
.modal-popup.confirm {
  text-align: center;
}
.modal-popup.confirm .modal-content {
  padding-top: 5px;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  padding-top: 0 !important;
}
.modal-popup.confirm .modal-footer button {
  min-width: 100px;
}
.modal-popup .modal-content {
  padding-bottom: 3rem;
}
.cdz-popup-wrapper .modal-popup .modal-header,
.cdz-popup-wrapper .modal-popup .modal-content,
.cdz-popup-wrapper .modal-popup .modal-footer {
  padding: 0 !important;
  border: 0;
}
.cdz-popup-wrapper .modal-popup .modal-footer {
  display: none;
}
.cdz-popup-wrapper .block-static-block.widget {
  margin: 0;
}
.cdz-popup-wrapper .modal-popup .action-close:before {
  font-weight: bold;
}
.cdz-popup-wrapper .cdz-popup-newsletter-left,
.cdz-popup-wrapper .cdz-popup-newsletter-right {
  width: 50%;
  float: left;
}
.rtl-layout .cdz-popup-wrapper .cdz-popup-newsletter-left,
.rtl-layout .cdz-popup-wrapper .cdz-popup-newsletter-right {
  float: right;
}
.cdz-popup-wrapper .cdz-popup-newsletter {
  background: #f5f5f5;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title {
  padding: 10px 40px;
  background: #dddddd;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title h3 {
  color: #0072bc;
  margin-bottom: 0;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content {
  padding: 60px 40px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads {
  color: #282828;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-title {
  margin-bottom: 30px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-desc {
  font-size: 90%;
  margin-bottom: 60px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-small {
  font-size: 90%;
  color: #999999;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-newsletter {
  margin: 0;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter {
  margin-bottom: 20px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter input {
  border-width: 1px;
  border-color: #e7e7e7;
  text-align: center;
  padding-left: 10px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter .field {
  margin-bottom: 20px;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter .field .control:before {
  display: none;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter .actions {
  display: block;
  width: 100%;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter .actions .action.subscribe {
  width: 100%;
  color: #ffffff;
  background-color: #0072bc;
  border-color: #0072bc;
  font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.newsletter .actions .action.subscribe:hover {
  color: #0072bc;
  background-color: #ffffff;
  border-color: #0072bc;
}
.popup-login .modal-popup .modal-inner-wrap {
  width: 40% !important;
}
.popup-login .modal-popup .modal-footer {
  display: none;
}
.qs-modal .qs-loader {
  text-align: center;
  padding: 40px;
}
.qs-modal .qs-loading-wrap {
  min-height: 400px;
  display: table;
  width: 100%;
}
.qs-modal .modal-popup .modal-header {
  padding: 0;
}
.qs-modal .modal-popup .modal-header .modal-title {
  display: none;
}
.qs-modal .modal-popup .modal-content {
  padding: 0;
}
.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-media.product.media {
  width: 50%;
  margin-top: -2px;
}
.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-media.product.media .fotorama__stage {
  margin-top: 2px;
}
.qs-modal .modal-popup .modal-content .quickshop-title .page-title {
  position: static;
  margin: 0 0 10px;
  width: auto;
  height: auto;
}
.qs-modal .modal-popup .modal-content .page-title-wrapper {
  display: block !important;
}
.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-tabs {
  width: 50%;
  padding: 30px;
  padding-top: 72px;
}
.qs-modal .modal-popup .modal-content .bundle-options-container .bundle-options-wrapper,
.qs-modal .modal-popup .modal-content .bundle-options-container .block-bundle-summary,
.qs-modal .modal-popup .modal-content .bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.page-layout-3columns .qs-modal .modal-popup .modal-content .bundle-options-container .product-options-wrapper,
.page-layout-3columns .qs-modal .modal-popup .modal-content .bundle-options-container .bundle-options-wrapper,
.page-layout-3columns .qs-modal .modal-popup .modal-content .bundle-options-container .block-bundle-summary,
.page-layout-2columns-right .qs-modal .modal-popup .modal-content .bundle-options-container .product-options-wrapper,
.page-layout-2columns-right .qs-modal .modal-popup .modal-content .bundle-options-container .bundle-options-wrapper,
.page-layout-2columns-right .qs-modal .modal-popup .modal-content .bundle-options-container .block-bundle-summary,
.page-layout-2columns-left .qs-modal .modal-popup .modal-content .bundle-options-container .product-options-wrapper,
.page-layout-2columns-left .qs-modal .modal-popup .modal-content .bundle-options-container .bundle-options-wrapper,
.page-layout-2columns-left .qs-modal .modal-popup .modal-content .bundle-options-container .block-bundle-summary {
  width: 100% !important;
}
.login-modal-wrap.modal-popup .modal-title {
  text-transform: uppercase;
  border: 0;
  margin-bottom: 0;
}
.rtl-layout .login-modal-wrap.modal-popup .modal-title {
  float: right;
}
/**
     * @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 #e7e7e7;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5601;
  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 {
  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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  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 {
  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 {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  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 {
  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 {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
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 {
  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: 1200px;
}
[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: 1200px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #e7e7e7;
  height: 40px;
  padding: 10px 10px 10px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #313131;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 10px;
}
.pagebuilder-accordion > .item.content {
  background: #efefef;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.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 #e7e7e7;
  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 {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.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 {
  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 {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  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 {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button: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 {
  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);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #ffffff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #4776f0;
  border-color: #4776f0;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #4776f0;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.amcform-step {
  background-color: #4776f0;
  border: 1px solid #4776f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 36px;
  margin: 0 auto 20px;
  width: 38px;
}
.amcform-title-wrap {
  flex-grow: 1;
  margin-bottom: 18px;
  max-width: 148px;
  min-width: 90px;
  position: relative;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  background: #e3e3e3;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 51%;
  top: 17px;
  width: 100%;
}
.amcform-title-wrap:after {
  content: none;
  left: 50%;
  right: auto;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  background: #ffffff;
  border-color: #e3e3e3;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  border-color: #eb5757;
  color: #ffffff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #4776f0;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #4776f0;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #4776f0;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #4776f0;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #4776f0;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #4776f0;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #4776f0;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #4776f0;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #4776f0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #4776f0;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #4776f0;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ca4912;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #9b380e;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #cccccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.amcform-grid-block {
  margin: 0 0 30px;
  font-size: 1.4rem;
}
.amcform-actions-block {
  display: flex;
  align-items: center;
}
.amcform-grid-header {
  display: none;
}
.amcform-grid-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amcform-grid-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 15px;
  background-color: #fff;
}
.amcform-grid-item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.amcform-grid-item .amcform-cell {
  flex-basis: 100%;
  box-sizing: border-box;
}
.amcform-grid-item .amcform-actions-block {
  padding: 0;
}
.amcform-grid-item .amcform-cell:not(.amcform-actions-block) {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 0;
  line-height: 30px;
}
.amcform-grid-item .amcform-cell:not(.amcform-actions-block):before {
  display: inline-flex;
  width: 160px;
  content: attr(data-title);
  font-weight: 700;
}
.amcform-grid-message {
  padding: 20px;
  border-radius: 6px;
  background: #fafafa;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}
.amcform-page-header .amcform-date {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.amcform-page-header .amcform-status-block {
  margin: 10px 0 0;
}
.amcform-page-header .amcform-actions-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #d1d1d1;
}
.amcform-page-header .amcform-button.-back {
  padding-right: 8px;
  padding-left: 3px;
  color: #666;
  font-size: 16px;
  line-height: 17px;
}
.amcform-page-header .amcform-button.-back > .amcform-icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-right: 8px;
  color: #666;
}
.amcform-page-header .amcform-title-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 15px 0 10px;
}
.amcform-page-header .amcform-title-block > .amcform-title {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
.amcform-pager-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 70px 0 0;
  width: 100%;
}
.amcform-pager-block > .amcform-wrap {
  display: flex;
  width: 100%;
}
.amcform-pager-block .amcform-items {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.amcform-pager-block .amcform-item:not(.-dotted) {
  transition: 0.1s all ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  color: #333333;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  cursor: pointer;
}
.amcform-pager-block .amcform-item:not(.-dotted):hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amcform-pager-block .amcform-item:not(.-dotted):active {
  border-color: #20449f;
  background: #20449f;
}
.amcform-pager-block .amcform-item.-dotted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  pointer-events: none;
}
.amcform-pager-block .amcform-item.-selected {
  background: #20449f;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}
.amcform-page-size {
  display: none;
}
.amcform-pager-block .amcform-button.-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
}
.amcform-pager-block .amcform-button.-arrow > .amcform-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  transition: none;
}
.amcform-pager-block .amcform-button.-arrow.-disabled {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amcform-pager-block .amcform-button.-arrow.-disabled:focus {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amcform-pager-block .amcform-button.-arrow:hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amcform-pager-block .amcform-button.-arrow:active,
.amcform-pager-block .amcform-button.-arrow:focus {
  border: 1px solid #20449f;
  background: transparent;
  color: #20449f;
}
.amcform-status-block {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  min-height: 30px;
  border-radius: 4px;
}
.amcform-status-block,
.amcform-status-block * {
  box-sizing: border-box;
}
.amcform-status-block > .amcform-text {
  font-weight: 600;
}
.amcform-status-block.-approved {
  background-color: #eddbff;
  color: #5300bd;
}
.amcform-status-block.-submitted {
  background-color: #deffdb;
  color: #1aab17;
}
.amcform-status-block.-edited {
  background-color: #dbecff;
  color: #004cbd;
}
.amcform-status-block.-closed {
  background-color: #ebebeb;
  color: #848484;
}
.amcform-status-block.-response {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.amcform-status-block.-response > .amcform-text {
  color: #333;
  font-weight: 400;
}
.amcform-status-block.-response > .amcform-icon {
  margin-right: 2px;
}
.amcform-status-block.-response > .amcform-icon.-sent:before {
  color: #55b499;
}
.amcform-status-block.-response > .amcform-icon.-pending {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-right: 6px;
}
.amcform-status-block.-response > .amcform-icon.-pending:before {
  color: #4776f0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.item.product.product-item.side-banner {
  display: block;
  width: 100%;
}
.side-banner a.product.photo.product-item-photo {
  display: block;
  position: unset;
  text-align: center;
}
.side-banner .product.details.product-item-details.product-item-details {
  margin-left: 0;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-info {
  min-width: 105px;
}
.ambanners.ambanner-7 .item.product.product-item {
  min-width: 20%;
}
.ambanners.ambanner-7 .item.product.product-item {
  margin-left: 25px;
}
.ambanners.ambanner-7 .item.product.product-item .tocart {
  margin-top: 20px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  div.ambanners-injected-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.amskit-toolbar-wrap {
  background: #ffffff;
  border-radius: 10px;
  bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  left: 3%;
  position: fixed;
  width: 300px;
  z-index: 9999;
}
.amskit-toolbar-wrap.-open:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
  bottom: 15px;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  background: #e4e4e4;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 20px;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
  vertical-align: top;
  width: 30px;
}
.amskit-toolbar-box > .amskit-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
  display: inline-block;
  float: right;
  height: 30px;
  width: 12px;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  cursor: pointer;
  transform: rotate(180deg);
}
.amskit-toolbar-content {
  background: #ffffff;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  max-height: 75vh;
  padding: 10px;
  overflow: auto;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content .amskit-content-header {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem;
}
.amskit-toolbar-content .amskit-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
}
.amskit-toolbar-content > .amskit-background {
  background: #f6f6f6;
  margin: 5px -10px 25px;
  padding: 10px;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  color: #adadad;
  font-size: 12px;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  padding-left: 25px;
  position: relative;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amskit-page-links > .amskit-item {
  padding-left: 10px;
  position: relative;
}
.amskit-page-links > .amskit-item:before {
  background: 55b 4ff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  background: #c4c4c4;
  height: 1px;
  margin: 15px 0;
  position: relative;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  -ms-transform: translate(-50%, -50%);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.message.error {
  color: #c92623;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.box-addtolists {
  float: left;
  margin-top: 20px;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 15px;
  width: 100%;
}
.box-addtolists .fieldset {
  margin: 0 0 36px;
}
.box-addtolists .fieldset .actions .tolistsview {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 49%;
}
.block-lists .block-title {
  margin: 0 0 20px;
}
.block-lists .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-lists .block-content .lists-search {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.block-lists .block-content .lists-search .control {
  border-top: 0px;
  width: 82%;
  display: inline-block;
}
.block-lists .block-content .lists-search .control .input-text {
  width: 100%;
  height: 37px;
  padding: 5px 15px;
  position: static;
}
.block-lists .block-content .lists-search .actions {
  width: 15%;
  max-width: 47px;
  min-width: 47px;
  display: inline-block;
  margin-left: -30px;
  position: relative;
  top: -21px;
}
.block-lists .block-content .lists-search .actions .action.lists-search,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled],
.block-lists .block-content .lists-search .actions .action.lists-search.disabled {
  display: inline-block;
  background: none;
  background-image: 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;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-lists .block-content .lists-search .actions .action.lists-search:before,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled]:before,
.block-lists .block-content .lists-search .actions .action.lists-search.disabled:before {
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-lists .block-content .lists-search .actions .action.lists-search > span,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled] > span,
.block-lists .block-content .lists-search .actions .action.lists-search.disabled > span {
  display: none;
}
.button-red.action.primary {
  background: #ff0101;
  border: 1px solid #ff0101;
  box-shadow: none !important;
  text-shadow: none !important;
}
.button-red.action.primary:hover,
.button-red.action.primary:focus {
  background: #b30000;
  border: 1px solid #b30000;
}
.enhanced-privacy-popup {
  background: #f4f4f4;
  overflow: hidden;
}
.enhanced-privacy-popup .popup.content {
  margin: auto;
  padding: 10px 0;
  width: 768px;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.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: #333333;
}
.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 #e7e7e7;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #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 #ff5601;
  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 #c34100;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5601;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5601;
  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: #1979c3;
  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;
}
/* ============================================ *
 * Codazon_AjaxCartPro
 * ============================================ */
.cart-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.footer-mini-cart {
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.footer-mini-cart:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -3px;
  left: 0;
  height: 3px;
  box-shadow: 0 2px 3px #e1e1e1;
}
.cart-qty {
  position: absolute;
  background: #fc7070;
  color: #fff;
  top: -33px;
  font-size: 85%;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  z-index: 200;
  cursor: pointer;
  z-index: 0;
}
.cart-qty:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f106';
  font-size: 20px;
  float: right;
  margin-top: -4px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 5px;
}
.cart-qty.active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-items {
  list-style: none;
  float: left;
  width: calc(100% - 600px);
  overflow-x: auto;
  overflow-y: hidden;
}
.cart-items .cart-items-inner {
  float: left;
  white-space: nowrap;
}
.cart-items .item {
  margin-right: 10px;
  position: relative;
  float: none;
  display: inline-block;
}
.cart-items .item .product {
  float: left;
  position: relative;
  width: 65px;
  padding: 10px 0;
  height: 85px;
}
.cart-items .item .product img {
  width: 65px !important;
  height: 65px !important;
}
.cart-items .item span.item-qty {
  position: absolute;
  top: 10px;
  right: 5px;
  background: #fc7070;
  color: #fff;
  display: block;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  line-height: 18px;
  text-align: center;
  font-size: 85%;
}
.cart-items .item .hover-sec {
  position: absolute;
  left: 100%;
  float: left;
  height: 85px;
  padding: 23px 0;
  background: #F4F4F4;
  width: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 1;
}
.cart-items .item .hover-sec .details-qty {
  float: left;
}
.cart-items .item .hover-sec .details-qty .label {
  display: none;
}
.cart-items .item .hover-sec .details-qty input {
  width: 50px;
}
.cart-items .item .hover-sec .details-qty button {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 3;
}
.cart-items .item .hover-sec .product.actions {
  width: auto;
  padding: 0;
  float: right;
}
.cart-items .item .hover-sec .product.actions .primary a,
.cart-items .item .hover-sec .product.actions .secondary a {
  display: inline-block;
  text-decoration: none;
}
.cart-items .item .hover-sec .product.actions .primary a > span,
.cart-items .item .hover-sec .product.actions .secondary a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-items .item .hover-sec .product.actions .primary a:before,
.cart-items .item .hover-sec .product.actions .secondary a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-items .item .hover-sec .product.actions .primary a:hover:before,
.cart-items .item .hover-sec .product.actions .secondary a:hover:before {
  color: #333333;
}
.cart-items .item .hover-sec .product.actions .primary a:active:before,
.cart-items .item .hover-sec .product.actions .secondary a:active:before {
  color: #8f8f8f;
}
.cart-items .item .hover-sec .product.actions .secondary a:before {
  content: '\e604';
}
.cart-items .item .show-options.hover-sec {
  width: 100px;
  padding: 23px 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: inherit;
}
.cart-items .item .edit-icon {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0;
  width: 17px;
  height: 17px;
  text-align: center;
  color: #ffffff;
}
.cart-items .item .edit-icon:before {
  background: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f040';
  font-size: 11px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-cart-additional {
  float: right;
  width: 600px;
}
.summary-content > .row > .col-xs-12 {
  text-align: right;
}
.summary-content > .row > .col-xs-12:first-child {
  text-align: left;
}
.footer-cart-summary {
  float: left;
  width: 320px;
  padding: 24px 20px 17px;
  border-left: 1px solid #e1e1e1;
  min-height: 85px;
}
.footer-cart-summary .summary.title {
  display: none;
}
.footer-cart-summary .summary-content {
  font-size: 14px;
}
.footer-cart-summary .summary-content .price {
  color: #fc7070;
}
.cart-footer .footer-cart-actions {
  float: right;
  padding: 23px 20px 19px;
  border-left: 1px solid #e1e1e1;
  min-height: 85px;
}
.cart-footer .footer-cart-actions .action.primary:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  font-size: 18px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 5px;
}
.checkout-index-index .cart-footer .footer-cart-actions #footer-cart-btn-checkout,
.checkout-index-index .cart-footer {
  display: none !important;
}
.cdz-popup-wrapper .modal-popup .modal-footer {
  display: block;
}
/*break points*/
/*767px*/
/*991px*/
/*1199px*/
/*Codazon Custom Theme*/
/* 1025px */
/* 767px */
/* 768px -  1024px */
/* 768px -  1366px */
/* 0 -  1024px */
/* 1025px - ? */
/* 1024px - ? */
/* (0 - 767px) and (1025px - ?)  */
/*max-width: 480px*/
/*max-width: 767px*/
/*max-width: 767px*/
/*min-width: 768px*/
/*min-width: 992*/
/*max-width: 991*/
/* min-width:768px max-width:1199px */
/* min-width:768 max-width:991px */
/* min-width:992px max-width:1199px */
/*min-width: 1200px*/
/*max-width: 1199px*/
/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
/*Block Shop by not Anchor*/
.block.filter .options dt {
  margin: 10px 0;
}
.block.filter .options .items .item {
  border-bottom: 1px dashed #e7e7e7;
  padding: 8px 0;
}
.block.filter .options .items .item span.count {
  float: right;
}
@media only screen and (max-width: 767px) {
  .block-wishlist .product-items .product-item {
    padding: 0 0 15px;
  }
  .block-wishlist .product-items .product-item .product-item-actions .tocart.primary {
    width: auto;
  }
  .block-wishlist .product-items .product-item .product-item-actions .tocart.primary:before {
    display: none;
  }
  .block-wishlist .product-items .product-item .product-item-actions .tocart.primary span {
    font-size: 12px;
    text-indent: 0;
    display: inline-block;
  }
  .block-wishlist .product-items .product-item-name {
    white-space: inherit;
  }
  .block-wishlist .product-items .product-item-details {
    text-align: left;
  }
  .block-wishlist .actions-primary {
    text-align: left;
  }
}
/*block filter sidebar*/
.sidebar .block.filter .swatch-attribute-options {
  display: block;
}
/*Block Filter*/
.block.filter .block-subtitle {
  text-transform: uppercase;
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #0072bc;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 0;
}
.block.filter .filter-options .filter-options-item {
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 15px;
}
.block.filter .filter-options .filter-options-item:last-child {
  border: none;
  padding-bottom: 0;
}
.block.filter .filter-options .filter-options-item .filter-options-title {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  cursor: pointer;
  margin: 0;
  padding: 15px 40px 0 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
}
.rtl-layout .block.filter .filter-options .filter-options-item .filter-options-title {
  padding: 15px 0 0 40px;
}
.block.filter .filter-options .filter-options-item .filter-options-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e991';
  font-size: 12px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  position: absolute;
  top: 17px;
  right: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rtl-layout .block.filter .filter-options .filter-options-item .filter-options-title:before {
  right: auto;
  left: 0;
  content: '\e974';
}
.block.filter .filter-options .filter-options-item.active .filter-options-title:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block.filter .filter-options .filter-options-content {
  margin: 15px 0 0;
}
.block.filter .filter-options .filter-options-content .item {
  margin-bottom: 10px;
}
.block.filter .filter-options .filter-options-content .item:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 14px;
  margin: 0 3px 0 0;
}
.rtl-layout .block.filter .filter-options .filter-options-content .item:before {
  content: '\f104';
  margin: 0 0 0 3px;
}
.block.filter .filter-options .filter-options-content .count {
  color: #858585;
  border: 1px solid #858585;
  border-radius: 2px;
  display: inline-block;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  padding: 0 2px;
  margin: 0 0 0 2px;
  vertical-align: text-top;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-family: arial;
  min-width: 15px;
  text-align: center;
}
.block.filter .filter-options .filter-options-content .count:before,
.block.filter .filter-options .filter-options-content .count:after {
  display: none;
}
.rtl-layout .block.filter .filter-options .filter-options-content .count {
  margin: 0 2px 0 0;
}
.block.filter .filter-options .filter-options-content .price-slider-container {
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap {
  float: left;
  margin-top: 10px;
}
.rtl-layout .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap {
  float: right;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap > div,
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap > span {
  float: left;
  line-height: 38px;
}
.rtl-layout .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap > div,
.rtl-layout .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap > span {
  float: right;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap .delimiter,
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap .currency {
  margin: 0 5px;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap .control {
  position: relative;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap input {
  width: 50px;
  text-align: center;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap + .action {
  float: right;
  margin-top: 10px;
}
.rtl-layout .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap + .action {
  float: left;
}
.block.filter .block-subtitle.filter-current-subtitle {
  border: 0;
}
.block.filter .filter-current .items {
  overflow: hidden;
  border: 0;
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(249, 249, 249, 0.5);
}
.block.filter .items .filter-label {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.block.filter .items .action.remove {
  width: 18px;
  height: 18px;
  line-height: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #313131;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block.filter .items .action.remove span {
  display: none;
}
.block.filter .items .action.remove:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e977';
  font-size: 9px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  color: #313131;
  line-height: 18px !important;
}
.block.filter .items .action.remove:hover {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
.block.filter .items .action.remove:hover:before {
  color: #ffffff;
}
.block.filter .block-actions .action.clear {
  text-transform: uppercase;
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Toggle Filter for page 1-column and mobile */
.page-layout-1column .block.filter {
  margin-bottom: 0;
}
.rtl-layout.page-layout-1column .block.filter .block-title.filter-title:not([data-count="0"]):before {
  right: 0;
  left: auto;
}
.rtl-layout.page-layout-1column .block.filter .block-title.filter-title strong:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout.page-layout-1column .block.filter.active .filter-content {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .sidebar .block.filter:not(.account-nav) {
    background: transparent;
    padding: 0;
    border: 0;
  }
  .sidebar .block.filter:not(.account-nav) .block-title strong:after {
    display: none;
  }
  .sidebar .block.filter {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    margin-bottom: 0 !important;
  }
  .sidebar .block.filter .block-content {
    padding: 0 !important;
  }
}
/* End Toggle Filter for page 1-column and mobile */
.has-prslider .filter-options-content-inner {
  max-height: none !important;
  overflow-y: visible !important;
  overflow-x: visible;
}
.price-slider-container .price-slider {
  margin-bottom: 10px;
}
.price-slider-container .ph {
  position: relative;
  width: 100%;
  display: block;
}
.price-slider-container .pval {
  position: absolute;
  padding: 10px;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 10px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  display: none;
}
.price-slider-container .pval:before {
  position: absolute;
  content: '';
  bottom: -12px;
  transform: scaleY(2);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-top-color: #333333;
}
.price-slider-container a.ui-slider-handle.ui-state-hover .pval,
.price-slider-container a.ui-slider-handle.ui-state-focus .pval {
  display: block;
}
.price-slider-container .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 114, 188, 0.4);
  cursor: pointer;
}
.price-slider-container .input-wrap {
  margin: 10px 0px 10px 0px;
  display: inline-block;
  vertical-align: middle;
}
.price-slider-container .input-wrap .control {
  width: 50px;
  display: inline-block;
  position: relative;
}
.price-slider-container .input-wrap .control input {
  text-align: center;
}
.price-slider-container .input-wrap .control label.error {
  position: absolute;
  width: 186px;
  padding: 5px 10px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid red;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 10;
  color: #ff0000;
  line-height: 1;
}
.price-slider-container .input-wrap .control label.error:after,
.price-slider-container .input-wrap .control label.error:before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border: 7px solid transparent;
  left: calc(50% - 7px);
  box-sizing: border-box;
}
.price-slider-container .input-wrap .control.min-value label.error {
  bottom: calc(100% + 10px);
}
.price-slider-container .input-wrap .control.min-value label.error:after {
  bottom: -14px;
  border-top-color: #ffffff;
}
.price-slider-container .input-wrap .control.min-value label.error:before {
  bottom: -15px;
  border-top-color: #ff0000;
}
.price-slider-container .input-wrap .control.max-value label.error {
  top: calc(100% + 10px);
}
.price-slider-container .input-wrap .control.max-value label.error:after {
  top: -14px;
  bottom: -14px;
  border-bottom-color: #ffffff;
}
.price-slider-container .input-wrap .control.max-value label.error:before {
  top: -15px;
  bottom: -15px;
  border-bottom-color: #ff0000;
}
.sidebar > .block {
  width: 100%;
}
.sidebar > .block .block-content.filter-content {
  width: 100%;
}
.filter-current {
  width: 100%;
}
.filter-options-item .ui-slider-horizontal {
  height: 5px;
  position: relative;
}
.filter-options-item .ui-slider-horizontal .ui-slider-handle {
  height: 12px;
  width: 8px;
  padding: 0 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: -4px;
  cursor: pointer;
  background: #0072bc;
}
@media only screen and (max-width: 767px) {
  .filter-options-item .ui-slider-horizontal {
    height: 15px;
    margin: 30px 27px 30px 0;
    border-radius: 0;
  }
  .filter-options-item .ui-slider-horizontal .ui-slider-handle {
    height: 27px;
    width: 27px;
    top: -6px;
  }
}
.filter-options-item .slider-state {
  margin-top: 20px;
}
.filter-options-item .slider-state .value {
  padding: 2px 10px;
  border: 1px solid #cccccc;
  color: #f98b25;
  min-width: 25px;
  display: inline-block;
  text-align: center;
}
.filter-options-item .slider-state .delimiter {
  margin: 0px 5px;
}
.items.filter-checkbox li {
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.items.filter-checkbox li * {
  vertical-align: top;
}
.items.filter-checkbox li label {
  cursor: pointer;
}
.items.filter-checkbox li .swatch-option {
  display: inline-block;
  float: none;
}
.items.filter-checkbox li.child {
  padding: 0 0 0 25px;
}
.rtl-layout .items.filter-checkbox li.child {
  padding: 0 25px 0 0;
}
.swatch-layered .items.filter-checkbox li .swatch-option {
  display: inline-block;
  float: none;
  text-align: center;
  width: 15px;
  height: 15px;
  margin: 0 0;
  margin-right: 5px;
  min-width: 0;
}
.rtl-layout .swatch-layered .items.filter-checkbox li .swatch-option {
  margin-right: 0px;
  margin-left: 5px;
}
.swatch-layered .items.filter-checkbox li .swatch-option:hover:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter-options-content-outer {
    border-top: 1px dashed #e7e7e7;
    padding-top: 10px;
  }
  .filter-options-content-inner::-webkit-scrollbar {
    width: 7px;
  }
  .filter-options-content-inner::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter-options-content-inner::-webkit-scrollbar-thumb {
    background: #e7e7e7;
  }
  .filter-options-content-inner::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  .block.filter .filter-options .filter-options-item.active {
    border: none;
  }
}
.rating-box {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  position: relative;
}
.rating-box:before {
  font-family: FontAwesome;
  content: ' \f006  \f006  \f006  \f006  \f006 ';
}
.rating-box .rating {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.rtl-layout .rating-box .rating {
  left: auto;
  right: 0;
}
.rating-box .rating:before {
  font-family: FontAwesome;
  content: ' \f005  \f005  \f005  \f005  \f005 ';
}
.filter-options-item .rating-box {
  font-size: 15px;
  margin-right: 7px;
}
.rtl-layout .filter-options-item .rating-box {
  margin-left: 10px;
  margin-right: 0;
}
.filter-options-item .rating-box .rating {
  color: #ff5501;
}
.filter-options-item .rating-item {
  padding: 4px 0px;
}
.rating-slider-container .slider-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0px 20px 0px 5px;
}
.ui-slider-horizontal .ui-slider-handle.rating-slider-handle {
  min-width: 20px;
  width: auto;
  height: 20px;
  text-align: center;
  top: -8px;
  color: white;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: uppercase;
}
.ui-slider-horizontal.rating-slider {
  border-radius: 0;
  height: 5px;
}
.sorter-options {
  margin: 0 0 0 7px;
}
.rtl-layout .sorter-options {
  margin: 0 7px 0 0;
}
.filter-active .cdz-flbar {
  display: none;
}
.cdz-flbar-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cdz-flbar-wrap {
    display: block;
  }
  .sidebar .ui-slider-horizontal.rating-slider {
    height: 20px;
  }
  .sidebar .ui-slider-horizontal .ui-slider-handle.rating-slider-handle {
    height: 27px;
    min-width: 27px;
    top: -4px;
    line-height: 27px;
    border-radius: 0;
  }
}
.block.filter .items .action.remove:before {
  display: inline-block;
  font-family: 'luma-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e616';
  font-size: 9px;
  speak: none;
  color: #282828;
  line-height: 18px !important;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions.secondary {
  text-align: center;
}
.block-cart-failed .actions.secondary .action {
  display: block;
  margin: 0 auto 10px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare {
  /*.lib-icon-font-symbol(
                            @_icon-font-content: @icon-compare-full,
                            @_icon-font-position: before
                        );*/
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #e7e7e7;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cart-discount .block .content {
  background: #fff;
}
.checkout-cart-index .cart-discount .block .content input[type="text"] {
  background-color: #ffffff;
}
.cart-container {
  padding-bottom: 4rem;
}
.cart-container .form-cart .actions.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cart-container .form-cart .actions.main > * {
  margin-left: 6px;
  margin-bottom: 6px;
}
.cart-container h2.product-name a {
  font-size: 1.4rem;
}
.cart-summary {
  background: #efefef;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2rem;
  display: none;
  font-weight: normal;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cart-summary .block .title strong {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}
.cart-summary .block .title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  font-size: 16px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #213f20;
}
.cart-summary .block.active .title:after {
  content: "\f107";
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.rtl-layout .cart-summary .block .item-options .field .radio {
  float: right;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.rtl-layout .cart-totals tbody .mark,
.rtl-layout .cart-totals tfoot .mark {
  text-align: right;
}
.cart-totals tbody tr.shipping {
  display: none;
}
.cart {
  background: #efefef;
  padding: 20px;
}
.cart.main.actions,
.cart.table-wrapper {
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart.table-wrapper {
  margin-bottom: 0;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  padding-top: 0;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 5px;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .control.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cart.table-wrapper .col.qty .control.qty button {
  margin: 0;
  height: 36px;
  padding: 0 6px;
  font-size: 12px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 30px;
  padding-bottom: 15px;
  position: relative;
}
.rtl-layout .cart.table-wrapper .actions-toolbar {
  text-align: right;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.rtl-layout .cart.table-wrapper .actions-toolbar > .action-edit {
  left: 16px;
  right: auto;
}
.rtl-layout .cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
  right: auto;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  display: block;
  margin: 0px 0 5px;
  text-align: left;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-discount {
  margin-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
@media (max-width: 991px) {
  .cart.table-wrapper .product-item-photo .product-image-container {
    width: 100px !important;
  }
}
.cart.table-wrapper .product-item-name {
  width: 200px;
  white-space: normal;
  text-overflow: initial;
  height: auto;
}
.cart.table-wrapper .cart-price {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cart.table-wrapper .item .product-item-photo {
    display: block;
    width: 100%;
  }
  .cart.table-wrapper .item .product-item-details {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart.table-wrapper .item-info .product-item-photo .product-image-container {
    width: 70px !important;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 5px !important;
  }
  .cart.table-wrapper .product-item-name {
    width: auto;
    display: block;
    padding-bottom: 0;
  }
}
.cart-container .form-cart .actions.main #covert2quote {
  display: none !important;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total span {
  display: block;
  vertical-align: top;
  clear: both;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #313131;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
  text-transform: uppercase;
}
.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: 10px 0 10px;
  text-align: center;
  font-weight: normal;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content {
  padding-top: 0 !important;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  position: relative;
  float: right;
}
.rtl-layout .minicart-wrapper {
  float: left;
}
.minicart-wrapper .ui-dialog .block-minicart {
  padding: 20px 20px 0;
  right: 0;
  width: 340px;
  position: absolute;
  top: 100%;
  z-index: 5;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
  color: #313131;
  background-color: #ffffff;
}
.minicart-wrapper .ui-dialog .block-minicart.empty {
  padding-bottom: 20px;
}
.minicart-wrapper .block-minicart {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart a {
  color: #313131;
  text-decoration: none;
}
.minicart-wrapper .block-minicart a:visited {
  color: #313131;
  text-decoration: none;
}
.minicart-wrapper .block-minicart a:hover {
  color: #313131;
  text-decoration: none;
}
.minicart-wrapper .block-minicart a:active {
  color: #313131;
  text-decoration: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .block-minicart a.viewcart {
  margin-bottom: 15px;
  display: block;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.rtl-layout .minicart-wrapper .product .actions {
  float: left;
}
.rtl-layout .minicart-wrapper .product .actions > .primary:not(:last-child),
.rtl-layout .minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 0;
  margin-left: 15px;
}
.minicart-wrapper .product .product-image-container {
  width: 100% !important;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #313131;
  content: '\e616';
  font-family: 'luma-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:hover {
  color: #313131;
}
.minicart-wrapper .action.showcart {
  color: #ffffff;
  border-color: #ffffff;
  background: #0072bc;
  display: block;
  text-align: center;
}
.minicart-wrapper .action.showcart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e671";
  font-size: 24px;
  font-family: 'iconfont';
  speak: none;
  width: 24px;
  height: 24px;
  content: '';
  background: #0072bc url(../images/cart.svg) no-repeat 0 0;
  background-size: 100%;
  margin-bottom: 8px;
}
.minicart-wrapper .action.showcart .price-label {
  padding: 10px 0px 10px 15px;
  min-height: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  height: 20px;
  line-height: 20px;
  background: #D0171E;
  border: 1px solid #ffffff;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  display: block;
  margin: 0;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 23%;
}
.minicart-wrapper .action.showcart .counter.qty:not(.empty) .loader > img {
  max-width: 20px;
}
.rtl-layout .minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  left: auto;
  right: 27px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ffffff;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  max-height: 300px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 15px 0 10px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item > .product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.minicart-items .product-item-photo {
  width: 80px;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  margin: 0 0 10px;
}
.minicart-items .product-item-details {
  width: calc(100% - 80px);
  padding-left: 1rem;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item-details .details-qty .label {
  display: none;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.rtl-layout .minicart-items .product > .product-item-photo,
.rtl-layout .minicart-items .product > .product-image-container {
  float: right;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.minicart-items .update-cart-item {
  font-size: 1.2rem;
  height: 30px;
  padding: 0 1rem;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-index-index .page-header {
  padding: 10px 0;
}
.checkout-container {
  margin: 0 0 20px;
}
.checkout-container .authentication-wrapper {
  position: relative;
  z-index: 1000;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .opc {
  background-color: #efefef;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #fff;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #e7e7e7;
}
.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;
  float: left;
  width: auto;
}
.checkout-index-index.rtl-layout .logo {
  float: right;
}
.checkout-index-index .loader {
  padding: 300px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.checkout-index-index .checkout-container input[type="text"],
.checkout-index-index .checkout-container input[type="password"],
.checkout-index-index .checkout-container input[type="url"],
.checkout-index-index .checkout-container input[type="tel"],
.checkout-index-index .checkout-container input[type="search"],
.checkout-index-index .checkout-container input[type="number"],
.checkout-index-index .checkout-container input[type="datetime"],
.checkout-index-index .checkout-container input[type="email"],
.checkout-index-index .checkout-container select,
.checkout-index-index .checkout-container textarea {
  border-color: #525252 !important;
  background-color: #fff;
}
.checkout-index-index .checkout-container .opc-wrapper #checkoutSteps .checkout-payment-method .step-content .fieldset .payment-method-content .checkout-agreements-block > .field._required > label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .payment-method._active .payment-method-content div.field {
  margin-bottom: 15px;
}
.checkout-index-index .payment-method._active .payment-method-content div.field._required {
  font-weight: 600;
}
.checkout-index-index #henry_schein_account {
  margin-bottom: 20px;
}
.checkout-index-index #henry_schein_account .henry_schein_account_number {
  margin-bottom: 0px;
}
.checkout-index-index #henry_schein_account .mage-error {
  font-weight: 600;
}
.checkout-index-index .page-header {
  box-shadow: unset;
}
.checkout-index-index .checkout-content-notice {
  border-top: 2px solid #0072bc;
  box-shadow: 0px 2px 10px rgba(59, 59, 59, 0.35);
}
.field-error {
  color: #ed8380;
}
.checkout-onepage-success .page-main {
  padding-top: 5%;
}
.checkout-onepage-success #registration {
  text-align: center;
  padding: 40px 0 20px;
}
.opc-sidebar .modal-header {
  padding: 0;
  border: 0;
}
.opc-estimated-wrapper {
  border-top: 1px solid #e7e7e7;
  padding: 1rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 1rem;
}
.opc-estimated-wrapper:after,
.opc-estimated-wrapper:before {
  display: none;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
  position: relative;
}
@media screen and (max-width: 400px) {
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    position: relative;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: transparent;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
    top: -6px;
    right: -8px;
  }
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-item {
  border: 1px solid #bbbdbf;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px;
  transition: 0.3s border-color;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  margin-top: 20px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #0072bc;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #0072bc;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-address .form-shipping-address .field[name="shippingAddress.ecc_mobile_number"],
.checkout-shipping-address .form-shipping-address .field[name="shippingAddress.ecc_email"] {
  display: none;
}
.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 {
  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 .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.rtl-layout .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
  right: auto;
}
.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;
  background-color: #efefef;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.opc-block-summary {
  background-color: #efefef;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  background: #efefef;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .table-totals tbody .mark {
  font-size: 100%;
  text-transform: capitalize;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.opc-block-summary .product-image-wrapper {
  padding-bottom: 100%;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.opc-block-summary .minicart-items-wrapper .product-item-details {
  padding-left: 10px;
  width: calc(100% - 110px);
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-name-block {
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .product-item-inner {
  background-color: transparent;
}
.rtl-layout .opc-block-summary .product-item .product-item-name-block {
  padding-right: 0;
  padding-left: 5px;
  text-align: right;
}
.rtl-layout .opc-block-summary .product-item .subtotal {
  text-align: left;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  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-title {
  border-top: 1px solid #e7e7e7;
  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 .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0072bc;
  display: inline-block;
  text-decoration: none;
  font: 600 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.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 .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-success .actions-toolbar {
  text-align: center;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -10px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #1979c3;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5601;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.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 .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 10px;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #1979c3;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 30px;
  margin-top: -25px;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #e7e7e7;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: block;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-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;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #1979c3;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #1979c3;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 70px;
  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: #a1a1a1 a;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #282828;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-top: -3px;
}
.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: #a1a1a1 a;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #282828;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 10px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.review-form .action.submit.primary:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 20px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
  padding-top: 10px;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
  font-weight: 500;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
  float: right;
}
.rtl-layout .product-reviews-summary {
  float: left;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 90%;
  text-transform: uppercase;
}
.product-reviews-summary .reviews-actions a {
  color: #313131;
  text-decoration: none;
}
.product-reviews-summary .reviews-actions a:visited {
  color: #313131;
  text-decoration: none;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #313131;
  text-decoration: none;
}
.product-reviews-summary .reviews-actions a:active {
  color: #313131;
  text-decoration: none;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 10px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.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;
}
.product-social-links .action.mailto.friend:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 16px;
  margin-right: 5px;
}
.cart-discount .coupon .am-discount-dropdown-arrow,
.checkout-index-index .form-discount .am-discount-dropdown-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTQ1NDQgMTIuODE4NEwxNSAxOC4yNzI5TDIwLjQ1NDUgMTIuODE4NEg5LjU0NTQ0WiIgZmlsbD0iIzZFNzE2RSIvPgo8L3N2Zz4K');
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
}
.cart-discount .coupon .control,
.checkout-index-index .form-discount .control {
  position: relative;
}
.am-discount-dropdown-coupons {
  border: 1px solid #cccccc;
  border-radius: .4rem;
  display: grid;
  margin-top: .5rem;
  max-height: 58rem;
  overflow-y: auto;
  padding: .1rem;
}
.am-discount-dropdown-coupons::-webkit-scrollbar {
  border-radius: 10rem;
  width: .4rem;
}
.am-discount-dropdown-coupons::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 10rem;
  margin: 2rem 0;
}
.am-discount-dropdown-coupons::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 10rem;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon {
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
  color: #333333;
  padding: 2rem;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon:last-child {
  border: none;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon:hover,
.am-discount-dropdown-coupons .am-discount-dropdown-coupon:focus,
.am-discount-dropdown-coupons .am-discount-dropdown-coupon[aria-selected='true'] {
  background-color: #f6fcff;
  cursor: pointer;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .rule-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .flex {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .coupon-code {
  align-self: center;
  background-color: #e3f3fd;
  border: 1px dashed #156caf;
  border-radius: 10rem;
  color: #156caf;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  padding: .7rem 1.2rem;
  width: 15rem;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .expiration-date {
  text-align: right;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .expiration-date .till {
  color: #747474;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .expiration-date .date {
  font-size: 1.6rem;
  font-weight: 400;
}
.am-discount-dropdown-coupons .am-discount-dropdown-coupon .rule-description {
  font-size: 1.4rem;
  font-weight: 400;
}
.loobook-container {
  margin-bottom: 40px;
}
.loobook-container .toolbar-amount {
  float: left;
  position: static;
}
.loobook-container .no-cover {
  margin-bottom: 40px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
}
.loobook-container .no-cover.no-thumbnail.no-description {
  border-bottom: none;
}
.loobook-container .no-cover .social-section {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #b9b9b9;
}
.loobook-container .no-cover .social-section strong.title {
  font-weight: 600;
  margin: 5px 0 0px 0px;
  display: inline-block;
  font-size: 22px;
}
.loobook-container .no-cover .lookbook-img-wrap {
  border-radius: 0;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
}
.loobook-container .no-cover .lookbook-img-wrap .lookbook-image {
  border: none;
}
.loobook-container .lookbook-img-wrap {
  line-height: 0;
  border: 1px solid;
  padding: 4px 4px;
  border-radius: 3px;
  display: block;
  box-shadow: -1px 3px 3px #d7d6d6;
}
.loobook-container .lookbook-img-wrap .lookbook-image {
  width: 100%;
}
.loobook-container .cover-section {
  margin-bottom: 20px;
}
.loobook-container .cover-section .lookbook-cover {
  max-width: 100%;
}
.loobook-container .cover-section .cover-wrap {
  line-height: 0;
}
.loobook-container .cover-section .after-cover {
  border-top: none;
  margin-bottom: 20px;
}
.loobook-container .cover-section .after-cover .thumb-section {
  min-height: 45px;
  position: relative;
}
.loobook-container .cover-section .after-cover .thumb-section .lookbook-img-wrap {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 100%;
  box-shadow: none;
}
.rtl-layout .loobook-container .cover-section .after-cover .thumb-section .lookbook-img-wrap {
  left: auto;
  right: 15px;
}
.loobook-container .cover-section .after-cover .title {
  font-weight: 600;
  margin: 5px 0 0px 15px;
  display: inline-block;
  font-size: 22px;
}
.rtl-layout .loobook-container .cover-section .after-cover .title {
  margin-right: 15px;
  margin-left: 0;
}
.loobook-container .social-section .cdz-social-listing {
  padding: 7px 10px 5px 10px;
  margin-bottom: 0px;
  float: right;
}
.rtl-layout .loobook-container .social-section .cdz-social-listing {
  float: left;
}
.loobook-container .social-section .cdz-social-listing .item {
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.loobook-container .social-section .cdz-social-listing .item:last-child {
  margin-right: 0px;
}
.loobook-container .social-section .cdz-social-listing .item .share-btn {
  padding: 5px 5px;
  min-width: 28px;
  margin: 0px;
  border: none;
  color: #414b56;
  font-size: 14px;
}
.loobook-container .social-section .cdz-social-listing .item .share-btn:hover {
  background-color: #FFF;
  color: #333;
  border-color: #333;
}
.lookbook-inner .auto-pos-wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.lookbook-inner .auto-pos-wrap .canvas {
  position: relative;
}
.lookbook-inner .auto-pos-wrap .canvas:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  padding: 8px;
  border-radius: 50%;
  font-size: 12px;
  -webkit-transition: all 0.225s ease-out 0.01s;
  -moz-transition: all 0.225s 0.01s ease-out;
  -o-transition: all 0.225s 0.01s ease-out;
  -ms-transition: all 0.225s 0.01s ease-out;
  transition: all 0.225s ease-out 0.01s;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e66e';
  font-size: 14px;
  speak: none;
  color: #fff;
}
.lookbook-inner .auto-pos-wrap .canvas .item-point {
  position: absolute;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #0072bc;
  color: #fff;
  text-shadow: none;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0072bc;
}
.lookbook-inner .auto-pos-wrap .canvas .item-point:hover {
  color: #0072bc;
  background-color: #fff;
}
.lookbook-inner .product-item .price-box {
  text-align: center;
}
.lb-modal-container {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}
.lb-modal-container .owl-nav [class*='owl-'] {
  position: absolute;
  text-align: center;
  font-size: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lb-modal-container .owl-nav [class*='owl-'].disabled {
  cursor: default;
}
.lb-modal-container .owl-nav [class*='owl-']:hover {
  z-index: 1;
}
.lb-modal-container .owl-carousel {
  padding: 0;
}
.lb-modal-container.first-load .lb-modal-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #FFF;
  content: '';
  background-image: url("../../../../../frontend/Codazon/fastest_handpiece/en_US/Codazon_Lookbookpro/images/source.gif");
  background-position: 50%;
}
.lb-modal-container._hide {
  display: none;
}
.lb-modal-container .lb-modal-outer {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lb-modal-container .lb-backface {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lb-modal-container .lb-modal-inner {
  width: 1000px;
  max-height: 95%;
  overflow: hidden;
  max-width: 90%;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f2f6;
  border-radius: 10px;
}
.lb-modal-container .lb-modal-inner .lb-modal-header {
  position: static;
}
.lb-modal-container .lb-modal-inner .lb-modal-header .lb-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  border-radius: 0;
  font-size: 0;
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: #000;
}
.lb-modal-container .lb-modal-inner .lb-modal-header .lb-close:before {
  font-size: 20px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
}
.lb-modal-container .item-products .product-item.product-hide {
  opacity: 0.3;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lb-modal-container .lookbook-slider .owl-nav {
  position: static;
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-'] {
  top: -moz-calc( (100% - 50px )/2 );
  top: -webkit-calc( (100% - 50px )/2 );
  top: -o-calc( (100% - 50px )/2 );
  top: calc( (100% - 50px )/2 );
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-'].owl-next {
  right: 0px;
  -moz-transform: translate(150%);
  -webkit-transform: translate(150%);
  -o-transform: translate(150%);
  transform: translate(150%);
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-'].owl-prev {
  left: 0px;
  -moz-transform: translate(-150%);
  -webkit-transform: translate(-150%);
  -o-transform: translate(-150%);
  transform: translate(-150%);
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.rtl-layout .lb-modal-container .lookbook-slider .owl-nav [class*='owl-'].owl-next {
  right: auto;
  left: 0;
  -moz-transform: translate(-150%);
  -webkit-transform: translate(-150%);
  -o-transform: translate(-150%);
  transform: translate(-150%);
}
.rtl-layout .lb-modal-container .lookbook-slider .owl-nav [class*='owl-'].owl-prev {
  left: auto;
  right: 0;
  -moz-transform: translate(150%);
  -webkit-transform: translate(150%);
  -o-transform: translate(150%);
  transform: translate(150%);
}
.lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-']:not(.disabled) {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-'].owl-prev,
.lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-'].owl-next {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.rtl-layout .lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-'].owl-prev,
.rtl-layout .lb-modal-container .lookbook-slider:hover .owl-nav [class*='owl-'].owl-next {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
}
.lb-modal-container .lookbook-slider .owl-nav [class*='owl-']:before {
  line-height: 48px;
}
.lb-modal-container .lookbook-slider.owl-carousel > .owl-nav [class*='owl-'],
.lb-modal-container .lookbook-slider.owl-carousel:hover > .owl-nav [class*='owl-'] {
  -moz-opacity: 0.3;
  opacity: 0.3;
  background: #000;
  color: #fff;
  border-color: #000;
}
.lb-modal-container .lookbook-slider.owl-carousel > .owl-nav [class*='owl-'].disabled,
.lb-modal-container .lookbook-slider.owl-carousel:hover > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lb-modal-container .lookbook-slider.owl-loaded .owl-stage {
  padding: 0;
}
.lb-modal-container .lookbook-slider.owl-carousel .owl-stage-outer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lb-modal-container .lookbook-slider.owl-carousel .owl-stage-outer .item-modal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lb-modal-container .item-modal-inner .media-section .item-point {
  position: absolute;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 1;
  padding: 0;
  transform-origin: center center;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  border: 3px solid #fff;
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
.lb-modal-container .item-modal-inner .media-section .item-point.point-active {
  animation: scale-normal 1.3s ease-in-out infinite;
}
.lb-modal-container .item-modal-inner .media-section .item-point.point-active:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: -1;
  left: -20px;
  top: -20px;
  opacity: .4;
  position: absolute;
  animation: scale-reverse 1.3s ease-in-out infinite;
}
.lb-modal-container .item-modal-inner .media-section .item-point.point-disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.lb-modal-container .item-modal-inner .product-section {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 40px;
}
.rtl-layout .lb-modal-container .item-modal-inner .product-section {
  padding-left: 40px;
  padding-right: 30px;
}
.lb-modal-container .item-modal-inner .product-section .product-top {
  margin-bottom: 10px;
}
.lb-modal-container .item-modal-inner .product-section .product-top .product-number {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.lb-modal-container .item-modal-inner .product-section .item-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.lb-modal-container .item-modal-inner .product-section .item-products {
  position: relative;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-loaded .owl-stage-outer {
  padding: 4px;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 25px;
  position: static;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-nav [class*='owl-'] {
  background: transparent;
  border: none;
  color: #000;
  position: static;
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0 20px;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-nav [class*='owl-']:before {
  color: #000;
  font-size: 35px;
  font-weight: normal;
  display: block;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-dots {
  position: absolute;
  bottom: 19px;
  left: -moz-calc( (100% - 60px)/2 );
  left: -webkit-calc( (100% - 60px)/2 );
  left: -o-calc( (100% - 60px)/2 );
  left: calc( (100% - 60px)/2 );
  width: 60px;
  text-align: center;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  float: none;
}
.lb-modal-container .item-modal-inner .product-section .item-products.owl-carousel .owl-dots .owl-dot.active {
  background: #000;
}
.lb-modal-container .item-modal-inner .product-section .product-item {
  padding: 10px;
  background: #fff;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.lb-modal-container .item-modal-inner .product-section .product-item.product-hide:before {
  background: #000;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.lb-modal-container .item-modal-inner .product-section .product-item.product-active {
  margin-top: -4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 5px 1px #bdbbbb;
  -moz-box-shadow: 2px 2px 5px 1px #bdbbbb;
  -webkit-box-shadow: 2px 2px 5px 1px #bdbbbb;
  -o-box-shadow: 2px 2px 5px 1px #bdbbbb;
  -ms-box-shadow: 2px 2px 5px 1px #bdbbbb;
}
.lb-modal-container .item-modal-inner .product-section .product-item .actions {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.lb-modal-container .item-modal-inner .product-section .product-item .actions .price-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.lb-modal-container .item-modal-inner .product-section .product-item .button-buy {
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 7px 15px;
  min-height: auto;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
}
.lb-modal-container .item-modal-inner .product-section .product-item .product-name {
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.lb-modal-container .item-modal-inner .product-section .item-desc {
  margin-top: 20px;
}
.block-lookbook-category-menu .toggle-menu {
  padding: 0;
  margin: 0;
}
.block-lookbook-category-menu .toggle-menu .item {
  list-style: none;
  position: relative;
  margin: 0;
}
.block-lookbook-category-menu .toggle-menu .item ul {
  padding-left: 20px;
}
.block-lookbook-category-menu .toggle-menu .item ul > .item {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-lookbook-category-menu .toggle-menu .item ul > .item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
.rtl-layout .block-lookbook-category-menu .toggle-menu .item ul > .item:before {
  left: auto;
  right: 0;
}
.block-lookbook-category-menu .toggle-menu .item ul > .item:hover {
  padding-left: 15px;
}
.block-lookbook-category-menu .toggle-menu .item ul > .item:hover:before {
  width: 10px;
}
.rtl-layout .block-lookbook-category-menu .toggle-menu .item ul > .item:hover {
  padding-left: 0px;
  padding-right: 15px;
}
.block-lookbook-category-menu .toggle-menu .item.level-0 > .menu-link {
  text-transform: uppercase;
}
.block-lookbook-category-menu .toggle-menu .item .menu-link {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
}
.block-lookbook-category-menu .toggle-menu .item .dropdown-toggle {
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.block-lookbook-category-menu .toggle-menu .item .dropdown-toggle:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 18px;
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rtl-layout .block-lookbook-category-menu .toggle-menu .item .dropdown-toggle {
  right: auto;
  left: 0;
}
.block-lookbook-category-menu .toggle-menu .item .sub-category {
  display: none;
}
.block-lookbook-category-menu .toggle-menu .item.open > .dropdown-toggle:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-lookbook-category-menu .toggle-menu .item.current-item > .menu-link {
  font-weight: bold;
}
.block.block-lookbook-category-menu {
  padding-bottom: 0;
}
.lookbook.wrapper .lookbook-inner {
  margin-bottom: 20px;
}
.lookbook.wrapper .lookbook-inner .lookbook-top {
  margin-bottom: 10px;
  position: relative;
}
.lookbook.wrapper .lookbook-inner .lookbook-top .auto-pos-wrap img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lookbook.wrapper .lookbook-inner .lookbook-top .lookbook-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333;
  padding: 3px 10px 2px;
  color: #999;
  float: left;
  z-index: 2;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.lookbook.wrapper .lookbook-inner .lookbook-bottom .lookbook-name {
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.auto-pos-wrap {
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.auto-pos-wrap .a-img .img-center {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: table;
}
.auto-pos-wrap.item-img-wrap {
  background-color: #f1f2f6;
}
.auto-pos-wrap.item-img-wrap div.img-center {
  width: 100%;
}
.auto-pos-wrap.item-img-wrap div.img-center img {
  width: 100%;
}
.loobook-item-list .item {
  margin-bottom: 20px;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #333333, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scale-normal {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes scale-reverse {
  0%,
  100% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(0.8);
  }
}
/*.page-layout-1column .block.widget .products-grid .isotope .product-item.width-1, .isotope .width-1{width: 20%; overflow:hidden; margin: 0; padding:0 5px 5px 0;}
.page-layout-1column .block.widget .products-grid .isotope .product-item.width-1.width-2, .isotope .width-1.width-2{width: 40%;margin-left:0%}
.cdz-banners-item {text-align: center;}
.owl-carousel .owl-item .cdz-banners-item img.img-responsive, .cdz-banners-item img.img-responsive{width: auto; max-width: 100%;display: inline-block;}
*/
.product-image-wrapper img {
  max-height: none;
  height: auto !important;
}
ul.cdz-product-labels {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
ul.cdz-product-labels li.label-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f3bf85;
  z-index: 10000;
  list-style: none;
  color: #FFF;
  display: table;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
ul.cdz-product-labels li.label-item .label-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.cdz-product-labels li.label-item.sale {
  background-color: #f8b5ad;
}
@media (min-width: 768px) {
  .product.media ul.cdz-product-labels {
    left: 100px;
    right: auto;
    z-index: 1;
  }
}
.cdz-menu .shop-by-brand-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cdz-menu .shop-by-brand-list .brand-item {
  width: 20%;
  margin: 10px 0;
}
/*--- Brand Colors ---*/
/* gray - title */
/* hover */
/* blue with opacity < 1 */
/* gray - border - box shadow */
@keyframes translator {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.cdz-translator {
  animation-name: translator;
  animation-duration: 1s;
}
.cdz-transparent {
  opacity: 0;
}
.flex-grid {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.abs-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.abs-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sidebar {
  max-width: 100%;
}
.zoom-eff,
.owl-carousel .owl-lazy.zoom-eff {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.zoom-eff:hover,
.owl-carousel .owl-lazy.zoom-eff:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.double-bounce-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce-spinner .double-bounce1,
.double-bounce-spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce-spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*Shop by Brands*/
.brand-container .owl-carousel.owl-loaded {
  padding-top: 0;
}
.brand-container .block {
  margin-bottom: 0;
}
.brand-container .page-desc {
  margin-bottom: 20px;
}
.brand-container .block-title {
  color: #0072bc;
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  min-width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.brand-container .block-title > strong {
  font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  border: 0;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: -1px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #e7e7e7;
  text-transform: uppercase;
}
/*Search*/
.block-brands-search .all-brank-link {
  font-size: 0;
  float: right;
  margin-top: 2px;
}
.rtl-layout .block-brands-search .all-brank-link {
  float: left;
}
.block-brands-search .all-brank-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  font-size: 16px;
  color: #999999;
}
.block-brands-search .all-brank-link:hover:before {
  color: #0072bc;
}
.brand-main .brand-search-wrap,
.featured-brands-block .brand-search-wrap {
  float: right;
  width: 250px;
  z-index: 10;
  max-width: 100%;
}
.rtl-layout .brand-main .brand-search-wrap,
.rtl-layout .featured-brands-block .brand-search-wrap {
  float: left;
}
.brand-search-wrap {
  font-size: 14px !important;
}
.brand-search-wrap .search-input {
  height: 35px;
  line-height: 35px;
  display: block;
  background-color: #FFF;
}
.brand-search-wrap .list-wrap {
  background-color: #FFF;
}
.brand-search-wrap input[type="text"] {
  font-size: 10px;
  font-style: italic;
  padding-left: 35px;
  margin-top: -3px;
}
.brand-search-wrap .brand-form {
  position: relative;
}
.brand-search-wrap .brand-form .ui-helper-hidden-accessible {
  display: block;
  width: 100%;
  color: #c07600;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: -15px;
  font-size: 11px;
}
.brand-search-wrap .search-label {
  position: absolute;
  left: 10px;
  top: -2px;
}
.brand-search-wrap .search-label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 40px;
  color: #f1f1f1;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.brand-search-wrap .brand-list {
  display: block !important;
  padding: 0;
  width: 100% !important;
  border: 1px solid #e7e7e7;
  border-top: none;
  margin: 0;
  left: 0 !important;
  top: 0 !important;
}
.brand-search-wrap .brand-list._hide {
  display: none !important;
}
.brand-search-wrap .brand-list .item {
  list-style: none;
  border-bottom: 1px dotted #e7e7e7;
  margin-bottom: 0;
}
.brand-search-wrap .brand-list .item:last-child {
  border-bottom: none;
}
.brand-search-wrap .brand-list .item:last-child {
  border-bottom: none;
}
.brand-search-wrap .brand-list .item a {
  line-height: 0;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.brand-search-wrap .brand-list .item a > span {
  display: block;
  float: left;
}
.rtl-layout .brand-search-wrap .brand-list .item a > span {
  float: right;
}
.brand-search-wrap .brand-list .item a .brand-img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.rtl-layout .brand-search-wrap .brand-list .item a .brand-img {
  margin-right: 0px;
  margin-left: 10px;
}
.brand-search-wrap .brand-list .item a .brand-img img {
  width: 100%;
}
.brand-search-wrap .brand-list .item a .brand-label strong {
  /* color: red; */
}
.brand-search-wrap .brand-list .item:hover {
  background-color: #f6f7f9;
}
.brand-search-wrap .brand-list .item.selected {
  background: #f6f7f9;
}
/*alphabet*/
.brand-alphabet-list .char-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.brand-alphabet-list .char-item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 18px;
  background-color: #fff;
  color: #0072bc;
  border: 1px solid #e7e7e7;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease 400ms;
  min-width: 32px;
  opacity: 0.5;
  cursor: default;
  font-size: 14px;
}
.rtl-layout .brand-alphabet-list .char-item {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.brand-alphabet-list .char-item.available {
  opacity: 1;
  cursor: pointer;
}
.brand-alphabet-list .char-item.available:hover {
  background-color: #313131;
  color: #ffffff;
  border-color: #313131;
}
.brand-alphabet-list .char-item.active {
  background-color: #313131;
  color: #ffffff;
  border-color: #313131;
}
.brand-alphabet-list .brand-group {
  clear: both;
  margin-bottom: 20px;
}
.brand-alphabet-list .brand-list {
  clear: both;
}
.brand-alphabet-list .brand-list .group-header {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.brand-alphabet-list .brand-list .label {
  display: inline-block;
  padding: 4px 12px;
  min-width: 100px;
  font-size: 18px;
  background-color: #e7e7e7;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  font-weight: normal;
}
.brand-alphabet-list .brand-item-inner {
  text-align: center;
}
.brand-alphabet-list .brand-item-inner .brand-name {
  color: #0072bc;
}
.brand-alphabet-list .brand-item-inner .brand-name:hover {
  color: #fc7070;
}
.brand-alphabet-list .brand-item-inner .item-bottom {
  text-align: center;
  margin-top: 10px;
}
.brand-alphabet-list .brand-item-inner .brand-name {
  display: block;
}
.brand-alphabet-list .brand-item-inner .count {
  color: #0072bc;
  background: #f1f1f1;
  display: inline-block;
  padding: 2px 8px;
  clear: both;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-style: italic;
}
.brand-alphabet-list .brand-item {
  margin-bottom: 10px;
}
.brand-container {
  margin-bottom: 40px;
}
.brand-container .brand-img-wrap {
  line-height: 0;
  border: 1px solid #e7e7e7;
  padding: 4px 4px;
  border-radius: 3px;
  background: #ffffff;
  display: block;
  box-shadow: -1px 3px 3px #d7d6d6;
}
.brand-container .brand-img-wrap .brand-image {
  border: 1px solid #e7e7e7;
  width: 100%;
}
.brand-container .cover-section {
  margin-bottom: 20px;
}
.brand-container .cover-section .brand-cover {
  width: 100%;
}
.brand-container .cover-section .cover-wrap {
  line-height: 0;
}
.brand-container .cover-section .after-cover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.brand-container .cover-section .after-cover .thumb-section {
  min-height: 45px;
  position: relative;
}
.brand-container .cover-section .after-cover .thumb-section .brand-img-wrap {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 100%;
  box-shadow: none;
}
.brand-container .cover-section .after-cover .title {
  font-weight: 500;
  color: #0072bc;
  margin: 7px 0 0px 15px;
  display: inline-block;
  font-size: 22px;
}
.brand-container .social-section .cdz-social-listing {
  padding: 7px 10px 5px 10px;
  margin-bottom: 0px;
  float: right;
}
.brand-container .social-section .cdz-social-listing .item {
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.brand-container .social-section .cdz-social-listing .item:last-child {
  margin-right: 0px;
}
.brand-container .social-section .cdz-social-listing .item .share-btn {
  padding: 5px 5px;
  min-width: 28px;
  margin: 0px;
  border: none;
  color: #0072bc;
  font-size: 14px;
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  background: none;
}
.brand-container .social-section .cdz-social-listing .item .share-btn:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  color: #313131;
}
/*Bock Brand - Next/Prev */
.block-brands .owl-carousel {
  padding-top: 0;
}
.block-brands .owl-carousel .owl-nav {
  position: absolute;
  top: -48px;
  right: 0;
  margin-top: 0;
}
.block-brands .owl-carousel .owl-nav [class*='owl-'] {
  width: 30px;
  height: 30px;
  top: calc(35%);
  -webkit-top: calc(35%);
  -o-top: calc(35%);
  -moz-top: calc(35%);
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.block-brands .owl-carousel .owl-nav [class*='owl-']:before {
  font-size: 18px;
  line-height: 28px;
}
.featured-brands-block .owl-carousel .owl-nav {
  position: static;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 0;
  top: calc(30%);
  -webkit-top: calc(30%);
  -o-top: calc(30%);
  -moz-top: calc(30%);
}
.rtl-layout .featured-brands-block .owl-carousel .owl-nav [class*='owl-'] {
  left: auto;
  right: 0;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-']:before {
  font-size: 20px;
  line-height: 38px;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: auto;
  right: 0;
}
.rtl-layout .featured-brands-block .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: auto;
  left: 0;
}
/*Detail*/
.product-brand-info {
  clear: both;
  padding-top: 10px;
  display: block;
}
.product-brand-info .brand-link {
  border: 1px solid #e7e7e7;
  display: inline-block;
  overflow: hidden;
  vertical-align: text-bottom;
  width: 70px;
}
/*Loading*/
.brand-loader {
  display: none;
}
.brand-loader.double-bounce-spinner .double-bounce1,
.brand-loader.double-bounce-spinner .double-bounce2 {
  background-color: #313131;
}
.no-loaded .brand-loader {
  display: block;
}
.no-loaded .brand-inner {
  display: none;
}
/*Mobile*/
/*Brand on Menu*/
.groupmenu .no-loaded .shop-by-brand-list {
  display: none;
}
@media (min-width: 768px) {
  .cdz-all-brands .block-title .brand-search-wrap .list-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
@media (max-width: 768px) {
  .brand-container .brand-top .block.featured-brands-block {
    margin-bottom: 20px;
  }
  .brand-container .brand-top .block.featured-brands-block .owl-nav {
    display: none;
  }
}
.brand-container .brand-top .featured-brands-block .block-title {
  z-index: 2;
  position: relative;
}
.cdz-cat-search {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid;
  height: calc(100% - 2px);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cdz-cat-search {
    display: none;
  }
}
.rtl-layout .cdz-cat-search {
  left: auto;
  right: 0;
  border-left: 1px solid;
  border-right: 0px;
}
.cdz-cat-search .inner {
  height: 100%;
  position: relative;
}
.cdz-cat-search .current-cat {
  padding: 0px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 120px;
  color: inherit;
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
}
.rtl-layout .cdz-cat-search .current-cat {
  padding-right: 0;
  margin-right: 0;
  padding-left: 10px;
  margin-left: 10px;
}
.cdz-cat-search .current-cat:after {
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  right: 10px;
  background: #ED8B00;
  top: 5px;
}
.rtl-layout .cdz-cat-search .current-cat:after {
  right: auto;
  left: 10px;
}
.cdz-cat-search .current-cat > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 15px;
  width: 100%;
  font-weight: 500;
}
.rtl-layout .cdz-cat-search .current-cat > span {
  padding-right: 10px;
  padding-left: 15px;
}
.cdz-cat-search .current-cat > span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 1;
  color: #ed8b00;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  top: calc(50% - 5px);
}
.rtl-layout .cdz-cat-search .current-cat > span:after {
  right: auto;
  left: 0;
}
.cdz-cat-search .dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
  background: #FFF;
  border: 1px solid #dfdede;
  width: 250px;
  opacity: 0;
  transition: all 400ms linear;
  max-height: 0px;
  overflow: hidden;
}
.rtl-layout .cdz-cat-search .dropdown {
  left: auto;
  right: 0;
}
.cdz-cat-search .dropdown ul {
  padding: 0px 0px;
  text-align: left;
  margin-bottom: 0px;
}
.rtl-layout .cdz-cat-search .dropdown ul {
  text-align: right;
}
.cdz-cat-search .dropdown ul li {
  list-style: none;
  margin: 0;
}
.cdz-cat-search .dropdown ul li a {
  padding: 5px 0px 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  transition: padding-left 400ms ease;
}
.cdz-cat-search .dropdown ul li a.all-cat {
  text-transform: uppercase;
}
.cdz-cat-search .dropdown ul li a:before {
  visibility: hidden;
  height: 1px;
  width: 0px;
  content: '';
  border-bottom: 1px solid;
  transition: width 400ms ease;
  position: absolute;
  left: 5px;
  top: 50%;
}
.cdz-cat-search .dropdown ul li a:hover {
  padding-left: 25px;
  transition: padding-left 400ms ease;
}
.cdz-cat-search .dropdown ul li a:hover:before {
  visibility: visible;
  width: 15px;
  transition: width 400ms ease;
}
.rtl-layout .cdz-cat-search .dropdown ul li a {
  padding: 5px 5px 0px 0px;
  transition: padding-right 400ms ease;
}
.rtl-layout .cdz-cat-search .dropdown ul li a:before {
  left: auto;
  right: 5px;
}
.rtl-layout .cdz-cat-search .dropdown ul li a:hover {
  padding-left: 0px;
  padding-right: 25px;
}
.cdz-cat-search .dropdown ul li.parent > ul {
  padding-left: 10px;
}
.rtl-layout .cdz-cat-search .dropdown ul li.parent > ul {
  padding-left: 0;
  padding-right: 10px;
}
.cdz-cat-search .dropdown .dropdown-inner {
  width: 100%;
  max-height: 400px !important;
  overflow: auto;
  padding: 10px 10px;
}
.cdz-cat-search .dropdown .dropdown-inner * {
  max-height: unset;
}
.cdz-cat-search.open .dropdown {
  max-height: 400px !important;
  opacity: 1;
  transition: all 400ms linear;
}
.sticky-menu.active .cdz-cat-search {
  display: none;
}
@media (min-width: 768px) {
  .has-cat input[name="q"] {
    padding-left: 135px;
    padding-right: 40px;
  }
  .rtl-layout .has-cat input[name="q"] {
    padding-left: 40px;
    padding-right: 135px;
  }
}
.searchsuite-autocomplete .num-result:before {
  content: '(';
}
.searchsuite-autocomplete .num-result:after {
  content: ')';
}
.searchsuite-autocomplete .suggest {
  display: none;
}
.search-form-container .cdz-cat-search {
  border-right: 0px solid #313131;
  color: #313131;
}
.rtl-layout .search-form-container .cdz-cat-search {
  border-right: 0px;
  border-left: 0px solid #313131;
}
.search-form-container .cdz-cat-search .current-cat {
  background-color: #ffffff;
  color: #313131;
}
.search-form-container .cdz-cat-search .current-cat:focus,
.search-form-container .cdz-cat-search .current-cat:visited,
.search-form-container .cdz-cat-search .current-cat :active {
  background-color: #ffffff;
  color: #313131;
}
.search-form-container .cdz-cat-search .current-cat:hover {
  color: #313131;
  background-color: #ffffff;
}
.search-form-container .cdz-cat-search .current-cat span:active,
.search-form-container .cdz-cat-search .current-cat span:hover {
  color: #313131;
  background-color: #ffffff;
}
.search-form-container .cdz-cat-search .current-cat:selection {
  background: inherit;
}
.search-form-container .cdz-cat-search:hover {
  border-right-color: #0072bc;
}
.search-form-container .cdz-cat-search .dropdown {
  background-color: #ffffff;
}
.search-form-container .cdz-cat-search .dropdown ul li a {
  color: #313131;
}
.search-form-container .cdz-cat-search .dropdown ul li a:hover {
  color: #313131;
}
.cdz-msg-container.fixed {
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 1000;
  width: 400px;
  max-width: 100%;
}
.cdz-sidebar-backface {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 887;
  opacity: 0;
}
.cdz-popup-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
}
.cdz-popup-area .cdz-backface {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 500ms ease;
  backface-visibility: hidden;
}
.cdz-popup-area .cdz-popup-area-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
}
.cdz-popup-area .cdz-popup {
  visibility: hidden;
  overflow: visible;
  top: -110%;
  left: 0;
  right: 0;
  position: absolute;
  background: #FFF;
  transition: all 500ms ease;
  backface-visibility: hidden;
  max-height: 80%;
  width: 500px;
  max-width: calc(60%);
  margin: 2rem auto;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  background: #FFF;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content {
  max-height: 500px;
  max-height: 80vh;
  overflow: auto;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary {
  padding: 25px;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .actions-toolbar .primary,
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .actions-toolbar .submit,
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .actions-toolbar .secondary {
  width: 100%;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .info-summary-bottom {
  text-align: center;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .info-summary-bottom .secondary {
  padding: 15px;
  background: #f5f5f5;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.cdz-popup-area .cdz-popup .cdz-popup-inner .cdz-popup-content .account-info-summary .info-summary-bottom .secondary .create-account-link {
  color: #5c6ac3;
}
.cdz-popup-area button.close-cdzpopup {
  position: absolute;
  top: 0px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid;
  color: #000;
  border-color: transparent;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  right: 0px;
  display: none;
}
body.cdz-popup-opened .cdz-backface {
  opacity: 1;
  transition: all 500ms ease;
  backface-visibility: hidden;
}
body.cdz-popup-opened .cdz-popup.opened {
  visibility: visible;
  top: 0;
  z-index: 1000;
}
body.cdz-popup-opened .cdz-popup-area {
  visibility: visible;
  overflow-y: scroll;
}
.qop-productlist {
  clear: left;
  margin-bottom: 10px;
  padding: 2rem 0;
}
.qop-productlist .qop-sort {
  max-width: 30%;
  margin-left: 20px;
}
.qop-productlist .qop-sort label {
  vertical-align: middle;
}
.qop-productlist.thinner {
  float: left;
  margin-right: 15px;
  width: 100%;
}
.qop-productlist li {
  padding: 5px;
  overflow: hidden;
  position: relative;
}
.qop-productlist li .product-image,
.qop-productlist li .product-shop {
  float: left;
  display: inline;
}
.qop-productlist li .product-image {
  margin-right: 5px;
}
.qop-productlist li .product-shop {
  width: 340px;
  width: 420px;
}
.qop-productlist li .addtobasketform {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.qop-productlist .skus li {
  border: none;
  padding: 0;
}
.qop-productlist th {
  text-align: center;
}
.qop-productlist th.productname {
  width: 35%;
  min-width: 160px;
}
.qop-productlist th.qty {
  width: 20%;
}
.qop-productlist td {
  border-top: 1px solid #707070;
}
.qop-productlist td.action input.addall_qty {
  width: 50%;
}
.qop-productlist td ul {
  padding-left: 10px;
}
.qop-productlist tr.grouped td.image,
.qop-productlist tr.grouped td.productname {
  border-bottom: 0;
  border-top: 0;
}
.qop-productlist tr.grouped td.productname a.product-image {
  float: left;
  margin: 0 0.5em;
  padding-top: 0;
}
.qop-productlist tr.grouped td.productname a {
  margin-top: 2.5em;
}
.qop-productlist tr.groupedfirst td.image,
.qop-productlist tr.groupedfirst td.productname {
  border-bottom: 0;
}
.qop-productlist th,
.qop-productlist td {
  vertical-align: middle;
}
.qop-productlist .last {
  border-right: none;
}
.qop-productlist .stock,
.qop-productlist .price,
.qop-productlist .action,
.qop-productlist .uom {
  text-align: center;
}
.qop-productlist .action {
  white-space: nowrap;
}
.qop-productlist .action label {
  display: block;
}
.qop-productlist p.availability {
  display: inline;
}
.qop-search form {
  float: left;
  display: block;
  width: 50%;
}
.qop-search form p {
  float: left;
}
.qop-search form p label {
  line-height: 18px;
  font-size: 12px;
}
.qop-search form p button.pro-line-search {
  margin-top: 18px;
}
.qop-search .form-list input.input-text {
  width: 80%;
}
.qop-search .show-stock {
  display: flex;
}
.qop-productlist .note-msg,
.qop-basket .cart-empty {
  padding-left: 10px;
}
.qop-clear {
  clear: both;
}
#add_all_to_basket {
  float: right;
  margin-top: 10px;
}
#clear_configure_basket {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.csvincluded form {
  width: 48%;
  float: left;
  margin: 5px;
}
.csvincluded form .fieldset {
  min-height: 105px;
}
#qa_next_page {
  float: right;
}
select#list_id {
  width: 80%;
}
iframe {
  width: 100%;
}
.quickorderpad-form-results.page-layout-1column .toolbar-products {
  position: static;
  padding: 10px;
}
.quickorderpad-form-results.page-layout-1column .toolbar-products .pages,
.quickorderpad-form-results.page-layout-1column .toolbar-products .limiter {
  display: inline;
}
.dealerconnect-inventory-billofmaterials .modal-inner-wrap {
  width: 35%;
}
#dealerconnect_bom_built .qa_custompart,
#dealerconnect_bom_add_table .qa_custompart {
  margin: 0 5px;
}
.bom_linesearch .qop-productlist ul {
  margin-bottom: 0;
}
.part-not-found {
  clear: both;
  display: block;
  width: 75%;
  text-align: center;
  color: #e02b27;
}
.code-not-found {
  width: 94%;
}
.desc-not-found {
  width: 90%;
}
.code-not-found,
.desc-not-found {
  text-align: right;
}
#dealerconnect_bom_built,
#dealerconnect_bom_add {
  overflow-x: hidden;
}
.dropbtn {
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  cursor: pointer;
}
.dropdown-content a {
  color: #006bb4;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  text-decoration: underline;
}
.max-width {
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-50 {
  margin-bottom: 5rem;
}
.mb-60 {
  margin-bottom: 6rem;
}
.mb-70 {
  margin-bottom: 7rem;
}
.mb-80 {
  margin-bottom: 8rem;
}
.a-center {
  text-align: center;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}
.slidershow-prompt {
  background-color: #0072bc;
  padding: 2rem;
}
.slidershow-prompt .iconfont {
  display: block;
  margin-right: 2rem;
}
.slidershow-prompt .iconfont:before {
  font-size: 2.2rem;
}
.slidershow-prompt .notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
body #ddg-launcher-frame-container {
  bottom: 70px !important;
}
.page-product-configurable .product-info-price .price-box {
  padding: 0;
}
.page-product-configurable .product-info-main .product-add-form {
  padding-top: 0;
}
.page-product-configurable .product-options-wrapper .price-box {
  padding-bottom: 0;
}
.product-options-wrapper .product-options > p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  margin-bottom: 0;
}
.product-options-wrapper .product-options > p span {
  font-size: 1.6rem;
}
.product-options-wrapper .product-options > p.in-stock,
.product-options-wrapper .product-options > p.available,
.product-options-wrapper .product-options > p.stock {
  color: #008000;
}
.product-options-wrapper .product-options > p.out-of-stock {
  color: #ed1c24;
}
.product-options-wrapper .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.product-options-wrapper .fieldset .field {
  order: 1;
  margin-top: 3.5rem;
}
.product-options-wrapper .fieldset .field select {
  border-color: #707070;
  width: 220px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-current .block-subtitle.filter-current-subtitle {
  text-transform: unset;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-current ol.items {
  padding: 0px;
  background: transparent;
  border: unset;
  margin-bottom: 0px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-current ol.items .filter-label {
  text-transform: unset;
  font-size: inherit;
  font-weight: normal;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-current ol.items .action.remove {
  content: "\e679";
  font-size: 18px;
  font-family: 'iconfont';
}
body.page-products .sidebar.sidebar-main .block.filter .block-actions.filter-actions a.action.clear.filter-clear {
  text-transform: capitalize;
  border: 0px;
  padding: 0px;
  color: #0072bc;
  font-size: 1.5rem;
  font-weight: bold;
}
body.page-products .sidebar.sidebar-main .block.filter .block-subtitle {
  display: none !important;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ed1c24;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-title {
  padding: 0px;
  font-weight: 700;
  text-transform: unset;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-title:before {
  display: none !important;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content {
  margin: 0px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer {
  border-top: 0px dashed #e0e0e0;
  padding-top: 0px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item {
  margin-bottom: 0;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item:before {
  display: none;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item > a {
  color: #3b3b3b;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item > a > span.count {
  border: 0px;
  height: auto;
  border-radius: unset;
  font-size: inherit;
  font-family: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: normal;
  color: #3b3b3b;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: inline-block;
  margin-left: 5px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item > a > span.count > span:before {
  content: '(';
  display: inline !important;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer li.item > a > span.count > span:after {
  content: ')';
  display: inline !important;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  padding: 1rem 0;
  display: none;
  font-size: 1.6rem;
  font-weight: normal;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .item {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.filter-current .action.remove {
  font-size: 0rem;
  left: 0;
  position: absolute;
  top: 0;
}
.filter-current .action.remove:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e679";
  font-size: 18px;
  font-family: 'iconfont';
  speak: none;
  color: #000;
}
.filter-actions {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ed1c24;
}
.filter-actions a {
  color: #0072bc;
  font-size: 1.5rem;
  font-weight: bold;
}
.filter-label {
  font-weight: normal;
}
.filter-label:after {
  content: ': ';
}
.filter-options {
  display: none;
  margin: 0;
}
.filter dl.options:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 2px dashed #d2d2d2;
}
.filter dl.options:not(:first-child) {
  padding-top: 1.5rem;
}
.filter-options,
.filter dl.options {
  margin: 0;
}
.filter-options-item,
.filter dl.options-item,
.filter-options dt,
.filter dl.options dt {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ed1c24;
}
.filter-options-item:last-child,
.filter dl.options-item:last-child,
.filter-options dt:last-child,
.filter dl.options dt:last-child {
  border-bottom: 0;
}
.filter-options-title,
.filter dl.options-title,
.filter-options dt,
.filter dl.options dt {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  font-size: 1.6rem;
  font-weight: bold;
}
.filter-options-title:after,
.filter dl.options-title:after,
.filter-options dt:after,
.filter dl.options dt:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e67b";
  font-size: 12px;
  font-family: 'iconfont';
  speak: none;
}
.active > .filter-options-title:after,
.active > .filter dl.options-title:after,
.active > .filter-options dt:after,
.active > .filter dl.options dt:after {
  content: '\e67a';
}
.filter-options-content,
.filter dl.options-content,
.filter-options dd,
.filter dl.options dd {
  margin: 0;
}
.filter-options-content ol,
.filter dl.options-content ol,
.filter-options dd ol,
.filter dl.options dd ol,
.filter-options-content ul,
.filter dl.options-content ul,
.filter-options dd ul,
.filter dl.options dd ul {
  padding-left: 0;
  margin-bottom: 0;
}
.filter-options-content .item,
.filter dl.options-content .item,
.filter-options dd .item,
.filter dl.options dd .item {
  margin: 10px 0;
  line-height: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.filter-options-content .item:last-child,
.filter dl.options-content .item:last-child,
.filter-options dd .item:last-child,
.filter dl.options dd .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a,
.filter dl.options-content .item > a,
.filter-options dd .item > a,
.filter dl.options dd .item > a {
  display: inline-block;
  border-bottom: 1px solid #3b3b3b;
}
.filter-options-content .item > a:hover,
.filter dl.options-content .item > a:hover,
.filter-options dd .item > a:hover,
.filter dl.options dd .item > a:hover {
  color: #3b3b3b;
}
.filter-options-content a,
.filter dl.options-content a,
.filter-options dd a,
.filter dl.options dd a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
}
.filter-options-content .count,
.filter dl.options-content .count,
.filter-options dd .count,
.filter dl.options dd .count {
  display: inline-block;
  margin-left: 5px;
}
.filter-options-content .count:before,
.filter dl.options-content .count:before,
.filter-options dd .count:before,
.filter dl.options dd .count:before {
  content: '(';
  display: inline;
}
.filter-options-content .count:after,
.filter dl.options-content .count:after,
.filter-options dd .count:after,
.filter dl.options dd .count:after {
  content: ')';
  display: inline;
}
.filter-options-content .price-slider-container .price-slider,
.filter dl.options-content .price-slider-container .price-slider,
.filter-options dd .price-slider-container .price-slider,
.filter dl.options dd .price-slider-container .price-slider {
  margin-bottom: 10px;
  margin-right: 7px;
  margin-left: 7px;
}
.filter-options-content .price-slider-container .input-wrap,
.filter dl.options-content .price-slider-container .input-wrap,
.filter-options dd .price-slider-container .input-wrap,
.filter dl.options dd .price-slider-container .input-wrap {
  display: inline-block;
}
.filter-options-content .price-slider-container .input-wrap .control,
.filter dl.options-content .price-slider-container .input-wrap .control,
.filter-options dd .price-slider-container .input-wrap .control,
.filter dl.options dd .price-slider-container .input-wrap .control {
  display: inline-block;
}
.filter-options-content .price-slider-container .input-wrap .control .input-text,
.filter dl.options-content .price-slider-container .input-wrap .control .input-text,
.filter-options dd .price-slider-container .input-wrap .control .input-text,
.filter dl.options dd .price-slider-container .input-wrap .control .input-text {
  width: 50px;
}
.filter-options-content .price-slider-container .action,
.filter dl.options-content .price-slider-container .action,
.filter-options dd .price-slider-container .action,
.filter dl.options dd .price-slider-container .action {
  display: inline-block;
}
.sidebar.sidebar-main .block.filter .filter-options .filter-options-content .checkbox-container ul.items.filter-checkbox .count {
  border: 0px;
  font-size: 14px;
  font-family: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: normal;
  opacity: 1;
  color: #3b3b3b;
}
.sidebar.sidebar-main .block.filter .filter-options .filter-options-content .checkbox-container ul.items.filter-checkbox .count:before {
  content: '(';
  display: inline !important;
}
.sidebar.sidebar-main .block.filter .filter-options .filter-options-content .checkbox-container ul.items.filter-checkbox .count:after {
  content: ')';
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .category-view {
    flex-wrap: wrap;
  }
  .category-image,
  .category-description {
    width: 100%;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    background: #efefef !important;
    border-bottom: 1px solid #e7e7e7;
    height: 48px;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    left: auto;
    right: 20px;
    top: 6px !important;
    font-size: 0 !important;
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:hover {
    border: 1px solid #0072bc !important;
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
  }
  .filter.active .filter-title strong:before {
    display: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    margin-right: 50px;
    color: #0072bc;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 2rem;
  }
  .filter.active .filter-options {
    background: #efefef;
    bottom: 0;
    padding: 0 20px;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    padding: 0 1rem 1rem 1rem;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #e7e7e7;
    border-width: 1px 0;
    margin: 5px 0 0;
    padding: 0 1rem;
    border-bottom: 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 1rem;
    border-bottom: 0;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-content .item {
    margin-bottom: 1rem;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column.rtl-layout .filter-title {
    left: 0;
    right: auto;
  }
  .page-layout-1column.rtl-layout .filter-title strong:before {
    margin-left: 10px;
    margin-right: 0;
  }
  .page-layout-1column.rtl-layout .filter-options-title {
    padding: 0 0 0 20px;
  }
  .page-layout-1column.rtl-layout .filter-options-title:after {
    left: 2px;
    right: auto;
  }
  .page-layout-1column.rtl-layout .filter-options-content {
    left: 0;
    right: auto;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column .filter.block {
    margin-bottom: 0;
    position: relative;
    z-index: 4;
  }
  .page-layout-1column .filter-content {
    height: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: scale(1, 0);
    display: none;
  }
  .page-layout-1column .filter.active .filter-content {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: 1;
    -webkit-transform: 1;
    -o-transform: 1;
    transform: 1;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    transform: scale(1, 1);
    height: 100%;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-title {
    position: absolute;
    right: 0;
    top: -58px;
    display: inline-block;
  }
  .page-layout-1column .filter-title strong {
    display: inline-block;
    border: 1px solid;
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font: 400 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    cursor: pointer;
  }
  .page-layout-1column .filter-title strong:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0b0';
    font-size: 14px;
    margin-right: 10px;
  }
  .page-layout-1column .filter-title strong:hover {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
  }
  .page-layout-1column .filter.active .filter-options {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
  .page-layout-1column .filter-options {
    box-shadow: 0px 0px 1px #8c8686;
    -moz-box-shadow: 0px 0px 1px #8c8686;
    -webkit-box-shadow: 0px 0px 1px #8c8686;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #efefef !important;
    width: 100%;
    float: left;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    width: 20%;
    background: #efefef;
    padding: 8px 15px;
    vertical-align: top;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: -1px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    border-top: 1px dashed #e7e7e7;
    margin-top: 10px;
    display: block !important;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .color {
    padding-top: 10px;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-1column.catalog-category-view .columns {
    padding-top: 60px;
  }
  .page-layout-1column.catalog-category-view .columns .block.filter {
    margin-bottom: 0;
  }
  .page-layout-1column.catalog-category-view .columns .block.filter .filter-title strong {
    top: 0;
  }
  .page-main .sidebar .block.filter {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .page-main .sidebar .block.filter .block-title {
    padding: 0;
    border: 0;
  }
  .page-main .sidebar .block.filter .block-content {
    padding: 0;
    margin-bottom: 1rem;
  }
  .page-main .sidebar .block.filter .filter-title strong {
    cursor: pointer;
    right: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 1rem;
    border: 0;
    font-size: 1.4rem;
  }
  .page-main .sidebar .block.filter .filter-title strong:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0b0';
    font-size: 14px;
    margin-right: 10px;
  }
  .page-main .sidebar .block.filter .filter-title strong:hover {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
  }
  .page-main .sidebar .block.filter .filter-title strong[data-count]:after {
    color: #ffffff;
    background: #fc5e10;
    border-radius: 2px;
    content: attr(data-count);
    display: inline-block;
    font-size: .8em;
    line-height: 1;
    margin: 0 5px;
    min-width: 1em;
    padding: 2px;
  }
  .rtl-layout .page-main .sidebar .block.filter .filter-title strong {
    right: 0;
    left: auto;
  }
  .rtl-layout .page-main .sidebar .block.filter .filter-title strong:before {
    margin-left: 10px;
    margin-right: 0;
  }
  .page-main .sidebar .block.filter.active .filter-title strong:before {
    display: none;
  }
  .page-products .page-main .columns {
    padding-top: 0;
  }
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #efefef;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: normal;
  padding: 0 20px;
  font-size: 1.6rem;
}
.order-links .item a {
  background: #efefef;
  color: #303030;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: normal;
  padding: 0 20px;
  font-size: 1.6rem;
}
.order-links .item a:hover {
  background: #efefef;
  text-decoration: none;
  color: #fff;
}
.order-details-items {
  border: 1px solid #e7e7e7;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 10px 10px 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
  margin-bottom: 0px;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:last-child {
  margin-bottom: 0px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
  white-space: initial;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.4rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #e7e7e7;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.order-status {
  margin-bottom: 10px;
}
.account.rtl-layout .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"].rtl-layout .page-main .page-title-wrapper .page-title,
.sales-guest-view.rtl-layout .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns.rtl-layout .page-main .page-title-wrapper .page-title {
  margin-right: 0;
  margin-left: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
@media (min-width: 1024px), print {
  body.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  body.account .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(2n+1) {
    clear: none;
  }
  body.account .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 1023px), print {
  .account.page-layout-2columns-left .table-wrapper table.data-grid#customerconnect_servicecalls_table tr.data-grid-filters td.col-requested_date .range-line.date button {
    right: 0px;
  }
  .account.page-layout-2columns-left table.data-grid tr.data-grid-filters {
    background: #ebebeb;
  }
  .account.page-layout-2columns-left table.data-grid tr.data-grid-filters td .range .range-line {
    float: left;
    width: 50%;
  }
  .account.page-layout-2columns-left table.data-grid tr.data-grid-filters td .range .range-line.date {
    float: left;
    width: 50%;
    position: relative;
  }
  .account.page-layout-2columns-left table.data-grid tr.data-grid-filters td .range .range-line.date input {
    width: 100% !important;
    margin: 0px;
    max-width: 500px !important;
  }
  .account.page-layout-2columns-left table.data-grid tr.data-grid-filters td .range .range-line.date button {
    right: 0px;
    padding: 0px 5px;
  }
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr td,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr th {
    padding: 10px 5px;
  }
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td {
    padding: 10px 5px;
  }
  .account .column.main .box-info div.content-header table tr td {
    width: auto !important;
    vertical-align: bottom;
  }
  .account .column.main .box-info div.boxed-content .table-wrapper thead th * {
    font-size: 14px;
  }
  .account.customerconnect-dashboard-index .column.main .box-info,
  .account.customerconnect-account-index .column.main .box-info {
    padding-top: 10px;
    float: none;
    width: 100%;
  }
  .account.customerconnect-dashboard-index .table-wrapper.admin__data-grid-wrap,
  .account.customerconnect-account-index .table-wrapper.admin__data-grid-wrap {
    padding: 15px 15px 40px;
  }
  .account.epicor-lists-lists-index .column.main .table-wrapper,
  .account.epicor_lists-lists-index .column.main .table-wrapper,
  .account.customerconnect-account-index .column.main .table-wrapper,
  .account.customerconnect-orders-index .column.main .table-wrapper,
  .account.customerconnect-invoices-index .column.main .table-wrapper,
  .account.customerconnect-rmas-index .column.main .table-wrapper,
  .account.customerconnect-servicecalls-index .column.main .table-wrapper,
  .account.customerconnect-rfqs-index .column.main .table-wrapper,
  .account.customerconnect-recentpurchases-index .column.main .table-wrapper,
  .account.customerconnect-payments-index .column.main .table-wrapper,
  .account.customerconnect-shipments-index .column.main .table-wrapper,
  .account.customerconnect-skus-index .column.main .table-wrapper,
  .account.epicor-lists-lists-edit .column.main .table-wrapper,
  .account.customerconnect-returns-index .column.main .table-wrapper {
    padding-top: 15px;
  }
  .account.epicor-lists-lists-index .column.main .boxed-content .table-wrapper,
  .account.epicor_lists-lists-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-account-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-orders-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-invoices-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-rmas-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-servicecalls-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-rfqs-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-recentpurchases-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-payments-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-shipments-index .column.main .boxed-content .table-wrapper,
  .account.customerconnect-skus-index .column.main .boxed-content .table-wrapper,
  .account.epicor-lists-lists-edit .column.main .boxed-content .table-wrapper,
  .account.customerconnect-returns-index .column.main .boxed-content .table-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .account.epicor-lists-lists-index .admin__data-grid-toolbar button,
  .account.epicor_lists-lists-index .admin__data-grid-toolbar button,
  .account.customerconnect-account-index .admin__data-grid-toolbar button,
  .account.customerconnect-orders-index .admin__data-grid-toolbar button,
  .account.customerconnect-invoices-index .admin__data-grid-toolbar button,
  .account.customerconnect-rmas-index .admin__data-grid-toolbar button,
  .account.customerconnect-servicecalls-index .admin__data-grid-toolbar button,
  .account.customerconnect-rfqs-index .admin__data-grid-toolbar button,
  .account.customerconnect-recentpurchases-index .admin__data-grid-toolbar button,
  .account.customerconnect-payments-index .admin__data-grid-toolbar button,
  .account.customerconnect-shipments-index .admin__data-grid-toolbar button,
  .account.customerconnect-skus-index .admin__data-grid-toolbar button,
  .account.epicor-lists-lists-edit .admin__data-grid-toolbar button,
  .account.customerconnect-returns-index .admin__data-grid-toolbar button {
    padding: 4px 6px;
  }
  .account.epicor-lists-lists-index .admin__data-grid-toolbar button span,
  .account.epicor_lists-lists-index .admin__data-grid-toolbar button span,
  .account.customerconnect-account-index .admin__data-grid-toolbar button span,
  .account.customerconnect-orders-index .admin__data-grid-toolbar button span,
  .account.customerconnect-invoices-index .admin__data-grid-toolbar button span,
  .account.customerconnect-rmas-index .admin__data-grid-toolbar button span,
  .account.customerconnect-servicecalls-index .admin__data-grid-toolbar button span,
  .account.customerconnect-rfqs-index .admin__data-grid-toolbar button span,
  .account.customerconnect-recentpurchases-index .admin__data-grid-toolbar button span,
  .account.customerconnect-payments-index .admin__data-grid-toolbar button span,
  .account.customerconnect-shipments-index .admin__data-grid-toolbar button span,
  .account.customerconnect-skus-index .admin__data-grid-toolbar button span,
  .account.epicor-lists-lists-edit .admin__data-grid-toolbar button span,
  .account.customerconnect-returns-index .admin__data-grid-toolbar button span {
    font-weight: normal;
    font-size: 14px;
  }
  .account.epicor-lists-lists-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.epicor_lists-lists-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-account-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-orders-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-invoices-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-rmas-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-servicecalls-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-rfqs-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-recentpurchases-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-payments-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-shipments-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-skus-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.epicor-lists-lists-edit .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
  .account.customerconnect-returns-index .admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
    margin-top: 0px;
  }
  .account.epicor-lists-lists-index .data-table,
  .account.epicor_lists-lists-index .data-table,
  .account.customerconnect-account-index .data-table,
  .account.customerconnect-orders-index .data-table,
  .account.customerconnect-invoices-index .data-table,
  .account.customerconnect-rmas-index .data-table,
  .account.customerconnect-servicecalls-index .data-table,
  .account.customerconnect-rfqs-index .data-table,
  .account.customerconnect-recentpurchases-index .data-table,
  .account.customerconnect-payments-index .data-table,
  .account.customerconnect-shipments-index .data-table,
  .account.customerconnect-skus-index .data-table,
  .account.epicor-lists-lists-edit .data-table,
  .account.customerconnect-returns-index .data-table,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table,
  .account.customerconnect-account-index #customer_account_contacts_list_table,
  .account.customerconnect-orders-index #customer_account_contacts_list_table,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table,
  .account.customerconnect-payments-index #customer_account_contacts_list_table,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table,
  .account.customerconnect-skus-index #customer_account_contacts_list_table,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table,
  .account.customerconnect-returns-index #customer_account_contacts_list_table,
  .account.epicor-lists-lists-index #customerconnect_orders_table,
  .account.epicor_lists-lists-index #customerconnect_orders_table,
  .account.customerconnect-account-index #customerconnect_orders_table,
  .account.customerconnect-orders-index #customerconnect_orders_table,
  .account.customerconnect-invoices-index #customerconnect_orders_table,
  .account.customerconnect-rmas-index #customerconnect_orders_table,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table,
  .account.customerconnect-rfqs-index #customerconnect_orders_table,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table,
  .account.customerconnect-payments-index #customerconnect_orders_table,
  .account.customerconnect-shipments-index #customerconnect_orders_table,
  .account.customerconnect-skus-index #customerconnect_orders_table,
  .account.epicor-lists-lists-edit #customerconnect_orders_table,
  .account.customerconnect-returns-index #customerconnect_orders_table,
  .account.epicor-lists-lists-index #customerconnect_returns_table,
  .account.epicor_lists-lists-index #customerconnect_returns_table,
  .account.customerconnect-account-index #customerconnect_returns_table,
  .account.customerconnect-orders-index #customerconnect_returns_table,
  .account.customerconnect-invoices-index #customerconnect_returns_table,
  .account.customerconnect-rmas-index #customerconnect_returns_table,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table,
  .account.customerconnect-rfqs-index #customerconnect_returns_table,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table,
  .account.customerconnect-payments-index #customerconnect_returns_table,
  .account.customerconnect-shipments-index #customerconnect_returns_table,
  .account.customerconnect-skus-index #customerconnect_returns_table,
  .account.epicor-lists-lists-edit #customerconnect_returns_table,
  .account.customerconnect-returns-index #customerconnect_returns_table,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid,
  .account.customerconnect-account-index .table-wrapper table.data-grid,
  .account.customerconnect-orders-index .table-wrapper table.data-grid,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid,
  .account.customerconnect-payments-index .table-wrapper table.data-grid,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid,
  .account.customerconnect-skus-index .table-wrapper table.data-grid,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid,
  .account.customerconnect-returns-index .table-wrapper table.data-grid,
  .account.epicor-lists-lists-index #customerconnect_rmas_table,
  .account.epicor_lists-lists-index #customerconnect_rmas_table,
  .account.customerconnect-account-index #customerconnect_rmas_table,
  .account.customerconnect-orders-index #customerconnect_rmas_table,
  .account.customerconnect-invoices-index #customerconnect_rmas_table,
  .account.customerconnect-rmas-index #customerconnect_rmas_table,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table,
  .account.customerconnect-payments-index #customerconnect_rmas_table,
  .account.customerconnect-shipments-index #customerconnect_rmas_table,
  .account.customerconnect-skus-index #customerconnect_rmas_table,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table,
  .account.customerconnect-returns-index #customerconnect_rmas_table,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table,
  .account.customerconnect-account-index #customerconnect_servicecalls_table,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table,
  .account.customerconnect-account-index #customerconnect_rfqs_table,
  .account.customerconnect-orders-index #customerconnect_rfqs_table,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table,
  .account.customerconnect-payments-index #customerconnect_rfqs_table,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table,
  .account.customerconnect-skus-index #customerconnect_rfqs_table,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table,
  .account.customerconnect-returns-index #customerconnect_rfqs_table,
  .account.epicor-lists-lists-index #customerconnect_rph_table,
  .account.epicor_lists-lists-index #customerconnect_rph_table,
  .account.customerconnect-account-index #customerconnect_rph_table,
  .account.customerconnect-orders-index #customerconnect_rph_table,
  .account.customerconnect-invoices-index #customerconnect_rph_table,
  .account.customerconnect-rmas-index #customerconnect_rph_table,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table,
  .account.customerconnect-rfqs-index #customerconnect_rph_table,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table,
  .account.customerconnect-payments-index #customerconnect_rph_table,
  .account.customerconnect-shipments-index #customerconnect_rph_table,
  .account.customerconnect-skus-index #customerconnect_rph_table,
  .account.epicor-lists-lists-edit #customerconnect_rph_table,
  .account.customerconnect-returns-index #customerconnect_rph_table,
  .account.epicor-lists-lists-index #customerconnect_payments_table,
  .account.epicor_lists-lists-index #customerconnect_payments_table,
  .account.customerconnect-account-index #customerconnect_payments_table,
  .account.customerconnect-orders-index #customerconnect_payments_table,
  .account.customerconnect-invoices-index #customerconnect_payments_table,
  .account.customerconnect-rmas-index #customerconnect_payments_table,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table,
  .account.customerconnect-rfqs-index #customerconnect_payments_table,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table,
  .account.customerconnect-payments-index #customerconnect_payments_table,
  .account.customerconnect-shipments-index #customerconnect_payments_table,
  .account.customerconnect-skus-index #customerconnect_payments_table,
  .account.epicor-lists-lists-edit #customerconnect_payments_table,
  .account.customerconnect-returns-index #customerconnect_payments_table,
  .account.epicor-lists-lists-index #list_products_table,
  .account.epicor_lists-lists-index #list_products_table,
  .account.customerconnect-account-index #list_products_table,
  .account.customerconnect-orders-index #list_products_table,
  .account.customerconnect-invoices-index #list_products_table,
  .account.customerconnect-rmas-index #list_products_table,
  .account.customerconnect-servicecalls-index #list_products_table,
  .account.customerconnect-rfqs-index #list_products_table,
  .account.customerconnect-recentpurchases-index #list_products_table,
  .account.customerconnect-payments-index #list_products_table,
  .account.customerconnect-shipments-index #list_products_table,
  .account.customerconnect-skus-index #list_products_table,
  .account.epicor-lists-lists-edit #list_products_table,
  .account.customerconnect-returns-index #list_products_table,
  .account.epicor-lists-lists-index #customerconnect_shipments_table,
  .account.epicor_lists-lists-index #customerconnect_shipments_table,
  .account.customerconnect-account-index #customerconnect_shipments_table,
  .account.customerconnect-orders-index #customerconnect_shipments_table,
  .account.customerconnect-invoices-index #customerconnect_shipments_table,
  .account.customerconnect-rmas-index #customerconnect_shipments_table,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table,
  .account.customerconnect-payments-index #customerconnect_shipments_table,
  .account.customerconnect-shipments-index #customerconnect_shipments_table,
  .account.customerconnect-skus-index #customerconnect_shipments_table,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table,
  .account.customerconnect-returns-index #customerconnect_shipments_table,
  .account.epicor-lists-lists-index #customerconnect_skus_table,
  .account.epicor_lists-lists-index #customerconnect_skus_table,
  .account.customerconnect-account-index #customerconnect_skus_table,
  .account.customerconnect-orders-index #customerconnect_skus_table,
  .account.customerconnect-invoices-index #customerconnect_skus_table,
  .account.customerconnect-rmas-index #customerconnect_skus_table,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table,
  .account.customerconnect-rfqs-index #customerconnect_skus_table,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table,
  .account.customerconnect-payments-index #customerconnect_skus_table,
  .account.customerconnect-shipments-index #customerconnect_skus_table,
  .account.customerconnect-skus-index #customerconnect_skus_table,
  .account.epicor-lists-lists-edit #customerconnect_skus_table,
  .account.customerconnect-returns-index #customerconnect_skus_table,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table {
    border: none;
  }
  .account.epicor-lists-lists-index .data-table thead,
  .account.epicor_lists-lists-index .data-table thead,
  .account.customerconnect-account-index .data-table thead,
  .account.customerconnect-orders-index .data-table thead,
  .account.customerconnect-invoices-index .data-table thead,
  .account.customerconnect-rmas-index .data-table thead,
  .account.customerconnect-servicecalls-index .data-table thead,
  .account.customerconnect-rfqs-index .data-table thead,
  .account.customerconnect-recentpurchases-index .data-table thead,
  .account.customerconnect-payments-index .data-table thead,
  .account.customerconnect-shipments-index .data-table thead,
  .account.customerconnect-skus-index .data-table thead,
  .account.epicor-lists-lists-edit .data-table thead,
  .account.customerconnect-returns-index .data-table thead,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead,
  .account.customerconnect-account-index #customerconnect_orders_table thead,
  .account.customerconnect-orders-index #customerconnect_orders_table thead,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead,
  .account.customerconnect-payments-index #customerconnect_orders_table thead,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead,
  .account.customerconnect-skus-index #customerconnect_orders_table thead,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead,
  .account.customerconnect-returns-index #customerconnect_orders_table thead,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead,
  .account.customerconnect-account-index #customerconnect_returns_table thead,
  .account.customerconnect-orders-index #customerconnect_returns_table thead,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead,
  .account.customerconnect-payments-index #customerconnect_returns_table thead,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead,
  .account.customerconnect-skus-index #customerconnect_returns_table thead,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead,
  .account.customerconnect-returns-index #customerconnect_returns_table thead,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead,
  .account.customerconnect-account-index #customerconnect_rmas_table thead,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead,
  .account.customerconnect-account-index #customerconnect_rph_table thead,
  .account.customerconnect-orders-index #customerconnect_rph_table thead,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead,
  .account.customerconnect-payments-index #customerconnect_rph_table thead,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead,
  .account.customerconnect-skus-index #customerconnect_rph_table thead,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead,
  .account.customerconnect-returns-index #customerconnect_rph_table thead,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead,
  .account.customerconnect-account-index #customerconnect_payments_table thead,
  .account.customerconnect-orders-index #customerconnect_payments_table thead,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead,
  .account.customerconnect-payments-index #customerconnect_payments_table thead,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead,
  .account.customerconnect-skus-index #customerconnect_payments_table thead,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead,
  .account.customerconnect-returns-index #customerconnect_payments_table thead,
  .account.epicor-lists-lists-index #list_products_table thead,
  .account.epicor_lists-lists-index #list_products_table thead,
  .account.customerconnect-account-index #list_products_table thead,
  .account.customerconnect-orders-index #list_products_table thead,
  .account.customerconnect-invoices-index #list_products_table thead,
  .account.customerconnect-rmas-index #list_products_table thead,
  .account.customerconnect-servicecalls-index #list_products_table thead,
  .account.customerconnect-rfqs-index #list_products_table thead,
  .account.customerconnect-recentpurchases-index #list_products_table thead,
  .account.customerconnect-payments-index #list_products_table thead,
  .account.customerconnect-shipments-index #list_products_table thead,
  .account.customerconnect-skus-index #list_products_table thead,
  .account.epicor-lists-lists-edit #list_products_table thead,
  .account.customerconnect-returns-index #list_products_table thead,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead,
  .account.customerconnect-account-index #customerconnect_shipments_table thead,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead,
  .account.customerconnect-account-index #customerconnect_skus_table thead,
  .account.customerconnect-orders-index #customerconnect_skus_table thead,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead,
  .account.customerconnect-payments-index #customerconnect_skus_table thead,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead,
  .account.customerconnect-skus-index #customerconnect_skus_table thead,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead,
  .account.customerconnect-returns-index #customerconnect_skus_table thead,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead {
    width: 100%;
    display: block;
  }
  .account.epicor-lists-lists-index .data-table thead tr,
  .account.epicor_lists-lists-index .data-table thead tr,
  .account.customerconnect-account-index .data-table thead tr,
  .account.customerconnect-orders-index .data-table thead tr,
  .account.customerconnect-invoices-index .data-table thead tr,
  .account.customerconnect-rmas-index .data-table thead tr,
  .account.customerconnect-servicecalls-index .data-table thead tr,
  .account.customerconnect-rfqs-index .data-table thead tr,
  .account.customerconnect-recentpurchases-index .data-table thead tr,
  .account.customerconnect-payments-index .data-table thead tr,
  .account.customerconnect-shipments-index .data-table thead tr,
  .account.customerconnect-skus-index .data-table thead tr,
  .account.epicor-lists-lists-edit .data-table thead tr,
  .account.customerconnect-returns-index .data-table thead tr,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr,
  .account.epicor-lists-lists-index #list_products_table thead tr,
  .account.epicor_lists-lists-index #list_products_table thead tr,
  .account.customerconnect-account-index #list_products_table thead tr,
  .account.customerconnect-orders-index #list_products_table thead tr,
  .account.customerconnect-invoices-index #list_products_table thead tr,
  .account.customerconnect-rmas-index #list_products_table thead tr,
  .account.customerconnect-servicecalls-index #list_products_table thead tr,
  .account.customerconnect-rfqs-index #list_products_table thead tr,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr,
  .account.customerconnect-payments-index #list_products_table thead tr,
  .account.customerconnect-shipments-index #list_products_table thead tr,
  .account.customerconnect-skus-index #list_products_table thead tr,
  .account.epicor-lists-lists-edit #list_products_table thead tr,
  .account.customerconnect-returns-index #list_products_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table thead tr th,
  .account.epicor_lists-lists-index .data-table thead tr th,
  .account.customerconnect-account-index .data-table thead tr th,
  .account.customerconnect-orders-index .data-table thead tr th,
  .account.customerconnect-invoices-index .data-table thead tr th,
  .account.customerconnect-rmas-index .data-table thead tr th,
  .account.customerconnect-servicecalls-index .data-table thead tr th,
  .account.customerconnect-rfqs-index .data-table thead tr th,
  .account.customerconnect-recentpurchases-index .data-table thead tr th,
  .account.customerconnect-payments-index .data-table thead tr th,
  .account.customerconnect-shipments-index .data-table thead tr th,
  .account.customerconnect-skus-index .data-table thead tr th,
  .account.epicor-lists-lists-edit .data-table thead tr th,
  .account.customerconnect-returns-index .data-table thead tr th,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr th,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr th,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr th,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr th,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr th,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr th,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr th,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr th,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr th,
  .account.epicor-lists-lists-index #list_products_table thead tr th,
  .account.epicor_lists-lists-index #list_products_table thead tr th,
  .account.customerconnect-account-index #list_products_table thead tr th,
  .account.customerconnect-orders-index #list_products_table thead tr th,
  .account.customerconnect-invoices-index #list_products_table thead tr th,
  .account.customerconnect-rmas-index #list_products_table thead tr th,
  .account.customerconnect-servicecalls-index #list_products_table thead tr th,
  .account.customerconnect-rfqs-index #list_products_table thead tr th,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr th,
  .account.customerconnect-payments-index #list_products_table thead tr th,
  .account.customerconnect-shipments-index #list_products_table thead tr th,
  .account.customerconnect-skus-index #list_products_table thead tr th,
  .account.epicor-lists-lists-edit #list_products_table thead tr th,
  .account.customerconnect-returns-index #list_products_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr th,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr th,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr th,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr th,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr th {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters {
    display: block;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td {
    display: block;
    padding: 5px 10px;
    width: 50%;
    float: left;
    min-height: 62px;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #111111;
    font-weight: 600;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td.no-display {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide],
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"],
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"],
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"] {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th=hide]:before,
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Created By"]:before,
  .account.epicor-lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index .data-table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_orders_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_returns_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_rph_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_payments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #list_products_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_skus_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table thead tr.data-grid-filters td[data-th="Action"]:before {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table tbody,
  .account.epicor_lists-lists-index .data-table tbody,
  .account.customerconnect-account-index .data-table tbody,
  .account.customerconnect-orders-index .data-table tbody,
  .account.customerconnect-invoices-index .data-table tbody,
  .account.customerconnect-rmas-index .data-table tbody,
  .account.customerconnect-servicecalls-index .data-table tbody,
  .account.customerconnect-rfqs-index .data-table tbody,
  .account.customerconnect-recentpurchases-index .data-table tbody,
  .account.customerconnect-payments-index .data-table tbody,
  .account.customerconnect-shipments-index .data-table tbody,
  .account.customerconnect-skus-index .data-table tbody,
  .account.epicor-lists-lists-edit .data-table tbody,
  .account.customerconnect-returns-index .data-table tbody,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody,
  .account.customerconnect-account-index #customerconnect_orders_table tbody,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody,
  .account.customerconnect-account-index #customerconnect_returns_table tbody,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody,
  .account.customerconnect-account-index #customerconnect_rph_table tbody,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody,
  .account.customerconnect-account-index #customerconnect_payments_table tbody,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody,
  .account.epicor-lists-lists-index #list_products_table tbody,
  .account.epicor_lists-lists-index #list_products_table tbody,
  .account.customerconnect-account-index #list_products_table tbody,
  .account.customerconnect-orders-index #list_products_table tbody,
  .account.customerconnect-invoices-index #list_products_table tbody,
  .account.customerconnect-rmas-index #list_products_table tbody,
  .account.customerconnect-servicecalls-index #list_products_table tbody,
  .account.customerconnect-rfqs-index #list_products_table tbody,
  .account.customerconnect-recentpurchases-index #list_products_table tbody,
  .account.customerconnect-payments-index #list_products_table tbody,
  .account.customerconnect-shipments-index #list_products_table tbody,
  .account.customerconnect-skus-index #list_products_table tbody,
  .account.epicor-lists-lists-edit #list_products_table tbody,
  .account.customerconnect-returns-index #list_products_table tbody,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody,
  .account.customerconnect-account-index #customerconnect_skus_table tbody,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody {
    display: block;
    width: 100%;
    clear: left;
  }
  .account.epicor-lists-lists-index .data-table tbody tr,
  .account.epicor_lists-lists-index .data-table tbody tr,
  .account.customerconnect-account-index .data-table tbody tr,
  .account.customerconnect-orders-index .data-table tbody tr,
  .account.customerconnect-invoices-index .data-table tbody tr,
  .account.customerconnect-rmas-index .data-table tbody tr,
  .account.customerconnect-servicecalls-index .data-table tbody tr,
  .account.customerconnect-rfqs-index .data-table tbody tr,
  .account.customerconnect-recentpurchases-index .data-table tbody tr,
  .account.customerconnect-payments-index .data-table tbody tr,
  .account.customerconnect-shipments-index .data-table tbody tr,
  .account.customerconnect-skus-index .data-table tbody tr,
  .account.epicor-lists-lists-edit .data-table tbody tr,
  .account.customerconnect-returns-index .data-table tbody tr,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr,
  .account.epicor-lists-lists-index #list_products_table tbody tr,
  .account.epicor_lists-lists-index #list_products_table tbody tr,
  .account.customerconnect-account-index #list_products_table tbody tr,
  .account.customerconnect-orders-index #list_products_table tbody tr,
  .account.customerconnect-invoices-index #list_products_table tbody tr,
  .account.customerconnect-rmas-index #list_products_table tbody tr,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr,
  .account.customerconnect-rfqs-index #list_products_table tbody tr,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr,
  .account.customerconnect-payments-index #list_products_table tbody tr,
  .account.customerconnect-shipments-index #list_products_table tbody tr,
  .account.customerconnect-skus-index #list_products_table tbody tr,
  .account.epicor-lists-lists-edit #list_products_table tbody tr,
  .account.customerconnect-returns-index #list_products_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .account.epicor-lists-lists-index .data-table tbody tr:last-child,
  .account.epicor_lists-lists-index .data-table tbody tr:last-child,
  .account.customerconnect-account-index .data-table tbody tr:last-child,
  .account.customerconnect-orders-index .data-table tbody tr:last-child,
  .account.customerconnect-invoices-index .data-table tbody tr:last-child,
  .account.customerconnect-rmas-index .data-table tbody tr:last-child,
  .account.customerconnect-servicecalls-index .data-table tbody tr:last-child,
  .account.customerconnect-rfqs-index .data-table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index .data-table tbody tr:last-child,
  .account.customerconnect-payments-index .data-table tbody tr:last-child,
  .account.customerconnect-shipments-index .data-table tbody tr:last-child,
  .account.customerconnect-skus-index .data-table tbody tr:last-child,
  .account.epicor-lists-lists-edit .data-table tbody tr:last-child,
  .account.customerconnect-returns-index .data-table tbody tr:last-child,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr:last-child,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr:last-child,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr:last-child,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr:last-child,
  .account.epicor-lists-lists-index #list_products_table tbody tr:last-child,
  .account.epicor_lists-lists-index #list_products_table tbody tr:last-child,
  .account.customerconnect-account-index #list_products_table tbody tr:last-child,
  .account.customerconnect-orders-index #list_products_table tbody tr:last-child,
  .account.customerconnect-invoices-index #list_products_table tbody tr:last-child,
  .account.customerconnect-rmas-index #list_products_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #list_products_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr:last-child,
  .account.customerconnect-payments-index #list_products_table tbody tr:last-child,
  .account.customerconnect-shipments-index #list_products_table tbody tr:last-child,
  .account.customerconnect-skus-index #list_products_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #list_products_table tbody tr:last-child,
  .account.customerconnect-returns-index #list_products_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr:last-child,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr:last-child,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr:last-child {
    padding: 0px;
  }
  .account.epicor-lists-lists-index .data-table tbody tr th,
  .account.epicor_lists-lists-index .data-table tbody tr th,
  .account.customerconnect-account-index .data-table tbody tr th,
  .account.customerconnect-orders-index .data-table tbody tr th,
  .account.customerconnect-invoices-index .data-table tbody tr th,
  .account.customerconnect-rmas-index .data-table tbody tr th,
  .account.customerconnect-servicecalls-index .data-table tbody tr th,
  .account.customerconnect-rfqs-index .data-table tbody tr th,
  .account.customerconnect-recentpurchases-index .data-table tbody tr th,
  .account.customerconnect-payments-index .data-table tbody tr th,
  .account.customerconnect-shipments-index .data-table tbody tr th,
  .account.customerconnect-skus-index .data-table tbody tr th,
  .account.epicor-lists-lists-edit .data-table tbody tr th,
  .account.customerconnect-returns-index .data-table tbody tr th,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr th,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr th,
  .account.epicor-lists-lists-index #list_products_table tbody tr th,
  .account.epicor_lists-lists-index #list_products_table tbody tr th,
  .account.customerconnect-account-index #list_products_table tbody tr th,
  .account.customerconnect-orders-index #list_products_table tbody tr th,
  .account.customerconnect-invoices-index #list_products_table tbody tr th,
  .account.customerconnect-rmas-index #list_products_table tbody tr th,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr th,
  .account.customerconnect-rfqs-index #list_products_table tbody tr th,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr th,
  .account.customerconnect-payments-index #list_products_table tbody tr th,
  .account.customerconnect-shipments-index #list_products_table tbody tr th,
  .account.customerconnect-skus-index #list_products_table tbody tr th,
  .account.epicor-lists-lists-edit #list_products_table tbody tr th,
  .account.customerconnect-returns-index #list_products_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr th {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td,
  .account.epicor_lists-lists-index .data-table tbody tr td,
  .account.customerconnect-account-index .data-table tbody tr td,
  .account.customerconnect-orders-index .data-table tbody tr td,
  .account.customerconnect-invoices-index .data-table tbody tr td,
  .account.customerconnect-rmas-index .data-table tbody tr td,
  .account.customerconnect-servicecalls-index .data-table tbody tr td,
  .account.customerconnect-rfqs-index .data-table tbody tr td,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td,
  .account.customerconnect-payments-index .data-table tbody tr td,
  .account.customerconnect-shipments-index .data-table tbody tr td,
  .account.customerconnect-skus-index .data-table tbody tr td,
  .account.epicor-lists-lists-edit .data-table tbody tr td,
  .account.customerconnect-returns-index .data-table tbody tr td,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td,
  .account.epicor-lists-lists-index #list_products_table tbody tr td,
  .account.epicor_lists-lists-index #list_products_table tbody tr td,
  .account.customerconnect-account-index #list_products_table tbody tr td,
  .account.customerconnect-orders-index #list_products_table tbody tr td,
  .account.customerconnect-invoices-index #list_products_table tbody tr td,
  .account.customerconnect-rmas-index #list_products_table tbody tr td,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td,
  .account.customerconnect-payments-index #list_products_table tbody tr td,
  .account.customerconnect-shipments-index #list_products_table tbody tr td,
  .account.customerconnect-skus-index #list_products_table tbody tr td,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td,
  .account.customerconnect-returns-index #list_products_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td,
  .account.epicor-lists-lists-index .data-table tbody tr th,
  .account.epicor_lists-lists-index .data-table tbody tr th,
  .account.customerconnect-account-index .data-table tbody tr th,
  .account.customerconnect-orders-index .data-table tbody tr th,
  .account.customerconnect-invoices-index .data-table tbody tr th,
  .account.customerconnect-rmas-index .data-table tbody tr th,
  .account.customerconnect-servicecalls-index .data-table tbody tr th,
  .account.customerconnect-rfqs-index .data-table tbody tr th,
  .account.customerconnect-recentpurchases-index .data-table tbody tr th,
  .account.customerconnect-payments-index .data-table tbody tr th,
  .account.customerconnect-shipments-index .data-table tbody tr th,
  .account.customerconnect-skus-index .data-table tbody tr th,
  .account.epicor-lists-lists-edit .data-table tbody tr th,
  .account.customerconnect-returns-index .data-table tbody tr th,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr th,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr th,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr th,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr th,
  .account.epicor-lists-lists-index #list_products_table tbody tr th,
  .account.epicor_lists-lists-index #list_products_table tbody tr th,
  .account.customerconnect-account-index #list_products_table tbody tr th,
  .account.customerconnect-orders-index #list_products_table tbody tr th,
  .account.customerconnect-invoices-index #list_products_table tbody tr th,
  .account.customerconnect-rmas-index #list_products_table tbody tr th,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr th,
  .account.customerconnect-rfqs-index #list_products_table tbody tr th,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr th,
  .account.customerconnect-payments-index #list_products_table tbody tr th,
  .account.customerconnect-shipments-index #list_products_table tbody tr th,
  .account.customerconnect-skus-index #list_products_table tbody tr th,
  .account.epicor-lists-lists-edit #list_products_table tbody tr th,
  .account.customerconnect-returns-index #list_products_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr th,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr th,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr th,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr th,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
    text-align: left !important;
    border: none;
    max-width: 1000px;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td:before,
  .account.epicor_lists-lists-index .data-table tbody tr td:before,
  .account.customerconnect-account-index .data-table tbody tr td:before,
  .account.customerconnect-orders-index .data-table tbody tr td:before,
  .account.customerconnect-invoices-index .data-table tbody tr td:before,
  .account.customerconnect-rmas-index .data-table tbody tr td:before,
  .account.customerconnect-servicecalls-index .data-table tbody tr td:before,
  .account.customerconnect-rfqs-index .data-table tbody tr td:before,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td:before,
  .account.customerconnect-payments-index .data-table tbody tr td:before,
  .account.customerconnect-shipments-index .data-table tbody tr td:before,
  .account.customerconnect-skus-index .data-table tbody tr td:before,
  .account.epicor-lists-lists-edit .data-table tbody tr td:before,
  .account.customerconnect-returns-index .data-table tbody tr td:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td:before,
  .account.epicor-lists-lists-index #list_products_table tbody tr td:before,
  .account.epicor_lists-lists-index #list_products_table tbody tr td:before,
  .account.customerconnect-account-index #list_products_table tbody tr td:before,
  .account.customerconnect-orders-index #list_products_table tbody tr td:before,
  .account.customerconnect-invoices-index #list_products_table tbody tr td:before,
  .account.customerconnect-rmas-index #list_products_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td:before,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td:before,
  .account.customerconnect-payments-index #list_products_table tbody tr td:before,
  .account.customerconnect-shipments-index #list_products_table tbody tr td:before,
  .account.customerconnect-skus-index #list_products_table tbody tr td:before,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td:before,
  .account.customerconnect-returns-index #list_products_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td:before,
  .account.epicor-lists-lists-index .data-table tbody tr th:before,
  .account.epicor_lists-lists-index .data-table tbody tr th:before,
  .account.customerconnect-account-index .data-table tbody tr th:before,
  .account.customerconnect-orders-index .data-table tbody tr th:before,
  .account.customerconnect-invoices-index .data-table tbody tr th:before,
  .account.customerconnect-rmas-index .data-table tbody tr th:before,
  .account.customerconnect-servicecalls-index .data-table tbody tr th:before,
  .account.customerconnect-rfqs-index .data-table tbody tr th:before,
  .account.customerconnect-recentpurchases-index .data-table tbody tr th:before,
  .account.customerconnect-payments-index .data-table tbody tr th:before,
  .account.customerconnect-shipments-index .data-table tbody tr th:before,
  .account.customerconnect-skus-index .data-table tbody tr th:before,
  .account.epicor-lists-lists-edit .data-table tbody tr th:before,
  .account.customerconnect-returns-index .data-table tbody tr th:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr th:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr th:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr th:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr th:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr th:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr th:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr th:before,
  .account.epicor-lists-lists-index #list_products_table tbody tr th:before,
  .account.epicor_lists-lists-index #list_products_table tbody tr th:before,
  .account.customerconnect-account-index #list_products_table tbody tr th:before,
  .account.customerconnect-orders-index #list_products_table tbody tr th:before,
  .account.customerconnect-invoices-index #list_products_table tbody tr th:before,
  .account.customerconnect-rmas-index #list_products_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr th:before,
  .account.customerconnect-rfqs-index #list_products_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr th:before,
  .account.customerconnect-payments-index #list_products_table tbody tr th:before,
  .account.customerconnect-shipments-index #list_products_table tbody tr th:before,
  .account.customerconnect-skus-index #list_products_table tbody tr th:before,
  .account.epicor-lists-lists-edit #list_products_table tbody tr th:before,
  .account.customerconnect-returns-index #list_products_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr th:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr th:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr th:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr th:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td select,
  .account.epicor_lists-lists-index .data-table tbody tr td select,
  .account.customerconnect-account-index .data-table tbody tr td select,
  .account.customerconnect-orders-index .data-table tbody tr td select,
  .account.customerconnect-invoices-index .data-table tbody tr td select,
  .account.customerconnect-rmas-index .data-table tbody tr td select,
  .account.customerconnect-servicecalls-index .data-table tbody tr td select,
  .account.customerconnect-rfqs-index .data-table tbody tr td select,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td select,
  .account.customerconnect-payments-index .data-table tbody tr td select,
  .account.customerconnect-shipments-index .data-table tbody tr td select,
  .account.customerconnect-skus-index .data-table tbody tr td select,
  .account.epicor-lists-lists-edit .data-table tbody tr td select,
  .account.customerconnect-returns-index .data-table tbody tr td select,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td select,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td select,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td select,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td select,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td select,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td select,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td select,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td select,
  .account.epicor-lists-lists-index #list_products_table tbody tr td select,
  .account.epicor_lists-lists-index #list_products_table tbody tr td select,
  .account.customerconnect-account-index #list_products_table tbody tr td select,
  .account.customerconnect-orders-index #list_products_table tbody tr td select,
  .account.customerconnect-invoices-index #list_products_table tbody tr td select,
  .account.customerconnect-rmas-index #list_products_table tbody tr td select,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td select,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td select,
  .account.customerconnect-payments-index #list_products_table tbody tr td select,
  .account.customerconnect-shipments-index #list_products_table tbody tr td select,
  .account.customerconnect-skus-index #list_products_table tbody tr td select,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td select,
  .account.customerconnect-returns-index #list_products_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td select,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td select,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td select,
  .account.epicor-lists-lists-index .data-table tbody tr th select,
  .account.epicor_lists-lists-index .data-table tbody tr th select,
  .account.customerconnect-account-index .data-table tbody tr th select,
  .account.customerconnect-orders-index .data-table tbody tr th select,
  .account.customerconnect-invoices-index .data-table tbody tr th select,
  .account.customerconnect-rmas-index .data-table tbody tr th select,
  .account.customerconnect-servicecalls-index .data-table tbody tr th select,
  .account.customerconnect-rfqs-index .data-table tbody tr th select,
  .account.customerconnect-recentpurchases-index .data-table tbody tr th select,
  .account.customerconnect-payments-index .data-table tbody tr th select,
  .account.customerconnect-shipments-index .data-table tbody tr th select,
  .account.customerconnect-skus-index .data-table tbody tr th select,
  .account.epicor-lists-lists-edit .data-table tbody tr th select,
  .account.customerconnect-returns-index .data-table tbody tr th select,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr th select,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr th select,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr th select,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr th select,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr th select,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr th select,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr th select,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr th select,
  .account.epicor-lists-lists-index #list_products_table tbody tr th select,
  .account.epicor_lists-lists-index #list_products_table tbody tr th select,
  .account.customerconnect-account-index #list_products_table tbody tr th select,
  .account.customerconnect-orders-index #list_products_table tbody tr th select,
  .account.customerconnect-invoices-index #list_products_table tbody tr th select,
  .account.customerconnect-rmas-index #list_products_table tbody tr th select,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr th select,
  .account.customerconnect-rfqs-index #list_products_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr th select,
  .account.customerconnect-payments-index #list_products_table tbody tr th select,
  .account.customerconnect-shipments-index #list_products_table tbody tr th select,
  .account.customerconnect-skus-index #list_products_table tbody tr th select,
  .account.epicor-lists-lists-edit #list_products_table tbody tr th select,
  .account.customerconnect-returns-index #list_products_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr th select,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr th select,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr th select,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr th select {
    display: inline-block;
    width: auto;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td.empty,
  .account.epicor_lists-lists-index .data-table tbody tr td.empty,
  .account.customerconnect-account-index .data-table tbody tr td.empty,
  .account.customerconnect-orders-index .data-table tbody tr td.empty,
  .account.customerconnect-invoices-index .data-table tbody tr td.empty,
  .account.customerconnect-rmas-index .data-table tbody tr td.empty,
  .account.customerconnect-servicecalls-index .data-table tbody tr td.empty,
  .account.customerconnect-rfqs-index .data-table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td.empty,
  .account.customerconnect-payments-index .data-table tbody tr td.empty,
  .account.customerconnect-shipments-index .data-table tbody tr td.empty,
  .account.customerconnect-skus-index .data-table tbody tr td.empty,
  .account.epicor-lists-lists-edit .data-table tbody tr td.empty,
  .account.customerconnect-returns-index .data-table tbody tr td.empty,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td.empty,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td.empty,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td.empty,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td.empty,
  .account.epicor-lists-lists-index #list_products_table tbody tr td.empty,
  .account.epicor_lists-lists-index #list_products_table tbody tr td.empty,
  .account.customerconnect-account-index #list_products_table tbody tr td.empty,
  .account.customerconnect-orders-index #list_products_table tbody tr td.empty,
  .account.customerconnect-invoices-index #list_products_table tbody tr td.empty,
  .account.customerconnect-rmas-index #list_products_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td.empty,
  .account.customerconnect-payments-index #list_products_table tbody tr td.empty,
  .account.customerconnect-shipments-index #list_products_table tbody tr td.empty,
  .account.customerconnect-skus-index #list_products_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td.empty,
  .account.customerconnect-returns-index #list_products_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td.empty,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td.empty,
  .account.epicor-lists-lists-index .data-table tbody tr th.empty,
  .account.epicor_lists-lists-index .data-table tbody tr th.empty,
  .account.customerconnect-account-index .data-table tbody tr th.empty,
  .account.customerconnect-orders-index .data-table tbody tr th.empty,
  .account.customerconnect-invoices-index .data-table tbody tr th.empty,
  .account.customerconnect-rmas-index .data-table tbody tr th.empty,
  .account.customerconnect-servicecalls-index .data-table tbody tr th.empty,
  .account.customerconnect-rfqs-index .data-table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index .data-table tbody tr th.empty,
  .account.customerconnect-payments-index .data-table tbody tr th.empty,
  .account.customerconnect-shipments-index .data-table tbody tr th.empty,
  .account.customerconnect-skus-index .data-table tbody tr th.empty,
  .account.epicor-lists-lists-edit .data-table tbody tr th.empty,
  .account.customerconnect-returns-index .data-table tbody tr th.empty,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr th.empty,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr th.empty,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr th.empty,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr th.empty,
  .account.epicor-lists-lists-index #list_products_table tbody tr th.empty,
  .account.epicor_lists-lists-index #list_products_table tbody tr th.empty,
  .account.customerconnect-account-index #list_products_table tbody tr th.empty,
  .account.customerconnect-orders-index #list_products_table tbody tr th.empty,
  .account.customerconnect-invoices-index #list_products_table tbody tr th.empty,
  .account.customerconnect-rmas-index #list_products_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #list_products_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr th.empty,
  .account.customerconnect-payments-index #list_products_table tbody tr th.empty,
  .account.customerconnect-shipments-index #list_products_table tbody tr th.empty,
  .account.customerconnect-skus-index #list_products_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #list_products_table tbody tr th.empty,
  .account.customerconnect-returns-index #list_products_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr th.empty,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr th.empty,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr th.empty {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td,
  .account.epicor_lists-lists-index .data-table tbody tr td,
  .account.customerconnect-account-index .data-table tbody tr td,
  .account.customerconnect-orders-index .data-table tbody tr td,
  .account.customerconnect-invoices-index .data-table tbody tr td,
  .account.customerconnect-rmas-index .data-table tbody tr td,
  .account.customerconnect-servicecalls-index .data-table tbody tr td,
  .account.customerconnect-rfqs-index .data-table tbody tr td,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td,
  .account.customerconnect-payments-index .data-table tbody tr td,
  .account.customerconnect-shipments-index .data-table tbody tr td,
  .account.customerconnect-skus-index .data-table tbody tr td,
  .account.epicor-lists-lists-edit .data-table tbody tr td,
  .account.customerconnect-returns-index .data-table tbody tr td,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td,
  .account.epicor-lists-lists-index #list_products_table tbody tr td,
  .account.epicor_lists-lists-index #list_products_table tbody tr td,
  .account.customerconnect-account-index #list_products_table tbody tr td,
  .account.customerconnect-orders-index #list_products_table tbody tr td,
  .account.customerconnect-invoices-index #list_products_table tbody tr td,
  .account.customerconnect-rmas-index #list_products_table tbody tr td,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td,
  .account.customerconnect-payments-index #list_products_table tbody tr td,
  .account.customerconnect-shipments-index #list_products_table tbody tr td,
  .account.customerconnect-skus-index #list_products_table tbody tr td,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td,
  .account.customerconnect-returns-index #list_products_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td {
    text-align: left !important;
  }
  .account.epicor-lists-lists-index .data-table tbody tr td.no-display,
  .account.epicor_lists-lists-index .data-table tbody tr td.no-display,
  .account.customerconnect-account-index .data-table tbody tr td.no-display,
  .account.customerconnect-orders-index .data-table tbody tr td.no-display,
  .account.customerconnect-invoices-index .data-table tbody tr td.no-display,
  .account.customerconnect-rmas-index .data-table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index .data-table tbody tr td.no-display,
  .account.customerconnect-rfqs-index .data-table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index .data-table tbody tr td.no-display,
  .account.customerconnect-payments-index .data-table tbody tr td.no-display,
  .account.customerconnect-shipments-index .data-table tbody tr td.no-display,
  .account.customerconnect-skus-index .data-table tbody tr td.no-display,
  .account.epicor-lists-lists-edit .data-table tbody tr td.no-display,
  .account.customerconnect-returns-index .data-table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr td.no-display,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td.no-display,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #list_products_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-account-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-orders-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-payments-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #list_products_table tbody tr td.no-display,
  .account.customerconnect-skus-index #list_products_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #list_products_table tbody tr td.no-display,
  .account.customerconnect-returns-index #list_products_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr td.no-display,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr td.no-display,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr td.no-display {
    display: none;
  }
  .account.epicor-lists-lists-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index .data-table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customer_account_contacts_list_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_orders_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_returns_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_rmas_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_servicecalls_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_rfqs_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_rph_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_payments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #list_products_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_shipments_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_skus_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor_lists-lists-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-account-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-orders-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-invoices-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rmas-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-servicecalls-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-rfqs-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-recentpurchases-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-payments-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-shipments-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-skus-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.epicor-lists-lists-edit #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before,
  .account.customerconnect-returns-index #customerconnect_invoices_grid_table tbody tr.data-grid-tr-no-data td:before {
    display: none;
  }
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td {
    position: relative;
    padding-bottom: 20px;
  }
  .account.epicor-lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.epicor_lists-lists-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-account-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-orders-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-invoices-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-rmas-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-servicecalls-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-rfqs-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-recentpurchases-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-payments-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-shipments-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-skus-index #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.epicor-lists-lists-edit #customer_account_contacts_list_table thead tr.data-grid-filters td div,
  .account.customerconnect-returns-index #customer_account_contacts_list_table thead tr.data-grid-filters td div {
    position: absolute;
    bottom: 3px;
    left: 10px;
  }
  .account.epicor-lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor_lists-lists-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-account-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-orders-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-invoices-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rmas-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-servicecalls-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-rfqs-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-recentpurchases-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-payments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-shipments-index .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-skus-index .table-wrapper table.data-grid tbody tr td,
  .account.epicor-lists-lists-edit .table-wrapper table.data-grid tbody tr td,
  .account.customerconnect-returns-index .table-wrapper table.data-grid tbody tr td {
    text-align: left;
    border: none;
  }
}
@media (max-width: 1024px), print {
  .account.quotes-manage-view #product-lines thead th {
    font-size: 14px;
  }
  .account.epicor-lists-lists-index table thead tr td,
  .account.epicor_lists-lists-index table thead tr td,
  .account.epicor-lists-lists-index table thead tr th,
  .account.epicor_lists-lists-index table thead tr th {
    padding: 11px 5px;
  }
  .account.epicor-lists-lists-index table tbody tr td,
  .account.epicor_lists-lists-index table tbody tr td {
    padding: 11px 5px;
  }
  .account.epicor-lists-lists-index table tbody tr td .range-line.date input,
  .account.epicor_lists-lists-index table tbody tr td .range-line.date input {
    margin: 0px;
  }
  .account.customerconnect-orders-index .admin__data-grid-pager-wrap,
  .account.customerconnect-invoices-index .admin__data-grid-pager-wrap,
  .account.customerconnect-payments-index .admin__data-grid-pager-wrap,
  .account.customerconnect-shipments-index .admin__data-grid-pager-wrap {
    width: 100%;
  }
  .account.page-layout-2columns-left .admin__data-grid-toolbar {
    padding-bottom: 0px;
    clear: both;
    overflow: hidden;
  }
  .account.page-layout-2columns-left .admin__data-grid-toolbar .admin__data-grid-pager-wrap {
    display: block;
    width: 100% !important;
  }
  .account.page-layout-2columns-left .admin__data-grid-toolbar .admin__data-grid-header-row {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .account.page-layout-2columns-left .admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export {
    margin-right: 0px;
    padding-right: 0px;
  }
  .account.page-layout-2columns-left .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction {
    width: 100%;
  }
}
@media (max-width: 768px), print {
  .account.page-layout-2columns-left.customerconnect-account-index #custom_address_allowed_button {
    margin-top: 0px;
  }
  .account.quotes-manage-view #product-lines {
    display: block;
  }
  .account.quotes-manage-view #product-lines thead tr th {
    display: none;
  }
  .account.quotes-manage-view #product-lines tbody tr td {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
  }
  .account.quotes-manage-view #product-lines tbody tr td:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .account.quotes-manage-view #product-lines tbody tr td .product-name {
    display: inline-block;
  }
  .account.quotes-manage-view .order-info-box.box-left.quote_details {
    float: none;
    width: 100%;
  }
  .account.quotes-manage-view .order-info-box.box-left.quote_details:after {
    display: none;
  }
  .account.quotes-manage-view .order-info-box.box-right.quote_options {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .account.quotes-manage-view .order-info-box.box-right.quote_options:after {
    display: none;
  }
}
.form.wishlist.items {
  margin-bottom: 2rem;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-info {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-wishlist .product-item-info:hover {
  box-shadow: 0 0 0 #fff;
}
.block-wishlist .product-item-info .product-item-photo {
  width: 60px;
}
.block-wishlist .product-item-info .product-item-photo img {
  height: auto !important;
}
.block-wishlist .product-item-info .product-item-details {
  width: calc(100% - 60px);
  padding-left: 1rem;
}
.block-wishlist .product-item-info .product-item-name {
  font-size: 1.3rem;
}
.block-wishlist .product-item .price {
  font-size: 1.6rem;
}
.block-wishlist .actions-secondary .action.delete {
  border: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  right: -5px;
}
.block-wishlist .actions-secondary .action.delete:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e679";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  color: #3b3b3b;
}
.products-grid.wishlist .product-items {
  overflow: inherit !important;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  padding-bottom: 0px;
  padding-top: 0px;
}
.am-attachments {
  color: #000000;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  color: #000000;
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  color: #0072bc;
}
.am-attachments .am-fileline .am-filesize {
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
}
.amattachpro-categories-block {
  align-items: flex-start;
  display: grid;
  flex-wrap: wrap;
  margin: -30px 0 0 -35px;
  width: calc(100% + 35px);
}
.amattachpro-category-container {
  margin: 30px 0 0 35px;
}
.amattachpro-category-container._hide {
  display: block;
}
.amattachpro-category-container .amattachpro-title {
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  color: #000000;
  display: flex;
  font-weight: 600;
  padding: 5px 37px 5px 10px;
  position: relative;
  width: 215px;
}
.amattachpro-category-container .amattachpro-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  position: absolute;
  right: 10px;
}
.amattachpro-category-container._show .amattachpro-title:after {
  content: '\e621';
}
.amattachpro-category-container .amattachpro-image {
  margin-right: 10px;
  max-height: 18px;
  vertical-align: middle;
}
.amattachpro-file-items-no-category {
  margin: 30px 0 0 35px;
}
.amattachpro-file-items {
  color: #000000;
}
.amattachpro-file-items .am-fileline .am-fileicon {
  max-height: 18px;
}
.amattachpro-file-items .am-fileline {
  margin-bottom: 0;
}
.apptrian-subcategories-grid,
.apptrian-subcategories-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.apptrian-subcategories-heading {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: none;
}
.apptrian-subcategories-grid {
  margin: 0 -1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.apptrian-subcategories-grid li {
  margin-bottom: 2rem;
  padding: 0 1rem;
  width: 33.3333%;
}
.apptrian-subcategories-grid .apptrian-subcategories-category-image {
  border: 1px solid #707070;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.apptrian-subcategories-grid .apptrian-subcategories-category-image img {
  display: block;
  width: 100%;
}
.apptrian-subcategories-grid .apptrian-subcategories-category-name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  word-break: break-word;
}
.apptrian-subcategories-grid .apptrian-subcategories-category-name a:visited,
.apptrian-subcategories-grid .apptrian-subcategories-category-name a:hover {
  color: #2a2c29;
  text-decoration: none;
}
.apptrian-subcategories-grid .apptrian-subcategories-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  padding: 1rem;
}
.apptrian-subcategories-list li {
  display: block;
  padding: 16px 2rem;
  margin-bottom: 0;
}
.apptrian-subcategories-list li:nth-child(2n+1) {
  background-color: #efefef;
}
.apptrian-subcategories-list .apptrian-subcategories-category-image {
  float: left;
  width: 20%;
  /* These percentages must match 1/3 */
}
.apptrian-subcategories-list .apptrian-subcategories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.apptrian-subcategories-list .apptrian-subcategories-category-name {
  font-size: 1.6rem;
  font-weight: bold;
}
body {
  overflow-x: hidden;
}
.cdz-menu .cat-tree a.groupdrop-title {
  font-weight: normal;
}
.cdz-menu p.groupdrop-title,
.cdz-menu .cat-tree.no-dropdown a.groupdrop-title {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.cdz-menu .space-s {
  margin-bottom: 10px;
}
.cdz-menu .space-top,
.cdz-menu .groupdrop-title.space-top {
  margin-top: 20px;
}
.cdz-menu .text-uppercase {
  text-transform: uppercase;
}
.cdz-menu .line-left {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.rtl-layout .cdz-menu .line-left {
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  border-left: none;
}
.cdz-menu .line-right {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.rtl-layout .cdz-menu .line-right {
  padding-left: 20px;
  padding-right: 0px;
  border-left: 1px solid #ccc;
  border-right: none;
}
.cdz-menu hr {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cdz-menu .text-center {
  text-align: center;
}
.cdz-menu .group-title-bottom {
  margin-bottom: 20px;
}
.cdz-menu .groupmenu-drop li.parent {
  position: relative;
}
.cdz-menu .block.widget .block-title {
  text-align: center;
}
.cdz-menu .block.widget .products-grid .product-item {
  width: 100% !important;
  margin: 0;
  border: none;
  text-align: center;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary {
  display: inline;
}
.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary + .actions-secondary {
  display: inline;
  width: auto;
}
.cdz-menu .contact-form-wrapper {
  margin-right: 10%;
  margin-bottom: 20px;
}
.rtl-layout .cdz-menu .contact-form-wrapper {
  margin-left: 10%;
  margin-right: 0;
}
.cdz-menu .contact-form-wrapper .legend {
  font-size: 150%;
  border-bottom: none;
}
.cdz-menu .contact-form-wrapper .fieldset {
  margin-bottom: 20px;
}
.cdz-menu .contact-form-wrapper .actions-toolbar .primary {
  margin: 0;
}
.rtl-layout .cdz-menu .contact-form-wrapper .actions-toolbar .primary {
  float: right;
}
.temp > .need-unwrap {
  margin: 0 0;
}
.rtl-layout {
  direction: rtl;
  text-align: right;
}
.cdz-menu i.menu-icon.img-icon {
  display: inline-block;
  margin-right: 5px;
}
.cdz-menu i.menu-icon.img-icon img {
  max-width: 18px;
}
.cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
  margin-right: 3px;
}
.rtl-layout .cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
  margin-right: 0px;
  margin-left: 3px;
}
/*menu mobile*/
/*column menu*/
@media (min-width: 768px) {
  .cdz-menu .groupmenu-width-1 {
    width: 29.58333333px;
  }
  .cdz-menu .groupmenu-width-1.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 59.16666667px;
  }
  .cdz-menu .groupmenu-width-2.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 88.75px;
  }
  .cdz-menu .groupmenu-width-3.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 118.33333333px;
  }
  .cdz-menu .groupmenu-width-4.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 147.91666667px;
  }
  .cdz-menu .groupmenu-width-5.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 177.5px;
  }
  .cdz-menu .groupmenu-width-6.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 207.08333333px;
  }
  .cdz-menu .groupmenu-width-7.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 236.66666667px;
  }
  .cdz-menu .groupmenu-width-8.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 266.25px;
  }
  .cdz-menu .groupmenu-width-9.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 295.83333333px;
  }
  .cdz-menu .groupmenu-width-10.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 325.41666667px;
  }
  .cdz-menu .groupmenu-width-11.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 355px;
  }
  .cdz-menu .groupmenu-width-12.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 384.58333333px;
  }
  .cdz-menu .groupmenu-width-13.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 414.16666667px;
  }
  .cdz-menu .groupmenu-width-14.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 443.75px;
  }
  .cdz-menu .groupmenu-width-15.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 473.33333333px;
  }
  .cdz-menu .groupmenu-width-16.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 502.91666667px;
  }
  .cdz-menu .groupmenu-width-17.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 532.5px;
  }
  .cdz-menu .groupmenu-width-18.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 562.08333333px;
  }
  .cdz-menu .groupmenu-width-19.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 591.66666667px;
  }
  .cdz-menu .groupmenu-width-20.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 621.25px;
  }
  .cdz-menu .groupmenu-width-21.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 650.83333333px;
  }
  .cdz-menu .groupmenu-width-22.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 680.41666667px;
  }
  .cdz-menu .groupmenu-width-23.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 710px;
  }
  .cdz-menu .groupmenu-width-24.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
}
@media (min-width: 992px) {
  .cdz-menu .groupmenu-width-1 {
    width: 38.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 77.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 116.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 155px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 193.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 232.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 271.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 310px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 348.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 387.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 426.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 465px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 503.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 542.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 581.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 620px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 658.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 697.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 736.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 775px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 813.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 852.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 891.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 930px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
}
@media (min-width: 1200px) {
  .cdz-menu .groupmenu-width-1 {
    width: 47.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 95px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 142.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 190px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 237.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 285px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 332.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 380px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 427.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 475px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 522.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 570px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 617.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 665px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 712.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 760px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 807.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 855px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 902.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 950px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 997.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 1045px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 1092.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 1140px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
}
/*resize menu vertical*/
/*resize vertial menu*/
.cdz-vertical-menu .item.level0 > a.menu-link > span {
  max-width: 100%;
  display: inline-block;
}
.cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
  max-width: calc(100% - 50px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > span {
  max-width: calc(100% - 35px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
  max-width: calc(100% - 80px);
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0 > a.menu-link {
    font-size: 11px;
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
    display: none;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    border: none;
    max-width: calc(100% - 35px);
    padding-left: 17px !important;
  }
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.cat-tree-wrap li.item:not(.level1) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px auto;
}
.price {
  color: #313131;
}
.old-price {
  margin-left: 10px;
  color: #313131;
}
.old-price .price {
  color: #313131;
}
.old-price .price-wrapper {
  text-decoration: line-through;
  color: #313131;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  float: left;
}
.rtl-layout .products-grid .product-item {
  float: right;
}
.product-item .price {
  font-weight: bold;
  font-size: 2rem;
  color: #313131;
}
.product-item-name {
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.product-item-name .product-item-link {
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: normal;
  font-size: 18px;
  font-weight: 400;
}
.product-item-sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.product-item-info {
  max-width: 100%;
  position: relative;
}
.product-item-info:hover {
  box-shadow: 0px 2px 10px rgba(59, 59, 59, 0.5);
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-info button.tocart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e671";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  margin-right: 5px;
}
.product-item-info .loader {
  padding: 5rem 0;
}
.product-item-info .loader:before {
  width: 33px;
  height: 33px;
}
.product-item-info .loader:after {
  width: 21px;
  height: 21px;
}
.product-item-actions .actions-secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-item-actions .actions-secondary .towishlist {
  order: 0;
}
.product-item-actions .actions-secondary .qs-button {
  order: 1;
  text-decoration: none;
}
.product-item-actions .actions-secondary .tocompare {
  order: 2;
}
.product-item-actions .actions-secondary > * {
  margin: 0 2px;
}
.product-item .product-reviews-summary {
  float: none;
  clear: both;
  display: inline-block;
  vertical-align: top;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
  display: none;
}
.product-item .price-box {
  margin-top: 5px;
  line-height: normal;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
}
.product-item .old-price {
  margin: 5px 0;
  margin-left: 10px;
  font-weight: 400;
}
.product-item .old-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.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 {
  width: 100%;
  margin-bottom: 20px;
}
.products-list .product-item-info {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.products-list .product-item .cdz-product-top {
  width: 26%;
}
.products-list .product-item-details {
  width: 74%;
  padding-left: 1rem;
}
.products-list .product-item .product-item-description {
  margin-top: 15px;
}
.products-list .product-item-sku {
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.products-list .product-item-name {
  margin-top: 0;
}
.products-list .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
}
.products-list .actions-primary {
  width: calc(100% - 117px);
  max-width: 260px;
  margin-right: 3px;
}
.products-list .actions-primary button.tocart {
  width: 100%;
}
.products-list .actions-secondary a.action,
.products-list .actions-secondary a.qs-button {
  width: 35px;
  height: 35px;
}
.products-grid .product-items:not(.owl-carousel) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-item {
  margin-bottom: 20px;
}
.products-grid .product-item-info {
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.products-grid .product-item-info .place-backorder {
  text-align: left;
  display: none !important;
}
.products-grid .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-comparison .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-comparison .product-item-actions .action.tocart {
  height: 37px;
}
body.page-products .product-item .product-item-info .product-item-details .actions .qs-button,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .actions .qs-button {
  padding: 8px 24px;
  font-size: 0;
  width: auto;
  height: auto;
  background-color: #f4f4f4;
  border-color: #0072BC;
  color: #0072BC;
}
body.page-products .product-item .product-item-info .product-item-details .actions .qs-button:before,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .actions .qs-button:before {
  content: 'Quick View';
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 1199px) {
  body[class*='catalog-'] .products-grid .product-item-info .product-item-details.details.product {
    height: calc(100% - 260px);
  }
}
@media screen and (min-width: 1024px) {
  body[class*='catalog-'] .products-grid .product-item-info .product-item-details.details {
    height: calc(100% - 200px);
  }
}
@media screen and (min-width: 768px) {
  body[class*='catalog-'] .products-grid .product-item-info .product-item-details {
    height: calc(100% - 230px);
  }
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.page-products .toolbar.toolbar-products {
  padding-left: 0px;
  padding-right: 0px;
}
.page-products .toolbar.toolbar-products .limiter {
  display: block;
  float: left;
}
.page-products .toolbar.toolbar-products:last-child {
  float: right;
}
.page-products .toolbar.toolbar-products:first-child {
  padding: 0px;
  padding-top: 20px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter {
  display: flex;
  align-items: center;
  grid-gap: 2px;
  justify-content: space-between;
}
.page-products .toolbar.toolbar-products .toolbar-sorter select {
  margin-right: 12px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-action {
  opacity: 1 !important;
  pointer-events: unset !important;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-action.sort-desc:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: #f4f4f4 url(../images/arrdown.svg) no-repeat center;
  transform: rotate(0deg);
}
.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-action.sort-asc:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: #f4f4f4 url(../images/arrdown.svg) no-repeat center;
  transform: rotate(180deg);
}
.page-products .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar {
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  padding: 10px;
  background-color: #f4f4f4;
}
.toolbar select {
  height: 34px;
  font-size: 1.6rem;
  background-color: #fff;
  border-color: #E7E7E7;
  font-family: inherit;
  color: #313131;
  font-weight: normal;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.toolbar .pages .page,
.toolbar .pages .action {
  border-color: #f4f4f4;
  min-width: 32px;
  width: 34px;
  height: 34px;
  line-height: 32px;
}
.toolbar .pages strong.page,
.toolbar .pages a.page {
  font-size: 1.6rem;
  font-weight: bold;
  color: #313131;
  padding: 0;
  border-color: #f4f4f4;
}
.toolbar .pages a.page {
  background-color: #f4f4f4;
  color: #313131;
}
.toolbar .pages strong.page {
  background-color: #f4f4f4;
  color: #0072BC;
  border-color: #f4f4f4;
}
.toolbar .pages .action {
  color: #313131;
  background-color: #f4f4f4;
}
.toolbar .pages .action:before {
  color: #313131;
  font-weight: bold;
}
.toolbar .pages .action:visited,
.toolbar .pages .action.next:hover,
.toolbar .pages .action.previous:hover {
  color: #313131;
  background-color: #f4f4f4;
}
.toolbar .pages .action:visited:before,
.toolbar .pages .action.next:hover:before,
.toolbar .pages .action.previous:hover:before {
  color: #313131;
}
.sorter {
  float: right;
}
.rtl-layout .sorter {
  float: left;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  font-size: 0rem;
  text-decoration: none;
  display: inline-block;
  color: #0072BC;
}
.sorter-action:visited {
  color: #0072BC;
}
.sorter-action:hover {
  text-decoration: none;
}
.sorter-action > span {
  display: none;
}
.sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e676";
  font-size: 20px;
  font-family: 'iconfont';
  speak: none;
  color: #3b3b3b;
}
.sorter-action.sort-desc:before {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modes {
  display: none;
}
.limiter {
  display: block;
  float: left;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.magnify {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}
.fotorama--fullscreen .magnify {
  display: none !important;
}
.full-view {
  position: absolute;
  top: 10px;
  right: 115px;
  z-index: 901;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.full-view:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\f002';
}
.modal-content .cdz-img-box {
  text-align: center;
}
.magnify {
  cursor: cell;
  cursor: -webkit-zoom-in;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-view {
  max-width: 1200px;
  margin: 0 auto;
}
.category-view .category-description {
  font-weight: 400;
  font-size: 16px;
}
.category-view .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.category-image {
  width: 17%;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-cms {
  margin-bottom: 20px;
}
body .page-wrapper > .category-view > div > .category-description {
  padding: 0 10px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form {
  background: #f4f4f4;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  float: left;
}
.product-main-content {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E7E7E7;
  background-color: #f4f4f4;
}
.product.media {
  position: relative;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.media .fotorama__stage__frame .fotorama__img {
  float: left;
  transform: none;
  top: 0;
  left: 0;
}
.product.media .fotorama__stage .magnify {
  background-color: #fff !important;
}
.product.media .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.product.media .fotorama__nav__shaft .fotorama__nav__frame {
  box-sizing: border-box;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 0;
  margin-bottom: 2rem;
}
.product.media .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border-color: #0072BC;
  opacity: 1;
}
.product.media .fotorama__nav__shaft .fotorama__thumb {
  background-color: transparent;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.rtl-layout .product.info.detailed .additional-attributes > thead > tr > td,
.rtl-layout .product.info.detailed .additional-attributes > tbody > tr > td,
.rtl-layout .product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.rtl-layout .product.info.detailed .additional-attributes > thead > tr > th,
.rtl-layout .product.info.detailed .additional-attributes > tbody > tr > th,
.rtl-layout .product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 0 10px 30px;
}
.product.info.detailed:not(.without_tab) {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
.product-info-main .tab-icons {
  margin-bottom: 0;
}
.product-info-main .tab-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-info-main .tab-icons ul li {
  margin-bottom: 0;
  position: relative;
}
.product-info-main .tab-icons ul li:not(:last-child) {
  margin-right: 1rem;
}
.product-info-main .tab-icons ul li a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-decoration: none;
}
.product-info-main .tab-icons ul li a .iconfont {
  font-size: 0rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .tab-icons ul li a .iconfont:before {
  font-size: 1.6rem;
}
.product-info-main .tab-icons ul li a .iconfont span {
  display: block;
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.product-info-main .tab-icons ul li:hover a {
  background-color: #0072bc;
  color: #fff;
}
.product-info-main .tab-icons ul li:hover a .iconfont span {
  color: #0072bc;
}
.product-info-main .tab-icons ul li:hover .tooltip {
  display: block;
}
.product-info-main .tab-icons ul li .tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1rem;
  width: 24rem;
  padding: 1rem;
  background-color: #e6e6e6;
  box-shadow: 0px 2px 4px rgba(59, 59, 59, 0.35);
  display: none;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-weight: bold;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  font-weight: bold;
  text-transform: uppercase;
}
.product-info-main .product-info-stock-sku .in-stock,
.product-info-main .product-info-stock-sku .available,
.product-info-main .product-info-stock-sku .stock {
  color: #008000;
}
.product-info-main .product-info-stock-sku .out-of-stock {
  color: #0072BC;
}
.product-info-main .sku-list {
  order: 1;
}
.product-info-main .sku-list,
.product-info-main .product-info-stock-sku,
.product-info-main .product.attribute.sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: normal;
  font-size: 1.6rem;
}
.product-info-main .sku-list p,
.product-info-main .product-info-stock-sku p,
.product-info-main .product.attribute.sku p {
  margin: 0;
}
.product-info-main .sku-list strong,
.product-info-main .product-info-stock-sku strong,
.product-info-main .product.attribute.sku strong {
  display: block;
  margin-right: 3px;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 20px;
}
.product-info-main .product.attibute.sku .type,
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.rtl-layout .product-info-main .product.attibute.sku .type,
.rtl-layout .product-info-main .product.attribute.sku .type {
  margin-right: 0;
  margin-left: 5px;
}
.product-info-main .product.attibute.sku .value,
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attibute.overview,
.product-info-main .product.attribute.overview {
  margin: 0;
  clear: both;
}
.product-info-main .product.attibute.overview .title,
.product-info-main .product.attribute.overview .title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.product-info-main .product.attibute.overview .title:after,
.product-info-main .product.attribute.overview .title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  font-size: 24px;
  float: right;
  margin-top: -3px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rtl-layout .product-info-main .product.attibute.overview .title:after,
.rtl-layout .product-info-main .product.attribute.overview .title:after {
  float: left;
}
.product-info-main .product.attibute.overview .title.active:after,
.product-info-main .product.attribute.overview .title.active:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.product-info-main .product.attibute.overview strong,
.product-info-main .product.attribute.overview strong {
  font-weight: 500;
  text-transform: uppercase;
}
.product-info-main .product.attibute.overview .value p,
.product-info-main .product.attribute.overview .value p {
  margin: 0;
}
.product-info-main .product.attibute.overview .value,
.product-info-main .product.attribute.overview .value {
  height: inherit;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-info-main .product.attibute.overview .value.active,
.product-info-main .product.attribute.overview .value.active {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 0;
  margin-top: -2px;
}
.product-info-main .product-options-bottom {
  padding: 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.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;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box,
.product-options-wrapper .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: normal;
  color: #313131;
}
.product-options-bottom .price-box .price,
.product-info-price .price-box .price,
.product-options-wrapper .price-box .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #313131;
}
.product-options-bottom .price-box .special-price .price,
.product-info-price .price-box .special-price .price,
.product-options-wrapper .price-box .special-price .price {
  color: #D0171E;
  align-items: center;
}
.product-options-bottom .price-box .special-price .price:before,
.product-info-price .price-box .special-price .price:before,
.product-options-wrapper .price-box .special-price .price:before {
  content: 'Sale Price:';
  font-weight: 400;
  font-size: 18px;
  margin-right: 4px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price,
.product-options-wrapper .price-box .old-price {
  font-size: 20px;
  margin-left: 0;
}
.product-options-bottom .price-box .old-price .price-wrapper,
.product-info-price .price-box .old-price .price-wrapper,
.product-options-wrapper .price-box .old-price .price-wrapper {
  color: #313131;
}
.product-options-bottom .price-box .old-price .price-label,
.product-info-price .price-box .old-price .price-label,
.product-options-wrapper .price-box .old-price .price-label {
  display: none !important;
}
.product-options-bottom .price-box .old-price .price,
.product-info-price .price-box .old-price .price,
.product-options-wrapper .price-box .old-price .price {
  color: #313131;
}
.product-options-bottom .price-box .old-price .price:before,
.product-info-price .price-box .old-price .price:before,
.product-options-wrapper .price-box .old-price .price:before {
  content: 'Outlet Price:';
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span,
.product-options-wrapper .price-box .price-container > span {
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child,
.product-options-wrapper .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-wrapper .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-wrapper .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee,
.product-options-wrapper .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-wrapper .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-wrapper .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price,
.product-options-wrapper .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.product-social-links {
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
}
.product-social-links .mailto.friend {
  margin-right: 15px;
  float: left;
}
.product-social-links .mailto.friend span {
  font-size: 0;
}
.product-social-links .social-addthis {
  float: left;
}
.product-social-links .social-addthis a {
  margin-right: 15px;
}
.product-social-links .social-addthis a span.fa:before {
  font-size: 18px;
}
.rtl-layout .product-social-links {
  float: right;
}
.rtl-layout .product-social-links .social-addthis {
  float: right;
}
.rtl-layout .product-social-links .mailto.friend {
  margin-right: 0;
  margin-left: 15px;
  float: right;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5601;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-top: 10px;
  position: relative;
}
.sidebar .product-items .product-item:first-child {
  margin-top: 0;
}
.sidebar .product-items .product-item-info {
  background: transparent;
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.rtl-layout .sidebar .product-items .action.delete {
  left: 0;
  right: auto;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.sidebar-additional > .block-compare,
.sidebar-additional > .block-wishlist {
  display: none !important;
}
.products-grid .product-items > .product-item .product-item-info {
  background-color: #ffffff;
}
body.page-products .product-item .product-item-info .product-item-details .product.actions.product-item-actions .action.tocart.primary,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .product.actions.product-item-actions .action.tocart.primary {
  display: none;
}
body.page-products .product-item .product-item-info .product-item-details .normal-price .price,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .normal-price .price,
body.page-products .product-item .product-item-info .product-item-details .special-price .price,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .special-price .price {
  font-size: 16px;
  font-weight: 700;
}
body.page-products .product-item .product-item-info .product-item-details .action.towishlist,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .action.towishlist,
body.page-products .product-item .product-item-info .product-item-details .action.tocompare,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .action.tocompare {
  display: none;
}
body.page-products .product-item .product-item-info .product-item-details .special-price .price,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .special-price .price {
  color: #D0171E;
}
body.page-products .product-item .product-item-info .product-item-details .price-label,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .price-label,
body.page-products .product-item .product-item-info .product-item-details .outlet-price,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .outlet-price {
  display: none;
}
body.page-products .product-item .product-item-info .product-item-details .retail-price,
body.catalog-product-view .block.related .product-item .product-item-info .product-item-details .retail-price {
  text-decoration: line-through;
}
body.page-products .product-item-inner .product__stock,
body.catalog-product-view .block.related .product-item-inner .product__stock {
  min-height: 35px;
}
body.page-products .product-item-inner .product__stock > p.availability,
body.catalog-product-view .block.related .product-item-inner .product__stock > p.availability {
  margin: 0px;
  position: absolute;
  bottom: 44px;
  left: 0px;
  width: 100%;
  text-align: center;
}
body.page-products .product-item-inner > .product__price,
body.catalog-product-view .block.related .product-item-inner > .product__price {
  min-height: 30px;
}
body.page-products .product-item-inner > .product__price .price-box.price-final_price,
body.catalog-product-view .block.related .product-item-inner > .product__price .price-box.price-final_price {
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 100%;
  text-align: center;
}
body.page-products .product-item-inner .commercial__brands,
body.catalog-product-view .block.related .product-item-inner .commercial__brands {
  margin-bottom: 0.8rem;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li.item > a > span.count,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li.item > a > span.count {
  margin: 10px 0px 0px 0px;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li > a,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li > a,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li.item > a > span.count > a,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li.item > a > span.count > a {
  text-decoration: none;
  border-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
}
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li .count,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li .count,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ul li.item > a > span.count .count,
body.page-products .sidebar.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-content .filter-options-content-outer ol li.item > a > span.count .count {
  font-weight: 400;
  font-size: 12px;
  float: right;
  margin: 0px 10px 0 0 !important;
  color: #0072BC !important;
}
body.catalog-product-view .block.related .owl-carousel .owl-item .item {
  background: #fff;
}
body.catalog-product-view .block.related .block-title {
  border: 0px;
}
body.catalog-product-view .block.related .block-title strong {
  border: 0px;
  font-size: 2.8rem;
  font-weight: 400;
}
.ships-mehod {
  padding: 16px;
  background-color: #fff;
}
.ships-mehod > p.group_items {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  align-items: center;
}
.ships-mehod > p.group_items:before {
  content: '';
  display: block;
  width: 100px;
  max-width: 24px;
  height: 24px;
  background: #ffffff url(../images/shipgroup.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 12px;
}
.ships-mehod > p.only_items {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  align-items: center;
}
.ships-mehod > p.only_items:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #ffffff url(../images/shipeone.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 12px;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .availability {
  margin-top: 40px;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .retail-price,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .outlet-price {
  display: inline-block;
  width: max-content;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .retail-price .price-label,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .outlet-price .price-label,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .retail-price span,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .outlet-price span {
  font-weight: 300;
  font-size: 16px;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .retail-price .price-wrapper,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .outlet-price .price-wrapper {
  text-decoration: line-through;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .retail-price {
  margin-right: 16px;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .price-box.price-final_price {
  display: block !important;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .special-price,
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .normal-price {
  width: 100%;
  display: inline-block;
}
body.catalog-product-view .ecc-price-lazy-load-view.product-info-main .product-info-price .price-box .normal-price .price {
  color: #D0171E;
}
body.catalog-product-view .product-addto-links .action {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #0072BC;
}
body.catalog-product-view .product-addto-links .action.tocompare {
  display: none;
}
body.catalog-product-view .box-tocart {
  position: relative;
  min-height: 48px;
  margin-bottom: 16px;
}
body.catalog-product-view .box-tocart .actions.contact-link-btn > a,
body.catalog-product-view .box-tocart .actions.contact-order-form > a,
body.catalog-product-view .box-tocart .actions.contact-link-btn .contact-order-link,
body.catalog-product-view .box-tocart .actions.contact-order-form .contact-order-link {
  position: absolute;
  width: 100%;
  height: 48px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
body.catalog-product-view .box-tocart .fieldset .field.qty {
  margin-bottom: 0px;
}
body.catalog-product-view .product-info-main .product-add-form .availability {
  color: #313131 !important;
}
body.catalog-product-view .commercial__brands {
  padding-left: 24px;
  border-left: 4px solid #0072bc;
  padding-top: 8px;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 0px;
}
body.catalog-product-view .commercial__brands > a {
  color: #313131;
}
body.catalog-product-view .commercial__brands > a:hover {
  text-decoration: none;
}
body.catalog-product-view .sku-list.short-description {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}
body.catalog-product-view .sku-list.short-description strong {
  font-weight: 300;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .availability {
  color: #313131;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}
body.catalog-product-view .product-info-price .price-box .old-price .price {
  color: #313131;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info {
  z-index: 10 !important;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details {
  display: block;
  height: 100%;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product__stock {
  min-height: 35px;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .commercial__brands {
  border: 0px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details > .product__price .price-box {
  min-height: 30px;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details > .product__price .price-box .special-price .price {
  color: #D0171E;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details > .product__price .price-box .price-label,
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details > .product__price .price-box .outlet-price {
  display: none;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details > .product__price .price-box .retail-price {
  text-decoration: line-through;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary {
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 25%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  z-index: 2;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .action.towishlist,
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .action.tocompare {
  display: none;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .qs-button {
  padding: 8px 24px;
  font-size: 0;
  width: auto;
  height: auto;
  background-color: #f4f4f4;
  border-color: #0072BC;
  color: #0072BC;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .qs-button:before {
  content: 'Quick View';
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
body.catalog-product-view .amrelated-grid-wrapper.block-products-list .block-content .product-item .product-item-info:hover > .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary {
  -webkit-transform: scale(1, 1);
}
.test-form-content .amform-parent > button.amform-show-popup.amcform-button.-default,
.test-form-content .amform-parent > button.amform-show-popup.amcform-button.-error {
  display: none;
}
.quickshop-modal .quickshop-tabs .product-info-main .retail-price,
.quickshop-modal .quickshop-tabs .product-info-main .outlet-price {
  display: inline-block;
  width: max-content;
}
.quickshop-modal .quickshop-tabs .product-info-main .retail-price .price-label,
.quickshop-modal .quickshop-tabs .product-info-main .outlet-price .price-label,
.quickshop-modal .quickshop-tabs .product-info-main .retail-price span,
.quickshop-modal .quickshop-tabs .product-info-main .outlet-price span {
  font-weight: 400;
  font-size: 16px;
}
.quickshop-modal .quickshop-tabs .product-info-main .retail-price .price-wrapper,
.quickshop-modal .quickshop-tabs .product-info-main .outlet-price .price-wrapper {
  text-decoration: line-through;
}
.quickshop-modal .quickshop-tabs .product-info-main .retail-price {
  margin-right: 16px;
}
.quickshop-modal .quickshop-tabs .product-info-main .price-box.price-final_price {
  display: block !important;
}
.quickshop-modal .quickshop-tabs .product-info-main .special-price,
.quickshop-modal .quickshop-tabs .product-info-main .normal-price {
  width: 100%;
  display: inline-block;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e7e7e7;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
  border: 1px solid #e7e7e7;
}
.table-comparison .cell .attribute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e7e7e7;
}
.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 {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.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 .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.block-compare .counter {
  display: none;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.quickshop-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.quickshop-wrapper .quickshop-tabs .product.attribute.sku > strong {
  font-size: 0;
}
.quickshop-wrapper .quickshop-tabs .product.attribute.sku > strong:before {
  content: 'part number:';
  font-weight: 400;
  font-size: 16px;
}
.quickshop-wrapper .quickshop-tabs .availability {
  margin-top: 40px;
}
.quickshop-wrapper .quickshop-tabs .product-info-price .price-box .normal-price .price {
  color: #D0171E;
}
.quickshop-wrapper .quickshop-tabs .product-info-price .price-box .retail-price .price-wrapper,
.quickshop-wrapper .quickshop-tabs .product-info-price .price-box .outlet-price .price-wrapper {
  text-decoration: line-through;
}
.quickshop-wrapper .quickshop-tabs .product-info-main .product-addto-links .action.tocompare {
  display: none;
}
.quickshop-wrapper .quickshop-tabs .product-info-main .product-addto-links .action.towishlist {
  width: 100%;
  height: 48px;
  color: #0072BC;
}
.qs-modal .modal-popup .modal-inner-wrap {
  background-color: #F4F4F4;
}
.qs-modal .modal-popup .modal-inner-wrap .ships-mehod {
  margin-top: 24px;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .quickshop-title .page-title {
  padding-left: 24px;
  border-left: 4px solid #0072bc;
  margin: 0;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .commercial__brands {
  padding-left: 24px;
  border-left: 4px solid #0072bc;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 28px;
  padding-top: 8px;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .product.attribute.sku {
  font-weight: 400;
  font-size: 16px;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .product.attribute.sku > strong {
  text-transform: capitalize;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .product-info-stock-sku .availability {
  font-weight: 700;
  font-size: 16px;
  color: #313131;
}
.qs-modal .modal-popup .modal-content .quickshop-tabs .product-addto-links .action.towishlist {
  text-transform: uppercase;
}
.qs-modal .modal-popup .action-close {
  background: transparent !important;
}
.qs-modal .modal-popup .action-close:before {
  color: #313131 !important;
  line-height: 24px !important;
  font-size: 24px;
}
.qs-modal .modal-popup .action-close:hover {
  background: transparent !important;
}
.qs-modal .modal-popup .action-close:hover:before {
  color: #313131 !important;
  line-height: 24px !important;
  font-size: 24px;
}
.catalog-product-view .block.crosssell {
  width: 100%;
  padding: 0;
  float: none;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  padding-left: 24px;
  border-left: 4px solid #0072BC;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  font-weight: 400;
  font-size: 32px;
}
.block.crosssell .block-title,
.block.upsell .block-title,
.block.related .block-title {
  border-bottom: 1px solid #0072BC;
  margin-bottom: 2rem;
}
.block.crosssell .block-title strong,
.block.upsell .block-title strong,
.block.related .block-title strong {
  font-size: 2.4rem;
  display: inline-block;
  margin: 0;
  border-bottom: 3px solid #0072BC;
  padding-bottom: 1rem;
}
.block.crosssell .owl-carousel .owl-stage,
.block.upsell .owl-carousel .owl-stage,
.block.related .owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block.crosssell .owl-carousel .owl-stage-outer,
.block.upsell .owl-carousel .owl-stage-outer,
.block.related .owl-carousel .owl-stage-outer {
  padding: 5px;
}
.block.crosssell .owl-carousel .owl-item,
.block.upsell .owl-carousel .owl-item,
.block.related .owl-carousel .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block.crosssell .owl-carousel .owl-item .loader img,
.block.upsell .owl-carousel .owl-item .loader img,
.block.related .owl-carousel .owl-item .loader img {
  display: none;
}
.box-tocart {
  margin-bottom: 2rem;
}
.box-tocart .qty .label {
  display: none !important;
}
.box-tocart .fieldset .field.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
}
.box-tocart > .fieldset {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-column-gap: 24px;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyplus {
  border-bottom: 1px solid #E7E7E7;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyminus,
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyplus {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 24px;
  background: #F4F4F4;
  font-size: 0;
  border-left: 1px solid #E7E7E7;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyminus:before,
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyplus:before {
  content: '\e67a';
  font-family: 'iconfont';
  font-size: 12px;
  color: #0072BC;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyminus {
  height: 24px;
  top: unset;
  bottom: 0px;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control .btn-qty.qtyminus:before {
  content: "\e67b";
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control input.input-text.qty {
  height: 48px;
  width: 76px;
  padding-right: 28px;
  border: 0px;
}
.box-tocart > .fieldset .field.qty.prod-detail-qty > .control div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  position: absolute;
  top: 48px;
  width: max-content;
}
.box-tocart .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #0072bc;
}
.box-tocart .control div.mage-error[generated] {
  position: absolute;
  margin-top: 0;
  width: 235px;
  bottom: -17px;
  left: 0;
}
.box-tocart .control .btn-qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  background-color: #0072bc;
  color: #fff;
}
.box-tocart .control .input-text.qty {
  width: 76px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 0;
  border-left: 0px;
  background-color: #fff;
}
.box-tocart .actions {
  clear: both;
}
.box-tocart .action.tocart {
  width: 100%;
  font-size: 1.6rem;
  padding: 12px;
  font-weight: 400;
  height: 48px;
}
.product-main-content button.amform-show-popup.amcform-button.-default,
.product-item-info button.amform-show-popup.amcform-button.-default,
#quickshop-tabs button.amform-show-popup.amcform-button.-default,
.product-main-content button.amform-show-popup.amcform-button.-error,
.product-item-info button.amform-show-popup.amcform-button.-error,
#quickshop-tabs button.amform-show-popup.amcform-button.-error {
  width: 100%;
  background: #0072bc;
  border: 1px solid #0072bc;
  font-size: 2rem;
  padding: 12px;
  margin-bottom: 20px;
}
.product-main-content button.amform-show-popup.amcform-button.-default:hover,
.product-item-info button.amform-show-popup.amcform-button.-default:hover,
#quickshop-tabs button.amform-show-popup.amcform-button.-default:hover,
.product-main-content button.amform-show-popup.amcform-button.-error:hover,
.product-item-info button.amform-show-popup.amcform-button.-error:hover,
#quickshop-tabs button.amform-show-popup.amcform-button.-error:hover {
  border: 1px solid #0072bc;
  background: #fff;
  color: #222;
}
.catalogsearch-result-index .product-item-info button.amform-show-popup.amcform-button.-default,
.catalog-category-view .product-item-info button.amform-show-popup.amcform-button.-default,
.cms-index-index .product-item-info button.amform-show-popup.amcform-button.-default,
.catalogsearch-result-index .product-item-info button.amform-show-popup.amcform-button.-error,
.catalog-category-view .product-item-info button.amform-show-popup.amcform-button.-error,
.cms-index-index .product-item-info button.amform-show-popup.amcform-button.-error {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 15px;
  height: auto;
  line-height: normal;
  border-radius: 0;
}
.catalogsearch-result-index .product-item-info button.amform-show-popup.amcform-button.-default:focus,
.catalog-category-view .product-item-info button.amform-show-popup.amcform-button.-default:focus,
.cms-index-index .product-item-info button.amform-show-popup.amcform-button.-default:focus,
.catalogsearch-result-index .product-item-info button.amform-show-popup.amcform-button.-error:focus,
.catalog-category-view .product-item-info button.amform-show-popup.amcform-button.-error:focus,
.cms-index-index .product-item-info button.amform-show-popup.amcform-button.-error:focus {
  box-shadow: 0 0 0 #fff;
}
.catalog-category-view .product-list-container .product-item .product-item-details .amlabel-position-wrapper {
  display: none !important;
}
.mobile-search-content > .mobile-search-form-container {
  display: none;
}
.block-search {
  margin-bottom: 0 !important;
}
.block-search .block-title {
  display: none;
}
.block-search .search-icon span {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.minisearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.minisearch .field.search {
  width: calc(100%);
}
.block-search .label {
  display: none !important;
}
.block-search .search-form-container {
  position: relative;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.block-search input[type="text"] {
  height: 48px;
  color: #313131;
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
  font-size: 1.6rem;
}
.block-search input[type="text"]::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #525252;
}
.block-search input[type="text"]:-moz-placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #525252;
}
.block-search input[type="text"]::-moz-placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #525252;
}
.block-search input[type="text"]:-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #525252;
}
.block-search .action.search {
  width: 48px;
  height: 48px;
  opacity: 1 !important;
  font-size: 0rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.block-search .action.search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e670";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  color: #313131;
}
.search-autocomplete {
  margin-top: 0;
}
.mobile-search-wrapper .block-search {
  width: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}
.mobile-search-wrapper .block-search input[type="text"] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #313131;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.mobile-search-wrapper .block-search .mobile-search-icon span {
  font-size: 0;
}
.mobile-search-wrapper .block-search .mobile-search-icon span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 20px;
  line-height: 40px;
}
.mobile-search-wrapper .ui-dialog {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  padding: 10px;
  z-index: 5;
  color: #313131;
  background-color: #ffffff;
  box-shadow: 0 3px 3px #e1e1e1;
  -moz-box-shadow: 0 3px 3px #e1e1e1;
  -webkit-box-shadow: 0 3px 3px #e1e1e1;
  -o-box-shadow: 0 3px 3px #e1e1e1;
  -ms-box-shadow: 0 3px 3px #e1e1e1;
  min-width: 280px;
  width: auto;
}
.mobile-search-wrapper .ui-dialog .label {
  display: none;
}
.mobile-search-wrapper .ui-dialog .minisearch {
  position: relative;
  border: 1px solid #313131;
}
.mobile-search-wrapper .ui-dialog .control {
  padding-right: 40px;
}
.rtl-layout .mobile-search-wrapper .ui-dialog .control {
  padding-right: 0px;
  padding-left: 40px;
}
.mobile-search-wrapper .ui-dialog .actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.rtl-layout .mobile-search-wrapper .ui-dialog .actions {
  right: auto;
  left: 0;
}
.mobile-search-wrapper .ui-dialog input[type="text"] {
  border: 0px solid;
  color: #313131;
  background-color: transparent;
  border-color: #313131;
  font-style: italic;
  height: 40px;
  text-transform: uppercase;
  font-size: 10px;
}
.mobile-search-wrapper .ui-dialog .action.search {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 1;
  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;
}
.mobile-search-wrapper .ui-dialog .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile-search-wrapper .ui-dialog .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  color: #313131;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mobile-search-wrapper .ui-dialog .action.search:hover:before {
  color: #ffffff;
}
.mobile-search-wrapper .ui-dialog .action.search:active:before {
  color: inherit;
}
.mobile-search-wrapper .ui-dialog .action.search:focus,
.mobile-search-wrapper .ui-dialog .action.search:active {
  background: none;
  border: none;
}
.mobile-search-wrapper .ui-dialog .action.search:hover {
  background: none;
  border: none;
}
.mobile-search-wrapper .ui-dialog .action.search.disabled,
.mobile-search-wrapper .ui-dialog .action.search[disabled],
fieldset[disabled] .mobile-search-wrapper .ui-dialog .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.mobile-search-wrapper .ui-dialog .action.search:focus:before {
  color: #ffffff;
}
.mobile-search-wrapper .ui-dialog .action.search:before {
  color: #313131;
}
.account .range-line.date {
  width: auto;
}
body.account .column.main .block.block-order-details-view .block-content:not(.widget) {
  clear: both;
  overflow: hidden;
}
body.account select,
body.account input,
body.account textarea {
  border-color: #e1e1e1;
}
.customer-account-edit .customer-name-prefix {
  clear: both;
  overflow: hidden;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account.page-layout-2columns-left .column.main .block:not(.widget) .block-title strong {
  text-transform: uppercase;
  font-size: 18px;
}
.customer-account-index .box-account table > thead > tr > th {
  width: 16.6666%;
}
.account .fieldset .newsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.account .column.main h2 {
  font-weight: 600;
}
.account .ui-datepicker {
  width: auto !important;
}
.account.customerconnect-rfqs-new .col-full {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  box-shadow: rgba(50, 50, 50, 0.04) 1px 3px 1px;
}
.account.customerconnect-rfqs-new #rfq_lines {
  clear: both;
}
.account.customerconnect-rfqs-index div.button {
  border: none;
}
.account.customer-address-index .col2-set.addresses-list {
  background: #fff;
  padding: 20px;
}
.account.customer-address-index .col2-set.addresses-list h2 {
  font-weight: 600;
}
.account.customer-address-index .col2-set.addresses-list .col-1,
.account.customer-address-index .col2-set.addresses-list .col-2 {
  float: none;
  width: 100%;
}
.account.customer-address-index .col2-set.addresses-list .col-1 ol,
.account.customer-address-index .col2-set.addresses-list .col-2 ol,
.account.customer-address-index .col2-set.addresses-list .col-1 ul,
.account.customer-address-index .col2-set.addresses-list .col-2 ul {
  clear: both;
  overflow: hidden;
}
.account.customer-address-index .col2-set.addresses-list .col-1 li,
.account.customer-address-index .col2-set.addresses-list .col-2 li {
  width: 50%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}
.account.epicor-comm-returns-index .opc .section .step-title a {
  display: none;
}
.account.epicor-comm-returns-index #update-return-form fieldset {
  border: none;
}
.account.customer-account-index #maincontent .columns .column.main > .block {
  padding-left: 0px !important;
}
.account.customer-account-index #maincontent .columns .column.main > .block a.action {
  color: #0072bc;
}
.account .block-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 10px;
}
.account .quotes-manage-view #quote-btns {
  padding-top: 20px;
}
.account .quotes-manage-view .order-info-box.box-left.quote_details {
  background: #fff;
  float: left;
  width: 50%;
  padding: 0 20px 20px 20px;
  position: relative;
  margin-bottom: 20px;
}
.account .quotes-manage-view .order-info-box.box-left.quote_details:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0px;
  background: #fff;
  z-index: -1;
}
.account .quotes-manage-view .order-info-box.box-right.quote_options {
  background: #fff;
  width: 50%;
  padding: 0 20px 20px 20px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.account .quotes-manage-view .order-info-box.box-right.quote_options:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  background: #fff;
  z-index: -1;
}
.account .quotes-manage-view .order-items.order-details {
  clear: both;
  overflow-x: scroll;
}
.account .quotes-manage-view .order-items.order-details .table-caption {
  color: #fff;
}
.account .quotes-manage-view #product-lines {
  background: #fff;
}
.account .quotes-manage-view #product-lines tbody tr td .product-name {
  font-size: 14px;
  margin-bottom: 0px;
}
.account .quotes-manage-view #product-lines tr td h3.product-name {
  font-size: 14px;
}
.account .quotes-manage-view #product-lines tfoot {
  border-top: 1px solid #ddd;
}
.account.page-layout-2columns-left .column.main table {
  border: 0px solid #e7e7e7;
  background: #f5f5f5;
}
.account.page-layout-2columns-left .column.main table thead tr {
  background: #f5f5f5;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
  font-size: 16px;
}
.account .column.main > .table-wrapper,
.account .column.main > .form-address-edit,
.account .column.main > .form {
  background-color: #efefef;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.account.rtl-layout .column.main .block:not(.widget) .block-title > .action {
  margin-left: 0;
  margin-right: 15px;
}
.account.rtl-layout .column.main .block:not(.widget) .block-title .action.edit,
.account.rtl-layout .column.main .block:not(.widget) .block-title .action.view {
  float: left;
}
.account.rtl-layout .column.main .block:not(.widget) .block-title .action.edit:after,
.account.rtl-layout .column.main .block:not(.widget) .block-title .action.view:after {
  content: '\f100';
  margin-right: 5px;
  margin-left: 0;
}
.account .sidebar-additional {
  margin-top: 20px;
}
.account.epicor-lists-lists-edit h3.icon-head {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.account.epicor-lists-lists-edit .ui-datepicker {
  width: auto !important;
}
.account.epicor-lists-lists-edit .ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 5px;
}
.account.epicor-lists-lists-edit .ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  text-align: center;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr {
  display: block;
  width: 50%;
  float: left;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td {
  display: block;
  border: none;
  text-align: left;
  padding: 15px 20px 0px 20px;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td label {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 100;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td input,
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td select,
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td textarea {
  width: 80% !important;
  max-width: 366px !important;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td input[type='checkbox'] {
  width: auto !important;
  margin: 12px 0px;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td select[type='time'] {
  width: auto !important;
}
.account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr:last-child td {
  padding-bottom: 20px;
}
.account .ar_payment_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.account .ar_payment_block fieldset {
  padding: 0;
}
.account .ar_payment_block fieldset label {
  margin-bottom: 10px;
}
.account .ar_payment_block fieldset#allocate_amount {
  margin-bottom: 10px;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.account.customer-address-index .col-2.addresses-additional li {
  float: none;
}
.account.customer-address-index .page-title.title-buttons {
  text-align: right;
}
.order-products-toolbar {
  position: relative;
}
.account.page-layout-2columns-left .column.main .control.customer-dob button {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-top: -4px;
}
.account.page-layout-2columns-left .column.main .control.customer-dob #required_date {
  height: 34px;
  margin-top: 0px;
  margin-bottom: 5px;
  width: calc(100% - 120px);
  max-width: 200px;
}
.account.page-layout-2columns-left .column.main input,
.account.page-layout-2columns-left .column.main select {
  height: 30px;
}
.account.page-layout-2columns-left .column.main input[type="checkbox"] {
  height: auto;
}
.account.page-layout-2columns-left .column.main button {
  height: 30px;
  line-height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.account.page-layout-2columns-left .column.main .admin__data-grid-pager-wrap button.action-previous,
.account.page-layout-2columns-left .column.main button.action-next {
  padding: 4px 0px 6px 0px;
}
.account.page-layout-2columns-left .column.main button.action-previous,
.account.page-layout-2columns-left .column.main button.action-next {
  height: 30px;
  margin-bottom: 0px;
}
.account.page-layout-2columns-left .column.main .box-head h2 {
  float: left;
}
.account.page-layout-2columns-left .column.main .box-head a {
  font-weight: bold;
  float: right;
  margin-top: 10px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid#customerconnect_servicecalls_table tr.data-grid-filters td.col-requested_date .range-line.date button {
  right: -3px;
  top: 0px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters select {
  height: 28px;
  border-color: #ccc;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters button {
  font-weight: 100;
  font-size: 14px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date {
  position: relative;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date input {
  width: auto;
  margin: 0 3px;
  max-width: 115px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date button,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date button {
  margin: 0px;
  height: 28px;
  width: 28px;
  padding: 0px 5px;
  right: 9px;
  background: #0072bc;
  border-color: #ccc;
  font-size: 0px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date button span,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date button span {
  display: none;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date button:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date button:before {
  font-family: FontAwesome;
  content: "\f073";
  color: #fff;
  font-size: 14px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date button:hover,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date button:hover {
  background: #fff;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-start_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-end_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date button:hover:before,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date button:hover:before {
  color: #0072bc;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-invoice_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-due_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-quote_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date .range-line.date {
  position: relative;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-invoice_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-due_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-quote_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date .range-line.date input {
  padding-right: 19px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-invoice_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-due_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-quote_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date:after,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date .range-line.date:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 28px;
  font-family: FontAwesome;
  content: "\f073";
  color: #ccc;
  text-align: center;
  top: 0px;
  right: 0px;
  line-height: 28px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-invoice_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-due_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-quote_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-payment_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-shipment_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-rma_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-actual_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-order_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-requested_date .range-line.date input,
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-scheduled_date .range-line.date input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100px;
  margin: 0px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date {
  display: inline-block;
  position: relative;
  width: auto !important;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date input {
  padding-right: 19px;
}
.account.page-layout-2columns-left .table-wrapper table.data-grid tr.data-grid-filters td.col-last_ordered_date .range-line.date:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 28px;
  font-family: FontAwesome;
  content: "\f073";
  color: #ccc;
  text-align: center;
  top: 0px;
  right: 0px;
  line-height: 28px;
}
._empty {
  display: none;
}
@media (min-width: 640px) {
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    border-top: 1px solid #e1e1e1;
  }
}
@media only screen and (min-width: 771px) {
  .epicor-lists-lists-edit #customer_grid {
    float: none;
  }
}
@media (min-width: 1024px), prin {
  .account.page-layout-2columns-left .column.main .data-table#my-orders-table tr th,
  .account.page-layout-2columns-left .column.main .data.table#my-orders-table tr th,
  .account.page-layout-2columns-left .column.main .data-table#my-orders-table tr td,
  .account.page-layout-2columns-left .column.main .data.table#my-orders-table tr td {
    min-width: 115px;
  }
}
@media (max-width: 1024px), print {
  .account.page-layout-2columns-left .column.main .box-account.box-recent,
  .account.page-layout-2columns-left .column.main .table-wrapper.orders-history,
  .account.page-layout-2columns-left .column.main .table-wrapper.order-items,
  .account.page-layout-2columns-left .column.main div.table-wrapper {
    overflow-x: scroll;
  }
  .account.page-layout-2columns-left .column.main .table-wrapper.orders-history,
  .account.page-layout-2columns-left .column.main .table-wrapper.reviews,
  .account.page-layout-2columns-left .column.main div.table-wrapper {
    padding: 0px;
  }
  .account.quotes-manage-view #product-lines thead th {
    font-size: 14px;
  }
}
@media (max-width: 639px), print {
  .account .column.main .block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr {
    display: block;
    width: 100%;
    float: none;
  }
  .account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td {
    min-height: 10px;
  }
  .account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td input,
  .account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td select,
  .account.epicor-lists-lists-edit .column.main #tab_content #list_form #primary_detail_content table tr td textarea {
    width: 100% !important;
  }
  .account.customer-address-index .col2-set.addresses-list .col-1 li,
  .account.customer-address-index .col2-set.addresses-list .col-2 li {
    width: 100%;
    padding-right: 0px;
  }
}
.block.newsletter {
  margin-bottom: 0;
}
.block.newsletter .form.subscribe {
  width: 100%;
  position: relative;
}
.block.newsletter .fieldset {
  margin: 0;
  padding: 0;
}
.block.newsletter .field {
  margin: 0 0 10px;
}
.block.newsletter .field .control {
  display: block;
  position: relative;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter input {
  padding-left: 16px;
  height: 40px;
  line-height: 40px;
}
.rtl-layout .block.newsletter input {
  padding-right: 35px;
  padding-left: 10px;
}
.block.newsletter input[type="email"] {
  background: #ffffff;
  color: #3b3b3b;
  border: 1px solid #0072bc;
}
.block.newsletter input[type="email"]::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #3b3b3b;
}
.block.newsletter input[type="email"]:-moz-placeholder {
  text-transform: capitalize;
  color: #3b3b3b;
}
.block.newsletter input[type="email"]::-moz-placeholder {
  text-transform: capitalize;
  color: #3b3b3b;
}
.block.newsletter input[type="email"]:-ms-input-placeholder {
  text-transform: capitalize;
  color: #3b3b3b;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions button.subscribe {
  position: absolute;
  top: 3px;
  width: max-content;
  right: 3px;
}
.block-collapsible-nav .content {
  background: #efefef;
  padding: 15px 0 0;
}
.block-collapsible-nav .item {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px dashed #0072bc;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #0072bc;
  display: block;
}
.block-collapsible-nav .item a {
  color: #0072bc;
  text-decoration: none;
}
.block-collapsible-nav .item a:visited {
  color: #0072bc;
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #0072bc;
  text-decoration: none;
}
.block-collapsible-nav .item a:active {
  color: #0072bc;
  text-decoration: none;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #0072bc;
  color: #0072bc;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #0072bc;
}
body {
  background-color: #f4f4f4;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header {
  background-color: #ffffff;
}
.page-header .panel.wrapper {
  background-color: #ffffff;
  color: #313131;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li.customer-welcome ul > li {
  display: block;
  float: none;
  margin: 0;
}
.header.panel > .header.links > li > a {
  color: #313131;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #313131;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #313131;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #313131;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  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;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5601;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5601;
}
.page-footer {
  margin-top: 0;
}
.footer.content .links strong,
.footer.content .links a {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin-top: 0;
  top: 20px;
  position: absolute;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  display: none;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font: 700 16px/1.55 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.page-header .switcher strong .lang-flag,
.page-footer .switcher strong .lang-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1;
}
.page-header .switcher .label.switcher-label,
.page-footer .switcher .label.switcher-label {
  display: none;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 20px;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  padding: 10px;
}
.authorization-link .action.toggle:hover {
  cursor: pointer;
}
.cart-footer .paypal,
.block-minicart .paypal {
  display: none !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #0072bc;
  border: 1px solid #0072bc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-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-product-link.widget,
.block-category-link.widget {
  display: block;
}
.block-product-link-inline.widget {
  margin: 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;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
/**
 * 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-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.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 {
  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 {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  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: 'Roboto', '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-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.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;
  gap: 10px;
}
.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 {
  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: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 1.3rem;
  }
  .cart-container .form-cart .actions.main > * {
    margin-bottom: 1rem;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .cdz-menu .shop-by-brand-list .brand-item {
    width: 33.3333%;
  }
  .slidershow-prompt .notice {
    font-size: 1.8rem;
  }
  .home-banner-block {
    padding-bottom: 40%;
  }
  .home-banner-block.about-block {
    padding-bottom: 32%;
  }
  .apptrian-subcategories-grid li {
    width: 33.3333%;
  }
  #customerconnect_invoices_grid .table-wrapper .data-grid tbody tr td.data-grid-checkbox-cell:before,
  #customerconnect_shipments .table-wrapper .data-grid tbody tr td.data-grid-checkbox-cell:before,
  #customerconnect_rmas .table-wrapper .data-grid tbody tr td.data-grid-checkbox-cell:before,
  #customerconnect_orders .table-wrapper .data-grid tbody tr td.data-grid-checkbox-cell:before {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0%;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .space-lg {
    margin-bottom: 30px;
  }
  .space-xs {
    margin-bottom: 20px;
  }
  .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 {
    position: relative;
    padding-top: 0px;
  }
  .navigation {
    background: none !important;
    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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    top: 0;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -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% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .rtl-layout .nav-sections {
    left: auto;
    right: -80%;
    right: calc(-1 * (100% - 54px));
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
  }
  .nav-sections .authorization-link .log-in.link {
    display: block !important;
  }
  .nav-sections .authorization-link .switcher-options {
    display: none !important;
  }
  .nav-sections div.switcher {
    margin: 0;
  }
  .nav-sections div.switcher .switcher-options {
    width: 100%;
  }
  .nav-sections div.switcher .switcher-options.active ul.dropdown,
  .nav-sections div.switcher .switcher-options ul.dropdown {
    position: static !important;
  }
  .nav-sections div.switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections div.switcher-trigger {
    border-bottom: 1px solid #424242;
    color: #ffffff;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 10px 20px !important;
    width: 100%;
  }
  .rtl-layout .nav-sections div.switcher-trigger {
    padding: 10px 20px !important;
  }
  .nav-sections div.switcher-trigger strong {
    font-size: 14px;
    display: inline-block !important;
    position: relative;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
  }
  .nav-sections div.switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections div.switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
    display: none;
  }
  .nav-sections div.switcher-trigger:after {
    float: right;
    font-size: 14px !important;
  }
  .rtl-layout .nav-sections div.switcher-trigger:after {
    float: left;
  }
  .nav-sections div.switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections div.switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    display: block;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    padding: 10px 20px;
  }
  .nav-sections .header.links li > a {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .nav-sections .header.links a {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections .header.links a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections .header.links a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections .header.links a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    display: block;
    padding: 10px 20px;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open .rtl-layout .page-wrapper {
    left: auto;
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .rtl-layout .page-wrapper {
    left: auto;
    right: 80%;
    right: calc(100% - 54px);
  }
  .nav-open .rtl-layout .nav-sections {
    right: 0;
    left: auto;
  }
  .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;
    background: #0072bc;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    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: #f8f8f8;
    border-width: 0;
    box-sizing: border-box;
    float: left;
    height: 52px;
    text-align: center;
    width: 33.33%;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .rtl-layout .nav-sections-item-title {
    float: right;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title.active .nav-sections-item-switch {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections-item-title.active .nav-sections-item-switch:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections-item-title.active .nav-sections-item-switch:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections-item-title.active .nav-sections-item-switch:active {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    color: #292929;
    text-decoration: none;
  }
  .nav-sections-item-title .nav-sections-item-switch:visited {
    color: #292929;
    text-decoration: none;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections-item-title .nav-sections-item-switch:active {
    color: #ffffff;
    text-decoration: none;
  }
  .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: 52px;
    width: 100%;
    text-align: left;
    padding: 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;
  }
  .rtl-layout .nav-sections-item-content {
    float: left;
    margin-left: 0;
    margin-right: -100%;
    text-align: right;
  }
  .navigation {
    background: #ffffff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5601;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5601;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5601;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) ul > li a,
  .navigation a {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .submenu:not(:first-child) ul > li a:visited,
  .navigation a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .submenu:not(:first-child) ul > li a:active,
  .navigation a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation li.level0 {
    margin-bottom: 3px;
    border: 1px solid #424242;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #424242;
  }
  .navigation li.level0 > .level-top {
    padding: 12px 20px;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .navigation .level0 {
    border-top: 1px solid #424242;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 24px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .rtl-layout .navigation .parent .level-top:after {
    right: auto;
    left: 0;
    content: '\f104';
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f105';
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .authentication-wrapper {
    margin-top: 0 !important;
  }
  .cdz-login-form-dropdown {
    top: 40px;
    right: -35px;
  }
  .qs-button,
  .actions-secondary .action.tocompare {
    display: none !important;
  }
  .product-style07 .product-buttons-inner form {
    display: inline-block;
    vertical-align: top;
  }
  .product-style07 .product-buttons-inner button.tocart.primary {
    width: 37px;
    height: 37px;
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .product-style07 .product-buttons-inner button.tocart.primary:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e671";
    font-size: 16px;
    font-family: 'iconfont';
    speak: none;
    line-height: 35px;
  }
  .product-style07 .product-buttons-inner button.tocart.primary span:before {
    display: none;
  }
  .ui-tooltip.cdz-tooltip {
    display: none !important;
  }
  .breadcrumbs {
    display: none;
  }
  .cdz-menu-toggle {
    position: absolute;
    right: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 5;
  }
  .cdz-menu-toggle:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 24px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .expand .cdz-menu-toggle:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rtl-layout .cdz-menu-toggle {
    right: auto;
    left: 0;
  }
  .rtl-layout .cdz-menu-toggle:after {
    content: '\f104';
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 {
    border-color: #e7e7e7;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > a.menu-link {
    text-decoration: none;
    color: #313131;
    background-color: #ffffff;
    border-color: #e7e7e7;
    font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > a.menu-link:visited {
    color: #313131;
    text-decoration: none;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > a.menu-link:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > a.menu-link:active {
    color: #ffffff;
    text-decoration: none;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0:hover > a.menu-link {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #e7e7e7;
    font: 400 16px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > .dropdown-toggle {
    background: #ffffff;
    color: #313131;
    width: 36px;
    height: 36px;
  }
  .cdz-main-menu .cdz-vertical-menu .groupmenu li.level0 > .dropdown-toggle:before {
    margin-top: 5px;
  }
  .cdz-main-menu .groupmenu li.level0 {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #424242;
  }
  .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    display: block;
  }
  .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    text-transform: capitalize;
    text-decoration: none;
    color: #ffffff;
    background-color: #282828;
    border-color: #424242;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-main-menu .groupmenu li.level0 > a.menu-link:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .cdz-main-menu .groupmenu li.level0 > a.menu-link:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .cdz-main-menu .groupmenu li.level0 > a.menu-link:active {
    color: #ffffff;
    text-decoration: none;
  }
  .cdz-main-menu .groupmenu li.level0 .cdz-menu-toggle:after {
    color: #ffffff;
  }
  .cdz-main-menu .groupmenu li.level0 > .dropdown-toggle {
    width: 37px;
    height: 37px;
    right: 10px;
    color: #ffffff;
  }
  .cdz-main-menu .groupmenu li.level0 > .dropdown-toggle:before {
    margin-top: 7px;
    font-size: 22px;
  }
  .cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
    cursor: pointer;
    color: #ffffff;
    background-color: #262626;
    border-color: #373737;
    font: 700 16px/19px Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-main-menu .groupmenu li.level0:hover .cdz-menu-toggle:after {
    color: #ffffff;
  }
  .cdz-main-menu .groupmenu li.expand {
    overflow: inherit;
  }
  .cdz-main-menu .groupmenu .groupmenu-drop li a {
    padding: 0;
  }
  .cdz-main-menu .groupmenu .groupmenu-drop-content .groupdrop-link {
    margin-bottom: 20px;
  }
  .cdz-main-menu .groupmenu .groupmenu-drop-content .groupdrop-banner-pos {
    display: none;
  }
  .rtl-layout .cdz-menu .groupmenu li.level0 > .dropdown-toggle,
  .rtl-layout .cdz-main-menu .groupmenu li.level0 > .dropdown-toggle {
    left: 10px;
    right: auto;
  }
  .rtl-layout .cdz-menu .dropdown-toggle::before {
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .text-content .groupmenu-drop-content .block-category-link {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .cdz-menu .groupmenu-drop .text-content .groupmenu-drop-content .block-category-link a {
    color: #fff;
  }
  .cdz-menu .groupmenu-drop.cat-tree li.item {
    font-size: 1.5rem;
  }
  .cdz-menu .groupmenu-drop.cat-tree li.item a {
    color: #fff;
  }
  .owl-carousel {
    padding: 0;
  }
  .owl-carousel .owl-nav {
    margin-top: 0;
    position: static;
  }
  .owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    left: 5px;
    top: 45%;
    top: calc(50% - 20px);
    -webkit-top: calc(50% - 20px);
    -o-top: calc(50% - 20px);
    -moz-top: calc(50% - 20px);
  }
  .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 5px;
    left: auto;
  }
  .rtl-layout .owl-carousel .owl-nav [class*='owl-'] {
    left: auto;
    right: 5px;
  }
  .rtl-layout .owl-carousel .owl-nav [class*='owl-'].owl-next {
    left: 5px;
    right: auto;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .slide-caption {
    padding-left: 2rem;
  }
  .slide-caption .slide-text {
    display: none;
  }
  .slide-caption .slide-title {
    font-size: 2rem;
  }
  .slide-caption .slide-btn a {
    padding: 5px;
    font-size: 1.2rem;
    text-align: center;
  }
  .post-list-wrapper .post-holder .post-image {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .post-list-wrapper .post-holder .post-details {
    clear: both;
    padding-top: 20px;
  }
  .cdz-block-title03,
  .cdz-block-title {
    margin-bottom: 20px;
  }
  .cdz-block-title03 .b-title,
  .cdz-block-title .b-title {
    padding: 0 0 15px;
    min-width: 0;
    font: 700 24px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight: 600;
  }
  .cdz-block-title03 .b-title strong,
  .cdz-block-title .b-title strong {
    font-size: 100%;
  }
  /*Block Sidebar*/
  .page-main .sidebar .block:not(.block-static-block) .actions-toolbar > .secondary {
    text-align: center;
  }
  .product.info.detailed.without_tab .product.data.items > .item.title > .switch:after {
    display: none;
  }
  .product.data.items,
  .tabs-list.product.data.items {
    margin-left: 0;
    margin-right: 0;
    border: 0;
  }
  .product.data.items > .item.title > .switch,
  .tabs-list.product.data.items > .item.title > .switch {
    border: #efefef;
    background: #efefef;
    margin-bottom: 5px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: normal;
  }
  .product.data.items > .item.title > .switch:hover,
  .tabs-list.product.data.items > .item.title > .switch:hover {
    color: #0072bc;
    background-color: #ffffff;
    border-color: #0072bc;
  }
  .product.data.items > .item.title.active > .switch,
  .tabs-list.product.data.items > .item.title.active > .switch {
    color: #0072bc;
    background-color: #ffffff;
    border-color: #0072bc;
    border: 1px solid #0072bc;
  }
  .product.data.items > .item.content,
  .tabs-list.product.data.items > .item.content {
    margin-top: -6px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    background: transparent;
  }
  .product.data.items > .item.content .owl-carousel .owl-stage-outer .product-item,
  .tabs-list.product.data.items > .item.content .owl-carousel .owl-stage-outer .product-item {
    margin-bottom: 0;
  }
  .product.data.items > .item.content .block,
  .tabs-list.product.data.items > .item.content .block {
    margin-bottom: 0;
  }
  .product.data.items[class*='col-'],
  .tabs-list.product.data.items[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs-list-sty04 .tabs-list .title {
    margin: 0px !important;
  }
  .tabs-list-sty04 .tabs-list .title:before {
    background: #e7e7e7;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .tabs-list-sty04 .tabs-list .title:hover {
    color: #313131;
    background-color: #efefef;
    border-color: #313131;
  }
  .tabs-list-sty04 .tabs-list .title:hover:before {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .tabs-list-sty04 .tabs-list [id^="cdz-tab"]:checked + label {
    background: #efefef;
    color: #313131;
    background-color: #efefef;
    border-color: #313131;
  }
  .tabs-list-sty04 .tabs-list [id^="cdz-tab"]:checked + label:before {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #efefef;
  }
  .tabs-list-sty04 .product.data.items > .item.title {
    float: left;
  }
  a.mobile-toggle {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -50px;
    text-transform: uppercase;
    padding: 7px 30px 7px 20px;
    text-align: center;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    color: #313131;
    background-color: #0072bc;
    border-color: #0072bc;
  }
  a.mobile-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  a.mobile-toggle.open:before {
    content: "\f106";
  }
  .rtl-layout a.mobile-toggle {
    left: 10px;
    right: auto;
  }
  ul.abs-dropdown {
    position: absolute;
    width: 170px;
    right: 10px;
    top: -12px;
    z-index: 1000000;
    background-color: #efefef;
    border: 1px solid #e7e7e7;
    padding: 0;
  }
  ul.abs-dropdown .item {
    margin: 0 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    list-style: none;
    padding: 7px 20px;
    text-transform: uppercase;
  }
  ul.abs-dropdown .item.active {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
  }
  ul.abs-dropdown .item.active a {
    color: #ffffff;
  }
  ul.abs-dropdown .item a:before {
    content: '';
  }
  .rtl-layout ul.abs-dropdown {
    left: 10px;
    right: auto;
  }
  .tabs-list-sty05 .product.data.items > .item.content {
    padding-top: 0;
  }
  .product-style01 a.mobile-toggle {
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
    left: 40%;
    left: calc(50% - 100px);
    -webkit-left: calc(50% - 100px);
    -o-left: calc(50% - 100px);
    -moz-left: calc(50% - 100px);
  }
  .rtl-layout .product-style01 a.mobile-toggle {
    right: calc(50% - 100px);
    left: 0;
  }
  .product-style01 ul.abs-dropdown {
    width: 200px;
    left: 40%;
    left: calc(50% - 100px);
    -webkit-left: calc(50% - 100px);
    -o-left: calc(50% - 100px);
    -moz-left: calc(50% - 100px);
    top: 35px;
  }
  .rtl-layout .product-style01 ul.abs-dropdown {
    right: calc(50% - 100px);
    left: 0;
  }
  .cart-footer .cart-qty {
    font-size: 0;
  }
  .rtl-layout .cart-qty {
    right: 10px;
    left: auto;
  }
  .cart-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-qty:after {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    content: "\e671" !important;
    font-size: 20px !important;
    font-family: 'iconfont' !important;
    speak: none !important;
  }
  .cart-qty.active:after {
    content: "\e679" !important;
  }
  /*header top*/
  .page-header {
    margin-bottom: 15px;
  }
  .page-header .header-wrapper-right {
    justify-content: flex-end;
  }
  .page-header .panel.wrapper .panel.header {
    display: none;
  }
  .page-header .header.content {
    padding-bottom: 1rem;
  }
  .page-header .authorization-link .action.toggle {
    display: none;
  }
  .page-header .logo {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 26px;
  }
  .page-header .right-col .search-wrapper {
    display: none;
  }
  .page-header .right-col .authorization-link {
    margin-right: 3rem;
  }
  .page-header .right-col .authorization-link .cdz-login-form-dropdown {
    position: absolute;
    top: 100%;
  }
  .page-header .right-col .customer-welcome .customer-name {
    display: block;
    margin-bottom: 1rem;
    text-transform: capitalize;
  }
  .page-header .right-col .customer-welcome ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-header .header-wrapper-middle {
    padding: 15px;
  }
  .page-header .search.primary:after {
    display: none;
  }
  .header-wrapper-middle {
    padding: 0 15px 0px;
  }
  .mobile-search-wrapper .block-search .control {
    background: #ffffff;
  }
  .mobile-search-wrapper .minisearch .field.search {
    width: calc(100%);
  }
  .mobile-search-wrapper .minisearch .actions {
    width: 40px;
  }
  .mobile-search-wrapper .minisearch .action.search {
    width: 40px;
    height: 40px;
  }
  .mobile-search-wrapper .minisearch .action.search:before {
    font-size: 1.6rem;
  }
  .mobile-search-wrapper .mobile-search-content {
    display: block;
  }
  .mobile-search-wrapper .mobile-search-content .mobile-search-icon {
    display: none;
  }
  .mobile-search-wrapper .mobile-search-form-container {
    display: block;
  }
  .mobile-search-wrapper .mobile-search-form-container input[type="text"] {
    height: 40px;
  }
  .mobile-search-wrapper .searchsuite-autocomplete {
    right: 0;
    left: 0;
  }
  .header-wrapper-bottom .header.content {
    position: static;
  }
  .header-wrapper-bottom .header.content .minicart-wrapper {
    position: static;
  }
  .header-wrapper-bottom .header.content .minicart-wrapper .action.showcart {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
  }
  .rtl-layout .header-wrapper-bottom .header.content .minicart-wrapper .action.showcart {
    right: auto;
    left: 15px;
  }
  .header-wrapper-content {
    position: relative;
  }
  .search-wrapper {
    display: none;
  }
  .header-wrapper-bottom {
    background: transparent;
  }
  .page-header {
    border-bottom: 0;
  }
  /*menu*/
  .cdz-menu .item.level-top > .menu-link,
  .cdz-menu .item.level-top .dropdown-toggle {
    color: #ffffff;
  }
  .cdz-menu .item.level-top > .menu-link {
    border-color: #000000;
  }
  .page-header .sticky-menu .left-col {
    width: 20%;
  }
  .page-header .sticky-menu .right-col {
    width: 80%;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .menu_contents.mid-col .nav-sections-items .section-item-title {
    display: none;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .menu_contents.mid-col .nav-sections-items .section-item-content ul.groupmenu {
    padding: 0px;
    margin: 0px;
    display: flex;
    grid-gap: 24px;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .menu_contents.mid-col .nav-sections-items .section-item-content ul.groupmenu > li {
    list-style: none;
    margin: 0px;
  }
  .nav-open .header .nav-sections {
    background: #fff;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .menu_contents.mid-col .nav-sections-items .section-item-content ul.groupmenu > li {
    position: unset;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail ul > li.level1.item > a.menu-link {
    padding: 5px;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0:hover > .menu-link:before {
    display: none !important;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu > li.level0 > ul.groupmenu-drop.slidedown {
    display: block;
    overflow: unset;
    position: absolute;
    width: 100%;
  }
  .page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail h2,
  .page-header .sticky-menu .right-col .header-wrapper-right .main-menu-look .cdz-horizontal-menu > ul.groupmenu .dental_detail .h2 {
    padding: 5px;
  }
  .position-top {
    text-align: center;
  }
  .header.content > .row {
    margin: 0;
    justify-content: space-between;
  }
  .header.content > .row > [class*="col-sm-"] {
    position: static;
    padding: 0;
  }
  .header.content > .row .left-col {
    width: calc(100% - 80px);
  }
  .page-header .cdz-menu .item.level-top > .groupmenu-drop {
    border: 0;
  }
  .page-header .cdz-menu .groupdrop-title {
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0 0;
  }
  .page-header .order-tracker li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .rtl-layout .page-header .order-tracker li:last-child {
    padding-left: 0;
    margin-left: 0;
  }
  .page-header #btn-minicart-close:after {
    display: none;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-footer .footer-content-top {
    padding: 0;
  }
  .page-footer .footer.content .footer-content-top {
    padding: 0;
  }
  .page-footer .footer-container-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-footer .footer-container-wrapper .block-static-block {
    margin-bottom: 0;
  }
  .page-footer .footer-container-wrapper .footer-box {
    margin-bottom: 0;
  }
  .page-footer .footer-container-wrapper .footer-box .footer-link.showhide.active {
    margin-bottom: 20px;
  }
  .page-footer .footer-container-wrapper .footer-box p.h5 {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .page-footer .footer-container-wrapper .footer-box p.h5.visible-xs:after {
    display: none;
  }
  .page-footer .footer-container-wrapper .footer-box p.h5:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 24px;
    float: right;
    margin-top: -3px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .page-footer .footer-container-wrapper .footer-box p.h5.expanded:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rtl-layout .page-footer .footer-container-wrapper .footer-box p.h5:after {
    content: '\f104';
    float: left;
  }
  .page-footer .footer-container-wrapper .footer-link li.last {
    margin-bottom: 2rem;
  }
  .page-footer .top-footer-wrapper .footer-content-top {
    padding: 0;
  }
  .page-footer .wrapper-ads-car-style > .row {
    margin: 0;
  }
  .page-footer .service-col {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    padding: 15px;
  }
  .page-footer .service-col .icon-font {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
  .page-footer .service-col .icon-font:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .page-footer .service-col h4 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page-footer .showhide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    margin-bottom: 1rem;
  }
  .page-footer .showhide.active {
    height: inherit;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .page-footer .col-sm-1 {
    height: 0;
  }
  .page-footer .footer-container-wrapper .footer-main-right {
    position: unset;
    width: 100%;
  }
  .privacy-policy.cms-content {
    position: relative;
    padding-top: 60px;
  }
  .footer-top-ads .ftop-ads-title {
    font-size: 140%;
  }
  .footer-top-ads .ftop-newsletter {
    margin: 0;
  }
  .mb-look-container .product-name {
    color: #0072bc;
    font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    display: block;
  }
  .mb-look-container a.button-buy {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    padding: 7px 25px;
    text-transform: uppercase;
    color: #ffffff;
    border-color: #0072bc;
    background: #0072bc;
  }
  .mb-look-container a.button-buy:hover {
    text-decoration: none;
  }
  .popup-ajax-lgfm-popup .cdz-popup-inner .cdz-popup-content .account-info-summary {
    padding: 0 !important;
  }
  .popup-ajax-lgfm-popup .secondary {
    width: 100%;
  }
  .cdz-popup-area .cdz-popup.popup-ajax-lgfm-popup {
    max-width: calc(80%);
  }
  .page-layout-1column .products-grid .product-items.isotope .iso-item.product-item {
    width: 100%;
    padding: 0;
  }
  .page-layout-1column .products-grid .product-items.isotope .iso-item.product-item.width-2 {
    width: 100%;
  }
  .cms-index-index .page-main .block {
    margin-bottom: 0;
  }
  .fullwidth-content {
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .page-main {
    padding: 0;
  }
  .cdz-title .b-title {
    font-size: 18px;
  }
  /*lookbook*/
  .mb-look-container .product-name {
    color: #0072bc;
    font: 400 18px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    display: block;
  }
  .mb-look-container a.button-buy {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    padding: 7px 25px;
    text-transform: uppercase;
    color: #ffffff;
    border-color: #0072bc;
    background: #0072bc;
  }
  .mb-look-container a.button-buy:hover {
    text-decoration: none;
  }
  .cdz-our-product-wrap {
    padding: 0 2rem;
  }
  .cdz-our-product-wrap .product-item {
    padding: 1rem;
  }
  .cdz-our-product-wrap .product-item-info .actions {
    justify-content: center;
  }
  .cdz-our-product-wrap .product-item-info .actions-primary {
    width: 37px;
  }
  /*home block*/
  .home-banner-block {
    padding-bottom: 85%;
  }
  .home-banner-block.about-block {
    padding-bottom: 90%;
  }
  body.rtl-layout .sidebar .product-items .product-item-info .product-item-photo {
    float: right;
    margin: 0 0 10px 10px;
    left: auto;
    right: 0;
  }
  body.rtl-layout .sidebar .product-items .product-item-details {
    margin-left: auto;
    margin-right: 105px;
  }
  body.rtl-layout .nav-toggle {
    right: 15px;
    left: auto;
  }
  body.rtl-layout .nav-toggle:before {
    left: auto;
    right: 0;
  }
  /*body.rtl-layout{
		.product.media{
			float:right;
			.fotorama__stage{
				margin-left:0;
				margin-right:5%;
			}
			.fotorama__nav-wrap--vertical.fotorama__nav-wrap{
				left:auto;
				right:0;
			}
		}
		.product-info-main{
			float:left;
		}
	}*/
  .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: none;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .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);
  }
  .cdz-popup-wrapper .modal-popup .modal-inner-wrap {
    width: 90% !important;
  }
  .cdz-popup-wrapper .cdz-popup-newsletter-left,
  .cdz-popup-wrapper .cdz-popup-newsletter-right {
    width: 100%;
    float: left;
  }
  .cdz-popup-wrapper .cdz-popup-newsletter-left {
    display: none;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    content: '';
    width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #4776f0;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .enhanced-privacy-popup .popup.content {
    margin: 0;
    padding: 10px;
    width: auto;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .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;
  }
  .cart-qty {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -63px;
    left: 10px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cart-qty.active {
    top: -50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .cart-qty.active:after {
    content: '\f00d';
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .cart-qty:after {
    float: none;
    line-height: 50px;
    margin: 0;
    content: '\f291';
  }
  .cart-qty span {
    display: none;
  }
  .cart-items {
    width: 100%;
  }
  .footer-cart-additional {
    clear: both;
    width: 100%;
  }
  .footer-cart-additional .footer-cart-summary {
    width: 100%;
    clear: both;
    border: 0;
  }
  .footer-cart-additional .footer-cart-summary .row .cdz-sm-12 {
    text-align: right;
  }
  .footer-cart-additional .footer-cart-summary .row .cdz-sm-12:first-child {
    text-align: left;
  }
  .footer-cart-additional .footer-cart-summary .cdz-sm-12 {
    float: left;
    width: 50%;
  }
  .footer-cart-additional .footer-cart-actions {
    width: 100%;
    clear: both;
    border: 0;
    border-top: 1px solid #e1e1e1;
  }
  .footer-cart-additional .footer-cart-actions .action.primary {
    width: 100%;
  }
  .cart-items .item .edit-icon {
    width: 100%;
    height: 100%;
  }
  .cart-items .item .edit-icon:before {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .cart-container {
    padding: 0 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
    margin-top: -7px;
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    justify-content: space-between;
  }
  .cart-container .form-cart .actions.main #save_cart_as_list {
    display: none;
  }
  .cart-container .form-cart .actions.main button {
    margin-left: 0;
    width: 49%;
    margin-bottom: 5px;
    padding: 6px 0;
  }
  .cart-discount .action.primary {
    font-size: 1.4rem;
    height: 40px;
    padding: 0 15px;
  }
  .cart-summary .block .title {
    padding: 10px;
    margin: 0;
  }
  .cart-discount {
    border-bottom: 1px solid #e7e7e7;
  }
  .cart.table-wrapper {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper tr.item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .cart.table-wrapper .cart {
    display: block;
    padding: 0;
  }
  .cart.table-wrapper .col {
    width: 33.3333%;
    box-sizing: border-box;
  }
  .cart.table-wrapper .col:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.item {
    width: 100%;
    min-height: 100px;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .actions-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit,
  .cart.table-wrapper .actions-toolbar > .action-delete {
    position: static;
    margin-right: 0;
  }
  .cart-discount .block > .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 1.6rem;
  }
  .cart-discount .block > .title strong {
    margin: 0;
  }
  .cart-discount .fieldset.coupon {
    padding-bottom: 2rem;
  }
  .cart-discount .fieldset.coupon input {
    height: 40px;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .minicart-wrapper .action.showcart .price-label {
    display: none;
  }
  .minicart-wrapper .ui-dialog .block-minicart {
    right: 0;
    width: auto;
    min-width: 300px;
    top: 100%;
  }
  .page-header .minicart-wrapper .action.showcart {
    padding: 5px;
  }
  .page-header .minicart-wrapper .action.showcart:before {
    width: 30px;
    height: 30px;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    top: -3px;
    right: -5%;
  }
  .checkout-container {
    position: relative;
  }
  .checkout-index-index .authentication-wrapper {
    position: absolute;
    right: 0;
    top: -3rem;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e7e7e7;
    background: #efefef;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #efefef;
  }
  .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: 20px;
    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;
  }
  .lb-modal-container .lb-modal-inner {
    overflow: auto;
  }
  .lb-modal-container .lookbook-slider.owl-carousel > .owl-nav [class*='owl-'] {
    top: 10%;
    display: none;
  }
  .lb-modal-container .lookbook-slider .media-section {
    width: 100%;
  }
  .lb-modal-container .lookbook-slider .product-section {
    width: 100%;
    padding: 0 30px;
  }
  .mb-look-container .product-image {
    display: flex;
    justify-content: center;
  }
  .mb-look-container .product-bottom {
    text-align: center;
  }
  .cdz-menu .shop-by-brand-list .brand-item {
    width: 50%;
  }
  .cdz-menu .shop-by-brand-list .brand-item .brand-link {
    color: #fff;
  }
  .brand-main .brand-search-wrap,
  .featured-brands-block .brand-search-wrap {
    float: none;
    width: 100%;
  }
  .header-wrapper-content.sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed;
    background-color: #ffffff;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  .header-wrapper-content.sticky-menu.active .mobile-search-wrapper,
  .header-wrapper-content.sticky-menu.active .header-wrapper-middle,
  .header-wrapper-content.sticky-menu.active .header-wrapper-bottom {
    display: none;
  }
  .qop-search form p button.pro-line-search,
  .qop-list .action {
    padding: 7px 10px;
  }
  .category-products .toolbar-amount {
    display: none;
  }
  .qop-productlist .category-products {
    overflow-x: scroll;
  }
  .quickorderpad-form-results.page-layout-1column .toolbar-products .pages {
    float: left;
  }
  .quickorderpad-form-results.page-layout-1column .toolbar-products .limiter {
    float: left;
    margin-top: 15px;
  }
  .qop-list thead {
    display: none;
  }
  .qop-list tbody,
  .qop-list tr {
    display: block;
  }
  .qop-list tbody {
    border-top: 1px solid #707070;
  }
  .qop-list tbody > tr {
    border-bottom: 1px solid #707070;
    padding-bottom: 1rem;
  }
  .qop-list tbody > tr td {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }
  .qop-list tbody > tr td::before {
    content: attr(data-th) ":";
    display: block;
    font-weight: bold;
    margin-right: 5px;
    width: 60px;
    text-align: left;
    font-size: 1.5rem;
  }
  .qop-list tbody > tr td:not(.productname) {
    align-items: center;
  }
  .qop-list tbody > tr td p,
  .qop-list tbody > tr td li {
    margin-bottom: 0;
  }
  .qop-list tbody > tr td.action {
    padding-left: 0;
    text-align: left;
  }
  .qop-list tbody > tr td ul {
    margin: 0;
    padding: 0;
  }
  .qop-list td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .quickorderpad-form-results.page-layout-1column .toolbar-products {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slidershow-prompt {
    padding: 1rem;
  }
  .slidershow-prompt .notice {
    font-size: 1.4rem;
  }
  .products-grid.wishlist .product-item {
    position: relative;
    width: 100% !important;
  }
  .products-grid.wishlist .product-item-info {
    text-align: left;
    border: 1px solid #efefef;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 0;
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: normal;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
    overflow: hidden;
    padding: 10px;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-towishlist:before {
    width: 22px;
  }
  .block-wishlist .product-item-info .product-item-actions {
    justify-content: flex-start;
  }
  .apptrian-subcategories-grid {
    margin: 2rem 0;
  }
  .apptrian-subcategories-grid li {
    width: 50%;
  }
  .cdz-menu ul,
  .cdz-menu ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cdz-menu .row {
    margin: 0 -10px;
  }
  .cdz-menu .groupdrop-banner {
    margin-bottom: 20px;
  }
  .cdz-menu li.item {
    margin-bottom: 0px;
  }
  .cdz-menu li.item.open > .dropdown-toggle:before,
  .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cdz-menu .menu-tabs {
    margin: 0;
  }
  .cdz-menu .menu-tabs .tab-item {
    margin: 0;
  }
  .cdz-menu .menu-tabs .cdz-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
  }
  .cdz-menu .menu-tabs .cdz-link-wrap {
    position: relative;
    padding: 4px 0;
  }
  .cdz-menu .groupdrop-link li.item a {
    color: #fff;
  }
  .cdz-menu .groupmenu-drop {
    display: none;
  }
  .cdz-menu .groupmenu-drop li.item {
    padding: 5px 0;
  }
  .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
  }
  .cdz-menu .menu-link,
  .cdz-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
  }
  .cdz-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .cdz-menu .item.level-top > .menu-link {
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cdz-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .cdz-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    color: inherit;
  }
  .cdz-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
    color: #fff;
  }
  .cdz-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cdz-menu .parent {
    position: relative;
  }
  .cdz-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .rtl-layout .cdz-menu .dropdown-toggle {
    left: 0;
    right: auto;
  }
  .cdz-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .rtl-layout .cdz-menu .dropdown-toggle:before {
    content: "\f104";
  }
  .products-grid .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
    width: 100%;
    height: 100%;
  }
  .products-grid .mobile_1 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_1 .product-items:not(.owl-carousel) > .product-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_1 .product-items:not(.owl-carousel) > .product-item:nth-child(1n + 1) {
    clear: both;
  }
  .products-grid .mobile_2 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_2 .product-items:not(.owl-carousel) > .product-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_2 .product-items:not(.owl-carousel) > .product-item:nth-child(2n + 1) {
    clear: both;
  }
  .products-grid .mobile_3 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_3 .product-items:not(.owl-carousel) > .product-item {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_3 .product-items:not(.owl-carousel) > .product-item:nth-child(3n + 1) {
    clear: both;
  }
  .products-grid .mobile_4 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_4 .product-items:not(.owl-carousel) > .product-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_4 .product-items:not(.owl-carousel) > .product-item:nth-child(4n + 1) {
    clear: both;
  }
  .products-grid .mobile_5 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_5 .product-items:not(.owl-carousel) > .product-item {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_5 .product-items:not(.owl-carousel) > .product-item:nth-child(5n + 1) {
    clear: both;
  }
  .products-grid .mobile_6 .product-items:not(.owl-carousel) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .mobile_6 .product-items:not(.owl-carousel) > .product-item {
    width: 16.66666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .mobile_6 .product-items:not(.owl-carousel) > .product-item:nth-child(6n + 1) {
    clear: both;
  }
  .product-item-info .product-item-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .product-item-info .product-item-actions button.tocart {
    font-size: 0rem;
    width: 37px;
    height: 37px;
    padding: 0;
  }
  .product-item-info .product-item-actions button.tocart:before {
    margin-right: 0;
  }
  .toolbar-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
  }
  .toolbar-products:before,
  .toolbar-products:after {
    display: none;
  }
  .toolbar-products .toolbar-amount {
    margin-top: 2px;
  }
  .full-view {
    right: 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;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .product.media ul.cdz-product-labels {
    left: 10px;
    right: auto;
    padding: 0;
  }
  .product.media .fotorama__nav__shaft .fotorama__nav__frame {
    border: 0;
  }
  .product-info-main .product-reviews-summary {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
  }
  .rtl-layout .product-info-main .product-reviews-summary {
    float: right;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .boxed-content .admin__data-grid-header-row._massaction div.admin__grid-massaction form {
    width: 70%;
  }
  .boxed-content .admin__data-grid-header-row._massaction div.admin__grid-massaction div.mass-select-wrap {
    width: 30%;
  }
  body.account .toolbar .pager .toolbar-amount {
    float: none;
    position: relative;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 0px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .account.quotes-manage-view #product-lines {
    display: block;
  }
  .account.quotes-manage-view #product-lines thead tr th {
    display: none;
  }
  .account.quotes-manage-view #product-lines tbody {
    display: block;
  }
  .account.quotes-manage-view #product-lines tbody tr {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  .account.quotes-manage-view #product-lines tbody tr td {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
  }
  .account.quotes-manage-view #product-lines tbody tr td:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .account.quotes-manage-view #product-lines tbody tr td .product-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .account.quotes-manage-view .order-info-box.box-left.quote_details {
    float: none;
    width: 100%;
  }
  .account.quotes-manage-view .order-info-box.box-left.quote_details:after {
    display: none;
  }
  .account.quotes-manage-view .order-info-box.box-right.quote_options {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .account.quotes-manage-view .order-info-box.box-right.quote_options:after {
    display: none;
  }
  .account .column.main {
    padding-top: 15px;
  }
  .account .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .customer-account-index .page-title-wrapper h1 {
    font-size: 24px;
    margin-bottom: 14px;
    margin-right: 0px;
  }
  .block-collapsible-nav .title {
    border-top: 0;
  }
  .block-collapsible-nav .content {
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .page-main .sidebar .block:not(.block-static-block).block-collapsible-nav {
    padding: 1rem;
  }
  .page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title.title:after {
    top: 5px;
  }
  .page-main .sidebar .block:not(.block-static-block) .block-collapsible-nav-title.title strong {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 10px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .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;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col-expand[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.expand-content[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.empty-text[data-th]:before {
    content: '';
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .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;
  }
  .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;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 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;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 20px;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .checkout-shipping-method {
    padding-top: 2rem;
  }
  .opc-wrapper .checkout-shipping-method .step-title {
    padding-bottom: 0;
    margin-bottom: -2rem;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #efefef;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    margin: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .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-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 25px -10px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 10px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .quickorderpad .qop-search form {
    float: none;
    width: 100%;
  }
  .qop-productlist .pages .pages-items {
    padding-left: 0px;
    padding-right: 0px;
  }
  .qop-productlist .qop-sort {
    max-width: 100%;
    margin-top: 15px;
    float: left;
    margin-left: 0px;
  }
  .account .admin__data-grid-wrap thead tr.data-grid-filters td {
    width: 100% !important;
    float: none !important;
    border-left: 0px solid #dfdfdf;
    border-right: 0px solid #dfdfdf;
    border-bottom: 0px solid #dfdfdf;
    clear: left;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
    font-size: 18px;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .toolbar select {
    width: 145px;
  }
  .pages .pages-items {
    padding: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 0 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .customerconnect-invoices-details #button_bar {
    top: 0px;
    height: 40px;
  }
  .boxed-content .table-wrapper {
    border-top: 0px;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account.customer-address-index .col-2.addresses-additional,
  .account.customer-address-index .col-1.addresses-primary {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  .account.customer-address-index .col-2.addresses-additional li,
  .account.customer-address-index .col-1.addresses-primary li {
    float: none;
    width: 100%;
  }
  .account.customer-address-index .page-title.title-buttons {
    text-align: left;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .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%;
  }
  .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: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5601;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .rtl-layout .review-ratings {
    float: right;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .rtl-layout .review-ratings ~ .review-content,
  .rtl-layout .review-ratings ~ .review-details {
    margin-left: 0;
    margin-right: 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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .rtl-layout .toolbar-amount {
    float: right;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .rtl-layout .products.wrapper ~ .toolbar .pages {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 1rem;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    border: 1px solid #0072BC;
    background-color: #fff;
    border-right-width: 0;
    float: left;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 44px;
    height: 34px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modes-mode > span {
    display: none;
  }
  .modes-mode:before {
    color: #0072BC;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e677";
    font-size: 18px;
    font-family: 'iconfont';
    speak: none;
  }
  .rtl-layout .modes-mode {
    float: right;
  }
  .modes-mode:hover {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
    border-width: 1px;
    text-decoration: none;
  }
  .modes-mode:hover:before {
    color: #fff !important;
  }
  .modes-mode:last-child {
    border-right-width: 1px;
  }
  .modes-mode.active {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
    border-width: 1px;
  }
  .modes-mode.active:before {
    color: #fff;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e678';
  }
  .rtl-layout .limiter {
    float: left;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  /*.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: 100%/3 }*/
}
