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: 'Montserrat', sans-serif, '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 #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif, '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,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 12px 25px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', sans-serif, '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: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #c3c3c3;
  border-radius: 1px;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', sans-serif, '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: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.action-primary:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 0;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 12px 25px;
  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: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action.disabled,
.admin__action-group-wrap .admin__action-multiselect-action-links .action[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 12px 25px;
}
.abs-button-l,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: '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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: '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,
.filter-current .action.remove: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,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.quote-details-items .col.qty .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success: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,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: '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;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.quote-details-items .toggle-action .toggle,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.quote-details-items .toggle-action .toggle > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.form-edit-role .box-actions button.action:last-child:after,
.block-dashboard-company .box-actions button.action:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.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: 'Montserrat', sans-serif, '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: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: '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 {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: '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,
.quote-details-items .actions-toolbar > .action {
  border-radius: 0;
}
button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active,
.quote-details-items .actions-toolbar > .action:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .quote-details-items .actions-toolbar > .action:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.action.primary:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: '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: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: '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: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: '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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 25px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: '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;
}
.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 {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: .6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #006bb4;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .item .col.discount-no-price {
  width: 90px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-top: 10px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 10px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #333333;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #333333;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #006bb4;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table th table th .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent::after,
table th table th .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #333333;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #ffffff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: '-';
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: '\e610';
  font-family: 'luma-icons';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #ffffff url('../images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: .3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: '\e615';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 2.65rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.55rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item {
  height: 2.5rem;
  padding: 5px 10px 5px 10px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 5px 10px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: .7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: '\e616';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 12px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 12px;
  font-weight: 400;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:last-child):after {
  border-left: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 10px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary {
  padding: 12px 25px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: bold;
}
.my-orders-search-advanced .action-remove {
  font-weight: bold;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #1979c3;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699d;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type='submit']:after,
.search-sku .quote-details-items .actions-toolbar > .action[type='submit']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: '\e615';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.data-grid .data-grid-th._sortable {
  cursor: pointer;
}
.data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowDownSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowUpSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.purchaseorder-purchaseorder-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.purchase-order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.purchase-order-reference-content {
  margin-right: 25px;
}
.purchase-order-reference-content:last-child {
  flex: 1 1 auto;
}
.po-action-toolbar form {
  display: inline-block;
}
.po-action-toolbar button,
.po-action-toolbar .quote-details-items .actions-toolbar > .action {
  margin-right: 8px;
}
.comments-field .fieldset .field.comments .label {
  text-align: left;
}
.comments-field .actions-toolbar button,
.comments-field .actions-toolbar .quote-details-items .actions-toolbar > .action {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.page-main .data-grid.bulk-approval tr.disabled td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #cccccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: transparent;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../images/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: transparent;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: transparent;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #333333;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #333333;
}
.page-main .admin__data-grid-wrap {
  padding-top: 0;
}
.page-main .purchase-order-payment-message {
  margin-bottom: 3rem;
}
.message.message-notice.notice.approved-notice {
  margin-top: 10px;
}
.purchase-order-table-items {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.purchase-order-table-items .qty .control.qty input {
  padding: 0;
  width: 35px;
}
.purchase-order-items .order-update-items {
  float: right;
}
.purchase-order-items .purchase-order-table-items thead th {
  padding-top: 0;
}
.purchase-order-totals-wrap {
  background: #f2f2f2;
}
.purchase-order-totals-wrap:before,
.purchase-order-totals-wrap:after {
  content: '';
  display: table;
}
.purchase-order-totals-wrap:after {
  clear: both;
}
.purchase-order-totals-wrap tfoot {
  background: transparent;
}
.purchase-order-totals-wrap tfoot tr td {
  border-top: 0;
}
.purchase-order-totals > tfoot tr.catalog_price_table > td {
  border-top: 0;
}
.purchase-order-totals tfoot td {
  text-align: right;
}
.purchase-order-totals .catalog_price th,
.purchase-order-totals .catalog_price td {
  font-weight: bold;
}
.purchase-order-data-items.product.data.items > .item.title,
.purchase-order-data-items.product.data.items > .item.content {
  position: relative;
}
.purchase-order-data-items.product.data.items > .item.title {
  z-index: 3;
}
.purchase-order-data-items.product.data.items > .item.content {
  padding-top: 20px;
  z-index: 2;
}
.purchase-order-data-items.product.data.items > .item.content ~ .item.content {
  z-index: 1;
}
.purchase-order-data-items .item-options dd {
  margin-bottom: 15px;
}
.purchase-order-data-items .item-options dd,
.purchase-order-data-items .item-options dt {
  display: block;
  float: none;
}
.purchase-order-data-items .message {
  margin-top: 5px;
}
.purchaseorder-actions-toolbar .action.additem {
  padding-right: 10px;
}
.purchase-order-information {
  margin-bottom: 25px;
}
.orderapprovals-purchaseorder-index .order-links-block > a {
  margin-right: 12px;
}
.orderapprovals-purchaseorder-index .order-links-block > a:last-child {
  margin-right: 0;
}
.orderapprovals-purchaseorder-index .order-links-block > a.active-link {
  text-decoration: underline;
}
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 3;
}
.admin__data-grid-outer-wrap .admin__data-grid-header ~ .admin__data-grid-header {
  z-index: 1;
}
.orderapprovals-purchaseorder-index .admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  right: 0;
}
.orderapprovals-purchaseorder-index .admin__action-dropdown ~ .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.purchase-order-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-word;
}
.purchase-order-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.grid-content {
  border-width: 1px 0 0 0 !important;
}
.grid-content .table-wrapper {
  margin-bottom: 20px !important;
}
.purchase-order-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.purchase-order-payment-method .message.info {
  background-color: #f5f5f5;
  color: #333333;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: '\e60c';
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.purchaseorder-purchaseorder-index .purchase-order-data-items .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: '-';
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url('../Magento_PurchaseOrderRule/images/pending.svg') no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url('../Magento_PurchaseOrderRule/images/approved.svg') no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url('../Magento_PurchaseOrderRule/images/rejected.svg') no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .column .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 12px 25px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.nps-container-inner {
  z-index: 1000;
  opacity: 0;
  position: fixed;
  right: 0;
  transform: scale(0.1);
  bottom: -100%;
  border-radius: 12px;
  border: 1px solid #efefef;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: white;
  overflow: hidden;
  width: 100%;
  height: 300px;
  transition: all 0.15s ease-in;
  border: 0;
}
.nps-container-inner.open {
  opacity: 1;
  bottom: 100px;
  transform: scale(1);
}
.nps-container-inner .nps-modal-header {
  background: #492366;
  color: white;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 10%;
  position: relative;
}
.nps-container-inner .nps-modal-content {
  height: 80%;
}
.nps-container-inner:hover .nps-modal-header .nps-modal-close {
  opacity: 1;
}
.nps-container-bottom {
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background-color: #492366;
  z-index: 1000;
  border-radius: 50%;
}
.nps-container-bottom:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.nps-container-bottom-img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 18px;
  transition: all 0.15s ease-in;
}
.nps-container-bottom-star {
  opacity: 1;
}
.nps-container-bottom-arrow {
  width: 30px;
  height: 30px;
  top: 64px;
  left: 18px;
  opacity: 0;
}
.nps-container-bottom.open .nps-container-bottom-star {
  opacity: 0;
  top: 64px;
}
.nps-container-bottom.open .nps-container-bottom-arrow {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nps-container .nps-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  opacity: 0;
}
.nps-container .nps-modal-close img {
  height: auto;
  width: 14px;
}
.nps-container .nps-modal-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.nps-container .nps-modal-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.nps-container .nps-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.nps-container .nps-modal-content .nps-modal-text-left,
.nps-container .nps-modal-content .nps-modal-text-right {
  margin-bottom: 0;
  color: #8b929c;
  font-size: 13px;
}
.nps-container .nps-widget {
  display: block;
  text-align: center;
}
.nps-container .nps-widget button,
.nps-container .nps-widget .quote-details-items .actions-toolbar > .action {
  padding: 5px 10px;
  font-size: 16px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background-color: #492366;
  color: #F4F4F4;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  margin: 0;
  outline: none;
  border-radius: 6px;
  margin: 0 0 10px 3px;
  width: 42px;
  height: 40px;
  border: 1px solid transparent;
  transform: scale(1);
  transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in, transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.75);
}
.nps-container .nps-widget button:hover,
.nps-container .nps-widget .quote-details-items .actions-toolbar > .action:hover {
  background-color: #F4F4F4;
  color: #492366;
  border: 1px solid #492366;
}
.nps-container .nps-widget button.detractor-hover,
.nps-container .nps-widget .quote-details-items .actions-toolbar > .action.detractor-hover {
  background: #F44336;
  color: white;
  border-color: #f55a4e;
  transform: scale(1.05);
}
.nps-container .nps-widget button.passive-hover,
.nps-container .nps-widget .quote-details-items .actions-toolbar > .action.passive-hover {
  background: #F57C00;
  color: white;
  border-color: #ff8910;
  transform: scale(1.05);
}
.nps-container .nps-widget button.promoter-hover,
.nps-container .nps-widget .quote-details-items .actions-toolbar > .action.promoter-hover {
  background: #4CAF50;
  color: white;
  border-color: #5cb860;
  transform: scale(1.05);
}
.nps-container .nps-widget .field-tooltip-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.nps-container .nps-widget .field-tooltip-content #nps_dont_show {
  margin: 0 5px 0 0;
  top: 0;
}
.nps-container .nps-widget .field-tooltip-content .admin__field-label {
  color: #8b929c;
  margin-top: 1px;
}
.nps-container .nps-widget .field-tooltip-content .admin__field-label span {
  font-size: 13px;
}
@media (min-width: 576px) {
  .nps-container-inner {
    width: 600px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .nps-container {
    display: none !important;
  }
}
.nps-thank-you {
  height: 100%;
  border-radius: 12px;
  /* Rounded corners */
  padding: 20px;
  /* Padding inside the container */
  text-align: center;
  /* Center the content */
  max-width: 400px;
  /* Limit the width */
  margin: 20px auto;
  /* Center the div horizontally with margin */
  font-family: 'Arial', sans-serif;
  /* Clean font */
  color: #ffffff;
  /* White text color for contrast */
  animation: fadeIn 1s ease-in-out;
  /* Smooth fade-in effect */
}
.nps-thank-you p {
  font-size: 2.5rem;
  /* Slightly larger text */
  color: #000000;
  /* White text color */
  margin-bottom: 20px;
  /* Space below the text */
  margin-top: 70px;
}
.nps-thank-you img {
  max-width: 100px;
  /* Resize the image */
  margin-top: 10px;
  /* Space above the image */
}
.owl-wrapper .owl-item .item {
  width: 100% !important;
  padding: 0 10px;
}
.owl-wrapper .owl-item .item .product-image-photo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.owl-wrapper .owl-item .api-slider-li {
  display: block !important;
}
.owl-wrapper .owl-item .api-slider-li .api-product-item-details {
  text-align: center;
}
.owl-wrapper .owl-item .api-slider-li .api-product-item-details .api-product-item-name {
  margin: 13px 0 8px;
}
.owl-wrapper .owl-item .api-slider-li .api-product-item-details .api-product-item-name .api-product-item-link {
  color: #231f20;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 16px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.owl-wrapper .owl-item .api-slider-li .api-product-item-details .api-product-item-name .api-product-item-link:active,
.owl-wrapper .owl-item .api-slider-li .api-product-item-details .api-product-item-name .api-product-item-link:focus {
  color: #231f20;
}
.owl-wrapper .owl-item .api-slider-li .api-product-item-details .api-product-item-name .api-product-item-link:hover {
  color: #492366;
}
.api-products-grid .block-title.title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .api-products-grid .block-title.title {
    font-size: 33px;
  }
}
@media (max-width: 980px) {
  .api-products-grid .block-title.title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .api-products-grid {
    width: 90%;
    margin: 0 auto;
  }
}
.carousel-wrap .owl-theme .owl-controls .owl-buttons > div {
  color: #6c6f73;
  display: inline-block;
  zoom: 1;
  font-size: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 40px;
  line-height: 50px;
  background: transparent;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.carousel-wrap .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: -50px;
}
@media (max-width: 1024px) {
  .carousel-wrap .owl-theme .owl-controls .owl-buttons > div.owl-prev {
    left: -30px;
  }
}
.carousel-wrap .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: -40px;
}
@media (max-width: 1024px) {
  .carousel-wrap .owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: -30px;
  }
}
.block-title.title .search-query {
  font-size: 24px;
  font-weight: 300;
  text-decoration: underline;
  color: #333333;
}
.block-title.title .click-to-see {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_Base
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@keyframes shine-lines {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ub-icon-next,
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title,
.drilldown-root li.mega > .mega.has-child span.menu-title,
ul.vertical-root li.mega.has-child > .mega span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-next:after,
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title:after,
.drilldown-root li.mega > .mega.has-child span.menu-title:after,
ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15.12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-icon-prev,
.drilldown > .btn-drilldown .btn-back {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-prev:before,
.drilldown > .btn-drilldown .btn-back:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-icon-down,
.nav-off-canvas .nav-sections .switcher-trigger strong,
ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-down:after,
.nav-off-canvas .nav-sections .switcher-trigger strong:after,
ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  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;
}
.ub-icon-up,
ul.accordion-root li.mega.has-child > .mega.active > span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-up:after,
ul.accordion-root li.mega.has-child > .mega.active > span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media all and (max-width: 1023px) {
  #html-body .child-content-inner li.mega .pagebuilder-column-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #html-body .child-content-inner li.mega .pagebuilder-column-group .pagebuilder-column {
    width: 100%;
    padding: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
#ub-top-bar {
  position: relative;
  height: 0;
  opacity: 0;
  width: 100%;
}
.nav-sections-item-content {
  padding: 0 20px;
}
.nav-sections-item-content .no-menu {
  display: block;
  padding: 25px 0;
  text-align: center;
}
.ub-nav-sticky {
  padding-bottom: 147px;
}
.ub-nav-sticky .panel.wrapper {
  height: auto;
}
.ub-nav-sticky .page-header {
  background: #ffffff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ub-nav-sticky .panel.wrapper {
  width: 100%;
  transition: .4s linear;
}
.ub-nav-sticky .header.content {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.ub-nav-sticky .header.content .minicart-wrapper {
  order: 1;
}
.ub-nav-sticky.sticky-fired .panel.wrapper {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 0;
  transition: .4s linear;
}
.ub-nav-sticky.sticky-fired .page-header {
  border-bottom: 1px solid #d1d1d1;
}
.ub-nav-sticky.sticky-fired .header.content {
  padding-top: 10px;
}
.ub-nav-sticky.sticky-fired .header.content .block-search {
  display: none;
}
.ub-nav-sticky.sticky-fired .header.content .minicart-wrapper {
  margin-top: 5px;
}
.ub-nav-sticky.sticky-fired .nav-toggle {
  top: 8px;
}
.ub-nav-sticky.sticky-fired .logo {
  margin: -5px 0 5px;
}
.ub-nav-sticky.sticky-fired:is(.nav-off-canvas) .logo {
  margin-right: auto;
  margin-left: 20px;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections {
  background: none;
  margin: -6px auto 0;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root {
  position: static;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega {
  position: relative;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega:before {
  height: 60px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.dynamic-width .child-content {
  left: 20px;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .header.content .minicart-wrapper {
  margin-top: 5px;
}
.child-content .child-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.child-content li.group > .mega {
  font-size: 1.8rem;
  padding: 25px 0 0 !important;
  text-transform: uppercase;
}
.child-content .block.widget {
  margin-top: 30px;
  width: 100%;
}
.child-content .block.widget .block-title {
  color: #333333;
  line-height: 30px;
  text-transform: uppercase;
}
.child-content .block.widget .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.child-content .block.widget .products-grid li.product-item {
  margin: 0;
  width: calc(33.33333333%) !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info {
  float: left;
  padding: 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .ub-quick-view-btn-container {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-name {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .price-box {
  float: left;
  margin: 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-actions {
  float: left;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info div[class^='swatch-opt-'] {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-inner {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info.active,
.child-content .block.widget .products-grid li.product-item .product-item-info:focus,
.child-content .block.widget .products-grid li.product-item .product-item-info:hover {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  box-shadow: none !important;
}
ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.level0 ul.level1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level1 > li.mega {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level1 > li.mega .mega {
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level1 > li.mega .mega .sale-item {
  color: #ff0101;
}
ul.level0 ul.level1 > li.mega .mega i {
  margin-right: 5px;
}
ul.level0 ul.level1 > li.mega .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level1 > li.mega .mega.ui-state-active,
ul.level0 ul.level1 > li.mega .mega:active,
ul.level0 ul.level1 > li.mega .mega:focus,
ul.level0 ul.level1 > li.mega .mega:hover,
ul.level0 ul.level1 > li.mega .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level1 > li.mega .group-title > .menu-desc img {
  max-width: 160px;
}
ul.level0 ul.level1 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level1 > li.mega.has-child.mega-hover > .mega {
  color: #ff5501;
}
ul.level0 ul.level1 > li.mega.has-child > .child-content {
  opacity: 0;
  left: 105%;
  visibility: hidden;
}
ul.level0 ul.level1 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level1 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
}
ul.level0 ul.level1 > li.mega.has-child:focus .child-content,
ul.level0 ul.level1 > li.mega.has-child:hover .child-content {
  top: 0;
}
ul.level0 ul.level2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level2 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level2 > li.mega > .mega {
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level2 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level2 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level2 > li.mega > .mega.ui-state-active,
ul.level0 ul.level2 > li.mega > .mega:active,
ul.level0 ul.level2 > li.mega > .mega:focus,
ul.level0 ul.level2 > li.mega > .mega:hover,
ul.level0 ul.level2 > li.mega > .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level2 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level2 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level2 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level2 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 0;
}
ul.level0 ul.level3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level3 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level3 > li.mega > .mega {
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level3 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level3 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level3 > li.mega > .mega.ui-state-active,
ul.level0 ul.level3 > li.mega > .mega:active,
ul.level0 ul.level3 > li.mega > .mega:focus,
ul.level0 ul.level3 > li.mega > .mega:hover,
ul.level0 ul.level3 > li.mega > .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level3 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level3 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level3 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level3 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level4 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level4 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level4 > li.mega > .mega {
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level4 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level4 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level4 > li.mega > .mega.ui-state-active,
ul.level0 ul.level4 > li.mega > .mega:active,
ul.level0 ul.level4 > li.mega > .mega:focus,
ul.level0 ul.level4 > li.mega > .mega:hover,
ul.level0 ul.level4 > li.mega > .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level4 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level4 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level4 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level4 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level5 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level5 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level5 > li.mega > .mega {
  color: #333333;
  font-weight: 400;
  display: block;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level5 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level5 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level5 > li.mega > .mega.ui-state-active,
ul.level0 ul.level5 > li.mega > .mega:active,
ul.level0 ul.level5 > li.mega > .mega:focus,
ul.level0 ul.level5 > li.mega > .mega:hover,
ul.level0 ul.level5 > li.mega > .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level5 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level5 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level5 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level5 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level6 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level6 > li.mega > .mega {
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level6 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level6 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level6 > li.mega > .mega.ui-state-active,
ul.level0 ul.level6 > li.mega > .mega:active,
ul.level0 ul.level6 > li.mega > .mega:focus,
ul.level0 ul.level6 > li.mega > .mega:hover,
ul.level0 ul.level6 > li.mega > .mega.active {
  color: #ff5501;
  text-decoration: none;
}
ul.level0 ul.level6 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level6 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level6 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level6 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.level0 > li.mega > .mega {
  color: #333333;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
ul.level0 > li.mega > .mega .number-product {
  margin-left: 5px;
}
ul.level0 > li.mega > .mega .sale-item {
  color: #ff0101;
}
ul.level0 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 > li.mega > .mega span.menu-icon {
  height: 20px;
  position: absolute;
  width: 32px;
}
ul.level0 > li.mega > .mega.ui-state-active,
ul.level0 > li.mega > .mega.active,
ul.level0 > li.mega > .mega:active,
ul.level0 > li.mega > .mega:focus,
ul.level0 > li.mega > .mega:hover {
  background: none;
  color: #ff5501;
}
ul.level0 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 > li.mega.show-border .mega-col {
  border: 1px dotted red;
}
ul.level0 > li.mega.dynamic-width {
  position: static;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .cms-content-important {
  font-size: 1.61rem;
  margin: 20px 0 0 0;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe {
  float: right;
  margin-left: 40px;
  width: 40%;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area {
  background: #f2f2f2;
  margin: 30px 0 0;
  padding: 30px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area .wholesale-tile {
  font-size: 2.002rem;
  margin-bottom: 20px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.204rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts {
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title {
  border-bottom: 1px solid #cccccc;
  color: #ff0101;
  font-weight: 600;
  position: relative;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.204rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover .menu-title {
  border-bottom-color: transparent;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.204rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item:hover {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item:hover .menu-title {
  border-bottom-color: transparent;
}
ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
  background-position: right -10px;
  display: inline-block;
  padding-right: 20px;
}
ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
  display: inline-block;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child.mega-hover > .mega {
  color: #ff5501;
}
ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
  background-position: right -10px;
  display: inline-block;
  padding-right: 20px;
}
ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.turn-left.has-child > .child-content {
  right: 0;
}
ul.level0 > li.mega.turn-left.has-child > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left.has-child > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega .menu-title,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega .menu-title {
  background: none;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title:after,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega .mega .menu-title,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega .mega .menu-title {
  background: none;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title:after,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.style-1 .child-content .free-shipping {
  margin-top: 20px;
}
ul.level0 > li.mega.style-1 .child-content .block.widget {
  margin: 25px 0 0 20px;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-name {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .price-box {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-reviews-summary {
  float: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content ul.level3 > li.mega > .mega {
  font-size: 1.4rem;
  line-height: 30px;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item {
  margin-bottom: 25px !important;
  width: 100% !important;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info {
  padding: 0;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info:hover {
  background: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-photo {
  float: left;
  margin-right: 10px;
  max-width: 57px;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-details {
  float: left;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner {
  color: #ffffff;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner h3 {
  font-weight: 900;
  left: 20px;
  position: absolute;
  top: 45px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner h4 {
  font-weight: 300;
  left: 20px;
  position: absolute;
  text-transform: none;
  top: 75px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 .group-title .mega {
  display: none;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .mega span.menu-icon {
  margin-left: 0;
  position: static;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .group-title > .menu-desc img {
  max-width: 700px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level2 {
  padding: 0 0 0 20px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level2 .group-title .mega {
  font-size: 1.4rem;
  display: block;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2 {
  padding: 0;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2 .group-title {
  display: none;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega {
  font-size: 1.4rem;
  line-height: 30px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title {
  padding: 0 0 0 10px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block.widget {
  margin: 18px 0 0 0;
  width: initial;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block.widget .block-title strong {
  font-size: 1.4rem;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item {
  margin-bottom: 25px !important;
  width: 100% !important;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info {
  padding: 0;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info:hover {
  background: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
  float: left;
  margin-right: 10px;
  max-width: 57px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details {
  float: left;
  max-width: 70%;
  width: 100%;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-name {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .price-box {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-reviews-summary {
  float: none;
  padding-bottom: 10px;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-actions {
  float: none;
  margin: 0;
  width: auto;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title {
  padding-right: 0;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title:after,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title:after {
  display: none;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active a.mega span.menu-title,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active span.mega span.menu-title {
  color: #000000;
}
.mega-with-thumb {
  float: left;
  padding: 0;
  width: 100%;
}
.mega-with-thumb ul.mega-menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mega-with-thumb ul.mega-menu li {
  float: left;
  list-style: none;
  padding: 10px 0;
  width: 20%;
}
.mega-with-thumb ul.mega-menu li img {
  float: left;
}
.mega-with-thumb ul.mega-menu li .mega {
  color: #333333;
}
.mega-with-thumb ul.mega-menu li .mega.ui-state-active,
.mega-with-thumb ul.mega-menu li .mega:active,
.mega-with-thumb ul.mega-menu li .mega:focus,
.mega-with-thumb ul.mega-menu li .mega:hover {
  color: #ff5501;
  text-decoration: underline;
}
.women-brands {
  margin-bottom: 40px;
  width: 100%;
}
.women-brands ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.women-brands ul li {
  margin: 0;
  text-align: center;
}
.women-brands ul li img {
  max-width: 120px;
}
.women-brands ul li span {
  clear: both;
  color: #000000;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.men-collections div {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.men-collections div:first-child {
  margin-top: 13px;
}
.men-collections div span {
  color: #ffffff;
  font-size: 1.61rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.men-collections div a {
  display: flex;
}
.men-collections div a:hover span {
  text-decoration: underline;
}
.men-collections div:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kids-collections {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.kids-collections .item {
  margin-bottom: 30px;
  text-align: center;
  width: 25%;
}
.kids-collections .item a {
  color: #000000;
  display: block;
  padding: 0 10px;
}
.kids-collections .item a:hover {
  color: #ff5501;
  text-decoration: none;
}
.kids-collections .item span {
  clear: both;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.nav-off-canvas .nav-toggle {
  display: block;
}
.nav-off-canvas .logo {
  margin: 0 auto 25px 40px;
}
.nav-off-canvas .nav-sections {
  -webkit-overflow-scrolling: touch;
  transition: left ease-in-out 0.3s;
  background-color: #ffffff;
  height: 100%;
  left: -350px;
  margin-bottom: 0;
  max-height: inherit;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 320px;
  z-index: 99;
}
.nav-off-canvas .nav-sections .switcher {
  font-size: 1.61rem;
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
.nav-off-canvas .nav-sections .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.nav-off-canvas .nav-sections .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .switcher-trigger strong {
  position: relative;
}
.nav-off-canvas .nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
.nav-off-canvas .nav-sections .switcher-trigger.active strong:after {
  content: '\e621';
}
.nav-off-canvas .nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.nav-off-canvas .nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
.nav-off-canvas .nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .header.links li {
  font-size: 1.61rem;
  margin: 0;
}
.nav-off-canvas .nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-off-canvas .nav-sections .header.links li > a {
  border-top: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .header.links a,
.nav-off-canvas .nav-sections .header.links a:hover {
  color: #575757;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-off-canvas .nav-sections .header.links .header.links {
  border: 0;
}
.nav-off-canvas .nav-sections .nav-sections-items {
  position: relative;
  z-index: 1;
  max-width: inherit;
}
.nav-off-canvas .nav-sections .nav-sections-items:before,
.nav-off-canvas .nav-sections .nav-sections-items:after {
  content: '';
  display: table;
}
.nav-off-canvas .nav-sections .nav-sections-items:after {
  clear: both;
}
.nav-off-canvas .nav-sections .nav-sections-item-title {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #e3e3e3;
  border-width: 0 0 1px 1px;
  border: solid #d7d7d7;
  display: block;
  float: left;
  height: 51px;
  padding-top: 15px;
  text-align: center;
  width: 33.33%;
}
.nav-off-canvas .nav-sections .nav-sections-item-title.active {
  background: transparent;
  border-bottom: 0;
}
.nav-off-canvas .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
  text-decoration: none;
}
.nav-off-canvas .nav-sections .nav-sections-item-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  margin-top: 60px;
  padding: 0 20px;
  width: 100%;
}
.nav-off-canvas .nav-sections .nav-sections-item-content:before,
.nav-off-canvas .nav-sections .nav-sections-item-content:after {
  content: '';
  display: table;
}
.nav-off-canvas .nav-sections .nav-sections-item-content:after {
  clear: both;
}
.nav-off-canvas .nav-sections .nav-sections-item-content.active {
  display: block;
}
.nav-off-canvas .nav-sections .nav-sections-item-content > * {
  display: block;
}
.nav-before-open {
  height: 100%;
  overflow-x: inherit !important;
  width: 100%;
}
.nav-before-open .page-wrapper.nav-off-canvas {
  transition: left ease-in-out 0.3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}
.nav-before-open body {
  overflow: hidden;
  height: auto !important;
  position: relative;
  width: 100%;
}
.nav-open .nav-off-canvas.page-wrapper {
  left: 0;
}
.nav-open .nav-off-canvas .nav-sections {
  box-shadow: none;
  left: 0;
  z-index: 99;
}
.nav-open .nav-off-canvas .nav-toggle {
  left: 335px;
  position: fixed;
  top: 8px;
  transition: all linear .4s;
  z-index: 1;
}
.nav-open .nav-off-canvas .nav-toggle:before {
  transition: background ease-in-out 0.3s;
  font-size: 1.806rem;
  background: #eb6703;
  color: #ffffff;
  content: '\e616';
  height: 51px;
  line-height: 51px;
  position: absolute;
  right: -39px;
  text-align: center;
  top: 43px;
  width: 54px;
  z-index: 11;
}
.nav-open .nav-off-canvas .nav-toggle:after {
  background: rgba(0, 0, 0, 0.9);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.nav-open .nav-off-canvas .header.content .block-search {
  z-index: 0;
}
.nav-open .nav-off-canvas .header.content .logo {
  z-index: 0;
}
ul.accordion-root {
  opacity: 1;
}
ul.accordion-root .mega-col {
  width: 100% !important;
}
ul.accordion-root .child-content li.group > .menu-group-link {
  display: none !important;
}
ul.accordion-root .child-content li.group > .mega {
  font-size: 1.4rem;
}
ul.accordion-root .child-content .block.widget {
  margin-bottom: 30px;
  margin-top: 25px;
}
ul.accordion-root .child-content .block.widget .block-title {
  margin-bottom: 10px;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item {
  margin: 0 0 25px !important;
  width: 100% !important;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item:last-child {
  margin-bottom: 0 !important;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info {
  padding: 0;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info:hover,
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info.active {
  background: none;
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0px;
  position: relative;
  z-index: 2;
}
ul.accordion-root .child-content .hot-product .block.widget {
  margin-top: 10px;
}
ul.accordion-root li.mega {
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
ul.accordion-root li.mega:empty {
  display: none;
}
ul.accordion-root li.mega > .mega {
  position: relative;
  padding: 14px 0;
  line-height: 1;
}
ul.accordion-root li.mega > .mega > .menu-icon {
  left: 5%;
  margin-left: 0;
  top: -5px;
}
ul.accordion-root li.mega.group {
  border-bottom: 0;
}
ul.accordion-root li.mega.has-child > .mega {
  font-weight: 700;
  width: 100%;
}
ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  padding: 0 40px 0 0;
  width: auto;
}
ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  position: absolute;
  right: 13px;
  display: inline-block !important;
}
ul.accordion-root li.mega.has-child .menu-group-link {
  display: none;
}
ul.accordion-root li.mega.has-child .menu-group-link.active {
  font-size: 1.2rem;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  line-height: 30px;
  margin: 0 0 0 15px;
  position: relative;
  text-decoration: underline;
}
ul.accordion-root li.mega.has-child .menu-group-link.active:active,
ul.accordion-root li.mega.has-child .menu-group-link.active:focus,
ul.accordion-root li.mega.has-child .menu-group-link.active:hover {
  color: #ff5501;
  text-decoration: none;
}
ul.accordion-root ul.level1 li.mega.has-child > .mega:after {
  font-size: 1.204rem;
}
ul.accordion-root ul.level1 li.mega.last {
  border-bottom: 0;
}
ul.accordion-root > li.mega.has-child:focus > .child-content,
ul.accordion-root > li.mega.has-child:hover > .child-content {
  display: none;
}
ul.accordion-root > li.mega.has-child .child-content {
  padding: 0 0 0 15px;
}
ul.accordion-root > li.mega.has-child .child-content .child-content-inner {
  padding: 0;
  width: 100% !important;
  display: block;
}
ul.accordion-root > li.mega.has-child .child-content .child-content-inner .child-content .child-content-inner {
  display: flex;
}
ul.accordion-root > li.mega.dynamic-width {
  position: relative;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
  font-size: 1.4rem;
  line-height: 25px;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
  font-size: 1.806rem;
  font-weight: 700;
  line-height: 25px;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
  margin-bottom: 25px;
  margin-left: 0;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area {
  padding: 0;
}
ul.accordion-root > li.mega.turn-left.has-child > .child-content {
  right: auto;
}
ul.accordion-root > li.mega.style-1 .child-content .block.widget {
  margin-left: 0;
}
ul.accordion-root > li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-photo {
  margin-top: 5px;
}
ul.accordion-root > li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-name {
  clear: left;
  margin-top: 0;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
  max-width: inherit;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .block.widget {
  margin-bottom: 30px;
  margin-top: 18px;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .full-banner {
  display: none;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner ul.level2 {
  padding-left: 0;
}
ul.accordion-root > li.mega.style-tabs .child-content {
  padding-bottom: 25px !important;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level1 > li.mega .group-title {
  display: none;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega {
  position: relative;
  width: 100%;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega,
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega {
  line-height: 35px;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
  padding-left: 15px;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.active {
  display: block;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega .group-title {
  display: block;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content {
  padding-bottom: 25px !important;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner .mega-col {
  padding: 8px 0;
  width: 100% !important;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level1 > li.mega .group-title {
  display: none;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
  background: none;
  display: none;
  max-width: inherit;
  padding-bottom: 0px !important;
  padding-left: 15px;
  padding-right: 0;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.active {
  display: block;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega .group-title {
  display: block;
}
ul.accordion-root:not(.drilldown-root) > li.mega.has-child .child-content {
  display: none !important;
}
ul.accordion-root:not(.drilldown-root) > li.mega.has-child .child-content.active {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
ul.accordion-root .cms-content-important {
  margin: 0 0 15px;
}
ul.accordion-root .category-thumb {
  display: none;
}
ul.accordion-root .mega-with-thumb {
  padding: 0;
}
ul.accordion-root .mega-with-thumb ul.mega-menu li {
  padding: 0;
  width: 100%;
}
ul.accordion-root .mega-with-thumb ul.mega-menu li img {
  display: none;
}
ul.accordion-root .kids-collections .item {
  width: 50%;
}
ul.drilldown-root {
  opacity: 1;
}
.drilldown-root {
  position: absolute !important;
  width: 100%;
}
.drilldown-root .mega-col,
.drilldown-root .child-content-inner {
  width: 100% !important;
}
.drilldown-root .parent-item {
  color: #333333;
  font-size: 1.806rem;
  display: block;
  font-weight: 500;
  margin: 10px 0;
}
.drilldown-root li.mega {
  border-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.drilldown-root li.mega > .mega {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 14px 0;
  width: 100%;
}
.drilldown-root li.mega > .mega span.menu-icon {
  left: 5%;
  margin: 0;
  top: -4px;
}
.drilldown-root li.mega > .mega.has-child {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.drilldown-root li.mega > .mega.has-child span.menu-title:after {
  position: absolute;
  right: 0;
}
.drilldown {
  overflow: hidden;
}
.drilldown.sticky-disabled > .btn-drilldown {
  position: static;
}
.drilldown > .btn-drilldown {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  height: 50px;
  left: 0;
  margin: 0 -20px;
  padding: 0 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
.drilldown > .btn-drilldown .btn-back {
  color: #333333;
  font-weight: bold;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
}
.drilldown > .btn-drilldown .btn-back:before {
  position: absolute;
  left: -4px;
}
.drilldown-container {
  position: relative !important;
}
.drilldown .menu-desc {
  display: none !important;
}
.drilldown .block-title {
  margin: 25px 0;
}
.drilldown .block-title strong {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.drilldown .block.widget .products-grid .product-item {
  width: 100% !important;
}
.drilldown .drilldown-sub {
  display: none;
}
.drilldown ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.drilldown ul.level1,
.drilldown ul.level2,
.drilldown ul.level3,
.drilldown ul.level4 {
  display: block;
}
.drilldown ul.level1 {
  display: none;
}
.drilldown ul.level1.drilldown-sub {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group > a {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2.drilldown-sub {
  display: none;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group > a {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group ul.level3.drilldown-sub {
  display: none;
}
.drilldown .child-content-inner ul.level3.drilldown-sub {
  display: block;
}
.drilldown .child-content-inner ul.level3.drilldown-sub li.mega.group ul.level4.drilldown-sub {
  display: none;
}
.drilldown .mega-with-thumb ul.mega-menu li {
  width: 100%;
  text-align: center;
}
.drilldown .mega-with-thumb ul.mega-menu li img {
  float: none;
}
.drilldown .mega-with-thumb ul.mega-menu li span.menu-title {
  display: block;
  margin-top: 10px;
}
.nav-sections .drilldown > .btn-drilldown {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  ul.level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 84%;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1220px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    right: auto;
    left: 0;
  }
}
ul.vertical-root {
  max-width: 320px;
  opacity: 1;
}
ul.vertical-root .child-content {
  right: auto !important;
  top: 0;
}
ul.vertical-root .child-content.cols1 {
  padding: 0;
}
ul.vertical-root .child-content.cols1 .child-content-inner {
  padding: 0;
  display: block;
}
ul.vertical-root .child-content.cols1 ul.level1 li.mega > .mega {
  padding: 0 20px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.vertical-root .child-content .child-content-inner .free-shipping {
  margin: 25px 0 0;
}
ul.vertical-root .child-content .child-content-inner .sales-off {
  margin: 30px 0 0;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-info {
  padding: 0 !important;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-info .product-item-photo {
  max-width: 200px;
  padding: 0;
  position: static;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-details {
  margin-left: 0;
}
ul.vertical-root .child-content .child-content-inner .block.widget {
  margin-top: 25px;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item {
  width: 100% !important;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info {
  width: 200px;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info:hover,
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info.active {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.vertical-root li.mega.has-child > .mega {
  width: 100%;
  position: relative;
}
ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
  position: absolute;
  right: -5px;
}
ul.vertical-root li.mega.has-child.mega-hover > .mega {
  color: #ff5501;
}
ul.vertical-root > li.mega {
  border-bottom: 1px dotted #cccccc;
  width: 100%;
}
ul.vertical-root > li.mega > .mega {
  line-height: 1;
  padding: 14px 0;
  width: auto;
}
ul.vertical-root > li.mega > .mega span.menu-title {
  padding: 0 40px 0 0;
}
ul.vertical-root > li.mega > .mega span.menu-icon {
  left: 5%;
  top: -10px;
  margin-left: 0;
}
ul.vertical-root > li.mega > .mega.ui-state-active,
ul.vertical-root > li.mega > .mega:active,
ul.vertical-root > li.mega > .mega:focus,
ul.vertical-root > li.mega > .mega:hover {
  color: #ff5501;
  text-decoration: none;
}
ul.vertical-root > li.mega.flattened-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.vertical-root > li.mega.flattened-menu .block.widget {
  margin-top: 10px;
}
ul.vertical-root > li.mega.flattened-menu .product-items .product-item-details {
  margin-left: 0;
}
ul.vertical-root > li.mega.flattened-menu .product-items .product-item-info .product-item-photo {
  position: static !important;
}
ul.vertical-root > li.mega.flattened-menu .group-title {
  color: #333333;
  display: block;
  font-weight: 600;
  line-height: 34px;
  padding: 0;
  text-transform: uppercase;
}
ul.vertical-root > li.mega.flattened-menu .group-title .mega {
  color: #333333;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
ul.vertical-root > li.mega.flattened-menu .group-title .mega.ui-state-active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega.active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:focus,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:hover {
  color: #ff5501;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega .mega {
  padding: 0 0 0 10px;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child > .mega:after {
  font-size: 1.204rem;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child:focus > .child-content,
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child:hover > .child-content {
  right: -230px;
  top: 0px;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child > .mega span.menu-title:after {
  right: 17px;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child.mega-hover > .mega {
  color: #ff5501;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child > .child-content {
  top: 0;
}
ul.vertical-root > li.mega.has-child:focus > .child-content,
ul.vertical-root > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
}
.ub-sidebar-mega-menu {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.ub-sidebar-mega-menu .drilldown > .btn-drilldown {
  margin: 0;
  padding: 0 0 0 10px;
}
.ub-sidebar-mega-menu .drilldown-container {
  overflow: hidden;
  max-width: initial;
}
.ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title {
  padding: 0 40px 0 0;
}
.ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
  right: 10px;
}
.ub-sidebar-mega-menu .accordion-root > li.mega > .mega {
  padding-left: 0;
}
.ub-sidebar-mega-menu .accordion-root > li.mega.has-child > .mega {
  width: auto;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo {
  position: static;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container .product-image-photo {
  position: static;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-details {
  margin-left: 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .child-content {
  left: auto;
  right: 100%;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .child-content .mega-col {
  float: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0 > li.mega > .mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0 > li.mega > .mega span.menu-icon {
  left: auto;
  right: 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level1 li.mega .mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown {
  padding: 0 10px 0 0;
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown .btn-back {
  padding-left: 0;
  padding-right: 20px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown .btn-back:before {
  left: auto;
  right: -2px;
  content: '\e608';
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root .parent-item {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title {
  padding: 0 0 0 40px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
  right: auto;
  left: 10px;
  content: '\e617';
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child .child-content {
  padding: 0 15px 0 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  padding: 0 0 0 40px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  left: 13px;
  right: auto;
}
.page-footer .footer_menu-root {
  opacity: 1;
}
.page-footer .ub-footer-mega-menu {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-footer .ub-footer-mega-menu:before,
.page-footer .ub-footer-mega-menu:after {
  content: '';
  display: table;
}
.page-footer .ub-footer-mega-menu:after {
  clear: both;
}
.page-footer .level0 > li.mega.dynamic-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-footer .level0 > li.mega.has-child > .mega {
  padding: 0;
}
.page-footer .level0 ul.level1 > li.mega .content {
  margin-top: 10px;
}
.page-footer .level0 ul.level1 > li.mega.group > a {
  font-weight: 700;
  text-transform: uppercase;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.venitian.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  overflow: inherit;
  -moz-transform: scale(1, 0);
  -moz-transform-origin: 50% 0;
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -ms-transform: scale(1, 0);
  -ms-transform-origin: 50% 0;
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  opacity: 0;
  -o-transform: scale(1, 0);
  -o-transform-origin: 50% 0;
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.venitian.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  overflow: hidden;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.pop.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: scale(0.2);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -ms-transform: translateX(-80%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  opacity: 0;
  -o-transform: translateX(-80%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  transform: translateX(-80%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -webkit-transform: scale(0.2);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.pop.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.linear.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: translateX(-40%);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -ms-transform: translateX(-40%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  opacity: 0;
  -o-transform: translateX(-40%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transform: translateX(-40%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transform: translateX(-40%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.linear.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: MegaFadeInUp;
  animation-name: MegaFadeInUp;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaFadeInDown;
  animation-name: megaFadeInDown;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaSlideInUp;
  animation-name: megaSlideInUp;
}
@keyframes MegaFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaSlideInUp {
  from {
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #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 #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: '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 {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: '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 .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.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-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: '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: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 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: #757575;
  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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 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 .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: '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;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: '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: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: '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-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: '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;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody 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: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  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: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: '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;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: '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: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account.page-layout-2columns-left .sidebar-main .block.block-collapsible-nav:last-child {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.account.page-layout-2columns-left .form-add-user .field-customer_account_edit-mobile {
  display: none;
}
.account.page-layout-2columns-left .page.messages .messages {
  display: block !important;
}
.account.page-layout-2columns-left.negotiable_quote-quote-index .quote-grid-filters-wrap {
  display: block !important;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: '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;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
  margin-top: 10px;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: '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: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: '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;
}
.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: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: '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: #757575;
  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: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: '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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
#layered-filter-block {
  border: none !important;
  margin: 0 30px;
  float: right;
  display: none;
}
.toolbar.toolbar-products #layered-filter-block {
  display: inline-block;
}
#layered-filter-block .filter-content {
  margin: 0 !important;
}
#layered-filter-block .filter-options-item {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  margin: 0 5px !important;
  width: auto;
  border: 1px solid #c3c3c3 !important;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  line-height: 1.5;
  padding: 5px 10px !important;
}
.filter-options-item .filter-options-title {
  font-weight: 500;
  text-transform: capitalize;
  width: 120px;
  text-align: left;
  padding: 2px 0  !important;
}
.filter-options-item .filter-options-content {
  background-color: #f0f0f0 !important;
  box-shadow: none !important;
  border-radius: 3px;
  left: -2px;
  width: 140px !important;
  text-align: left;
  padding: 5px 0 !important;
}
.filter-options-content a,
.filter-options-content .count {
  color: black;
}
.filter-options-item.active:before,
.filter-options-item.active:after {
  display: none !important;
}
.filter-options-content .item:hover,
.filter-options-content .item a:hover {
  background-color: #cfcaca !important;
}
@media (max-width: 767px), print {
  .filter.active .filter-options {
    width: 152px !important;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .filter-options-item .filter-options-content {
    margin-top: 6px !important;
    margin-left: -10px !important;
  }
  .page-layout-1column .filter-options-content ol.items {
    padding: 0 5px !important;
  }
  .filter .filter-current-subtitle {
    width: 200px;
  }
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: '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 .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: '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: #666666;
  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;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: '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: #006bb4;
}
.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-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #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 #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 12px 25px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 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-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: '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.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  width: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
  margin-left: 0;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 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: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  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;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  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;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  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-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cms-page-view.cms-resources-technical-documents-product-selector-guide .sidebar-block {
  display: block !important;
}
/* Training calendar start */
.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
}
/* Training calendar end */
/* Categpry page banner start */
.category-view .category-description {
  display: block;
}
/* Categpry page banner end */
/* Company account form start */
.custom-rti-form {
  width: 100% !important;
}
.custom-rti-form .fieldset.rti-dealer-agreement {
  margin-bottom: 0;
}
.custom-rti-form .fieldset.rti-dealer-agreement > [data-content-type='row'][data-appearance='contained'] > [data-element='inner'] {
  padding: 0 !important;
}
.custom-rti-form .fieldset.rti-dealer-agreement .terms-conditions {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 20px 15px;
}
.custom-rti-form .fieldset.checkboxes {
  margin-bottom: 0;
}
.custom-rti-form .fieldset .field {
  margin-bottom: 20px;
}
.custom-rti-form .fieldset .field label {
  color: #333333;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 4px;
}
.custom-rti-form .fieldset .field > .control {
  position: relative;
}
.custom-rti-form .fieldset .field > .control > select {
  height: 54px;
}
.custom-rti-form .fieldset .field > .control > input {
  height: 54px;
  margin: 1px 1px 0 1px;
  padding: 13px 15px;
}
.custom-rti-form .fieldset .field > .control > input:focus ~ label {
  transform: scale(0.75) translateY(-51px);
}
.custom-rti-form .fieldset .field > .control > input.mage-error {
  margin-bottom: 20px;
}
.custom-rti-form .fieldset .field > .control > input.mage-error ~ div {
  position: absolute;
  top: 54px;
}
.custom-rti-form .fieldset .field > .control > input.mage-error ~ label {
  top: 40%;
}
.custom-rti-form .fieldset .field > .control > input.mage-error.filled[type="email"] {
  margin-bottom: 74px;
}
.custom-rti-form .fieldset .field > .control > input.mage-error.filled[type="email"] ~ label {
  transform: scale(0.75) translateY(-82px);
}
.custom-rti-form .fieldset .field > .control > input.filled ~ label {
  transform: scale(0.75) translateY(-51px);
}
.custom-rti-form .fieldset .field > .control > label {
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 8px;
  position: absolute;
  left: 8px;
  top: 50%;
  text-overflow: ellipsis;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: auto;
  z-index: 1;
}
.custom-rti-form .fieldset .field._required > .control > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
/* Company account form end */
/* Checkout product image start */
.minicart-items .product > .product-image-container {
  height: 75px !important;
  width: 75px !important;
}
/* Checkout product image end */
/* Checkout new address popup start */
#opc-new-shipping-address div[name="shippingAddress.street.0"] label,
.form-shipping-address div[name="shippingAddress.street.0"] label {
  display: none !important;
}
/* Checkout new address popup end */
.field.type_of_business select#type_of_business {
  text-transform: capitalize;
}
/* Checkout paya button start */
.checkout-payment-method .payment-method-title .payment-icon {
  padding-left: 30px;
  margin-top: -10px;
  vertical-align: unset;
}
/* Checkout paya button end */
picture.header-logos-4k,
picture.footer-logos-4k {
  max-height: inherit;
  max-width: inherit;
}
@media (max-width: 1024px), print {
  .background-image-container {
    background-attachment: scroll !important;
  }
}
@media (min-width: 768px), print {
  .image-mobile-hidden img.pagebuilder-mobile-only {
    display: none !important;
  }
}
.opc-payment-additional.discount-code .messages {
  display: none !important;
}
/* SSO diabled popup start */
.rtixcel-failed-popup {
  padding: 0 10px 20px 10px;
}
.rtixcel-failed-popup .heading {
  padding-bottom: 20px;
}
.ub.fa-rtixcel {
  display: inline-block !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* SSO diabled popup end */
/* Add company uers popup start */
.company-users-index .modal-popup {
  pointer-events: auto !important;
}
/* Add company uers popup end */
.cart.main.actions .action.continue {
  display: inline-block !important;
  width: max-content;
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  padding: 9px 12px;
  float: left;
  text-decoration: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  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: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-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;
}
body {
  letter-spacing: 0.5px;
}
.action.primary {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.action.primary:hover {
  opacity: 0.7;
}
/*header start*/
.fullwidth-page .page-wrapper .page-header {
  margin-bottom: 25px;
}
.fullwidth-page.no-mrg-bottom .page-wrapper .page-header {
  margin-bottom: 0;
}
.fullwidth-page .column.main {
  padding-bottom: 0;
}
.fullwidth-page .page-footer {
  margin-top: 0;
}
.fullwidth-page #maincontent {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.fullwidth-page #maincontent .page-title-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-sizing: border-box;
}
.fullwidth-page #maincontent .page-title-wrapper h1 {
  font-size: 34px;
  font-weight: 600;
  color: #231f20;
  margin-top: 0;
  margin-bottom: 35px;
}
.fullwidth-page #maincontent .page.messages {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .fullwidth-page #maincontent .page-title-wrapper h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fullwidth-page #maincontent .page-title-wrapper h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .fullwidth-page #maincontent .page-title-wrapper h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.col-row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-extrasmall-1,
.col-small-1,
.col-medium-1,
.col-lerge-1,
.col-extrasmall-2,
.col-small-2,
.col-medium-2,
.col-lerge-2,
.col-extrasmall-3,
.col-small-3,
.col-medium-3,
.col-lerge-3,
.col-extrasmall-4,
.col-small-4,
.col-medium-4,
.col-lerge-4,
.col-extrasmall-5,
.col-small-5,
.col-medium-5,
.col-lerge-5,
.col-extrasmall-6,
.col-small-6,
.col-medium-6,
.col-lerge-6,
.col-extrasmall-7,
.col-small-7,
.col-medium-7,
.col-lerge-7,
.col-extrasmall-8,
.col-small-8,
.col-medium-8,
.col-lerge-8,
.col-extrasmall-9,
.col-small-9,
.col-medium-9,
.col-lerge-9,
.col-extrasmall-10,
.col-small-10,
.col-medium-10,
.col-lerge-10,
.col-extrasmall-11,
.col-small-11,
.col-medium-11,
.col-lerge-11,
.col-extrasmall-12,
.col-extrasmall-13,
.col-small-12,
.col-small-13,
.col-medium-12,
.col-lerge-12,
.col-medium-13,
.col-lerge-13 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
.col-extrasmall-1,
.col-extrasmall-2,
.col-extrasmall-3,
.col-extrasmall-4,
.col-extrasmall-5,
.col-extrasmall-6,
.col-extrasmall-7,
.col-extrasmall-8,
.col-extrasmall-9,
.col-extrasmall-10,
.col-extrasmall-11,
.col-extrasmall-12,
.col-extrasmall-13 {
  display: inline-block;
}
.col-extrasmall-13 {
  width: 20%;
}
.col-extrasmall-12 {
  width: 100%;
}
.col-extrasmall-11 {
  width: 91.66666667%;
}
.col-extrasmall-10 {
  width: 83.44444433%;
}
.col-extrasmall-9 {
  width: 75%;
}
.col-extrasmall-8 {
  width: 66.66666667%;
}
.col-extrasmall-7 {
  width: 58.44444433%;
}
.col-extrasmall-6 {
  width: 50%;
}
.col-extrasmall-5 {
  width: 41.66666667%;
}
.col-extrasmall-4 {
  width: 33.3333%;
}
.col-extrasmall-3 {
  width: 25%;
}
.col-extrasmall-2 {
  width: 16.66666667%;
}
.col-extrasmall-1 {
  width: 8.44444433%;
}
@media (max-width: 768px) {
  .nav-sections {
    width: calc(100% - 54px) !important;
    left: calc(-1 * (100% - 54px)) !important;
  }
  .nav-open .nav-sections {
    left: 0 !important;
  }
  .nav-open .nav-off-canvas .nav-toggle:before {
    top: -15px !important;
  }
  .nav-open .nav-off-canvas .nav-toggle {
    left: unset !important;
    right: 39px !important;
  }
  ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
    display: block !important;
  }
  .ub-icon-up:after,
  ul.accordion-root li.mega.has-child > .mega.active > span.menu-title:after,
  ul.accordion-root li.mega.has-child > .mega.active > span.menu-title:after {
    content: "\f068" !important;
    font-family: 'Fontawesome' !important;
    right: 25px;
    font-size: 12px;
    top: 0;
  }
  .ub-icon-down:after,
  .nav-off-canvas .nav-sections .switcher-trigger strong:after,
  ul.accordion-root li.mega.has-child > .mega > span.menu-title:after,
  .nav-off-canvas .nav-sections .switcher-trigger strong:after,
  ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
    content: "\f067" !important;
    font-family: 'Fontawesome' !important;
    right: 25px;
    font-size: 12px;
    top: 0;
  }
  .nav-sections-item-content > ul.level0 > li.mega > .mega:hover,
  .nav-sections-item-content > ul.level0 > li.mega > .mega:focus,
  .nav-sections-item-content > ul.level0 > li.mega > .mega.active {
    background: none;
    color: #1979c3;
  }
  .nav-sections-item-content > ul.level0 > li.mega > .mega {
    line-height: 50px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .col-small-1,
  .col-small-2,
  .col-small-3,
  .col-small-4,
  .col-small-5,
  .col-small-6,
  .col-small-7,
  .col-small-8,
  .col-small-9,
  .col-small-10,
  .col-small-11,
  .col-small-12,
  .col-small-13 {
    display: inline-block;
  }
  .col-small-13 {
    width: 20%;
  }
  .col-small-12 {
    width: 100%;
  }
  .col-small-11 {
    width: 91.66666667%;
  }
  .col-small-10 {
    width: 83.44444433%;
  }
  .col-small-9 {
    width: 75%;
  }
  .col-small-8 {
    width: 66.66666667%;
  }
  .col-small-7 {
    width: 58.44444433%;
  }
  .col-small-6 {
    width: 50%;
  }
  .col-small-5 {
    width: 41.66666667%;
  }
  .col-small-4 {
    width: 33.3333%;
  }
  .col-small-3 {
    width: 25%;
  }
  .col-small-2 {
    width: 16.66666667%;
  }
  .col-small-1 {
    width: 8.44444433%;
  }
}
@media (min-width: 992px) {
  .col-medium-1,
  .col-medium-2,
  .col-medium-3,
  .col-medium-4,
  .col-medium-5,
  .col-medium-6,
  .col-medium-7,
  .col-medium-8,
  .col-medium-9,
  .col-medium-10,
  .col-medium-11,
  .col-medium-12,
  .col-medium-13 {
    display: inline-block;
  }
  .col-medium-13 {
    width: 20%;
  }
  .col-medium-12 {
    width: 100%;
  }
  .col-medium-11 {
    width: 91.66666667%;
  }
  .col-medium-10 {
    width: 83.44444433%;
  }
  .col-medium-9 {
    width: 75%;
  }
  .col-medium-8 {
    width: 66.66666667%;
  }
  .col-medium-7 {
    width: 58.44444433%;
  }
  .col-medium-6 {
    width: 50%;
  }
  .col-medium-5 {
    width: 41.66666667%;
  }
  .col-medium-4 {
    width: 33.3333%;
  }
  .col-medium-3 {
    width: 25%;
  }
  .col-medium-2 {
    width: 16.66666667%;
  }
  .col-medium-1 {
    width: 8.44444433%;
  }
}
@media (min-width: 1200px) {
  .col-lerge-1,
  .col-lerge-2,
  .col-lerge-3,
  .col-lerge-4,
  .col-lerge-5,
  .col-lerge-6,
  .col-lerge-7,
  .col-lerge-8,
  .col-lerge-9,
  .col-lerge-10,
  .col-lerge-11,
  .col-lerge-12,
  .col-lerge-13 {
    display: inline-block;
  }
  .col-lerge-13 {
    width: 20%;
  }
  .col-lerge-12 {
    width: 100%;
  }
  .col-lerge-11 {
    width: 91.66666667%;
  }
  .col-lerge-10 {
    width: 83.44444433%;
  }
  .col-lerge-9 {
    width: 75%;
  }
  .col-lerge-8 {
    width: 66.66666667%;
  }
  .col-lerge-7 {
    width: 58.44444433%;
  }
  .col-lerge-6 {
    width: 50%;
  }
  .col-lerge-5 {
    width: 41.66666667%;
  }
  .col-lerge-4 {
    width: 33.3333%;
  }
  .col-lerge-3 {
    width: 25%;
  }
  .col-lerge-2 {
    width: 16.66666667%;
  }
  .col-lerge-1 {
    width: 8.44444433%;
  }
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
  .page-wrapper .page-header {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px;
  }
  .page-wrapper .page-header .header.content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }
  .page-wrapper .page-header .header.content > .logo {
    float: left;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .page-wrapper .page-header .header.content > .nav-sections {
    float: right;
    margin: 0;
    background: #ffffff;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation {
    background: #ffffff;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 {
    margin: 0;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0.parent > a.level-top .ui-menu-icon:after {
    display: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top {
    color: #6c6f73;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 60px;
    padding: 0 18px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    letter-spacing: 1px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top:active,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top:hover {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top.ui-state-focus {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top.ui-state-active {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0.active > a.level-top {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0.has-active > a.level-top {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > ul.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > div.submenu {
    text-align: left;
    height: auto;
    box-shadow: none;
    padding: 5px 0;
    left: 50% !important;
    transform: translate(-50%, 0);
    min-width: 375px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > ul.submenu:before,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > div.submenu:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 11px 12px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > ul.submenu:after,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > div.submenu:after {
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 9px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    content: "";
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > ul.submenu.level0 > li.level1 > ul.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > div.submenu.level0 > li.level1 > ul.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > ul.submenu.level0 > li.level1 > div.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > div.submenu.level0 > li.level1 > div.submenu {
    text-align: left;
    height: auto;
    top: 0 !important;
    left: 100% !important;
    box-shadow: none;
    min-width: 375px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a {
    position: relative;
    color: #6c6f73;
    font-size: 14px;
    padding: 22px 35px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -1px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a .ui-menu-icon:after,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a .ui-menu-icon:after {
    display: none;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a:active,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a:active,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a:focus,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a:hover,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a:hover {
    color: #492366;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a.ui-state-focus {
    color: #492366;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a.ui-state-active {
    color: #492366;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li.active > a,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li.active > a {
    color: #492366;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li.has-active > a,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li.has-active > a {
    color: #492366;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper {
    float: right;
    background: transparent;
    border: none;
    margin: 0 20px 0 0;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header {
    padding: 0;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li {
    display: inline-block;
    margin: 10px 0 0;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li > a {
    color: #6c6f73;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -web-transition: all 0.3s ease-in 0s;
    margin-left: 0;
    letter-spacing: 1px;
    line-height: 60px;
    padding: 0 18px;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li > a:active,
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li > a:focus {
    color: #6c6f73;
    text-decoration: none;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li > a:hover {
    color: #492366;
  }
  .page-wrapper .page-header .header.content > .panel.wrapper .panel.header > .header.links > li > span {
    color: #6c6f73;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-left: 25px;
    letter-spacing: 1px;
    line-height: 60px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    margin-left: 20px;
    float: right;
    position: relative;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart {
    height: auto;
    width: 35px;
    line-height: normal !important;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
    font-size: 22px;
    line-height: normal !important;
    color: #6c6f73;
    content: "\f07a";
    font-family: 'Fontawesome';
    margin-top: 10px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:hover:before {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart.active:before {
    font-size: 22px;
    line-height: 60px;
    content: "\f07a";
    font-family: 'Fontawesome';
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    background: #492366;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 15px;
    display: inline-block;
    margin: 0;
    min-width: 22px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 3px;
    right: -7px;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart {
    margin-top: 0;
    position: fixed;
    top: 0;
    height: 100%;
    visibility: hidden;
    background-color: #ffffff;
    width: 425px;
    left: auto;
    right: 0;
    min-width: auto;
    z-index: 10;
    padding: 35px 20px 15px;
    transition-property: transform;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block !important;
    border: none;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart:before {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart:after {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close {
    width: 35px;
    height: 35px;
    opacity: 1;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close:before {
    height: 35px;
    line-height: 35px;
    color: #666666;
    width: 35px;
    text-align: center;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close:hover:before {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .primary .primary.checkout {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper {
    height: auto !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper #mini-cart {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper > .ui-widget.ui-widget-content {
    display: block !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.active .block.block-minicart {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-wrapper .page-header .header.content .header-search {
    position: relative;
    float: right;
    text-align: center;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block {
    margin: 0;
  }
  .page-wrapper .page-header .header.content .header-search .ui-dialog {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn {
    right: 0;
    height: 60px;
    width: 35px;
    line-height: 60px;
    z-index: 5;
    text-align: center;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn > a {
    font-size: 18px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn > a > span {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn > a:hover > span {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn > a .icon-search {
    display: block;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn > a .icon-close {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn.active > a .icon-search {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-btn.active > a .icon-close {
    color: #492366;
    display: block;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown {
    margin: 0;
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 4;
    display: none;
    right: 0;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search > .label {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .input-text {
    height: 50px;
    font-size: 14px;
    padding-right: 55px;
    padding-left: 15px;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .input-text:focus {
    box-shadow: none;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .nested {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .search-autocomplete {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .actions .action.search {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-left: 0;
    background: transparent;
    font-size: 18px;
    color: #6c6f73;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    padding: 0;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .actions .action.search:hover {
    background: transparent;
    color: #492366;
  }
}
@media (max-width: 1199px) {
  .page-wrapper .page-header .header.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top {
    padding: 0 10px;
    font-size: 13px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu {
    min-width: 300px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 ul.submenu li > a,
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 div.submenu li > a {
    padding: 18px 25px;
  }
  .page-wrapper .page-header .header.content .panel.wrapper {
    margin: 0 7px 0 0;
  }
  .page-wrapper .page-header .header.content .panel.wrapper .panel.header > .header.links > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .page-wrapper .page-header .header.content .panel.wrapper .panel.header > .header.links > li > span {
    padding: 0 10px;
    font-size: 13px;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn {
    width: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-wrapper .page-header .header.content > .nav-sections {
    width: auto;
    float: right;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation > ul {
    padding: 0;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 {
    margin-right: 20px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation li.level0 > a.level-top {
    padding: 0;
    line-height: 50px;
  }
  .page-wrapper .page-header .header.content > .nav-sections .nav-sections-item-content > ul.level0 > li.mega {
    margin: 0 14px 0 16px;
  }
}
@media (min-width: 768px) {
  .page-wrapper .page-header .header.content > .nav-sections .nav-sections-item-content > ul.level0 > li.logout-class,
  .page-wrapper .page-header .header.content > .nav-sections .nav-sections-item-content > ul.level0 > li.my-account-class {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-header .header.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-wrapper .page-header .header.content .panel.wrapper {
    margin: 0 13px 0 0;
  }
  .page-wrapper .page-header .header.content .panel.wrapper .panel.header > .header.links > li > a {
    padding: 0 10px;
  }
  .page-wrapper .page-header .header.content .panel.wrapper .panel.header > .header.links > li > span {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .page-wrapper .page-header {
    margin-bottom: 0;
  }
  .cms-index-index .page-wrapper #maincontent {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .page-header {
    margin-bottom: 22px;
  }
  .page-wrapper .page-header .header.content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin: 0 0 0 45px;
    max-width: 130px;
    padding: 9px 0;
  }
  .page-wrapper .page-header .header.content .action.nav-toggle {
    top: 14px;
  }
  .page-wrapper .page-header .header.content .action.nav-toggle:before {
    color: #6c6f73;
    font-weight: 600;
  }
  .page-wrapper .page-header .header.content .action.nav-toggle:hover:before {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .nav-sections {
    margin-bottom: 0;
    background: #ffffff;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title .nav-sections-item-switch {
    color: #6c6f73;
    font-weight: 600;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title .nav-sections-item-switch:active,
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title .nav-sections-item-switch:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title.active .nav-sections-item-switch {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:active,
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:focus,
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:hover {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li {
    text-transform: uppercase;
    font-size: 14px;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > span {
    color: #6c6f73;
    font-weight: 600;
    padding: 10px 15px;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > a {
    color: #6c6f73;
    font-weight: 600;
    padding: 10px 20px;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > a:active,
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > a:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > a:hover {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher {
    font-size: 14px;
    font-weight: 600;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .switcher-options {
    display: block;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle.switcher-trigger {
    display: block;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle.switcher-trigger > strong {
    padding: 8px 30px 8px 15px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
    font-weigh: 600;
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle.switcher-trigger > strong:after {
    top: 11px;
    font-size: 11px;
    right: 10px;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle.active {
    display: block;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle.active:after {
    content: "";
    display: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options .action.toggle:after {
    content: "";
    display: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher .options.active ul.dropdown {
    display: block;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown {
    padding: 6px 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    display: none;
    position: static;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown:before {
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown:after {
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li:last-child {
    margin-bottom: 0;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li > a {
    padding: 6px 15px;
    color: #6c6f73;
    text-decoration: none;
    outline: none;
    display: block;
    font-weight: 500;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li > a:active,
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li > a:focus {
    color: #6c6f73;
    text-decoration: none;
    outline: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li:hover {
    background: transparent;
  }
  .page-wrapper .page-header .header.content .nav-sections .switcher ul.dropdown > li:hover > a {
    color: #492366;
    background: transparent;
    text-decoration: none;
    outline: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation {
    background: transparent;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul {
    padding: 0;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #e1e1e1;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0:first-child {
    border-top: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 .row {
    margin: 0 !important;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top {
    color: #6c6f73;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: break-word;
    padding: 10px 36px 10px 15px;
    text-transform: uppercase;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top:active,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top:visited,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top:hover {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-focus {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-active {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 > a.level-top:after {
    right: 15px;
    top: 11px;
    font-size: 14px;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0.active > a.level-top {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0.has-active > a.level-top {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu {
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li {
    position: relative;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a {
    position: relative;
    color: #6c6f73;
    padding: 9px 0 9px 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a:active,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a:active,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a:focus,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a:focus {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a > span,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a:hover,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a:hover {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-focus {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-active {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li.active > a,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li.active > a {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 ul.submenu li.has-active > a,
  .page-wrapper .page-header .header.content .nav-sections .navigation > ul li.level0 div.submenu li.has-active > a {
    color: #492366;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-title {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .nav-sections .nav-sections-item-content {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
    display: block !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    margin-left: 10px;
    float: right;
    position: relative;
    margin-top: 0;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart {
    display: block;
    text-align: center;
    height: 60px;
    width: 40px;
    line-height: 60px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
    font-size: 22px;
    line-height: 60px;
    color: #6c6f73;
    content: "\f07a";
    font-family: 'Fontawesome';
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:hover:before {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart.active:before {
    font-size: 22px;
    line-height: 60px;
    content: "\f07a";
    font-family: 'Fontawesome';
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    background: #492366;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 15px;
    display: inline-block;
    margin: 0;
    min-width: 22px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 7px;
    right: -7px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart {
    margin-top: 0;
    position: fixed;
    top: 0;
    height: 100%;
    visibility: hidden;
    background-color: #ffffff;
    width: 300px;
    left: auto;
    right: 0;
    min-width: auto;
    z-index: 10;
    padding: 35px 20px 15px;
    transition-property: transform;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block !important;
    border: none;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart:before {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart:after {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close {
    width: 35px;
    height: 35px;
    opacity: 1;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close:before {
    height: 35px;
    line-height: 35px;
    color: #666666;
    width: 35px;
    text-align: center;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .action.close:hover:before {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .primary .primary.checkout {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper {
    height: auto !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper #mini-cart {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items .product-item-name {
    font-size: 13px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper > .ui-widget.ui-widget-content {
    display: block !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.active .block.block-minicart {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-wrapper .page-header .header.content .header-search {
    position: static;
    float: right;
    text-align: center;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block {
    margin: 0;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn {
    right: 0;
    height: 60px;
    width: 40px;
    line-height: 60px;
    z-index: 5;
    text-align: center;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn > a {
    font-size: 22px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn > a > span {
    color: #6c6f73;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn > a:hover > span {
    color: #492366;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn > a .icon-search {
    display: block;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn > a .icon-close {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn.active > a .icon-search {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search #search-tog-block #search-tog-btn.active > a .icon-close {
    color: #492366;
    display: block;
  }
  .page-wrapper .page-header .header.content .header-search .ui-dialog {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown {
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 4;
    display: none;
    right: 0;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search > .label {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .input-text {
    height: 50px;
    font-size: 14px;
    padding-right: 55px;
    padding-left: 15px;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .input-text:focus {
    box-shadow: none;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .nested {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .field.search .search-autocomplete {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .actions .action.search {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-left: 0;
    background: transparent;
    font-size: 18px;
    color: #6c6f73;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    padding: 0;
  }
  .page-wrapper .page-header .header.content .header-search .block-content.dropdown .actions .action.search:hover {
    background: transparent;
    color: #492366;
  }
}
/*header end*/
/*footer start*/
.page-wrapper .page-footer {
  background: #6c6f73;
  padding-bottom: 0;
  float: left;
  width: 100%;
  clear: both;
}
.page-wrapper .page-footer .footer-links {
  float: left;
  width: 100%;
  clear: both;
  padding: 70px 0 20px;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer-links .column-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  letter-spacing: 0;
}
.page-wrapper .page-footer .footer-links .column-main {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer-links .column-main.f-column1 {
  width: 15%;
}
.page-wrapper .page-footer .footer-links .column-main.f-column2 {
  width: 15%;
}
.page-wrapper .page-footer .footer-links .column-main.f-column3 {
  width: 20%;
}
.page-wrapper .page-footer .footer-links .column-main.f-column4 {
  width: 30%;
}
.page-wrapper .page-footer .footer-links .column-main.f-column5 {
  width: 20%;
}
.page-wrapper .page-footer .footer-links .column-main .column-inner {
  display: block;
  position: relative;
}
.page-wrapper .page-footer .footer-links .column-main .column-inner > div > div {
  padding: 0 !important;
  margin: 0 !important;
}
.page-wrapper .page-footer .footer-links .column-main .column-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 26px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-wrapper .page-footer .footer-links .column-main .column-title.desktop-hide {
  display: none;
}
.page-wrapper .page-footer .footer-links .column-main .column-content {
  display: block;
  color: #eeeff0;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li {
  margin-bottom: 16px;
  display: block;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li > a {
  display: inline-block;
  color: #eeeff0;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li > a:active,
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li > a:focus {
  color: #eeeff0;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .f-logo {
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .f-logo > a {
  display: inline-block;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .f-logo > a > img {
  max-width: 175px;
  height: auto;
  display: block;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .f-contact {
  display: block;
}
.page-wrapper .page-footer .footer-links .column-main .column-content .f-contact > p {
  color: #eeeff0;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.page-wrapper .page-footer .footer-links .footer-socials {
  display: block;
  clear: both;
  margin-top: 10px;
}
.page-wrapper .page-footer .footer-links .footer-socials > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: right;
}
.page-wrapper .page-footer .footer-links .footer-socials > ul > li {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-links .footer-socials > ul > li > a {
  display: block;
  height: 38px;
  width: 38px;
  line-height: 40px;
  text-align: center;
  background: #eeeff0;
  border-radius: 50%;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer-links .footer-socials > ul > li > a:active,
.page-wrapper .page-footer .footer-links .footer-socials > ul > li > a:focus {
  color: #333;
  background: #eeeff0;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-links .footer-socials > ul > li > a:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-bottom {
  float: left;
  width: 100%;
  clear: both;
  background: #6c6f73;
}
.page-wrapper .page-footer .footer-bottom .content-main {
  float: left;
  width: 100%;
  padding: 20px 0 50px;
  border-top: 1px solid #5c5c5c;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer-bottom .content-main .copyright {
  background-color: transparent;
  color: #eeeff0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  float: right;
}
.page-wrapper .page-footer .footer-bottom .content-main .bottom-links {
  float: left;
}
.page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li > a {
  display: block;
  color: #eeeff0;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .page-wrapper .page-footer .footer-bottom .content-main .copyright {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li {
    margin: 0 10px 0 0;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li > a {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-footer .footer-links {
    padding: 50px 0 0;
  }
  .page-wrapper .page-footer .footer-links .column-main {
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column1 {
    width: 33.33%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column2 {
    width: 33.33%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column3 {
    width: 33.33%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column4 {
    width: 50%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column5 {
    width: 50%;
  }
  .page-wrapper .page-footer .footer-links .footer-socials {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-wrapper .page-footer .footer-bottom .content-main {
    padding: 15px 0 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .copyright {
    text-align: center;
    order: 2;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .bottom-links {
    order: 1;
    margin-bottom: 12px;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .bottom-links > ul > li {
    margin: 0 8px 0 8px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-footer .footer-links {
    padding: 30px 0 0;
  }
  .page-wrapper .page-footer .footer-links .column-main {
    margin-bottom: 0;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column1 {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column2 {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column3 {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column4 {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-links .column-main.f-column5 {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-inner .column-title {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-inner .column-title.desktop-hide {
    display: block;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-inner .column-title:after {
    content: "\f078";
    display: block;
    font-family: "Fontawesome";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-inner .column-content {
    margin-bottom: 25px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-inner.active-tab .column-title:after {
    content: "\f077";
  }
  .page-wrapper .page-footer .footer-bottom .content-main {
    padding: 20px 0 30px;
  }
}
@media (max-width: 479px) {
  .page-wrapper .page-footer .footer-links .column-main .column-title {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-content .footer.links > li {
    margin-bottom: 12px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-content .f-logo {
    margin-bottom: 12px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-content .f-logo > a > img {
    max-width: 125px;
  }
  .page-wrapper .page-footer .footer-links .column-main .column-content .f-contact > p {
    margin-bottom: 12px;
  }
  .page-wrapper .page-footer .footer-bottom .content-main {
    padding: 10px 0 20px;
  }
  .page-wrapper .page-footer .footer-bottom .content-main .copyright {
    font-size: 13px;
  }
}
/*footer end*/
.fullwidth-page .page-wrapper .widget.block-static-block {
  margin: 0;
}
/*home banner start*/
.home-banner-wrapper {
  display: block;
  clear: both;
}
.home-banner-wrapper #slider-ul {
  display: block;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-banner-wrapper #slider-ul li.item {
  display: block;
  margin: 0;
}
.home-banner-wrapper #slider-ul li.item > a {
  display: block;
}
.home-banner-wrapper #slider-ul li.item > a > img {
  width: 100%;
  display: block;
  height: auto;
}
.home-banner-wrapper #slider-ul li.item .slider-content {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.home-banner-wrapper #slider-ul li.item .slider-content.left-align {
  text-align: left;
}
.home-banner-wrapper #slider-ul li.item .slider-content.center-align {
  text-align: center;
}
.home-banner-wrapper #slider-ul li.item .slider-content.right-align {
  text-align: right;
}
.home-banner-wrapper #slider-ul li.item .slider-content strong {
  margin: 0 0 10px;
  color: #ccced1;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}
.home-banner-wrapper #slider-ul li.item .slider-content h3 {
  font-size: 60px;
  color: #ffffff;
  margin: 0;
  line-height: 70px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.home-banner-wrapper #slider-ul li.item .slider-content p {
  color: #ffffff;
  margin: 26px 0 30px 0;
  font-size: 24px;
  font-weight: 500;
}
.home-banner-wrapper #slider-ul li.item .slider-content p > span {
  font-weight: 700;
}
.home-banner-wrapper #slider-ul li.item .slider-content .action.primary {
  padding: 13px 30px;
}
.home-banner-wrapper .owl-nav > div {
  color: #ffffff;
  display: inline-block;
  margin: -40px 0 0;
  font-size: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.7;
  line-height: 80px;
  padding: 0;
  height: 80px;
  width: 40px;
  position: absolute;
  top: 50%;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  box-sizing: border-box;
}
.home-banner-wrapper .owl-nav > div.owl-prev {
  left: 1%;
}
.home-banner-wrapper .owl-nav > div.owl-next {
  right: 1%;
}
.home-banner-wrapper .owl-nav > div:hover {
  background: transparent;
  color: #ffffff;
  opacity: 1;
}
.home-banner-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons > div {
  color: #ffffff;
  display: inline-block;
  margin: -40px 0 0;
  font-size: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.7;
  line-height: 80px;
  padding: 0;
  height: 80px;
  width: 40px;
  position: absolute;
  top: 50%;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  box-sizing: border-box;
}
.home-banner-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: 1%;
}
.home-banner-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 1%;
}
.home-banner-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons > div:hover {
  background: transparent;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 1199px) {
  .home-banner-wrapper .owl-carousel.owl-theme .owl-nav > div {
    margin: -30px 0 0;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 35px;
  }
  .home-banner-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons > div {
    margin: -30px 0 0;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 35px;
  }
}
@media (max-width: 1199px) {
  .home-banner-wrapper #slider-ul li.item .slider-content strong {
    font-size: 28px;
    line-height: 34px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    font-size: 44px;
    line-height: 50px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content p {
    margin: 20px 0 20px 0;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home-banner-wrapper #slider-ul li.item .slider-content strong {
    font-size: 24px;
    line-height: 30px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content p {
    margin: 15px 0 20px 0;
    font-size: 18px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content .action.primary {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-banner-wrapper #slider-ul li.item .slider-content strong {
    font-size: 20px;
    line-height: 24px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content p {
    margin: 10px 0 15px 0;
    font-size: 16px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content .action.primary {
    padding: 7px 20px;
    font-size: 13px;
  }
  .cms-index-index .columns {
    display: block;
  }
}
@media (max-width: 639px) {
  .home-banner-wrapper #slider-ul li.item .slider-content strong {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content p {
    margin: 10px 0 15px 0;
    font-size: 16px;
    display: none;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content .action.primary {
    padding: 6px 15px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .home-banner-wrapper #slider-ul li.item .slider-content strong {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 4px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content p {
    margin: 5px 0 10px 0;
    font-size: 12px;
  }
  .home-banner-wrapper #slider-ul li.item .slider-content .action.primary {
    padding: 4px 10px;
    font-size: 11px;
  }
}
@media (max-width: 379px) {
  .home-banner-wrapper #slider-ul li.item .slider-content h3 {
    margin-bottom: 12px;
  }
}
/*home banner end*/
.res-wrapper {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.res-wrapper .item {
  display: block;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.res-wrapper .item .content-main {
  display: block;
}
.res-wrapper .item .content-main .text-block {
  max-width: 50%;
}
.res-wrapper .item .content-main .text-block.purple > span {
  color: #492366;
}
.res-wrapper .item .content-main .text-block.purple > span:after {
  background: #231f20;
}
.res-wrapper .item .content-main .text-block.purple > strong {
  color: #492366;
}
.res-wrapper .item .content-main .text-block.purple > p {
  color: #231f20;
}
.res-wrapper .item .content-main .text-block.white > span {
  color: #ffffff;
}
.res-wrapper .item .content-main .text-block.white > span:after {
  background: #ffffff;
}
.res-wrapper .item .content-main .text-block.white > strong {
  color: #ffffff;
}
.res-wrapper .item .content-main .text-block.white > p {
  color: #ffffff;
}
.res-wrapper .item .content-main .text-block.left {
  float: left;
}
.res-wrapper .item .content-main .text-block.left > span {
  text-align: left;
}
.res-wrapper .item .content-main .text-block.left > span:after {
  right: -20px;
}
.res-wrapper .item .content-main .text-block.right {
  float: right;
}
.res-wrapper .item .content-main .text-block.right > span {
  text-align: right;
}
.res-wrapper .item .content-main .text-block.right > span:after {
  left: -20px;
}
.res-wrapper .item .content-main .text-block > span {
  display: block;
  font-size: 60px;
  font-weight: 200;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  letter-spacing: 3px;
  line-height: 60px;
}
.res-wrapper .item .content-main .text-block > span:after {
  content: "";
  display: block;
  height: 2px;
  width: 65%;
  position: absolute;
  bottom: 10px;
  box-sizing: border-box;
}
.res-wrapper .item .content-main .text-block > strong {
  display: block;
  font-weight: 300;
  font-size: 44px;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.res-wrapper .item .content-main .text-block > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 38px;
  margin-bottom: 30px;
  max-width: 80%;
  box-sizing: border-box;
}
.res-wrapper .item .content-main .text-block > a.action-btn {
  display: inline-block;
  padding: 12px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-0 {
  background: transparent;
  color: #333333;
  border: 2px solid #6c6f73;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-0:active,
.res-wrapper .item .content-main .text-block > a.action-btn.button-0:focus {
  background: transparent;
  color: #333333;
  border: 2px solid #6c6f73;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-0:hover {
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-1 {
  background: #492366;
  color: #ffffff;
  border: 2px solid #231f20;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-1:active,
.res-wrapper .item .content-main .text-block > a.action-btn.button-1:focus {
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-1:hover {
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
  opacity: 0.7;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-2 {
  background: #ffffff;
  color: #231f20;
  border: 2px solid #ccced1;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-2:active,
.res-wrapper .item .content-main .text-block > a.action-btn.button-2:focus {
  background: #ffffff;
  color: #231f20;
  border: 2px solid #ccced1;
}
.res-wrapper .item .content-main .text-block > a.action-btn.button-2:hover {
  background: #ccced1;
  border-color: #ccced1;
  color: #231f20;
}
.res-wrapper .item .content-main .text-block > a.action-btn:active,
.res-wrapper .item .content-main .text-block > a.action-btn:focus {
  text-decoration: none;
}
.res-wrapper .item .content-main .text-block > a.action-btn:hover {
  text-decoration: none;
}
.res-wrapper .item.two-column .content-main {
  font-size: 0;
  letter-spacing: 0;
}
.res-wrapper .item.two-column .content-main .text-block {
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 52%;
  max-width: 52%;
}
.res-wrapper .item.two-column .content-main .text-block.left {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  box-sizing: border-box;
}
.res-wrapper .item.two-column .content-main .text-block.right {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  box-sizing: border-box;
}
.res-wrapper .item.two-column .content-main .image-block {
  font-size: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  box-sizing: border-box;
}
.res-wrapper .item.two-column .content-main .image-block img {
  max-width: 100%;
  display: block;
  height: auto;
}
.no-after-border .res-wrapper .item .content-main .text-block.right > span,
.no-after-border .res-wrapper .item .content-main .text-block.left > span {
  text-align: left;
}
.no-after-border .res-wrapper .item .content-main .text-block.right > span:after,
.no-after-border .res-wrapper .item .content-main .text-block.left > span:after {
  display: none !important;
}
.home-category-tabs {
  display: block;
  height: 60px;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
}
.home-category-tabs .category-inner {
  display: block;
}
.home-category-tabs .category-inner > ul {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-category-tabs .category-inner > ul > li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
}
.home-category-tabs .category-inner > ul > li > a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.home-category-tabs .category-inner > ul > li > a:active,
.home-category-tabs .category-inner > ul > li > a:focus {
  color: #231f20;
  background: #ccced1;
  text-decoration: none;
}
.home-category-tabs .category-inner > ul > li > a:hover {
  color: #ffffff;
  background: #492366;
  text-decoration: none;
}
.home-category-tabs .category-inner > ul > li.active-tab > a {
  background: #492366 !important;
  color: #ffffff !important;
  text-decoration: none;
}
.home-category-tabs .category-inner > ul > li:first-child.active-tab:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #492366;
}
.home-category-tabs .category-inner > ul > li:last-child.active-tab:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #492366;
}
@media (max-width: 1500px) {
  .res-wrapper .item .content-main .text-block > span {
    font-size: 54px;
    margin-bottom: 40px;
    line-height: 54px;
  }
  .res-wrapper .item .content-main .text-block > strong {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .res-wrapper .item .content-main .text-block > p {
    max-width: 85%;
    font-size: 18px;
    line-height: 34px;
  }
  .res-wrapper .item .content-main .text-block > a.action-btn {
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .home-category-tabs > ul > li > a {
    padding: 25px 15px;
    font-size: 24px;
  }
}
@media (max-width: 1450px) {
  .res-wrapper .item .content-main .text-block > span {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .res-wrapper .item .content-main .text-block > span {
    font-size: 44px;
  }
  .res-wrapper .item .content-main .text-block > strong {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .res-wrapper .item .content-main .text-block > p {
    line-height: 30px;
  }
  .res-wrapper .item .content-main .text-block > a.action-btn {
    padding: 9px 25px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .home-category-tabs {
    height: 50px;
  }
  .home-category-tabs .category-inner > ul > li {
    line-height: 50px;
  }
  .home-category-tabs .category-inner > ul > li > a {
    padding: 0 15px;
  }
  .res-wrapper .item {
    padding: 40px 0;
  }
  .res-wrapper .item .content-main .text-block > span {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .res-wrapper .item .content-main .text-block > strong {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .res-wrapper .item .content-main .text-block > p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fullwidth-page.cms-home .column.main {
    padding-bottom: 0;
  }
  .fullwidth-page.cms-home .page-footer {
    margin-top: 0;
  }
  .res-wrapper .item {
    padding: 20px 0;
  }
  .res-wrapper .item .content-main .text-block > span {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .res-wrapper .item .content-main .text-block > strong {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .res-wrapper .item .content-main .text-block > p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .res-wrapper .item .content-main .text-block.left > span:after {
    right: 0;
  }
  .res-wrapper .item .content-main .text-block.right > span:after {
    left: 0;
  }
  .res-wrapper .item.two-column .content-main .text-block {
    max-width: 52%;
    width: 52%;
  }
}
@media (max-width: 639px) {
  .res-wrapper .item .content-main .text-block > span {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .res-wrapper .item .content-main .text-block > strong {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .res-wrapper .item .content-main .text-block > p {
    line-height: 24px;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .res-wrapper .item .content-main .text-block > a.action-btn {
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .res-wrapper .item.two-column .content-main .text-block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .res-wrapper .item.two-column .content-main .text-block.left {
    padding-right: 0;
  }
  .res-wrapper .item.two-column .content-main .text-block.right {
    padding-left: 0;
  }
  .res-wrapper .item.two-column .content-main .image-block {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .home-category-tabs {
    height: auto;
  }
  .home-category-tabs .category-inner > ul > li {
    display: block;
    width: 100%;
    line-height: 45px;
  }
  .home-category-tabs .category-inner > ul > li:first-child.active-tab:before {
    display: none;
  }
  .home-category-tabs .category-inner > ul > li:last-child.active-tab:before {
    display: none;
  }
}
@media (max-width: 375px) {
  .home-category-tabs {
    height: auto;
  }
  .home-category-tabs .category-inner > ul > li {
    line-height: 40px;
  }
  .home-category-tabs .category-inner > ul > li:first-child.active-tab:before {
    display: none;
  }
  .home-category-tabs .category-inner > ul > li:last-child.active-tab:before {
    display: none;
  }
  .home-category-tabs .category-inner > ul > li > a {
    font-size: 14px;
  }
}
/*partners page start*/
.partners-index-index .page-title-wrapper {
  display: none !important;
}
.partners-wrapper {
  float: left;
  width: 100%;
  clear: both;
}
.partners-wrapper .top-content {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}
.partners-wrapper .top-content > img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 15px;
  height: auto;
  box-sizing: border-box;
}
.partners-wrapper .top-content > p {
  font-size: 14px;
  line-height: 28px;
  color: #231f20;
}
.partners-wrapper .partners-filter {
  display: block;
  clear: both;
  text-align: center;
}
.partners-wrapper .partners-filter > ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.partners-wrapper .partners-filter > ul > li {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.partners-wrapper .partners-filter > ul > li span.filter-btn {
  display: block;
  padding: 12px 25px;
  border: 1px solid #ddd;
  margin-left: -1px;
  background: #f5f5f5;
  font-weight: 600;
  cursor: pointer;
}
.partners-wrapper .partners-filter > ul > li span.filter-btn.active {
  background: #ffffff;
}
.partners-wrapper .items {
  float: left;
  width: 100%;
  clear: both;
}
.partners-wrapper .items .item-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  letter-spacing: 0;
}
.partners-wrapper .items .item {
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  font-size: 14px;
  min-height: 115px;
}
.partners-wrapper .items .item .item-inner {
  font-size: 0;
  display: block;
  position: relative;
  letter-spacing: 0;
  box-shadow: 0 5px 20px 0 rgba(69, 79, 91, 0.2);
  padding: 10px;
  min-height: 133px;
}
.partners-wrapper .items .item .item-inner .image-block {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-right: 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.partners-wrapper .items .item .item-inner .image-block > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.partners-wrapper .items .item .item-inner .content-block {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding-left: 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.partners-wrapper .items .item .item-inner .content-block > strong {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.partners-wrapper .items .item .item-inner .content-block > p {
  color: #231f20;
  display: block;
  line-height: 24px;
}
@media (max-width: 991px) {
  .partners-wrapper .items .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .partners-wrapper .items .item {
    width: 100%;
  }
}
/*partners page end*/
/* ------------ Showcase page start ------------ */
.showcase-index-index .page-title-wrapper {
  display: none !important;
}
.showcase-wrapper .top-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.showcase-wrapper .top-content .showcase-content-main {
  display: block;
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content {
  display: inline-block;
  width: 100%;
  max-width: 70%;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
  margin-bottom: 30px;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info {
  display: block;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  max-width: 68%;
  margin: 0 auto;
  line-height: 1.2;
  padding-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
.showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info p:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  bottom: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.showcase-wrapper .nav-wrapper {
  display: block;
  height: 60px;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.showcase-wrapper .nav-wrapper .nav-inner {
  display: block;
}
.showcase-wrapper .nav-wrapper .nav-inner ul {
  position: relative;
  overflow: hidden;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  line-height: 60px;
  border: none;
  border-radius: 0;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span:hover {
  background: #492366;
  color: #fff;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span:active {
  background: #492366;
  color: #fff;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span:focus {
  color: #231f20;
  background: transparent;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li.active-link > span {
  background: #492366;
  color: #ffffff;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #ccced1;
}
.showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #ccced1;
}
.showcase-wrapper .items {
  display: block;
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.showcase-wrapper .items .item-row {
  margin-left: -10px;
  margin-right: -10px;
}
.showcase-wrapper .items .item-row .item {
  display: block;
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.showcase-wrapper .items .item-row .item .item-inner {
  position: relative;
}
.showcase-wrapper .items .item-row .item .item-inner a.item-hover-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.showcase-wrapper .items .item-row .item .item-inner .image-block {
  display: block;
}
.showcase-wrapper .items .item-row .item .item-inner .image-block a {
  display: block;
  position: relative;
}
.showcase-wrapper .items .item-row .item .item-inner .image-block a:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.showcase-wrapper .items .item-row .item .item-inner .image-block img {
  display: block;
  width: 100%;
}
.showcase-wrapper .items .item-row .item .item-inner .content-block {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.showcase-wrapper .items .item-row .item .item-inner .content-block strong {
  font-weight: 500;
}
.showcase-wrapper .items .item-row .item .item-inner .content-block strong a {
  display: block;
  font-size: 16px;
  color: #492366;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  padding: 0 5px;
}
.showcase-wrapper .items .item-row .item .item-inner .content-block strong a:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -8px;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.showcase-wrapper .items .item-row .item .item-inner .btn-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  top: 34%;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.showcase-wrapper .items .item-row .item .item-inner .btn-wrapper .btn-inner {
  display: block;
}
.showcase-wrapper .items .item-row .item .item-inner .btn-wrapper .btn-inner a {
  height: 30px;
  width: 30px;
  background: #492366;
  display: block;
  vertical-align: middle;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.showcase-wrapper .items .item-row .item .item-inner .btn-wrapper p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.showcase-wrapper .items .item-row .item .item-inner:hover .image-block a:after {
  opacity: 1;
}
.showcase-wrapper .items .item-row .item .item-inner:hover .content-block {
  background: #492366;
  opacity: 0.75;
}
.showcase-wrapper .items .item-row .item .item-inner:hover .content-block a {
  color: #fff;
}
.showcase-wrapper .items .item-row .item .item-inner:hover .content-block a:after {
  opacity: 1;
}
.showcase-wrapper .items .item-row .item .item-inner:hover .btn-wrapper {
  opacity: 1;
}
.showcase-fancybox .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  box-sizing: border-box;
}
.showcase-fancybox .fancybox-nav span:before {
  font-family: "Fontawesome";
  opacity: 1;
  visibility: visible;
  text-align: center;
  display: block;
  line-height: 80px;
  font-size: 80px;
  color: #6c6f73;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.showcase-fancybox .fancybox-nav span:hover:before {
  color: #492366;
}
.showcase-fancybox .fancybox-nav.fancybox-next span:before {
  content: "\f105";
}
.showcase-fancybox .fancybox-nav.fancybox-prev span:before {
  content: "\f104";
}
@media (max-width: 1199px) {
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 25px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 60px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info p {
    max-width: 83%;
  }
  .showcase-wrapper .items .item-row .item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .showcase-wrapper .top-content .showcase-content-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 25px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 60px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info p {
    max-width: 94%;
    font-size: 16px;
    line-height: 1.4;
  }
  .showcase-wrapper .items .item-row .item {
    width: 33.33%;
  }
  .showcase-wrapper .items .item-row .item .item-inner .content-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .showcase-wrapper .items .item-row .item .item-inner .content-block strong a {
    font-size: 14px;
    line-height: 1.4;
  }
  .showcase-wrapper .items .item-row .item .item-inner .content-block strong a:after {
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .showcase-wrapper .top-content .showcase-content-main {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 25px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 40px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-info p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 50px;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span {
    line-height: 50px;
    padding: 0 20px;
  }
  .showcase-wrapper .items .item-row .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .showcase-wrapper .top-content .showcase-content-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .showcase-wrapper .nav-wrapper {
    height: auto;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main {
    padding: 0;
    margin: 0;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    width: 100%;
    line-height: 45px;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li > span {
    font-size: 14px;
    line-height: 45px;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
    display: none;
  }
  .showcase-wrapper .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
    display: none;
  }
  .showcase-wrapper .items .item-row .item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .showcase-wrapper .top-content .showcase-content-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content {
    max-width: 85%;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 20px;
  }
  .showcase-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 32px;
  }
  .showcase-wrapper .items .item-row .item {
    width: 100%;
  }
}
/* ------------ Showcase page end ------------ */
.action-btns {
  background-color: #492366;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 14px 40px;
  margin: 20px 0;
  float: left;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.action-btns:active,
.action-btns:focus {
  color: #fff;
  background: #492366;
}
.action-btns:hover {
  color: #fff;
  background: #231f20;
  text-decoration: none;
}
/* ------------ Markets page start ------------ */
.markets-index-index .page-title-wrapper {
  display: none !important;
}
.markets-wrapper .top-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.markets-wrapper .top-content .markets-content-main {
  display: block;
  padding-top: 190px;
  padding-bottom: 190px;
  text-align: center;
}
.markets-wrapper .top-content .markets-content-main .markets-content {
  display: inline-block;
  width: 100%;
  max-width: 75%;
  text-align: center;
  box-sizing: border-box;
}
.markets-wrapper .top-content .markets-content-main .markets-content .markets-title {
  margin-bottom: 40px;
}
.markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
.markets-wrapper .top-content .markets-content-main .markets-content .markets-info {
  display: block;
}
.markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative;
  box-sizing: border-box;
}
.markets-wrapper .top-content .markets-content-main .markets-content .markets-info p:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  bottom: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.markets-wrapper .nav-wrapper {
  display: block;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.markets-wrapper .nav-wrapper .nav-inner {
  display: block;
}
.markets-wrapper .nav-wrapper .nav-inner ul {
  position: relative;
  overflow: hidden;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a:hover {
  background: #492366;
  color: #fff;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a:active {
  background: #492366;
  color: #fff;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a:focus {
  color: #231f20;
  background: transparent;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li.active-link > a {
  background: #492366;
  color: #ffffff;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #492366;
}
.markets-wrapper .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #492366;
}
.markets-wrapper .market-contents {
  display: block;
  width: 100%;
  float: left;
}
.markets-wrapper .market-contents .market-contents-inner {
  display: block;
  width: 100%;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #eaeaea;
  box-sizing: border-box;
}
.markets-wrapper .market-contents p {
  display: block;
  width: 100%;
  max-width: 56%;
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 28px;
  box-sizing: border-box;
}
.markets-wrapper .market-contents p:last-child {
  margin-bottom: 0;
}
.markets-wrapper .content-panels {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.markets-wrapper .content-panels .content-item {
  display: table;
  float: left;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  height: 550px;
  box-sizing: border-box;
}
.markets-wrapper .content-panels .content-item .image-main {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
  font-size: 14px;
  letter-spacing: 0.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
.markets-wrapper .content-panels .content-item .image-main a {
  display: block;
}
.markets-wrapper .content-panels .content-item .image-main a img {
  display: block;
  width: 100%;
}
.markets-wrapper .content-panels .content-item .image-main img {
  display: block;
  width: 100%;
}
.markets-wrapper .content-panels .content-item .content-main {
  display: table-cell;
  vertical-align: middle;
  width: 42%;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner {
  display: block;
  width: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner span {
  font-size: 14px;
  text-transform: capitalize;
  color: #492366;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
  display: block;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner span:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #492366;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #5b5b5b;
  font-weight: 300;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 18px;
  margin-top: 0;
  box-sizing: border-box;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner p {
  display: block;
  float: left;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 10px;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns {
  background-color: #492366;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 12px 30px;
  margin: 15px 0 0;
  float: left;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns:active,
.markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns:focus {
  color: #fff;
  background: #492366;
}
.markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns:hover {
  color: #fff;
  background: #231f20;
}
.contacts-wrapper {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item {
  display: block;
  float: left;
  width: 50%;
  background: #fff;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item.request {
  background: #eaeaea;
  position: relative;
}
.contacts-wrapper .contacts-item.request:after {
  content: "";
  display: block;
  background: #eaeaea;
  height: 100%;
  width: 3000px;
  position: absolute;
  left: 100%;
  top: 0;
}
.contacts-wrapper .contacts-item.request .item-inner .item-title .item-text {
  width: 325px;
}
.contacts-wrapper .contacts-item.request .item-inner .contact-btn .action-btns {
  background: #eaeaea;
  color: #231f20;
  border: 2px solid #6c6f73;
}
.contacts-wrapper .contacts-item.request .item-inner .contact-btn .action-btns:active,
.contacts-wrapper .contacts-item.request .item-inner .contact-btn .action-btns:focus {
  color: #231f20;
  background: #eaeaea;
  border-color: #6c6f73;
}
.contacts-wrapper .contacts-item.request .item-inner .contact-btn .action-btns:hover {
  color: #fff;
  background: #492366;
  border-color: #492366;
}
.contacts-wrapper .contacts-item .item-inner {
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}
.contacts-wrapper .contacts-item .item-inner .item-title {
  display: inline-block;
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 5px;
}
.contacts-wrapper .contacts-item .item-inner .item-title .item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item .item-inner .item-title .item-icon a {
  display: block;
  width: 50px;
  height: 50px;
  background: #492366;
  line-height: 50px;
  border-radius: 50%;
  margin: 15px 30px;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item .item-inner .item-title .item-text {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  font-size: 30px;
  text-align: left;
  color: #5b5b5b;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item .item-inner p {
  color: #5b5b5b;
  letter-spacing: 0.02px;
  display: block;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contacts-wrapper .contacts-item .item-inner .contact-btn {
  display: inline-block;
}
.contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns {
  background-color: #fff;
  color: #231f20;
  border-radius: 0;
  border: 2px solid #6c6f73;
  padding: 12px 40px;
  margin: 20px 0;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}
.contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns:active,
.contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns:focus {
  color: #231f20;
  background: #fff;
  border-color: #ccc;
}
.contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns:hover {
  color: #fff;
  background: #492366;
  border-color: #492366;
}
@media (max-width: 1199px) {
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0 15px;
  }
  .markets-wrapper .top-content .markets-content-main {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title {
    margin-bottom: 25px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
    font-size: 60px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
    font-size: 28px;
  }
  .markets-wrapper .market-contents > .page-main {
    padding: 0;
  }
  .markets-wrapper .market-contents p {
    max-width: 75%;
  }
  .markets-wrapper .content-panels > .page-main {
    padding: 0;
  }
  .markets-wrapper .content-panels .content-item {
    height: 500px;
  }
  .markets-wrapper .content-panels .content-item .content-main {
    width: 45%;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner h2 {
    font-size: 26px;
  }
  .markets-wrapper .content-panels .content-item .image-main {
    width: 55%;
  }
  .contacts-wrapper > .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 50px;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .markets-wrapper .top-content .markets-content-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title {
    margin-bottom: 20px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
    font-size: 44px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
    font-size: 24px;
  }
  .markets-wrapper .market-contents .market-contents-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .markets-wrapper .market-contents p {
    max-width: 80%;
    font-size: 14px;
    line-height: 24px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner span {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner h2 {
    font-size: 18px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns {
    border-radius: 60px;
    padding: 10px 35px;
    margin: 10px 0;
  }
  .contacts-wrapper .contacts-item .item-inner {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-icon {
    width: 70px;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-icon a {
    margin: 10px 20px 10px 0;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-text {
    font-size: 24px;
    width: 170px;
  }
  .contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns {
    border-radius: 60px;
    padding: 10px 35px;
    margin: 10px 0 0;
  }
  .contacts-wrapper .contacts-item.request .item-inner .item-title .item-text {
    width: 255px;
  }
}
@media (max-width: 767px) {
  .markets-wrapper .top-content .markets-content-main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title {
    margin-bottom: 15px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
    font-size: 40px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
    font-size: 20px;
  }
  .markets-wrapper .market-contents .market-contents-inner {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .markets-wrapper .market-contents .market-contents-inner p {
    max-width: 90%;
  }
  .markets-wrapper .content-panels .content-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    height: auto;
  }
  .markets-wrapper .content-panels .content-item .image-main {
    display: block;
    width: 100%;
    order: 1;
    height: 300px;
    box-sizing: border-box;
  }
  .markets-wrapper .content-panels .content-item .content-main {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    order: 2;
    box-sizing: border-box;
  }
  .contacts-wrapper .contacts-item {
    width: 100%;
  }
  .contacts-wrapper .contacts-item.dealer {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 50px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-icon {
    width: 55px;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-icon a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin: 10px 10px 10px 0;
  }
}
@media (max-width: 639px) {
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 40px;
  }
  .markets-wrapper .content-panels .content-item .image-main {
    height: 200px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .markets-wrapper .top-content .markets-content-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content {
    max-width: 100%;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
    font-size: 32px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
    font-size: 18px;
  }
  .markets-wrapper .nav-wrapper {
    height: auto;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main {
    padding: 0;
    margin: 0;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li {
    width: 100%;
    line-height: 45px;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li > a {
    font-size: 14px;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
    display: none;
  }
  .markets-wrapper .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
    display: none;
  }
  .markets-wrapper .market-contents .market-contents-inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .markets-wrapper .market-contents .market-contents-inner p {
    line-height: 1.6;
  }
  .markets-wrapper .content-panels .content-item .content-main {
    padding-bottom: 10px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner p {
    line-height: 1.7;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns {
    font-size: 16px;
  }
  .contacts-wrapper .contacts-item .item-inner .item-title .item-text {
    font-size: 20px;
    width: 145px;
  }
  .contacts-wrapper .contacts-item .item-inner p {
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
  .contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns {
    font-size: 16px;
  }
  .contacts-wrapper .contacts-item.request .item-inner .item-title .item-text {
    width: 215px;
  }
}
@media (max-width: 375px) {
  .markets-wrapper .top-content .markets-content-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title {
    margin-bottom: 10px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-title h1 {
    font-size: 26px;
  }
  .markets-wrapper .top-content .markets-content-main .markets-content .markets-info p {
    font-size: 16px;
  }
  .markets-wrapper .market-contents .market-contents-inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .markets-wrapper .content-panels .content-item .content-main .content-inner .action-btns {
    font-size: 14px;
  }
  .contacts-wrapper .contacts-item .item-inner p {
    max-width: 95%;
  }
  .contacts-wrapper .contacts-item .item-inner .contact-btn .action-btns {
    font-size: 14px;
  }
}
/* ------------ Markets page end ------------ */
/* ------------ Showcase page inner start (showcase_view_index) ------------ */
.showcase-view-index .page-title-wrapper {
  display: none !important;
}
.showcase-inner-wrapper .top-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.showcase-inner-wrapper .top-content .showcase-content-main {
  display: block;
  padding-top: 190px;
  padding-bottom: 190px;
  text-align: center;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content {
  display: inline-block;
  width: 100%;
  max-width: 75%;
  text-align: center;
  box-sizing: border-box;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
  margin-bottom: 40px;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info {
  display: block;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info .info {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative;
  max-width: 42%;
  letter-spacing: 0;
  box-sizing: border-box;
}
.showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info .info:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  bottom: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.showcase-inner-wrapper .content-wrapper {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}
.showcase-inner-wrapper .content-wrapper .content-inner {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.showcase-inner-wrapper .content-wrapper .content-inner h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 0;
}
.showcase-inner-wrapper .content-wrapper .content-inner span {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
.showcase-inner-wrapper .img-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.showcase-inner-wrapper .img-wrapper .img-inner {
  display: block;
  padding: 0 40px;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery li.item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery li.item > a {
  display: block;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery li.item > a img {
  display: block;
  width: 100%;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery.owl-carousel.owl-theme .owl-buttons > div {
  color: #6c6f73;
  display: inline-block;
  zoom: 1;
  margin: -25px 0 0;
  padding: 5px 10px;
  font-size: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 40px;
  line-height: 50px;
  background: transparent;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  box-sizing: border-box;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery.owl-carousel.owl-theme .owl-buttons > div.owl-prev {
  left: -45px;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery.owl-carousel.owl-theme .owl-buttons > div.owl-next {
  right: -45px;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul.showcase-image-gallery.owl-carousel.owl-theme .owl-buttons > div:hover {
  color: #6c6f73;
  background: transparent;
  opacity: 0.7;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul > li {
  display: inline-block;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  box-sizing: border-box;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul > li > a {
  display: block;
}
.showcase-inner-wrapper .img-wrapper .img-inner > ul > li > a img {
  display: block;
  width: 100%;
}
.showcase-inner-wrapper .study-wrapper {
  display: block;
  float: left;
  width: 100%;
  background: #492366;
  margin-bottom: 25px;
  overflow: hidden;
  box-sizing: border-box;
}
.showcase-inner-wrapper .study-wrapper .study-inner {
  display: table;
  width: 100%;
}
.showcase-inner-wrapper .study-wrapper .study-inner .product-used-main {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.showcase-inner-wrapper .study-wrapper .study-inner .product-used-main > span.product-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.6;
  text-transform: uppercase;
  display: block;
}
.showcase-inner-wrapper .study-wrapper .study-inner .product-used-main p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  background: #4d305e;
  text-align: center;
  padding: 50px 40px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  box-sizing: border-box;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main:after {
  content: "";
  display: block;
  left: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3000px;
  background: #4d305e;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main p {
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns {
  display: inline-block;
  margin: 0 auto;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns a.action-btns {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 14px 40px;
  margin: 0;
  float: left;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  letter-spacing: 1px;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns a.action-btns:active,
.showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns a.action-btns:focus {
  color: #fff;
  background: transparent;
}
.showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns a.action-btns:hover {
  color: #fff;
  background: #231f20;
  text-decoration: none;
}
.showcase-inner-wrapper .case-content-wrapper {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.showcase-inner-wrapper .case-content-wrapper .case-content-inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.showcase-inner-wrapper .case-content-wrapper .case-content-inner .client-content {
  color: #2f2f2f;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
.showcase-inner-wrapper .testimonial-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 65px;
  background: #492366;
  box-sizing: border-box;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial {
  font-size: 34px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  color: #fff;
  letter-spacing: 1.5px;
  position: relative;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial:after {
  content: "";
  display: block;
  height: 4px;
  background: #fff;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .testimonial-info {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .testimonial-info span {
  font-size: 14px;
  font-style: normal;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .testimonial-info span.testimonial-desc {
  margin-bottom: 0;
}
.showcase-inner-wrapper .dinfo-wrapper {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.showcase-inner-wrapper .dinfo-wrapper .dinfo-main {
  display: block;
  float: left;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
.showcase-inner-wrapper .dinfo-wrapper .dinfo-main:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.showcase-inner-wrapper .dinfo-wrapper .dinfo-main p.dinfo-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.showcase-inner-wrapper .dinfo-wrapper .dinfo-main span {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 2.2;
}
@media (max-width: 1199px) {
  .showcase-inner-wrapper .top-content .showcase-content-main {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 20px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 60px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info .info {
    max-width: 70%;
  }
  .showcase-inner-wrapper .content-wrapper .content-inner span {
    line-height: 1.6;
  }
  .showcase-inner-wrapper .testimonial-wrapper {
    margin-top: 25px;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial {
    line-height: 1.4;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .showcase-inner-wrapper .top-content .showcase-content-main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title {
    margin-bottom: 15px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 48px;
  }
  .showcase-inner-wrapper .content-wrapper .content-inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .study-main .btns a.action-btns {
    padding: 14px 14px;
    font-size: 14px;
  }
  .showcase-inner-wrapper .testimonial-wrapper {
    margin-top: 15px;
    padding-top: 40px;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .testimonial-info span {
    margin-bottom: 10px;
  }
  .showcase-inner-wrapper .dinfo-wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .showcase-inner-wrapper .case-content-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .showcase-inner-wrapper .top-content .showcase-content-main {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 36px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info .info {
    font-size: 16px;
    max-width: 80%;
  }
  .showcase-inner-wrapper .content-wrapper .content-inner {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .showcase-inner-wrapper .content-wrapper .content-inner h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .showcase-inner-wrapper .img-wrapper {
    margin-bottom: 25px;
  }
  .showcase-inner-wrapper .study-wrapper {
    margin-bottom: 10px;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .product-used-main {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .product-used-main p {
    font-size: 14px;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .study-main {
    width: 50%;
    padding: 25px 25px;
    box-sizing: border-box;
  }
  .showcase-inner-wrapper .testimonial-wrapper {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .testimonial-info span {
    margin-bottom: 5px;
  }
  .showcase-inner-wrapper .dinfo-wrapper {
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
  }
  .showcase-inner-wrapper .dinfo-wrapper:last-child {
    padding: 0;
    margin-bottom: 0;
  }
  .showcase-inner-wrapper .dinfo-wrapper .dinfo-main span {
    line-height: 1.8;
  }
}
@media (max-width: 639px) {
  .showcase-inner-wrapper .top-content .showcase-content-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner {
    display: block;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .product-used-main {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .product-used-main > span.product-title {
    font-size: 16px;
  }
  .showcase-inner-wrapper .study-wrapper .study-inner .study-main {
    padding: 25px 0 25px 25px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -15px;
    box-sizing: border-box;
  }
  .showcase-inner-wrapper .testimonial-wrapper .testimonial-inner .client-testimonial {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .showcase-inner-wrapper .dinfo-wrapper .dinfo-main p.dinfo-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .showcase-inner-wrapper .dinfo-wrapper .dinfo-main span {
    line-height: 1.6;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .showcase-inner-wrapper .top-content .showcase-content-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-title h1 {
    font-size: 24px;
  }
  .showcase-inner-wrapper .top-content .showcase-content-main .showcase-content .showcase-info .info {
    max-width: 100%;
    font-size: 14px;
  }
  .showcase-inner-wrapper .case-content-wrapper .case-content-inner .client-content {
    font-size: 14px;
  }
}
/* ------------ showcase page inner end ------------ */
.span-not-found {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 16px;
}
#region-not-available {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 16px;
}
.cms-find-a-dealer .breadcrumbs {
  display: none;
}
.cms-find-a-dealer #pjWrapperStoreLocator_theme1 .container-fluid.pjSlContainer {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .find-dealer-outer > header.panel-heading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .find-dealer-outer .gm-style .gmnoprint:last-child {
    top: 75px !important;
  }
  .find-dealer-outer .gm-style .gm-fullscreen-control {
    top: 75px !important;
  }
}
.find-dealer-outer {
  position: relative;
  border: none !important;
  box-shadow: none !important;
}
.find-dealer-outer .panel-heading {
  background: #4c4847 !important;
  text-align: center !important;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group .input-group input {
  width: 250px;
  background: #e8efff;
  box-sizing: border-box;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group .input-group a.input-group-addon {
  height: 42px;
  background: #492366 !important;
  color: #fff !important;
  border-color: #492366 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group .input-group a.input-group-addon:active,
.find-dealer-outer .panel-heading .pjSlForm form .form-group .input-group a.input-group-addon:focus {
  background: #492366;
  color: #fff;
  border: 1px solid #492366 !important;
  opacity: 1;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group .input-group a.input-group-addon:hover {
  opacity: 0.9;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group select {
  width: 170px;
  font-size: 16px;
  color: #555d5f;
  height: 42px;
  border-color: #bebabb;
  box-sizing: border-box;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group select:focus {
  box-shadow: none;
  border-color: #1b6aac;
}
.find-dealer-outer .panel-heading .pjSlForm form .form-group label {
  color: #fff !important;
  line-height: 42px !important;
  margin: 0;
  font-size: 16px !important;
  padding: 0 15px !important;
}
.find-dealer-outer .nav-wrapper {
  display: block;
  height: 60px;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.find-dealer-outer .nav-wrapper .nav-inner {
  display: block;
}
.find-dealer-outer .nav-wrapper .nav-inner ul {
  position: relative;
  overflow: hidden;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a:hover {
  background: #492366;
  color: #fff;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a:active {
  background: #492366;
  color: #fff;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a:focus {
  color: #231f20;
  background: transparent;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li.active-link > a {
  background: #492366;
  color: #ffffff;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #492366;
}
.find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #492366;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner div h2 strong {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item {
  padding: 15px 0 0;
  border: none !important;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent {
  letter-spacing: 0 !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px !important;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add .store-title > p {
  font-size: 19px;
  color: #332f30;
  margin-bottom: 4px;
  padding: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add .store-address > p {
  color: #555d5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-phone p {
  color: #555d5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-email p {
  color: #555d5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-website p {
  color: #555d5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item:last-child .pjSlResultContent {
  border-bottom: none;
}
@media (max-width: 991px) {
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .find-dealer-outer .panel-heading .pjSlForm form .form-group.or-label {
    display: block;
    width: 100%;
  }
  .find-dealer-outer .nav-wrapper {
    height: auto;
  }
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main {
    padding: 0;
    margin: 0;
  }
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 45px;
    width: 100%;
  }
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0 20px;
    font-size: 15px;
    line-height: 45px;
  }
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
    display: none;
  }
  .find-dealer-outer .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .cms-page-view .page-main {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .find-dealer-outer .panel-heading {
    padding: 15px !important;
  }
  .find-dealer-outer .panel-heading .page-main {
    padding: 0;
  }
  .find-dealer-outer .panel-heading .pjSlForm {
    padding-top: 0 !important;
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group {
    padding: 5px 7px 5px 7px !important;
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group.or-label {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group.or-label > label {
    line-height: 1.4 !important;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner div h2 strong {
    font-size: 24px !important;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner div h2 span {
    font-size: 22px !important;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add .store-title > p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner div h2 {
    margin: 0;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent {
    display: block !important;
    float: left;
    width: 100% !important;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add .store-title > p {
    font-size: 17px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-add .store-address > p {
    line-height: 1.4;
    font-size: 14px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-phone p {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 14px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-email p {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 14px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-conat .store-website p {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 14px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-img {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .find-dealer-outer .pjSlResults #stl_search_result .pjSlResultsInner .list-group .store-location-item .pjSlResultContent .loc-img .store-bedge {
    float: left;
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group {
    /*display: block !important;
                    width: 100% !important;
                    margin-bottom: 5px !important;*/
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group .input-group {
    width: 100% !important;
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group .input-group input {
    /* width: 100% !important;*/
  }
  .find-dealer-outer .panel-heading .pjSlForm .form-group select {
    /*width: 100% !important;*/
  }
}
/*Us Distributors Page Start*/
#vmap {
  height: 400px;
  width: 100%;
}
.jqvmap-label {
  background: #292929;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  display: none;
  position: absolute;
  font-family: sans-serif,Verdana;
  font-size: smaller;
  padding: 3px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  height: 10px;
  left: 10px;
  line-height: 10px;
  position: absolute;
  padding: 3px;
  text-align: center;
  width: 10px;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  height: 500px;
  width: 100%;
}
.distributor-region {
  display: none;
}
.distributor-region h1 {
  background: #F5F7FB;
  padding: 10px 20px;
  font-size: 40px !important;
}
.distributor-list .no-results {
  padding: 17px 23px;
}
.distributor-list ul {
  margin: 0;
  padding: 0;
}
.distributor-list .distributor {
  border-bottom: 1px solid #DDDEE0;
  font-size: 16px;
  list-style: none;
  padding: 17px 23px;
}
.distributor-list .even {
  background: url(../images/bkg_10x1_f5f7fb.png) repeat-y;
}
.distributor-list .last {
  border-bottom: none;
}
.distributor-list .distributor label {
  display: inline-block;
  font-weight: bold;
  width: 125px;
}
.cms-find-a-dealer-distributors .breadcrumbs {
  display: none;
}
.us-distributor-outer .main .col-main .std {
  display: block;
  text-align: center;
  position: relative;
}
.us-distributor-outer .main .col-main .std > p.info-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.us-distributor-outer .main .col-main .vmap-outer {
  position: relative;
  display: block;
  clear: both;
  padding: 50px 0 10px;
  background: #a5bfdd;
}
.us-distributor-outer .main .col-main #vmap {
  height: 450px;
}
.us-distributor-outer .main .col-main #vmap svg {
  padding: 0;
}
.us-distributor-outer .main .col-main .nav-wrapper {
  display: block;
  height: 60px;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner {
  display: block;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul {
  position: relative;
  overflow: hidden;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:hover {
  background: #492366;
  color: #fff;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:active {
  background: #492366;
  color: #fff;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:focus {
  color: #231f20;
  background: transparent;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li.active-link > a {
  background: #492366;
  color: #ffffff;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #492366;
}
.us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #492366;
}
.us-distributor-outer .main .col-main .deler-info-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions {
  display: block;
  float: left;
  width: 100%;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region > span {
  color: #2f2f2f;
  background: #fff;
  text-transform: uppercase;
  font-size: 30px !important;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list {
  display: block;
  float: left;
  width: 100%;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul {
  display: block;
  width: 100%;
  float: left;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer:last-child {
  border-bottom: none;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main {
  display: block;
  float: left;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  box-sizing: border-box;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block a {
  display: block;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block a img {
  display: block;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
  font-size: 19px;
  color: #332f30;
  margin-bottom: 5px;
  padding: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
}
.us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
  margin-bottom: 5px;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
    padding-left: 0;
  }
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .us-distributor-outer .main .col-main .std > p.info-title {
    padding: 15px 40px 0 40px;
  }
  .us-distributor-outer .main .col-main .nav-wrapper {
    height: auto;
  }
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
    margin-bottom: 0;
  }
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 50px;
    width: 100%;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 24px !important;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .us-distributor-outer .main .col-main .std > p.info-title {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 45px;
  }
  .us-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
    font-size: 15px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 20px !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block {
    width: 30%;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block {
    width: 35%;
    box-sizing: border-box;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-address {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block {
    width: 35%;
    box-sizing: border-box;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 479px) {
  .us-distributor-outer .main .col-main #vmap {
    height: 300px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 20px !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer {
    padding-top: 0;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block {
    width: 100%;
    margin-bottom: 5px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
    font-size: 14px;
    line-height: 1.4;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-address {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block {
    width: 100%;
    box-sizing: border-box;
  }
  .us-distributor-outer .main .col-main .deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
/*Us Distributors Page End*/
/*International Distributors Page Start*/
.vmap-outer {
  position: relative;
  display: block;
  clear: both;
  padding: 50px 0 10px;
  background: #a5bfdd;
}
#vmapi {
  height: 450px;
  width: 100%;
  box-sizing: border-box;
}
#vmapi svg {
  padding: 0;
}
.cms-find-a-dealer-international-distributors .breadcrumbs {
  display: none;
}
.int-distributor-outer .main .col-main .std {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .std > p.info-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.int-distributor-outer .main .col-main .country-selector {
  display: block;
  float: left;
  width: 100%;
  background: #4c4847;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .country-selector .selector-inner {
  padding: 15px;
  text-align: center;
}
.int-distributor-outer .main .col-main .country-selector .selector-inner #country-dd {
  display: inline-block;
  width: 300px;
  height: 42px;
  box-shadow: none;
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  color: #555d5f;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .nav-wrapper {
  display: block;
  height: 60px;
  width: 100%;
  background: #ccced1;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner {
  display: block;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul {
  position: relative;
  overflow: hidden;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
  width: auto;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:hover {
  background: #492366;
  color: #fff;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:active {
  background: #492366;
  color: #fff;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a:focus {
  color: #231f20;
  background: transparent;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li.active-link > a {
  background: #492366;
  color: #ffffff;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li:first-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 10000px;
  background: #492366;
}
.int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li:last-child.active-link:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 10000px;
  background: #492366;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region > span {
  color: #2f2f2f;
  background: #fff;
  text-transform: uppercase;
  font-size: 30px !important;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer:last-child {
  border-bottom: none;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main {
  display: block;
  float: left;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block a {
  display: block;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block a img {
  display: block;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
  font-size: 19px;
  color: #332f30;
  margin-bottom: 5px;
  padding: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  word-wrap: break-word;
}
.int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
  margin-bottom: 5px;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
    padding-left: 0;
  }
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .int-distributor-outer .main .col-main .country-selector .selector-inner {
    padding: 12px 10px;
  }
  .int-distributor-outer .main .col-main .country-selector .selector-inner #country-dd {
    width: 250px;
  }
  .int-distributor-outer .main .col-main .std > p.info-title {
    padding: 15px 40px 0 40px;
  }
  .int-distributor-outer .main .col-main .nav-wrapper {
    height: auto;
  }
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main {
    margin-bottom: 0;
  }
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 50px;
    width: 100%;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 24px !important;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .int-distributor-outer .main .col-main .std > p.info-title {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li {
    line-height: 45px;
  }
  .int-distributor-outer .main .col-main .nav-wrapper .nav-inner ul.nav-main li > a {
    font-size: 15px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 20px !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
    padding: 0 10px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block {
    width: 30%;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block {
    width: 35%;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-address {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block {
    width: 35%;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 479px) {
  .int-distributor-outer .main .col-main #vmapi {
    height: 300px;
  }
  .int-distributor-outer .main .col-main #vmapi svg {
    height: 300px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region > span {
    font-size: 20px !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer {
    padding-top: 0;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer {
    padding: 0 10px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.img-block {
    width: 100%;
    margin-bottom: 5px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block {
    width: 100%;
    margin-bottom: 5px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-title {
    font-size: 14px;
    line-height: 1.4;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.address-block .store-address {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block {
    width: 100%;
  }
  .int-distributor-outer .main .col-main .int-deler-info-wrapper .jqvmap-regions .distributor-region .distributor-list ul li.delears-info-outer .info-main .dealer.contact-block p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
/*International Distributors Page End*/
/*product view page start*/
.catalog-product-view .page-wrapper .page-header {
  margin-bottom: 22px;
}
.catalog-product-view #maincontent .product-outer-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view #maincontent .product-outer-wrapper .product.media {
  width: 45%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main {
  width: 55%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .page-title-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 34px;
  display: block;
  color: #492366;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .catalog-product-sku {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #maincontent .product-outer-wrapper .product-info-main .catalog-product-sku {
    font-size: 21px;
  }
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-info-price {
  border-bottom: none;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-info-price .price-box {
  padding-bottom: 0;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-info-price .price-box > .price-final_price {
  color: #492366;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-info-price .price-box .special-price .price-final_price {
  color: #492366;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-social-links {
  display: block;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-social-links .action.towishlist {
  display: none;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product-social-links .action.tocompare {
  display: none;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .product.attribute.overview {
  margin: 25px 0 35px;
  line-height: 24px;
  color: #2f2f2f;
  font-size: 14px;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper {
  display: block;
  clear: both;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper .btn-block {
  display: block;
  clear: both;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper .btn-block .action.primary {
  border: 2px solid #492366;
  background: #fff;
  color: #492366;
  padding: 13px 25px;
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper .btn-block .action.primary:active,
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper .btn-block .action.primary:focus {
  border-color: #492366;
  background: #fff;
  color: #492366;
}
.catalog-product-view #maincontent .product-outer-wrapper .product-info-main .content-wrapper .btn-block .action.primary:hover {
  border-color: #492366;
  background: #492366;
  color: #fff;
}
.catalog-product-view .product.info.detailed {
  margin-bottom: 0;
  background: #eaeaea;
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product.info.detailed .product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
  line-height: 55px;
  font-size: 16px;
  color: #2f2f2f;
  border: none;
  background: #ccced1;
  height: 55px;
  padding: 1px 22px;
  box-sizing: unset;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.first-tab:before {
  content: "";
  height: 57px;
  width: 3000px;
  background: #ccced1;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.first-tab.active {
  position: relative;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.first-tab.active:before {
  background: #eaeaea;
  z-index: 2;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.last-tab:after {
  content: "";
  height: 57px;
  width: 3000px;
  background: #ccced1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.last-tab.active {
  position: relative;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.last-tab.active:after {
  background: #eaeaea;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
  background: #eaeaea;
  color: #2f2f2f;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:focus {
  background: #eaeaea;
  color: #2f2f2f;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
  background: #eaeaea;
  color: #2f2f2f;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  background: #eaeaea;
  margin-top: 56px;
  padding: 25px 0 25px 0;
  border: none;
  color: #2f2f2f;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content ul {
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content ul > li {
  line-height: 26px;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content ul > li.pdf {
  list-style-image: url(../images/small_pdf.gif);
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content ul > li.zip {
  list-style-image: url(../images/small_zip.gif);
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content strong,
.catalog-product-view .product.info.detailed .product.data.items > .item.content b {
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content a {
  color: #176bdd;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content a:active,
.catalog-product-view .product.info.detailed .product.data.items > .item.content a:focus {
  color: #176bdd;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content a:hover {
  color: #176bdd;
  opacity: 0.7;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    font-size: 14px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content ul {
    font-size: 14px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content ul > li {
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    font-size: 14px;
    padding: 1px 13px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-outer-wrapper .product.media {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .catalog-product-view .product-outer-wrapper .product-info-main {
    padding-left: 0;
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.first-tab.active::before {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.first-tab::before {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding: 15px;
    margin-top: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.last-tab.active::after {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.last-tab::after {
    display: none;
  }
}
/*product view page end*/
.customer-account-login .page-wrapper .page-title-wrapper {
  text-align: center;
}
.customer-account-login .page-wrapper .page-title-wrapper h1.page-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.customer-account-login .page-wrapper .columns .login-container {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 60px 40px;
  margin: 0 auto;
  box-shadow: 0 5px 20px 0 rgba(69, 79, 91, 0.2);
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block .block-title {
  display: none;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .fieldset:after {
  display: none;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field.note {
  display: none;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field .label span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field .control {
  width: 100%;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field .control input {
  border: 1px solid #c3c3c3;
  font-size: 16px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field .control input:focus {
  box-shadow: none;
  border-color: #492366;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary {
  width: 100%;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary button,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 15px 15px;
  position: relative;
  background: #492366;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 1px;
  opacity: 1;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary button:active,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary button:focus,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:active,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:focus {
  background: #492366;
  color: #fff;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary button:hover,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:hover {
  opacity: 0.9;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .secondary {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .secondary a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .secondary a:active,
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .secondary a:focus {
  color: #000;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .secondary a:hover {
  color: #492366;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content p {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 35px;
  margin-top: 0;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar {
  margin: 0;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary {
  width: 100%;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 15px 15px;
  position: relative;
  background: #492366;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 1px;
  opacity: 1;
  box-sizing: border-box;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary a:active,
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary a:focus {
  background: #492366;
  color: #fff;
}
.customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .customer-account-login .page-header {
    margin-bottom: 0;
  }
  .customer-account-login .page-wrapper .page-title-wrapper h1.page-title {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .customer-account-login .page-wrapper .columns .login-container {
    max-width: 400px;
  }
}
@media (max-width: 639px) {
  .customer-account-login .page-wrapper .columns .login-container {
    padding: 40px 30px;
  }
  .customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .field .label span {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  .customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary button,
  .customer-account-login .page-wrapper .columns .login-container .block.block-customer-login .block-content #login-form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
    font-size: 15px;
  }
  .customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content p {
    line-height: 1.6;
    font-size: 16px;
  }
  .customer-account-login .page-wrapper .columns .login-container .block.block-new-customer .block-content .actions-toolbar .primary a {
    font-size: 15px;
  }
}
.customer-account-forgotpassword #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword #maincontent .page-title-wrapper h1.page-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 60px 40px;
  margin: 0 auto;
  box-shadow: 0 5px 20px 0 rgba(69, 79, 91, 0.2);
  min-width: auto;
  box-sizing: border-box;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field.note {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field label span {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field .control input {
  border: 2px solid #c3c3c3;
  font-size: 16px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  box-sizing: border-box;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field .control input:focus {
  box-shadow: none;
  border-color: #492366;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset:after {
  display: none;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary {
  width: 100%;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary button,
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 15px 15px;
  position: relative;
  background: #492366;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 1px;
  opacity: 1;
  box-sizing: border-box;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary button:active,
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary button:focus,
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:active,
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:focus {
  background: #492366;
  color: #fff;
}
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary button:hover,
.customer-account-forgotpassword #maincontent .columns .column.main form.forget .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .customer-account-forgotpassword .page-header {
    margin-bottom: 0;
  }
  .customer-account-forgotpassword #maincontent .page-title-wrapper h1.page-title {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget {
    max-width: 400px;
  }
}
@media (max-width: 639px) {
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget {
    padding: 40px 30px;
  }
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field.note {
    font-size: 15px;
  }
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget .fieldset .field label span {
    font-size: 15px;
  }
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget actions-toolbar .primary button,
  .customer-account-forgotpassword #maincontent .columns .column.main form.forget actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
    font-size: 15px;
  }
}
/*cms pages css start*/
.cms-automation-software .software-outer {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  box-sizing: border-box;
}
.cms-automation-software .software-outer ul.software-inner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.cms-automation-software .software-outer ul.software-inner li {
  display: block;
  float: left;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #DADBDD;
  box-sizing: border-box;
}
.cms-automation-software .software-outer ul.software-inner li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cms-automation-software .software-outer ul.software-inner li .image-block {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  box-sizing: border-box;
}
.cms-automation-software .software-outer ul.software-inner li .image-block img {
  display: block;
}
.cms-automation-software .software-outer ul.software-inner li .text-block {
  display: inline-block;
  width: 60%;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #444;
  box-sizing: border-box;
}
.cms-automation-software .software-outer ul.software-inner li .text-block p > strong {
  font-weight: 600;
  font-size: 16px;
  color: #B05F38;
}
.cms-automation-software .software-outer ul.software-inner li .text-block p span.zip > strong {
  color: #B05F38;
  font-weight: 600;
}
.page-wrapper .breadcrumbs .items {
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu {
    background: #492366;
    max-width: 100%;
    padding: 0;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu > ul {
    padding: 0;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top {
    position: relative;
    line-height: 28px;
    padding: 15px 30px;
    color: #ffffff;
    font-weight: 600;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top:active,
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top:focus {
    color: #ffffff;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top:hover {
    color: #cccccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.ui-state-focus {
    color: #cccccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.ui-state-active {
    color: #cccccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top:before {
    content: "";
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    background-size: 32px;
    background-position: center center;
    background-image: url('../images/products.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.training:before {
    background-image: url('../images/training.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.software:before {
    background-image: url('../images/software.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.driverstore:before {
    background-image: url('../images/driverstore.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.firmware:before {
    background-image: url('../images/firmware.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.resources:before {
    background-image: url('../images/resources.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.apps:before {
    background-image: url('../images/apps.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top.forum:before {
    background-image: url('../images/forum.png');
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.active > a.level-top,
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.has-active > a.level-top {
    color: #cccccc;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 ul.submenu,
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 div.submenu {
    left: 0 !important;
    transform: translate(0, 0) !important;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 ul.submenu:before,
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 div.submenu:before {
    left: 15%;
  }
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 ul.submenu:after,
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0.nav-1 div.submenu:after {
    left: 15%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .page-wrapper .page-header .header.content > .nav-sections .navigation.dealer-menu li.level0 > a.level-top {
    padding: 15px 15px;
  }
}
.cms-page-view .column.main .page-title-wrapper {
  max-width: 1280px;
  margin: 0 auto 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-sizing: border-box;
}
.cms-page-view .column.main .page-title-wrapper > h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.cms-page-view .column.main .sidebar-nav-main {
  background: transparent;
  padding: 20px;
  display: block;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 {
  margin-bottom: 12px;
  display: block;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 > a.level-top {
  color: #333;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 > a.level-top:active,
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 > a.level-top:focus {
  color: #231f20;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 > a.level-top:hover {
  color: #492366;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 > span.level-top {
  color: #333;
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0.parent > a.level-top,
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0.parent > span.level-top {
  cursor: auto;
  font-style: italic;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0.parent > a.level-top:hover,
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0.parent > span.level-top:hover {
  color: #333;
  text-decoration: none;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  display: block;
  padding-top: 8px;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li {
  margin-bottom: 10px;
  display: block;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li > a {
  color: #333;
  font-weight: 400;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li > a:active,
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li > a:focus {
  color: #231f20;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li > a:hover {
  color: #492366;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0 ul.submenu > li:last-child {
  margin-bottom: 0;
}
.cms-page-view .column.main .sidebar-nav-main > ul.level0 > li.level0:last-child {
  margin-bottom: 0;
}
.cms-page-view .column.main .cms-content-main {
  display: block;
  clear: both;
  margin-top: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cms-page-view .column.main .cms-content-main .sidebar-block {
  float: left;
  width: 30%;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.cms-page-view .column.main .cms-content-main .content-block {
  float: left;
  width: 70%;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
}
.cms-page-view .column.main .cms-content-main .content-block.full-width {
  width: 100%;
  padding-left: 0;
}
.cms-page-view .column.main .cms-content-main .content-block p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.cms-page-view .column.main .cms-content-main .content-block ul {
  font-size: 16px;
}
.cms-page-view .column.main .cms-content-main .content-block ul > li {
  line-height: 26px;
  margin-bottom: 15px;
}
.cms-page-view .column.main .cms-content-main .content-block ul > li.pdf {
  list-style-image: url(../images/small_pdf.gif);
}
.cms-page-view .column.main .cms-content-main .content-block ul > li.zip {
  list-style-image: url(../images/small_zip.gif);
}
.cms-page-view .column.main .cms-content-main .content-block strong,
.cms-page-view .column.main .cms-content-main .content-block b {
  font-weight: 600;
}
.cms-page-view .column.main .cms-content-main .content-block a {
  color: #176bdd;
}
.cms-page-view .column.main .cms-content-main .content-block a:active,
.cms-page-view .column.main .cms-content-main .content-block a:focus {
  color: #176bdd;
}
.cms-page-view .column.main .cms-content-main .content-block a:hover {
  color: #176bdd;
  opacity: 0.7;
}
.cms-page-view .column.main .cms-content-main .content-block a.learn-more {
  background-color: #492366;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 14px 40px;
  margin: 20px 0;
  float: left;
  font-size: 18px;
  text-decoration: none;
}
.cms-page-view .column.main .cms-content-main .content-block a.learn-more:hover {
  color: #fff;
  background: #231f20;
}
.cms-page-view .column.main .cms-content-main .content-block a.learn-more:active,
.cms-page-view .column.main .cms-content-main .content-block a.learn-more:focus {
  background-color: #492366;
  color: #fff;
}
.cms-page-view .column.main .cms-content-main .content-block h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.one-column-form .webforms .form {
  max-width: 700px;
  display: block;
  box-sizing: border-box;
}
.one-column-form .webforms .form > .fieldset {
  padding-left: 0;
  padding-right: 0;
}
.one-column-form .webforms .form > .fieldset > .field {
  padding-left: 0;
  padding-right: 0;
}
.one-column-form .webforms .form > .fieldset > .field > .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.one-column-form .webforms .form > .fieldset > .field > .control input.input-text {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}
.one-column-form .webforms .form > .fieldset > .field > .control textarea {
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  font-size: 16px;
}
.one-column-form .webforms .form > .fieldset > .field > .control select {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  font-size: 16px;
}
.one-column-form .webforms .actions-toolbar {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  .cms-page-view .column.main .cms-content-main .content-block {
    font-size: 14px;
    line-height: 24px;
  }
  .cms-page-view .column.main .cms-content-main .content-block p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .cms-page-view .column.main .cms-content-main .content-block ul {
    font-size: 14px;
  }
  .cms-page-view .column.main .cms-content-main .content-block ul > li {
    line-height: 24px;
    margin-bottom: 15px;
  }
  .cms-page-view .column.main .cms-content-main .content-block h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
/*cms pages css end*/
/*dealer home start*/
.dealer-home-title {
  display: block;
  clear: both;
}
.dealer-home-title h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 40px;
  display: block;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .dealer-home-title h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .dealer-home-title h1 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .dealer-home-title h1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.dealer-info-content .content-main {
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.dealer-info-content .content-main .left-block {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.dealer-info-content .content-main .left-block .block-inner {
  display: block;
  position: relative;
}
.dealer-info-content .content-main .left-block .block-inner .title-block {
  display: block;
  margin-bottom: 25px;
}
.dealer-info-content .content-main .left-block .block-inner .title-block > strong {
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.dealer-info-content .content-main .left-block .block-inner .content-block {
  display: block;
}
.dealer-info-content .content-main .left-block .block-inner .content-block > img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  box-sizing: border-box;
}
.dealer-info-content .content-main .left-block .block-inner .content-block > h3 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}
.dealer-info-content .content-main .left-block .block-inner .content-block > p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 24px;
}
.dealer-info-content .content-main .right-block {
  float: left;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.dealer-info-content .content-main .right-block .block-inner {
  display: block;
  position: relative;
}
.dealer-info-content .content-main .right-block .block-inner .title-block {
  display: block;
  margin-bottom: 18px;
}
.dealer-info-content .content-main .right-block .block-inner .title-block > strong {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
}
.dealer-info-content .content-main .right-block .block-inner .title-block .view-all-btn {
  float: right;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background: #492366;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px;
  text-decoration: none;
}
.dealer-info-content .content-main .right-block .block-inner .title-block .view-all-btn:active,
.dealer-info-content .content-main .right-block .block-inner .title-block .view-all-btn:focus {
  background: #492366;
  color: #ffffff;
  text-decoration: none;
}
.dealer-info-content .content-main .right-block .block-inner .title-block .view-all-btn:hover {
  background: #231f20;
  color: #ffffff;
  text-decoration: none;
}
.dealer-info-content .content-main .right-block .block-inner .content-block {
  display: block;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  letter-spacing: 0;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  width: 77%;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content .post-date {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content a.post-title {
  display: block;
  color: #231f20;
  font-size: 14px;
  line-height: 24px;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content a.post-title:active,
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content a.post-title:focus {
  color: #231f20;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .post-content a.post-title:hover {
  color: #176bdd;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .read-more {
  display: inline-block;
  font-size: 14px;
  width: 23%;
  letter-spacing: 0.5px;
  text-align: right;
  box-sizing: border-box;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .read-more > a {
  color: #176bdd;
  font-weight: 500;
  font-size: 12px;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .read-more > a:active,
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .read-more > a:focus {
  color: #176bdd;
}
.dealer-info-content .content-main .right-block .block-inner .content-block ul.news-list > li .read-more > a:hover {
  color: #176bdd;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .dealer-info-content .content-main .left-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .dealer-info-content .content-main .left-block .block-inner .title-block > strong {
    font-size: 20px;
  }
  .dealer-info-content .content-main .left-block .block-inner .content-block {
    display: block;
  }
  .dealer-info-content .content-main .left-block .block-inner .content-block > h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .dealer-info-content .content-main .left-block .block-inner .content-block > p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 22px;
  }
  .dealer-info-content .content-main .right-block {
    margin-bottom: 35px;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .dealer-info-content .content-main .right-block .block-inner .title-block > strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dealer-info-content .content-main .left-block .block-inner .title-block > strong {
    font-size: 18px;
  }
  .dealer-info-content .content-main .right-block .block-inner .title-block > strong {
    font-size: 18px;
  }
}
.dealer-info-links {
  display: block;
  clear: both;
}
.dealer-info-links .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.dealer-info-links .items > li {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.dealer-info-links .items > li > .inside {
  display: block;
}
.dealer-info-links .items > li > .inside > a {
  display: block;
  margin-bottom: 15px;
}
.dealer-info-links .items > li > .inside > a > img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
.dealer-info-links .items > li > .inside > h3 {
  margin: 0 0 18px;
  font-size: 18px;
  display: block;
}
.dealer-info-links .items > li > .inside > h3 > a {
  color: #231f20;
  font-weight: 600;
}
.dealer-info-links .items > li > .inside > h3 > a:active,
.dealer-info-links .items > li > .inside > h3 > a:focus {
  color: #176bdd;
}
.dealer-info-links .items > li > .inside > h3 > a:hover {
  color: #176bdd;
}
.dealer-info-links .items > li > .inside > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.dealer-info-links .items > li > .inside > ul > li {
  display: block;
  margin-bottom: 10px;
}
.dealer-info-links .items > li > .inside > ul > li > a {
  color: #231f20;
  font-weight: 500;
  font-size: 14px;
}
.dealer-info-links .items > li > .inside > ul > li > a:active,
.dealer-info-links .items > li > .inside > ul > li > a:focus {
  color: #176bdd;
}
.dealer-info-links .items > li > .inside > ul > li > a:hover {
  color: #176bdd;
}
.dealer-info-links .items > li > .inside > ul > li > ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  padding-top: 8px;
  display: block;
}
.dealer-info-links .items > li > .inside > ul > li > ul > li {
  display: block;
  margin-bottom: 8px;
}
.dealer-info-links .items > li > .inside > ul > li > ul > li > a {
  color: #231f20;
  font-weight: 400;
  font-size: 13px;
}
.dealer-info-links .items > li > .inside > ul > li > ul > li > a:active,
.dealer-info-links .items > li > .inside > ul > li > ul > li > a:focus {
  color: #176bdd;
}
.dealer-info-links .items > li > .inside > ul > li > ul > li > a:hover {
  color: #176bdd;
}
@media (max-width: 767px) {
  .dealer-info-links .items > li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .dealer-info-links .items {
    margin-left: -8px;
    margin-right: -8px;
  }
  .dealer-info-links .items > li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dealer-info-links .items > li > .inside > h3 {
    margin: 0 0 13px;
    font-size: 14px;
  }
  .dealer-info-links .items > li > .inside > ul > li {
    margin-bottom: 6px;
  }
  .dealer-info-links .items > li > .inside > ul > li > a {
    font-weight: 400;
    font-size: 13px;
  }
}
/*dealer home end*/
/*dealter news start*/
.np-wrapper {
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.np-wrapper .content-block {
  display: block;
}
.np-wrapper .content-block ul.np-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.np-wrapper .content-block ul.np-list > li {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  letter-spacing: 0;
}
.np-wrapper .content-block ul.np-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.np-wrapper .content-block ul.np-list > li .np-content {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  width: 85%;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.np-wrapper .content-block ul.np-list > li .np-content .np-date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #6c6f73;
}
.np-wrapper .content-block ul.np-list > li .np-content a.np-title {
  display: block;
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
}
.np-wrapper .content-block ul.np-list > li .np-content a.np-title:active,
.np-wrapper .content-block ul.np-list > li .np-content a.np-title:focus {
  color: #231f20;
}
.np-wrapper .content-block ul.np-list > li .np-content a.np-title:hover {
  color: #176bdd;
}
.np-wrapper .content-block ul.np-list > li .np-read-more {
  display: inline-block;
  font-size: 14px;
  width: 15%;
  letter-spacing: 0.5px;
  text-align: right;
  box-sizing: border-box;
}
.np-wrapper .content-block ul.np-list > li .np-read-more > a {
  color: #176bdd;
  font-weight: 500;
  font-size: 14px;
}
.np-wrapper .content-block ul.np-list > li .np-read-more > a:active,
.np-wrapper .content-block ul.np-list > li .np-read-more > a:focus {
  color: #176bdd;
}
.np-wrapper .content-block ul.np-list > li .np-read-more > a:hover {
  color: #176bdd;
  opacity: 0.7;
}
.news-view-index .page-title-wrapper {
  display: none !important;
}
.np-view-wrapper {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.np-view-wrapper .title-block {
  display: block;
  clear: both;
}
.np-view-wrapper .title-block > h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 30px;
  color: #231f20;
}
.np-view-wrapper .desc-block {
  display: block;
  clear: both;
  margin-bottom: 5px;
  color: #231f20;
  font-size: 16px;
  line-height: 28px;
}
.np-view-wrapper .desc-block p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.np-view-wrapper .desc-block ul {
  font-size: 16px;
}
.np-view-wrapper .desc-block ul > li {
  line-height: 28px;
  margin-bottom: 15px;
}
.np-view-wrapper .desc-block strong,
.np-view-wrapper .desc-block b {
  font-weight: 600;
}
.np-view-wrapper .desc-block a {
  color: #176bdd;
}
.np-view-wrapper .desc-block a:active,
.np-view-wrapper .desc-block a:focus {
  color: #176bdd;
}
.np-view-wrapper .desc-block a:hover {
  color: #176bdd;
  opacity: 0.7;
}
.np-view-wrapper .info-block {
  display: block;
  clear: both;
  margin-bottom: 15px;
}
.np-view-wrapper .info-block > strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #231f20;
  font-size: 16px;
  line-height: 28px;
}
.np-view-wrapper .info-block > strong:after {
  content: ':';
}
.np-view-wrapper .info-block > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  color: #6c6f73;
  line-height: 28px;
  margin-left: 5px;
}
@media (max-width: 1550px) {
  .news-inner-wrapper .desc-block {
    font-size: 14px;
    line-height: 24px;
  }
  .news-inner-wrapper .desc-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-inner-wrapper .desc-block ul {
    font-size: 14px;
  }
  .news-inner-wrapper .desc-block ul > li {
    line-height: 24px;
    margin-bottom: 15px;
  }
  .news-inner-wrapper .info-block > strong {
    font-size: 14px;
    line-height: 24px;
  }
  .news-inner-wrapper .info-block > span {
    font-size: 14px;
    line-height: 24px;
  }
}
/*dealter news end*/
/*events page start*/
.ec-wrapper {
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.ec-wrapper .content-block {
  display: block;
}
.ec-wrapper .content-block ul.ec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.ec-wrapper .content-block ul.ec-list > li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  letter-spacing: 0;
}
.ec-wrapper .content-block ul.ec-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ec-wrapper .content-block ul.ec-list > li .item {
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.ec-wrapper .content-block ul.ec-list > li .item h3 {
  font-size: 20px;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.ec-wrapper .content-block ul.ec-list > li .item > strong.title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #231f20;
  font-size: 16px;
  line-height: 28px;
}
.ec-wrapper .content-block ul.ec-list > li .item > strong.title:after {
  content: ':';
}
.ec-wrapper .content-block ul.ec-list > li .item > span.value {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  color: #6c6f73;
  line-height: 28px;
  margin-left: 5px;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc ul {
  font-size: 16px;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc ul > li {
  line-height: 28px;
  margin-bottom: 15px;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc strong,
.ec-wrapper .content-block ul.ec-list > li .item .desc b {
  font-weight: 600;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc a {
  color: #176bdd;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc a:active,
.ec-wrapper .content-block ul.ec-list > li .item .desc a:focus {
  color: #176bdd;
}
.ec-wrapper .content-block ul.ec-list > li .item .desc a:hover {
  color: #176bdd;
  opacity: 0.7;
}
@media (max-width: 1550px) {
  .ec-wrapper .content-block ul.ec-list > li .item > strong.title {
    font-size: 14px;
    line-height: 24px;
  }
  .ec-wrapper .content-block ul.ec-list > li .item > span.value {
    font-size: 14px;
    line-height: 24px;
  }
  .ec-wrapper .content-block ul.ec-list > li .item .desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .ec-wrapper .content-block ul.ec-list > li .item .desc ul {
    font-size: 14px;
  }
  .ec-wrapper .content-block ul.ec-list > li .item .desc ul > li {
    line-height: 24px;
  }
}
/*events page end*/
/*driver page*/
.products-drivergrid .product-items .product-item {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.products-drivergrid .product-items .product-item:first-child {
  padding-top: 20px;
}
.products-drivergrid .product-items .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.products-drivergrid .product-items .product-item .product-item-info {
  display: block;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info {
  display: inline-block;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info .product-item-name {
  margin-top: 0;
  margin-bottom: 10px;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info .product-item-name > a {
  font-weight: 600;
  color: #231f20;
  font-size: 16px;
  text-decoration: underline;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info .product-item-name > a:active,
.products-drivergrid .product-items .product-item .product-item-info .product-info .product-item-name > a:focus {
  color: #231f20;
  text-decoration: underline;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info .product-item-name > a:hover {
  color: #492366;
  text-decoration: underline;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info > p {
  display: block;
  margin-bottom: 10px;
  color: #6c6f73;
}
.products-drivergrid .product-items .product-item .product-item-info .product-info > p > span {
  color: #492366;
}
.products-drivergrid .product-items .product-item .product-item-info .product-category {
  float: right;
}
.products-drivergrid .product-items .product-item .product-item-info .product-category > p {
  display: block;
  margin-bottom: 10px;
  color: #6c6f73;
}
.products-drivergrid .product-items .product-item .product-item-info .product-category > p > span {
  color: #492366;
}
.products-drivergrid .product-items .product-item .product-item-info .product-category .download-action {
  text-align: right;
}
.products-drivergrid .product-items .product-item .product-item-info .product-category .download-action a.action.primary {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
}
@media (max-width: 767px) {
  .products-drivergrid .product-items .product-item .product-item-info {
    display: block;
  }
  .products-drivergrid .product-items .product-item .product-item-info .product-info {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .products-drivergrid .product-items .product-item .product-item-info .product-category {
    float: right;
    width: 100%;
  }
  .products-drivergrid .product-items .product-item .product-item-info .product-category .download-action {
    text-align: left;
  }
}
/*products-grid start*/
.catalogsearch-result-index .page-title-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  font-size: 34px;
  margin: 0 0 25px;
}
.catalog-category-view.page-layout-1column.page-with-filter .page-wrapper .column.main {
  padding-top: 0;
}
.catalog-category-view.page-layout-1column .page-wrapper .toolbar-products {
  position: static;
}
.pages .item {
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: static;
}
.pages strong.page {
  background: #492366;
  border: 1px solid #492366;
  color: #ffffff;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  width: 36px;
  box-sizing: border-box;
}
.pages a.page {
  border: 1px solid #ccced1;
  color: #231f20;
  background: #ccced1;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 36px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}
.pages a.page:focus,
.pages a.page:active {
  color: #231f20;
}
.pages a.page:hover {
  background: #492366;
  border: 1px solid #492366;
  color: #ffffff;
}
.pages .action.next {
  height: 36px;
  width: 36px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #ccced1;
  color: #231f20;
  background: #ccced1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
}
.pages .action.next:before {
  color: #231f20;
  font-size: 12px;
  line-height: 34px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.next:focus:before,
.pages .action.next:active:before {
  color: #231f20;
}
.pages .action.next:hover {
  background: #492366;
  border: 1px solid #492366;
  color: #ffffff;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.previous {
  height: 36px;
  width: 36px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #ccced1;
  color: #231f20;
  background: #ccced1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
}
.pages .action.previous:before {
  color: #333333;
  font-size: 12px;
  line-height: 34px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.previous:focus:before,
.pages .action.previous:active:before {
  color: #231f20;
}
.pages .action.previous:hover {
  background: #492366;
  border: 1px solid #492366;
  color: #ffffff;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action:hover {
  background: #492366;
  border: 1px solid #492366;
  color: #ffffff;
}
.catalog-category-view.fullwidth-page .page-wrapper .page-header {
  margin-bottom: 22px;
}
.catalog-category-view #maincontent .category-outer-wrapper .page-title-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view #maincontent .category-outer-wrapper .page-title-wrapper .page-title {
  font-size: 34px;
  margin: 0 0 25px;
}
.products-grid.products {
  margin: 15px 0 5px;
}
.products-grid .products {
  margin: 0;
}
.products-grid .list-row {
  margin-left: -15px;
  margin-right: -15px;
}
.products-grid .product-items {
  letter-spacing: 0;
  font-size: 0;
}
.products-grid .product-items .product-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  font-size: 14px;
  box-sizing: border-box;
}
.products-grid .product-items .product-item.slider-li {
  width: auto;
  margin-bottom: 0;
  padding: 0 15px;
  display: none;
}
.products-grid .product-items .product-item .product-item-info {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 20px;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo span.product-image-container {
  width: 100% !important;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo span.product-image-container > span.product-image-wrapper {
  position: relative;
  padding-bottom: 100% !important;
  height: 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo span.product-image-container > span.product-image-wrapper .product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.products-grid .product-items .product-item .product-item-info .product-item-details {
  text-align: center;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 13px 0 8px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #492366;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  min-height: 74px;
  -webkit-box-orient: vertical;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:active,
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:focus {
  color: #231f20;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #492366;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .category-product-sku {
  color: #666666;
  font-size: 12.8px;
  min-height: 40px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  display: none !important;
  margin: 10px 0 6px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  display: inline-block;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #231f20;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: 4px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price:after {
  background: #6c6f73;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #6c6f73;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  position: static;
  height: auto;
  width: auto;
  margin: 13px 0 0;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  display: none !important;
  box-sizing: border-box;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  display: inline-block;
  position: relative;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
  vertical-align: middle;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart {
  padding: 9px 13px;
  height: 36px;
}
@media (max-width: 991px) {
  .products-grid .product-items .product-item {
    width: 33.33%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .products-grid .product-items .product-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .products-grid .product-items .product-item {
    width: 50%;
    margin-bottom: 18px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 13px;
    font-weight: 500;
  }
}
/*products-grid end*/
/*product list start*/
.products-list.products {
  margin: 15px 0 5px;
}
.products-list .products {
  margin: 0;
}
.products-list .list-row {
  margin-left: -15px;
  margin-right: -15px;
}
.products-list .product-items {
  letter-spacing: 0;
  font-size: 0;
}
.products-list .product-items .product-item {
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0 0 12px;
  display: block;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #231f20;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:active,
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:focus {
  color: #231f20;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #492366;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box {
  display: none !important;
  margin: 12px 0 15px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #231f20;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: 4px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price:after {
  background: #6c6f73;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #6c6f73;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  position: static;
  height: auto;
  width: auto;
  margin: 13px 0 0;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  box-sizing: border-box;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  display: inline-block;
  position: relative;
  display: none !important;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
  vertical-align: middle;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart {
  padding: 9px 13px;
  height: 36px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
/*product list end*/
.block-products-list,
.block-new-products {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
.block-products-list .block-title,
.block-new-products .block-title {
  margin-bottom: 25px;
}
.block-products-list .block-title strong,
.block-new-products .block-title strong {
  font-size: 28px;
  font-weight: 600;
  display: block;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title-wrapper .page-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.customer-account-create #form-validate {
  box-shadow: 0 5px 20px 0 rgba(69, 79, 91, 0.2);
  display: block;
}
.customer-account-create .fieldset {
  max-width: 1100px;
  padding: 40px 30px;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  box-sizing: border-box;
}
.customer-account-create .fieldset .field {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
}
.customer-account-create .fieldset .field > .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.customer-account-create .fieldset .field > .control .data_rel_select_checkbox {
  margin-right: 10px;
}
.customer-account-create .fieldset .field > .control input.input-text {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}
.customer-account-create .fieldset .field > .control textarea {
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  font-size: 16px;
}
.customer-account-create .fieldset .field > .control select {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  font-size: 16px;
}
.customer-account-create .fieldset .field > .control select[multiple],
.customer-account-create .fieldset .field > .control select[size] {
  height: auto;
}
.customer-account-create .fieldset .field.col-2 {
  width: 50%;
  box-sizing: border-box;
}
.customer-account-create .fieldset .field.col-3 {
  width: 33.33%;
  box-sizing: border-box;
}
.customer-account-create .fieldset .field.pad-right {
  padding-right: 10px;
}
.customer-account-create .fieldset .field.pad-left {
  padding-left: 10px;
}
.customer-account-create .fieldset .form-bottom {
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.customer-account-create .fieldset .form-bottom .terms-conditions {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  padding: 20px;
}
.customer-account-create .fieldset .form-bottom .terms-conditions p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.customer-account-create .fieldset .form-bottom .field.choice {
  position: relative;
  margin-bottom: 10px;
}
.customer-account-create .fieldset .form-bottom .field.choice .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.customer-account-create .fieldset .form-bottom .field.choice .label {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding-left: 25px;
}
.pb-bg-img {
  background-size: cover;
  height: 500px;
}
@media (min-width: 768px) {
  .ves-container .container {
    width: 750px;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .ves-container .container {
    width: 970px;
    box-sizing: border-box;
  }
}
@media (min-width: 1320px) {
  .ves-container .container {
    width: 1280px;
    box-sizing: border-box;
  }
}
.ves-widget.widget-images.block {
  margin-bottom: 0;
}
.page-product-downloadable .product-add-form {
  display: none !important;
}
.driver-text {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.driver-text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.driver-text ul {
  font-size: 16px;
}
.driver-text ul > li {
  line-height: 26px;
  margin-bottom: 15px;
}
.driver-text strong,
.driver-text b {
  font-weight: 600;
}
.driver-text a {
  color: #176bdd;
}
.driver-text a:active,
.driver-text a:focus {
  color: #176bdd;
}
.driver-text a:hover {
  color: #176bdd;
  opacity: 0.7;
}
.driver-text h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.driverstore-toolbar {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.driverstore-toolbar .sort-by {
  float: right;
}
.driverstore-toolbar .sort-by > label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
}
.driverstore-toolbar .sort-by select {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 170px;
  box-sizing: border-box;
}
.driver-filter-wrapper {
  padding: 25px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  display: block;
  clear: both;
}
.driver-filter-wrapper .fieldset {
  display: block;
  margin-bottom: 10px;
}
.driver-filter-wrapper .fieldset .field {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.driver-filter-wrapper .fieldset .field > .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.driver-filter-wrapper .fieldset .field > .control .data_rel_select_checkbox {
  margin-right: 10px;
}
.driver-filter-wrapper .fieldset .field > .control input.input-text {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}
.driver-filter-wrapper .fieldset .field > .control textarea {
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  font-size: 16px;
}
.driver-filter-wrapper .fieldset .field > .control select {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  font-size: 16px;
}
.driver-filter-wrapper .fieldset .field > .control select[multiple],
.driver-filter-wrapper .fieldset .field > .control select[size] {
  height: auto;
}
.driver-filter-wrapper .fieldset .field.col-2 {
  width: 50%;
  box-sizing: border-box;
}
.driver-filter-wrapper .fieldset .field.col-3 {
  width: 33.33%;
  box-sizing: border-box;
}
.driver-filter-wrapper .fieldset .field.pad-right {
  padding-right: 10px;
}
.driver-filter-wrapper .fieldset .field.pad-left {
  padding-left: 10px;
}
@media (max-width: 1550px) {
  .driver-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .driver-text ul {
    font-size: 14px;
  }
  .driver-text ul > li {
    line-height: 24px;
    margin-bottom: 15px;
  }
  .driver-text strong,
  .driver-text b {
    font-weight: 600;
  }
  .driver-text a {
    color: #176bdd;
  }
  .driver-text a:active,
  .driver-text a:focus {
    color: #176bdd;
  }
  .driver-text a:hover {
    color: #176bdd;
    opacity: 0.7;
  }
  .driver-text h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .driver-filter-wrapper {
    padding: 20px;
  }
  .driver-filter-wrapper .fieldset .field.col-2 {
    width: 100%;
  }
  .driver-filter-wrapper .fieldset .field.pad-right {
    padding-right: 0;
  }
  .driver-filter-wrapper .fieldset .field.pad-left {
    padding-left: 0;
  }
  .driver-filter-wrapper .fieldset .field > .label {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .driver-filter-wrapper .actions-toolbar {
    margin-top: 20px;
  }
}
.driver-layout {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.driver-layout .left-block {
  float: left;
  width: 30%;
  padding-right: 15px;
  box-sizing: border-box;
}
.driver-layout .left-block .sidebar-driver-products {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
}
.driver-layout .left-block .sidebar-driver-products .title-block {
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
}
.driver-layout .left-block .sidebar-driver-products .title-block > strong {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #333;
}
.driver-layout .left-block .sidebar-driver-products .content-block {
  display: block;
  padding: 15px 20px;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item {
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info {
  display: block;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name {
  margin: 0 0 10px;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name > a {
  font-weight: 600;
  color: #231f20;
  font-size: 16px;
  text-decoration: underline;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name > a:active,
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name > a:focus,
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name > a:visited {
  color: #231f20;
  text-decoration: underline;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-info .product-item-name > a:hover {
  color: #492366;
  text-decoration: underline;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-category {
  display: block;
}
.driver-layout .left-block .sidebar-driver-products .content-block .item .product-category .download-action .action.primary {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
}
.driver-layout .right-block {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .driver-layout {
    display: block;
    clear: both;
    float: left;
    width: 100%;
  }
  .driver-layout .left-block {
    width: 100%;
  }
  .driver-layout .right-block {
    width: 100%;
  }
}
.partners-list-wrapper {
  float: left;
  width: 100%;
  clear: both;
}
.partners-list-wrapper .partners-list-content {
  height: 330px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.partners-list-wrapper .partners-list-content .partner-title {
  float: left;
  height: inherit;
  width: 35%;
  background-color: #492366;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.partners-list-wrapper .partners-list-content .partner-title .display-table {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.partners-list-wrapper .partners-list-content .partner-title .display-table .vertical-middle {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.partners-list-wrapper .partners-list-content .partner-title .display-table .vertical-middle h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.partners-list-wrapper .partners-list-content .partners-list {
  width: 65%;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  float: left;
  height: inherit;
  box-sizing: border-box;
}
.partners-list-wrapper .partners-list-content .partners-list .partner-list-item {
  width: 25%;
  height: 50%;
  padding: 20px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
  float: left;
}
.partners-list-wrapper .partners-list-content .partners-list .partner-list-item .display-table {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.partners-list-wrapper .partners-list-content .partners-list .partner-list-item .display-table .item-inner {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1199px) {
  .partners-list-wrapper > .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .partners-list-wrapper .partners-list-content {
    height: auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .partners-list-wrapper .partners-list-content .partner-title {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .partners-list-wrapper .partners-list-content .partner-title .display-table .vertical-middle h2 {
    font-size: 20px;
  }
  .partners-list-wrapper .partners-list-content .partners-list {
    width: 100%;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    float: left;
    height: inherit;
    font-size: 0;
    letter-spacing: 0;
    box-sizing: border-box;
  }
  .partners-list-wrapper .partners-list-content .partners-list .partner-list-item {
    width: 25%;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    float: none;
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    margin-bottom: -1px;
    box-sizing: border-box;
  }
}
.message.global.cookie {
  background: #492366;
  color: #ffffff;
}
.message.global.cookie > .content > p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.message.global.cookie > .content > p strong {
  font-weight: 500;
}
.message.global.cookie > .content > p a {
  color: #cccccc;
  font-weight: 500;
}
.message.global.cookie > .content > p a:active,
.message.global.cookie > .content > p a:focus {
  color: #cccccc;
}
.message.global.cookie > .content > p a:hover {
  color: #ffffff;
}
.message.global.cookie > .content .actions {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.message.global.cookie > .content .actions .action.primary {
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
}
.message.global.cookie > .content .actions .action.primary:hover {
  background: #ffffff;
  color: #333333;
  border-color: #ffffff;
}
.redeem-license-container dt .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.redeem-license-container dd {
  margin-bottom: 20px;
}
.redeem-license-container dd .input-text {
  border: 1px solid #c3c3c3;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}
/*checkout start*/
.checkout-index-index.checkout-design .page-wrapper .columns {
  height: 100%;
}
.checkout-index-index.checkout-design .page-wrapper .column.main {
  height: 100%;
  padding-bottom: 0;
}
.checkout-index-index.checkout-design .page-wrapper #maincontent {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  box-sizing: border-box;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .checkout-container-inner {
  float: left;
  width: 65%;
  padding-right: 70px;
  padding-top: 80px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .logo-block {
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar {
  margin-bottom: 25px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item {
  width: auto;
  margin-right: 14px;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item:after {
  content: "\f105";
  font-family: "Fontawesome";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child:after {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item > span:before {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
  color: #492366;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper {
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-title {
  border-bottom: none;
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  margin-bottom: 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .form-shipping-address {
  margin-top: 0;
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 100%;
  width: 100%;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item {
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 15px 35px 15px 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item > div > span {
  display: inline-block;
  margin-right: 5px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item > div > span:after {
  content: ",";
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item > div > span:last-child:after {
  content: "";
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item .action.edit-address-link {
  margin-top: 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
  float: right;
  margin: 12px 0 0;
  box-shadow: none;
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
  font-weight: 400;
  padding: 6px 15px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  line-height: 18px;
  font-size: 13px;
  margin-right: -20px;
  width: auto;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item .action.action-select-shipping-item:hover {
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
  opacity: 0.8;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item.selected-item {
  border: 2px solid #492366;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item.selected-item:after {
  background: #492366;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .field.addresses .shipping-address-items .shipping-address-item.selected-item .action.action-select-shipping-item {
  display: none;
  margin-top: 10px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .action.action-show-popup {
  margin: 0;
  box-shadow: none;
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
  font-weight: 400;
  padding: 9px 20px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  width: auto;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  background: #492366;
  color: #ffffff;
  border: 2px solid #492366;
  opacity: 0.8;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-title {
  border-bottom: none;
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  margin-bottom: 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 25px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method > thead {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method > tbody > tr {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method > tbody > tr > td {
  border: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method > tbody > tr > td:first-child {
  padding-left: 20px;
  padding-right: 5px;
  width: 45px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset {
  display: flex;
  flex-direction: column;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .legend {
  order: 1;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load {
  order: 4;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group {
  margin-bottom: 30px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .step-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  border-bottom: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .step-sub-title {
  margin-bottom: 25px;
  display: block;
  font-size: 14px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-title {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
  margin-top: -1px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-title > .radio {
  position: absolute;
  left: 18px;
  top: 15px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-title > .label {
  padding-left: 30px;
  box-sizing: border-box;
  display: block;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content {
  margin-top: -1px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .form-purchase-order {
  margin-bottom: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .form-purchase-order .field .label {
  font-weight: 500;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .form-purchase-order .field .control .input-text {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px 0 15px;
  color: #333;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field {
  margin-bottom: 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .label {
  font-weight: 500;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control .input-text {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px 0 10px;
  color: #333;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control #magenest_sagepayus_cc_number {
  width: 100%;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control select {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px 0 10px;
  color: #333;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control #magenest_sagepayus_expiration {
  width: 250px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control #magenest_sagepayus_expiration_yr {
  width: 120px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset #magenest_sagepayus_cc_type_exp_div .control .field {
  margin-bottom: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .control #sage-savecard {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 6px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .control #sage-savecard + .label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .actions-toolbar {
  margin-top: 30px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .actions-toolbar > .primary {
  margin: 0;
  width: 100%;
  text-align: center;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content .actions-toolbar .primary.checkout {
  font-size: 18px;
  padding: 13px 25px;
  display: inline-block;
  width: auto;
  float: none;
  min-width: 250px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .no-quotes-block {
  order: 5;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code {
  order: 3;
  padding: 20px;
  border: 1px solid #dddddd;
  margin-bottom: 25px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-title .action-toggle {
  color: #333333;
  display: block;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-title .action-toggle:after {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content {
  padding: 0;
  display: block !important;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount {
  max-width: 100%;
  position: relative;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner {
  margin: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner .field .control .input-text {
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 180px 0 15px;
  color: #333;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action-apply,
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action-cancel {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  line-height: 40px;
  padding: 0 15px;
  box-shadow: none;
  border: 2px solid #492366;
  background: #492366;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action-apply:hover,
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action-cancel:hover {
  border: 2px solid #492366;
  background: #492366;
  color: #fff;
  opacity: 0.8;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .checkout-billing-address {
  order: 2;
  padding: 15px 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .checkout-billing-address > .field.choice {
  margin: 0 0 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .checkout-billing-address > .field.choice input[type="checkbox"] {
  margin: 4px 6px 0 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar {
  position: relative;
  margin-top: 0;
  width: 35%;
  margin-bottom: 0;
  padding-left: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar:before {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .modal-inner-wrap {
  position: relative;
  z-index: 1;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  margin-bottom: 20px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals {
  order: 3;
  margin-bottom: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr > th {
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr > th.mark {
  background-color: transparent;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr > td {
  padding: 10px 0;
  text-align: right;
  border: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.totals.sub > th {
  padding: 20px 0 10px;
  border-top: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.totals.sub > td {
  padding: 20px 0 10px;
  border-top: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.totals.shipping > th {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.totals.shipping > td {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.grand.totals > th {
  padding: 20px 0 20px;
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.grand.totals > th strong {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.grand.totals > td {
  padding: 20px 0 20px;
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .data.table.table-totals tbody > tr.grand.totals > td strong {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart {
  order: 2;
  margin-bottom: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .title {
  display: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content {
  display: block !important;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content .minicart-items-wrapper {
  margin: 0;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content .minicart-items-wrapper .minicart-items .product-item {
  padding: 19px 0;
  border-top: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content .minicart-items-wrapper .minicart-items .product-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name-block {
  padding-right: 10px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .block.items-in-cart > .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name-block .product-item-name {
  font-weight: 500;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper {
  order: 4;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr > th {
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr > th.mark {
  background-color: transparent;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr > td {
  padding: 10px 0;
  text-align: right;
  border: none;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.totals.sub > th {
  padding: 20px 0 10px;
  border-top: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.totals.sub > td {
  padding: 20px 0 10px;
  border-top: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.totals.shipping > th {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.totals.shipping > td {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.grand.totals > th {
  padding: 20px 0 20px;
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.grand.totals > th strong {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.grand.totals > td {
  padding: 20px 0 20px;
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-wrapper tbody > tr.grand.totals > td strong {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary .data.table.table-totals + .block.items-in-cart + .table-wrapper {
  display: none !important;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information {
  position: relative;
  z-index: 1;
  padding: 0;
  clear: both;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-to,
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-via {
  margin-bottom: 30px;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action.action-edit,
.checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action.action-edit {
  top: 0;
}
@media (max-width: 1199px) {
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .checkout-container-inner {
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .checkout-container-inner {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index.checkout-design .page-wrapper .columns {
    display: block;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar {
    padding: 20px;
    box-shadow: none;
    position: fixed;
    width: auto;
    background: #f5f5f5;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar:before {
    display: none;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .modal-inner-wrap {
    box-shadow: none;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .modal-inner-wrap .modal-header .action-close {
    margin: 0;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
    font-size: 18px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .checkout-container-inner {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .logo-block {
    margin-bottom: 15px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-estimated-wrapper {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 15px 15px;
    clear: both;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    font-weight: 600;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    position: relative;
    padding-right: 14px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #6c6f73;
    font-size: 22px;
    line-height: 50px;
    content: "\f07a";
    font-family: 'Fontawesome';
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #492366;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 15px;
    display: inline-block;
    margin: 0;
    min-width: 22px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 3px;
    right: 0;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li.checkout-shipping-address > .step-content {
    margin-bottom: 25px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method {
    margin-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method .form.methods-shipping {
    border-bottom: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc > li .checkout-shipping-method > .step-content .table-checkout-shipping-method {
    margin-bottom: 5px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner {
    margin-bottom: 15px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action-apply {
    position: static;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > .checkout-billing-address {
    margin-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-methods {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group {
    margin-bottom: 20px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .step-title {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .step-sub-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control #magenest_sagepayus_expiration {
    width: 140px;
  }
  .checkout-index-index.checkout-design .page-wrapper .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments > .fieldset > #checkout-payment-method-load .payment-group .payment-method .payment-method-content #magenest_sagepayus-form .fieldset .field .control #magenest_sagepayus_expiration_yr {
    width: 100px;
  }
}
/*checkout end*/
/*shopping cart page start*/
.cart-summary .cart-totals tbody .mark,
.cart-summary .cart-totals tfoot .mark {
  background-color: transparent;
}
.cart-summary .block .item-options .field .radio {
  margin-right: 8px;
}
.page-wrapper .cart-container .cart-summary .block.shipping #block-summary {
  padding-bottom: 10px;
}
.page-wrapper .cart-container .cart-summary .block.shipping #block-summary .fieldset.estimate {
  margin-bottom: 15px;
}
.page-wrapper .cart-container .cart-discount .block.discount {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.page-wrapper .cart-container .cart-discount .block.discount > .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.page-wrapper .cart-container .cart-discount .block.discount > .title > strong {
  color: #333333;
  display: block;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
}
.page-wrapper .cart-container .cart-discount .block.discount > .title:after {
  display: none;
}
.page-wrapper .cart-container .cart-discount .block.discount .content {
  display: block !important;
  padding: 0;
}
.page-wrapper .cart-container .cart-discount .block.discount .content .fieldset {
  position: relative;
}
.page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .field .control .input-text {
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 180px 0 15px;
  color: #333;
}
.page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .actions-toolbar .primary .apply.primary {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  line-height: 40px;
  padding: 0 15px;
  box-shadow: none;
  border: 2px solid #492366;
  background: #492366;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .actions-toolbar .primary .apply.primary:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-wrapper .cart-container .cart-summary {
    width: 35%;
  }
  .page-wrapper .cart-container .form.form-cart {
    padding-right: 30px;
    width: 65%;
  }
  .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .product-item-name {
    font-size: 14px;
    font-weight: 500;
  }
  .page-wrapper .cart-container .cart-discount {
    padding-right: 30px;
    width: 65%;
  }
}
.checkout-cart-index .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .checkout-cart-index .page-title-wrapper .page-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
  }
  .checkout-cart-index .page-wrapper .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .page-wrapper #maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .page-wrapper .cart-container .cart-summary {
    border: 1px solid #ccc;
  }
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.shipping > .title {
    border-top: none;
  }
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .product-item-details .product-item-name {
    font-size: 14px;
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
  }
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-info td.col.price,
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-info td.col.qty,
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-info td.col.subtotal {
    padding-top: 10px;
  }
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-actions > td {
    padding-bottom: 15px;
  }
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar {
    padding-bottom: 0;
  }
  .checkout-cart-index .page-wrapper .cart-container .form.form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar .towishlist {
    left: 20px;
  }
  .page-wrapper .cart-container .cart-discount .block.discount .content .fieldset {
    display: block;
  }
  .page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .field {
    display: block;
    margin-bottom: 15px;
  }
  .page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .actions-toolbar {
    display: block;
    width: auto;
  }
  .page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .actions-toolbar .primary {
    text-align: left;
  }
  .page-wrapper .cart-container .cart-discount .block.discount .content .fieldset .actions-toolbar .primary .apply.primary {
    height: 38px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
}
/*shopping cart page end*/
#add-card-action.action.primary {
  margin-bottom: 20px;
  padding: 9px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.announcement-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.announcement-list > li {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.announcement-list > li :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.announcement-list > li .post-content {
  display: block;
  color: #231f20;
  font-size: 14px;
  line-height: 24px;
}
.catalog-product-view .block.related {
  padding: 0 25px;
  display: block;
  box-sizing: border-box;
  margin: 20px 0;
}
.catalog-product-view .block.related .block-title {
  margin-bottom: 30px;
}
.catalog-product-view .block.related .block-title > strong {
  font-weight: 600;
  font-size: 28px;
  margin: 0;
}
.discount-padding {
  padding-left: 10px !important;
}
.product.info.detailed .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #231f20;
}
.product.info.detailed .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:active,
.product.info.detailed .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link::focus {
  color: #231f20;
}
.product.info.detailed .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #492366;
}
.products-grid .product-items.owl-carousel.owl-theme .owl-buttons > div {
  color: #6c6f73;
  display: inline-block;
  zoom: 1;
  margin: -50px 0 0;
  font-size: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 40px;
  line-height: 50px;
  background: transparent;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  box-sizing: border-box;
}
.products-grid .product-items.owl-carousel.owl-theme .owl-buttons > div:hover {
  color: #231f20;
}
.products-grid .product-items.owl-carousel.owl-theme .owl-buttons > div.owl-prev {
  left: -30px;
}
.products-grid .product-items.owl-carousel.owl-theme .owl-buttons > div.owl-next {
  right: -30px;
}
@media (max-width: 767px) {
  .catalog-product-view .block.related .block-title {
    margin-bottom: 20px;
    display: none !important;
  }
  .catalog-product-view .block.related .block-title > strong {
    font-size: 20px;
  }
}
/*bundle product start*/
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .product-info-price {
  display: none;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-actions {
  display: none;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container {
  clear: both;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form {
  display: block !important;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .bundle-options-wrapper {
  display: none;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .block-bundle-summary {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 0;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .block-bundle-summary > .title {
  display: none;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .box-tocart {
  margin: 0 0 15px;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary .subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  padding-bottom: 10px;
}
.catalog-product-view.page-product-bundle .product-outer-wrapper .product-info-main .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary .bundle.items > li > strong.label {
  margin-bottom: 10px;
  display: block;
}
/*bundle product end*/
/* minicart product image start */
.minicart-items-wrapper #mini-cart .product-image-container {
  width: 100% !important;
}
/* minicart product image end */
/* mega menu start */
.nav-sections-item-content > ul.level0 > li.mega {
  padding-left: 16px;
}
.nav-sections-item-content > ul.level0 > li.mega > .mega i {
  display: none;
}
.nav-sections .header.links:first-child {
  display: none;
}
.header.links {
  padding-top: 10px;
}
.header.links > .customer-register.links-container {
  display: none;
}
.header.links > li:hover > a {
  color: #492366 !important;
}
.header.links > li > a {
  color: #666666 !important;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  font-size: 12px;
}
.header.links > li.welcome-wrapper {
  position: relative;
}
.header.links > li.welcome-wrapper:hover ul.welcomeuser-dropdown,
.header.links > li.welcome-wrapper:focus ul.welcomeuser-dropdown {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.links > li.welcome-wrapper > ul.welcomeuser-dropdown {
  display: block !important;
  position: absolute;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 0 23px;
  min-width: 110px;
  z-index: 9;
  list-style: none;
}
.header.links > li.welcome-wrapper > ul.welcomeuser-dropdown > li {
  margin: 0;
  padding-left: 15px;
}
.header.links > li.welcome-wrapper > ul.welcomeuser-dropdown > li > a {
  color: #575757;
  display: block;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
  font-size: 14px;
  border: none;
  padding: 0;
}
.header.links > li.welcome-wrapper > ul.welcomeuser-dropdown > li > a:hover {
  font-weight: 600;
  text-decoration: none;
}
ul.level1 li.mega.has-child.mega-hover > .mega {
  color: #492366 !important;
}
ul.level1 li.mega.has-child > .mega > span.menu-title {
  background: url('../Ubertheme_UbMegaMenu/images/ver-bg-has-child.png') no-repeat right -15px;
}
ul.level1 li.mega.has-child > .mega.ui-state-active > span.menu-title,
ul.level1 li.mega.has-child > .mega.active > span.menu-title,
ul.level1 li.mega.has-child > .mega:active > span.menu-title,
ul.level1 li.mega.has-child > .mega:focus > span.menu-title,
ul.level1 li.mega.has-child > .mega:hover > span.menu-title {
  background: url('../Ubertheme_UbMegaMenu/images/ver-bg-has-child.png') no-repeat right -15px;
}
ul.level2 > li.mega > .mega.ui-state-active,
ul.level2 > li.mega > .mega:active,
ul.level2 > li.mega > .mega:focus,
ul.level2 > li.mega > .mega:hover {
  color: #492366;
}
@media (min-width: 1200px) {
  .nav-sections-item-content > ul.level0 > li.mega {
    margin-right: 60px !important;
  }
}
/* mega menu end */
/* Footer icons start */
.footer-socials i.fa.fa-facebook,
.footer-socials i.fa.fa-twitter,
.footer-socials i.fa.fa-linkedin {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
  font-size: inherit;
}
.footer-socials .fa-linkedin:before {
  content: "\f0e1" !important;
}
/* Footer icons end */
/* My Orders Page start */
.my-orders-search-advanced .fieldset:first-of-type {
  display: flex;
  justify-content: space-between;
}
.my-orders-search-advanced .fieldset:first-of-type > .field > .secondary {
  padding: 7px 25px;
}
/* My Orders Page end */
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner,
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  display: block !important;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  overflow: hidden;
}
/* Shopping cart Products Requiring Attention start */
.cart-container .block.block-cart-failed {
  width: 66%;
}
/* Shopping cart Products Requiring Attention end */
li.greet.welcome.welcome-wrapper {
  margin: 11px 0 0 !important;
}
.welcome-user .logged-in-name {
  margin-left: -3px !important;
}
/* storelocator start */
.loc-img.storesImageWrapper .storebadge {
  display: inline-block;
  float: left;
  width: 100px;
  height: 100px;
}
.loc-img.storesImageWrapper .storebadge img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
#stl_search_result a.seeLessStores,
#stl_search_result a.seeMoreStores {
  height: 30px;
  background: #492366 !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 10px 20px 5px 20px;
  margin: 10px 0 30px 0;
  float: right;
  font-weight: 600;
}
.useCurrentLocationFilter {
  margin-top: 10px;
}
div#pjWrapperStoreLocator_theme1 {
  background: none;
}
input.form-control.cityZipInput {
  width: 260px !important;
  font-size: 14px !important;
  padding: 0px 10px 0px 10px !important;
}
.find-dealer-outer .panel-heading .pjSlForm form .country-dropdown select {
  width: 260px;
}
.find-dealer-outer.panel.panel-default.pjSlMain {
  height: 245px !important;
  background: none;
}
header.panel-heading.clearfix.pjSlHeader {
  border: none;
  background: none !important;
  padding-top: 35px !important;
}
a.input-group-addon.map-search-btn.useCurrentLocationSearch {
  width: 260px !important;
  display: block;
  margin: 0 auto;
}
.useCurrentLocationFilter .input-group {
  margin: 0 auto;
}
.form-group.pjSlFilterAddress.useCurrentLocationFilter,
.form-group.country-dropdown.pjSlFilterDistance {
  display: block !important;
}
.find-dealer-outer .form-group {
  margin-bottom: 12px !IMPORTANT;
}
.pjSlMap.storeresultsmap {
  height: 320px;
}
.dealers_results_box {
  padding: 0 !important;
  margin: 0 !important;
}
#stl_search_result span.span-not-found {
  padding: 50px 0;
  font-size: 25px;
  font-weight: 500;
}
li.store-location-item.list-group-item.pjSlResult.stl-store-item {
  border: none !important;
  overflow: hidden;
  margin: 0;
  padding: 20px 15px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.pjSlResultContent {
  letter-spacing: 0 !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px !important;
}
.loc-img.storesImageWrapper {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-left: 10px;
  padding-right: 10px;
}
.store-location-item .loc-add {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.loc-add .store-title {
  font-family: 'Open Sans', sans-serif;
}
a.pjSlResultTitle.store-title {
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #332f30;
}
.loc-add .store-address {
  font-family: 'Open Sans', sans-serif;
}
.loc-add .store-address p {
  color: #555d5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.stl-store-item a.learnMoreStore {
  display: inline-block;
  height: 30px;
  background: #492366 !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 10px 20px 5px 20px;
  border: 1px solid !important;
  margin: 15px 0 0 0;
  font-weight: 600;
}
#stl_search_result ul.list-group {
  padding: 0;
}
div#pjSlContainer_712 {
  padding-right: 0;
  padding-left: 0;
}
header.panel-heading.clearfix.pjSlHeader {
  padding: 0 !important;
}
.find-dealer-outer .page-main {
  padding-right: 0;
  padding-left: 0;
}
.store-contact-section {
  padding: 10px 0;
}
.store-contact-page {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.store-contact-page .store-details .storetitle {
  font-size: 19px;
  color: #332f30;
  margin-bottom: 4px;
  padding: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.store-contact-page .store-details {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.store-contact-page .company-logo {
  display: inline-block;
  width: 30%;
  height: 90px;
  padding: 20px 5px 0 5px;
}
.store-contact-page .company-logo img {
  max-height: 90px;
}
.store-details-container,
.storecontact-right-container {
  display: block;
  width: 48%;
  height: auto;
  float: left;
  margin: 0 0 50px 0;
}
.store-map-container,
.storecontactpage-middle-image {
  display: block;
  width: 100%;
  height: auto;
}
.store-contact-page .storebadge {
  display: block;
  float: left;
  width: 90px;
  height: 100px;
  margin-right: 10px;
}
.store-contact-page .storebadge img {
  max-height: 100%;
}
.store-map-container #maps {
  width: 90%;
  height: 500px;
  margin: auto;
  border: 1px solid;
}
.store-contact-form .actions-toolbar {
  margin: 0 auto;
  display: block;
  width: max-content;
}
.store-contact-page .store-contact-heading {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 0 10px 0;
}
.store-contact-page .storeBadgesWrapper {
  display: flex;
  flex-wrap: wrap;
}
.store-contact-form input[type="text"],
.store-contact-form select {
  color: #581e85;
  text-align: center;
  text-align-last: center;
  padding: 11px 10px;
  height: 47px;
  border-color: grey;
  font-size: 16px;
}
.store-contact-form input[type="text"]::placeholder,
.store-contact-form select::placeholder {
  color: #581e85;
}
.store-contact-form textarea {
  color: #581e85;
  border-color: grey;
  text-align: center;
  font-size: 16px;
  height: 90px;
}
.store-contact-form textarea::placeholder {
  color: #581e85;
}
.dealer_contact_page_middle_image {
  margin: 0 auto !important;
  width: 90%;
}
.dealer_contact_page_middle_image img {
  max-height: 305px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .store-details-container,
  .storecontact-right-container {
    width: 100%;
  }
}
.storecontactpage-middle-image > div > div {
  padding: 0 !important;
}
.results-search-text-heading {
  padding: 20px 20px;
}
.useCurrentLocationSearch img {
  width: 100%;
  height: 42px;
}
.map-search-btn.pjSlSearchIcon img,
.map-search-btn.pjSlSearchIconCountry img {
  width: 80px;
  height: 40px;
}
@media (max-width: 767px) {
  .store-location-item .loc-add {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  .find-dealer-outer .form-group {
    margin-bottom: 5px !IMPORTANT;
  }
}
.us-distributor-outer .region-selector {
  display: block;
  float: left;
  width: 100%;
  background: #4c4847;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.us-distributor-outer .region-selector .selector-inner {
  padding: 15px;
  text-align: center;
}
.region-selector #region-field {
  display: inline-block;
  width: 300px;
  height: 42px;
  box-shadow: none;
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  color: #555d5f;
  box-sizing: border-box;
}
.find-dealer-outer .citystate-error-message {
  display: block;
  height: auto;
  width: 100%;
  text-align: left;
  font-size: 15px;
  background: #fae5e5;
  color: #e02b27;
  padding: 10px 12px;
  margin: 10px 0 0 0;
}
.find-dealer-outer .citystate-error-message:before {
  font-size: 24px;
  line-height: 22px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  width: 30px;
  text-align: left;
}
@media (max-width: 479px) {
  .find-dealer-outer .panel-heading .pjSlForm .cityZipSearchBtn .input-group {
    width: max-content !important;
    margin: 0 auto;
  }
}
.find-dealer-outer .panel-heading .pjSlForm .cityZipSearchBtn .input-group {
  width: max-content !important;
  margin: 0 auto;
}
/* storelocator end */
.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: #492366;
  border: 2px solid #492366;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 25px;
  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: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #492366;
  border: 2px solid #492366;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: '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;
  margin-bottom: 20px;
}
.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;
}
@media only screen and (max-width: 769px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 20px;
  }
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before,
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before {
    border-top-color: #666666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: '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;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: '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;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:active,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:focus,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search {
    display: block;
    margin-top: 5px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .control {
    border-top: 0;
  }
  .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
    right: 0;
  }
  .ub-sidebar-mega-menu .accordion-root > li.mega.has-child > .mega span.menu-title:after {
    right: 0;
  }
  .page-footer .level0 > li.mega {
    width: 100%;
    border-bottom: 0;
  }
  .page-footer .level0 > li.mega.dynamic-width {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-footer .level0 > li.mega .mega-col {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .page-footer .level0 > li.mega .menu-group-link {
    display: none;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .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;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 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: #757575;
    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: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: '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: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -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;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 15px;
  }
  .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;
  }
  .cms-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  ul.level0 > li.mega a.mega {
    font-size: 14px !important;
  }
  ul.level0 > li.mega a.mega.active,
  ul.level0 > li.mega a.mega:active,
  ul.level0 > li.mega a.mega:hover,
  ul.level0 > li.mega a.mega:focus {
    color: #492366 !important;
  }
  ul.level0 > li.mega a.mega i {
    display: none;
  }
  ul.level0 ul.level1 li.mega.has-child > .mega {
    font-weight: 700 !important;
    color: #575757 !important;
  }
  ul.level0 ul.level1 li.mega.has-child > .mega.active,
  ul.level0 ul.level1 li.mega.has-child > .mega:hover,
  ul.level0 ul.level1 li.mega.has-child > .mega:focus {
    color: #1979c3 !important;
  }
  ul.level0 ul.level1 li.mega a.mega {
    color: #666666 !important;
    font-weight: 600 !important;
  }
  ul.level0 ul.level1 li.mega a.mega.active,
  ul.level0 ul.level1 li.mega a.mega:hover,
  ul.level0 ul.level1 li.mega a.mega:focus {
    color: #492366 !important;
  }
  .page-wrapper .page-header .header.content .nav-sections > .nav-sections-items {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li:first-child > a {
    border-top: none;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li.welcome-wrapper::after {
    content: '';
    background: url('../Ubertheme_UbMegaMenu/images/mobile-arrow.png') no-repeat left -50px;
    display: block;
    height: 50px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 50px;
    z-index: 111;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li.welcome-wrapper:hover::after,
  .page-wrapper .page-header .header.content .nav-sections .header.links > li.welcome-wrapper:focus::after {
    background-position: left 0;
  }
  .page-wrapper .page-header .header.content .nav-sections .header.links > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-product-view #maincontent .product-outer-wrapper .product-info-main {
    width: 100%;
    margin-top: 20px;
  }
  .catalog-product-view #maincontent .product-outer-wrapper .product-info-main iframe {
    max-width: 100%;
  }
  .catalog-product-view #maincontent .product-outer-wrapper .product-info-main > .content-wrapper {
    margin-top: 25px;
  }
  .catalog-product-view #maincontent .product-outer-wrapper .product.media {
    width: 100%;
  }
  .catalog-product-view #maincontent .product-outer-wrapper .product.media .gallery-placeholder {
    width: 50%;
    margin: 0 auto;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    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 #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item {
    border-bottom: 1px solid #cccccc;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-shipping-methods .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    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: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: '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;
  }
  .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;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .column.main .cms-content-main .sidebar-block {
    width: 40%;
  }
  .cms-page-view .column.main .cms-content-main .sidebar-block .sidebar-nav-main {
    padding: 20px 10px;
  }
  .cms-page-view .column.main .cms-content-main .content-block {
    width: 60%;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .cms-page-view .column.main .sidebar-nav-main {
    padding: 0;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cart.main.actions .action.continue {
    float: none;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .nav-sections-item-content > ul.level0 > li.mega {
    position: relative;
    padding: 0 !important;
    margin: 0 24px 0 16px;
  }
  .nav-sections-item-content > ul.level0 > li.mega:hover > .mega {
    color: #492366;
  }
  .nav-sections-item-content > ul.level0 > li.mega > .mega {
    color: #666666;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0 !important;
  }
  .nav-sections-item-content > ul.level0 > li.mega > .mega:hover,
  .nav-sections-item-content > ul.level0 > li.mega > .mega:focus,
  .nav-sections-item-content > ul.level0 > li.mega > .mega.active {
    background: transparent;
    color: #492366;
  }
  .nav-sections-item-content > ul.level0 > li.mega > .mega i {
    display: none;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child.mega-hover > .mega {
    background: transparent;
    color: #492366;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .mega > span.menu-title {
    background: none;
    padding-right: 0;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content {
    left: -20px;
    border-color: #ccc;
    box-shadow: none;
    background: #f8f8f8;
    top: 35px;
    transition: all 0.1s ease-in-out;
    display: none;
    padding: 0 !important;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner {
    padding: 6px;
    margin-left: 10px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col {
    margin-left: 13px;
    width: auto !important;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega:not(:last-child) {
    margin-bottom: 10px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega {
    line-height: 24px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega.active,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega:active,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega:focus,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega:hover {
    color: #492366;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .mega i {
    display: none;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > .mega-col > ul.level1 > li.mega > .child-content {
    border: 1px solid #492366;
    box-shadow: none;
    right: -232px;
    top: 5px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega.active,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega:active,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega:focus,
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega:hover {
    color: #492366;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega i {
    display: none;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega > .mega .menu-title::after {
    font-size: 12px !important;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega.has-child > .child-content {
    border: 1px solid #492366;
    padding: 0 !important;
    box-shadow: none;
    right: -210px;
    top: 5px;
    left: unset;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child > .child-content > .child-content-inner > ul.level1 > li.mega.has-child > .child-content > .child-content-inner {
    padding: 0 20px !important;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child.last {
    margin-right: 20px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child.last > .child-content {
    left: -60px;
  }
  .nav-sections-item-content > ul.level0 > li.mega.has-child:focus > .child-content,
  .nav-sections-item-content > ul.level0 > li.mega.has-child:hover > .child-content {
    display: block;
  }
}
/*@form-element-input__height: 50px;
@form-element-input__border-color: #c3c3c3;
@form-element-input__border: 2px solid @form-element-input__border-color;
@form-element-input__border-radius: 2px;
@form-element-input__font-size: 16px;*/
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
