/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
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: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #1b1b1b;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.46875rem;
}
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: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  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: 1.875rem;
  margin-top: 0rem;
  margin-bottom: 0.9375rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.3125rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.46875rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.75rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
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: #1b1b1b;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #57616b;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #57616b;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: rgba(252, 219, 22, 0.9);
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.171875rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.46875rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 15px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 3.75px;
  margin-top: 0;
}
dd {
  margin-bottom: 7.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #000000;
  padding: 2px 4px;
  font-size: 0.875rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #000000;
  padding: 2px 4px;
  font-size: 0.875rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #000000;
  line-height: 1.42857143;
  margin: 0 0 7.5px;
  padding: 7.5px;
  font-size: 0.875rem;
  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 15px 30px;
  padding: 0;
  color: #1b1b1b;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #1b1b1b;
  line-height: 1.42857143;
  font-size: 0.75rem;
  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 7.5px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: ;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 3.75px 7.5px;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 7.5px;
  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 3.75px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 3.75px 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: 0.875rem;
}
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,
.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 {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > 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 {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
.action-primary:hover {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: none;
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #1b1b1b;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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: #1b1b1b;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.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,
.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,
.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: #57616b;
  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,
.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,
.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: #57616b;
  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,
.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,
.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: rgba(252, 219, 22, 0.9);
  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,
.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,
.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,
.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,
.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,
.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,
.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: #57616b;
  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),
.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),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 7px 15px;
}
.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: 1.5rem;
  padding: 14px 17px;
  font-size: 1.25rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 7.5px 3.75px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 3.75px;
  word-break: break-all;
}
.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,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.125rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-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,
.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: 30px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: '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,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #1b1b1b;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #1b1b1b;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #1b1b1b;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #1b1b1b;
  text-decoration: underline;
}
.abs-like-link {
  color: #57616b;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #57616b;
  text-decoration: none;
}
.abs-like-link:hover {
  color: rgba(252, 219, 22, 0.9);
  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: 22.5px;
}
.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: 22.5px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  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,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 3.75px;
}
.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: 1rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: '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-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 22.5px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.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: 7.5px 30px 7.5px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 15px;
  top: 7.5px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.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: #656565;
  font-size: 1rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.125rem;
  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,
.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: 18.75px;
  padding-bottom: 7.5px;
}
.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,
.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: 1.375rem;
  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: #f8f9fa;
}
.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.125rem;
  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: 0.875rem;
  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: 0.6875rem;
  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: 7.5px;
  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: 15px;
}
.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: 3.75px;
  padding-right: 18.75px;
  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,
.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 {
  border-left: 1px solid #8e8e8e;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 7.5px;
  vertical-align: -1px;
}
.abs-account-actions: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 {
  display: none;
}
.abs-account-blocks .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,
.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 7.5px;
}
.abs-account-blocks .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: 1rem;
}
.abs-account-blocks .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: 7.5px;
}
.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,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .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,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 3.75px;
}
.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,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 7.5px;
  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: 7.5px;
}
.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: 0.75rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 15px;
}
.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: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 15px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 15px 0 0;
  padding: 0;
  color: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #57616b;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: rgba(252, 219, 22, 0.9);
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #57616b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 7.5px;
  width: calc(100% - 30.5px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 7.5px;
  width: calc(100% - 32.25px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -7.5px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 7.5px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  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: 7.5px;
  color: #1b1b1b;
  font-weight: 300;
  font-size: 1.625rem;
}
.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.125rem;
  border-top: 1px solid #cccccc;
  padding-right: 7.5px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.125rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 7.5px;
}
.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: 15px;
  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: #57616b;
  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/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/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Now";
  src: url('../fonts/Now/Now-Light.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "Now";
  src: url('../fonts/Now/Now-Bold.woff') format('woff');
  font-weight: bold;
}
.font-bold {
  font-weight: 700;
}
.font-regular {
  font-weight: 400 !important;
}
.font-upper {
  text-transform: uppercase;
}
h1 + h2,
.h1 + .h2 {
  margin-top: -0.3em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
.page-title > h1,
.page-title-wrapper > h1.page-title {
  margin-top: 2rem;
  margin-bottom: .5em;
}
.columns .page-title > h1,
.columns .page-title-wrapper > h1.page-title {
  margin-top: 0;
}
h1,
.h1 {
  font-style: italic;
  font-family: "Now";
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  font-style: italic;
  font-family: "Now";
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 1.5rem;
}
.h3-4 {
  font-weight: 700;
  font-size: 1.33rem;
}
.h3--light {
  font-weight: 400 !important;
  font-style: italic;
  font-family: "Now";
}
h4,
.h4 {
  font-size: 1.25rem;
}
.h4-5 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 1.15rem;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 1rem;
  text-transform: uppercase;
}
p a,
p a:hover {
  text-decoration: underline;
  color: #57616b;
}
a.dashed,
a.dashed:hover {
  display: inline-block;
  line-height: 1.2em;
  font-weight: 400 !important;
  position: relative;
  border-bottom: dashed 1px;
  text-decoration: 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: 30px;
  -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;
}
.message.info {
  margin: 0 0 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #57616b;
}
.message.info a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.info a:active {
  color: rgba(252, 219, 22, 0.9);
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e928";
  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 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #57616b;
}
.message.error a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.error a:active {
  color: rgba(252, 219, 22, 0.9);
}
.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 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #57616b;
}
.message.warning a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.warning a:active {
  color: rgba(252, 219, 22, 0.9);
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e928";
  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 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #57616b;
}
.message.notice a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.notice a:active {
  color: rgba(252, 219, 22, 0.9);
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e928";
  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 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #57616b;
}
.message.success a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.success a:active {
  color: rgba(252, 219, 22, 0.9);
}
.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: "\e90a";
  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: #1b1b1b;
  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: 7.5px;
}
.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 30px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 15px;
  padding: 0 0 7.5px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.125rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 15px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 15px;
}
.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: 7.5px;
}
.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: 0.875rem;
  margin: 0 0 0 3.75px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 0.875rem;
  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: 28px;
  line-height: 14px;
  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: 7.5px;
}
.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: 3.75px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 7.5px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 7.5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 0.875rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1b1b1b;
  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: #656565;
  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 15px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 3.75px;
  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 {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: none;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  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: 30px;
  padding: 1px 7.5px 1px 7.5px;
  font-weight: 600;
  line-height: 30px;
  font-size: 1rem;
  color: #1b1b1b;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #1b1b1b;
  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: #1b1b1b;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 7.5px 7.5px 22.5px;
}
.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: 16px;
  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: 7.5px;
  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: 0.875rem;
  line-height: 1.40625rem;
  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: #57616b;
  display: inline-block;
  padding: 0 3.75px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #57616b;
}
.pages a.page:hover {
  color: rgba(252, 219, 22, 0.9);
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  letter-spacing: normal;
  color: #1b1b1b;
  display: inline-block;
  font-weight: 700;
  padding: 0 3.75px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #656565;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #656565;
}
.pages .action:hover {
  background: #dedede;
  color: #656565;
  text-decoration: none;
}
.pages .action:active {
  color: #656565;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #656565;
}
.pages .action.next:active:before {
  color: #656565;
}
.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: #656565;
  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: #656565;
}
.pages .action.next:active:before {
  color: #656565;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #656565;
}
.pages .action.previous:active:before {
  color: #656565;
}
.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: #656565;
  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: #656565;
}
.pages .action.previous:active:before {
  color: #656565;
}
.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: 7.5px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 7.5px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 0.875rem;
  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: #57616b;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #57616b;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #57616b;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #57616b;
  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 7.5px;
  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.125rem;
  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.125rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 0.6875rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 0.6875rem;
}
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.confirm .modal-inner-wrap .modal-header {
  padding-bottom: 3rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 3rem;
}
.modal-popup .modal-inner-wrap {
  transform: translateY(0%);
}
.modal-popup .modal-header {
  border: 0;
}
.modal-popup .modal-header .action-close {
  right: 3rem;
  top: 3rem;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -8px;
}
.modal-popup .modal-header .action-close:before {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.modal-popup .modal-header .action-close:hover:before {
  color: #000000;
}
.modal-popup .modal-content {
  border: 0;
  text-align: center;
}
.modal-popup .modal-footer {
  border: 0;
  justify-content: center;
}
.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: 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;
}
.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: #010101;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 7.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 15px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -9.15rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(33, 33, 33, 0.9);
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #57616b;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: rgba(252, 219, 22, 0.9);
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #57616b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5rem;
  padding: 14px 17px;
  font-size: 1.25rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5rem;
  padding: 14px 17px;
  font-size: 1.25rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 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: #f8f9fa;
  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: 30px;
  padding: 1px 7.5px 1px 7.5px;
  font-weight: 600;
  line-height: 30px;
  font-size: 1rem;
  color: #1b1b1b;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #1b1b1b;
  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: #1b1b1b;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 7.5px 7.5px 22.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-category-event {
  background: #f0f0f0;
  color: #1b1b1b;
  padding: 7.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 7.5px;
}
.block-category-event .block-title {
  margin: 0 0 7.5px;
}
.block-category-event .block-title strong {
  font-size: 0.9375rem;
  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.125rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 0.625rem;
  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.125rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 30px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.125rem;
  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: 30px;
}
.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: 3.75px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 15px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 7.5px auto 3.75px;
}
.cart-summary .paypal + .paypal {
  margin-top: 18.75px;
}
.paypal-review .actions-toolbar {
  margin-top: 7.5px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 7.5px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 22.5px;
}
.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 30px;
  padding: 7.5px 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: 7.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 7.5px 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: 7.5px;
  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 7.5px 3.75px 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: 14px;
  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: 3.75px;
  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: 15px 0;
}
.swatch-opt-listing {
  margin-bottom: 7.5px;
}
.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: 0.6875rem;
}
.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: 7.5px;
  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 15px;
  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 15px;
  padding-top: 7.5px;
}
.block-cart-failed {
  margin: 30px 0;
}
.block-cart-failed .block-title {
  font-size: 1.875rem;
}
.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 7.5px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 22.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 30px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.875rem;
  margin-top: 0rem;
  margin-bottom: 0.9375rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 22.5px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 15px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 22.5px;
}
.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: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 18.75px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 3.75px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 22.5px;
}
.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: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 15px;
}
.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 15px;
  margin-top: 15px;
}
.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 30px;
  padding-top: 15px;
}
.products {
  margin: 22.5px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 3.75px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 7.5px;
  padding-right: 24px;
  padding-top: 7.5px;
}
.product-item-description {
  margin: 18.75px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 7.5px 0 18.75px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 3.75px 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: 3.75px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 0.8125rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 0.875rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 3.75px;
}
.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: 0.6875rem;
}
.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 22.5px 22.5px 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: 22.5px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: none;
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 18.75px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 3.75px 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: 15px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 7.5px 0;
  color: #656565;
  font-size: 0.875rem;
}
.product.media .product.thumbs {
  margin: 7.5px 0 18.75px;
}
.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 3.75px 7.5px 3.75px;
}
.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 22.5px 7.5px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 11.25px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 3.75px;
}
.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: 0.875rem;
}
.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: 0.875rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 1.25rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 7.5px;
  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: 3.75px;
}
.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: 15px 0;
}
.product-info-main .product.alert {
  margin: 7.5px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 11.25px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 15px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 0.875rem;
  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: 7.5px;
}
.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: 0.875rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 3.75px;
}
.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: 7.5px;
  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: 3.75px;
}
.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: 0.75rem;
  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: 0.75rem;
  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: 11.25px;
}
.prices-tier .item {
  margin-bottom: 7.5px;
}
.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: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #57616b;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: rgba(252, 219, 22, 0.9);
  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: #57616b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 15px;
  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: 7.5px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #656565;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -3.75px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 3.75px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 7.5px;
}
.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: 0.8125rem;
}
.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: 0.75rem;
  padding: 3.75px 8px;
  font-size: 0.6875rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: "\e902";
  font-family: 'luma-icons';
  margin: 0 7.5px 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 {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 3.75px 30px 3.75px 7.5px;
  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: 3.75px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 7.5px;
}
.search.found {
  margin-bottom: 7.5px;
}
.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: #f8f9fa;
  margin-bottom: 18.75px;
  padding: 1px 0 18.75px;
}
.cart-summary > .title {
  font-size: 1.5rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 18.75px;
}
.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: 0.875rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 15px 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: 18.75px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 15px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #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 7.5px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 15px 11px 7.5px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #656565;
  font-size: 1.125rem;
  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 7.5px 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: #1b1b1b;
}
.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: "\e926";
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 18.75px;
}
.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.125rem;
  display: block;
  margin: -3px 0 3.75px;
}
.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: 15px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 7.5px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 15px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 18.75px 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 7.5px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 7.5px 7.5px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 22.5px 0 15px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 7.5px 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: "\e900";
  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: "\e900";
  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: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 15px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: '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 -15px;
  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: 15px 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: 3.75px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 7.5px;
}
.minicart-items .product-item-name a {
  color: #57616b;
}
.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: 3.75px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 0.6875rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 7.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 3.75px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 3.75px;
  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 {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 0.6875rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: '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: #1b1b1b;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: "\e926";
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 7.5px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #d0dae1;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 7.5px 18.75px 7.5px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 7.5px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 7.5px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 7.5px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #a5b3c0;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #1b1b1b;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #d0dae1;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #a5b3c0 transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #1b1b1b transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #d0dae1;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 15px;
}
.opc-wrapper {
  margin: 0 0 15px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 30px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #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 3.75px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #1b1b1b;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 7.5px;
  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: #1b1b1b;
}
.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: "\e90b";
  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: #1b1b1b;
}
.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: #1b1b1b;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 16px;
  margin-top: 7.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px;
  padding: 15px 27.5px 15px 15px;
  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 15px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 3.75px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 15px 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: 15px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 15px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 7.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #57616b;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 22.5px;
}
.opc-block-shipping-information {
  padding: 0 22.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 7.5px;
  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: #1b1b1b;
}
.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 15px;
}
.opc-block-summary {
  background: #f8f9fa;
  margin: 0 0 15px;
  padding: 22px 22.5px;
}
.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: 0.875rem;
  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: 7.5px 30px 7.5px 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: 7.5px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.125rem;
  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 7.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 3.75px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 0.625rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 18.75px;
}
.authentication-wrapper {
  float: right;
  margin-top: -45px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.3125rem;
  border-bottom: 0;
  margin-bottom: 18.75px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 3.75px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 18.75px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 7.5px;
}
.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: 30px;
  padding-top: 30px;
  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 form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 15px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 3.75px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 3.75px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 15px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 15px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 15px 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 7.5px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 15px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 15px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 15px 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: 15px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #57616b;
  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 7.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #1b1b1b;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 15px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 15px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 3.75px 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: 3.75px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 3.75px;
  padding-right: 3.75px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 15px;
}
.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: 15px;
}
.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: 0.875rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 22.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 15px;
}
.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.125rem;
}
.login-container .fieldset:after {
  margin: 7.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 0.875rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 15px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 3.75px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 7.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 0.875rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 7.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 0.875rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 15px;
}
.account .column.main {
  margin-bottom: 22.5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 30px;
}
.account .table-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 7.5px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 3.75px;
}
.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: 7.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -7.5px;
  font-size: 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: 18.75px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 7.5px;
}
.samples-item {
  margin: 0 0 7.5px;
}
.field.downloads {
  margin-bottom: 7.5px;
}
.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: 0.875rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 7.5px;
  padding-bottom: 7.5px;
  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: #57616b;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #57616b;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: rgba(252, 219, 22, 0.9);
  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: 15px !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: 3.75px;
}
.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: 15px;
  margin-top: 15px;
}
.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: 22.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 15px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 15px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 7.5px;
}
.gift-message .field {
  margin-bottom: 15px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 15px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 15px;
}
.gift-options-content .fieldset {
  margin: 0 0 15px;
}
.gift-summary {
  margin-top: 7.5px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 15px;
  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: #1b1b1b;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: "\e926";
}
.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 7.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #1b1b1b;
}
.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: 15px 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: #57616b;
  cursor: pointer;
  margin: 0;
  padding: 7.5px 30px 7.5px 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 7.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #1b1b1b;
}
.gift-item-block .content {
  padding: 7.5px 0 15px;
  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: 7.5px 0;
}
.gift-messages-order {
  margin-bottom: 18.75px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 30px;
}
.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: #57616b;
}
.table-giftregistry-items .product-image {
  margin-right: 7.5px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 3.75px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 7.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 45px;
}
.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 18.75px;
}
.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.125rem;
  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: 7.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.125rem;
  display: block;
  margin: 0 0 3.75px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 7.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 15px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 15px 0 7.5px;
  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 7.5px 7.5px 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: 7.5px 0;
}
.gift-wrapping-title .action-remove {
  margin: -3.75px 0 0 3.75px;
  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: "\e926";
  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: #1b1b1b;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 7.5px 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: 15px 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 7.5px 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: 15px;
}
.order-options .product {
  margin-bottom: 7.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 7.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 7.5px;
}
.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: 7.5px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 7.5px;
}
.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: 15px;
}
.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 7.5px;
  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 3.75px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 7.5px 7.5px 15px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 3.75px 7.5px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 7.5px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 18.75px;
  padding: 0 7.5px;
}
.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: 7.5px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 7.5px 37.5px 0 7.5px;
  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: 7.5px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 7.5px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 7.5px;
}
.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: 7.5px;
  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: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
}
.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: 7.5px;
  top: 7.5px;
}
.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 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 15px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 7.5px;
}
.map-popup .map-msrp {
  margin-bottom: 7.5px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 7.5px;
}
.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 {
  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: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #57616b;
  text-decoration: none;
}
button.map-show-info:hover {
  color: rgba(252, 219, 22, 0.9);
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #57616b;
  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: #1b1b1b;
}
.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: #1b1b1b;
}
.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: #1b1b1b;
}
.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: #57616b;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #57616b;
}
.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: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
}
.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: 7.5px;
  top: 7.5px;
}
.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: #57616b;
}
.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: 7.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 7.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #656565;
  display: inline-block;
  margin-right: 15px;
}
.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: #8b8b8b;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 3.75px 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: 15px;
}
.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: 15px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 45px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 15px;
  font-size: 1.375rem;
}
.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: 15px;
}
.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 7.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 7.5px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #57616b;
}
.block-wishlist-info-items .action.towishlist {
  padding: 7.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: 22.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #1b1b1b;
}
.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: 18.75px;
  padding-left: 11px;
}
.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: 7.5px;
}
.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: 7.5px;
}
.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: 22.5px;
}
.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: 7.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 30px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 18.75px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 7.5px;
}
.multicheckout .item-options {
  margin: 7.5px 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: 7.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #8e8e8e;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 1.5rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 30px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 7.5px;
  margin-top: -7.5px;
}
.multicheckout .box-title span {
  margin-right: 7.5px;
}
.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 3.75px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.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 {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #656565;
}
.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 15px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 15px 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: #1b1b1b;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #1b1b1b;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 15px;
  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: 7.5px;
  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: 36px;
  margin-top: 7.5px;
}
.review-list {
  margin-bottom: 22.5px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.875rem;
  margin-top: 1.171875rem;
  margin-bottom: 0.9375rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 15px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 7.5px;
  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.3125rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.46875rem;
  margin: 0 0 15px;
}
.review-content {
  margin-bottom: 15px;
}
.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: 15px;
}
.product-reviews-summary {
  margin-bottom: 3.75px;
}
.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: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 15px;
}
.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: 3.75px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 7.5px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 15px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 7.5px;
}
.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.3125rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.46875rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 15px;
}
.customer-review .review-details .review-date {
  color: #8e8e8e;
}
.block-reward-info .reward-balance {
  font-size: 1.125rem;
  margin-bottom: 18.75px;
}
.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: 18.75px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 7.5px;
}
.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: 15px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 22.5px 0 0;
  padding: 0;
  color: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #57616b;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: rgba(252, 219, 22, 0.9);
  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: #57616b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 30px;
  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: 30px;
  padding: 7.5px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 7.5px;
}
.order-details-items .order-title > strong {
  font-size: 1.5rem;
  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: 22.5px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.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: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #1b1b1b;
}
.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.125rem;
}
.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: 15px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f8f9fa;
  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: 7.5px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.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: 15px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 7.5px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 7.5px 30px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 22.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 7.5px;
  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 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #1b1b1b;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #57616b;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.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: 7.5px;
}
.message.global.demo {
  margin: 0 0 7.5px;
  padding: 12px 15px 12px 18.75px;
  display: block;
  font-size: 0.8125rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #57616b;
}
.message.global.demo a:hover {
  color: rgba(252, 219, 22, 0.9);
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 18.75px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 15px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 7.5px 0;
}
.footer.content .links strong {
  color: #8e8e8e;
  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: 7.5px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 15px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #57616b;
  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: #57616b;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: rgba(252, 219, 22, 0.9);
  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: #57616b;
  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: #57616b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 15px;
}
.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: #57616b;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: rgba(252, 219, 22, 0.9);
  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: #57616b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #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: 7.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 7.5px 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: 7.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 7.5px;
}
.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: #656565;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 18.75px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 7.5px;
}
.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: 7.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #1b1b1b;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: "\e926";
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 15px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 15px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 0.75rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: '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.125rem;
  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: 1.625rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 0.8125rem;
}
.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.125rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.125rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 0.8125rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 7.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 7.5px 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: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1rem;
  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: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: rgba(252, 219, 22, 0.9);
  border: 1px solid rgba(252, 219, 22, 0.9);
  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: 15px;
}
.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: 15px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 15px;
}
.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: 7.5px;
  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: 15px;
}
.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: 15px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 7.5px 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;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -7.5px;
    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: 7.5px 30px 7.5px 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: 15px;
    top: 7.5px;
  }
  .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: -7.5px;
    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: 7.5px;
    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,
  .header-welcome-wrapper .welcome-header,
  .header-welcome-wrapper ul.welcome-wrapper-list {
    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: 3.75px;
  }
  .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: 7.5px 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: 18.75px 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: 7.5px;
    padding-right: 0;
    padding-bottom: 7.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 30px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #1b1b1b;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #1b1b1b;
    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: #1b1b1b;
  }
  .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: #1b1b1b;
  }
  .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: #1b1b1b;
  }
  .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: #1b1b1b;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #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(33, 33, 33, 0.9);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .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: 16px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .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 15px 15px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 7.5px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 18.75px 0;
  }
  .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;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 7.5px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 15px;
  }
  .field-tooltip .field-tooltip-content {
    right: -7.5px;
    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 15px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 7.5px;
  }
  .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 15px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 3.75px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 15px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 7.5px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 7.5px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 1.25rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 0.75rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: '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: #1b1b1b;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -3.75px 14px -1px -15px;
    padding: 4px 7.5px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #1b1b1b;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: '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: #1b1b1b;
  }
  .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: 15px;
    padding-bottom: 7.5px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 30px;
  }
  .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: #656565;
    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 -7.5px 18.75px;
  }
  .filter-options-content {
    padding: 3.75px 7.5px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 3.75px -7.5px 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: #656565;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 15px;
  }
  .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: 7.5px;
  }
  .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: 1rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f8f9fa;
    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: #1b1b1b;
    display: block;
    padding: 3.75px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 1.625rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 18.75px;
  }
  .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: 30px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 3.75px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #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: 1rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1rem;
    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: 7.5px 15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 7.5px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 3.75px 7.5px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 7.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 15px 0 15px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 15px;
  }
  .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: #1b1b1b;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .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-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-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: 7.5px;
  }
  .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: 7.5px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 7.5px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 3.75px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 3.75px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 7.5px;
    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: -15px;
  }
  .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,
  .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: -8px 0 7.5px;
  }
  .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;
  }
  .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;
  }
  .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: "\e926";
    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 7.5px 7.5px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -7.5px 0;
    width: calc(100% + 2*7.5px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 7.5px;
  }
  .product-info-price > *:last-child {
    padding-right: 7.5px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 15px -15px 15px;
    padding: 15px 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 27.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 36.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 7.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 22.5px;
  }
  .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: #1b1b1b;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 15px;
    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: 15px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 18.75px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 3.75px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 18.75px -7.5px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 7.5px;
  }
  .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 7.5px;
    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: "\e926";
    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: 3.75px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 18.75px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 18.75px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 3.75px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 3.75px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 15px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 7.5px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 7.5px;
  }
  .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: 0.75rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 576px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: '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;
  }
  .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: #57616b;
    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: #57616b;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: rgba(252, 219, 22, 0.9);
    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: #57616b;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -7.5px 0 7.5px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 15px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 7.5px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 15px 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: 18.75px;
    padding-right: 18.75px;
    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: 18.75px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 30px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 250px;
    padding-right: 30px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 7.5px 3.75px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 3.75px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 37.5px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 15px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .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,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18.75px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print: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:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 3.75px 7.5px;
  }
  .abs-title-orders-desktop .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,
  .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 {
    margin: -10px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 22.5px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 7.5px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 15px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .header-welcome-wrapper .welcome-header,
  .header-welcome-wrapper ul.welcome-wrapper-list {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 18.75px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 7.5px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #1b1b1b;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #1b1b1b;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    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 .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 3.75px 3.75px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 15px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #1b1b1b;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #1b1b1b;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 30px;
    font-size: 1rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 30px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #1b1b1b;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #1b1b1b;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 33px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-category-event.block:last-child {
    margin-bottom: 22.5px;
    padding: 7.5px 0 22.5px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 1.5rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 3.75rem;
  }
  .block-category-event .ticker .label {
    font-size: 0.875rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 3.125rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 3.125rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 11.25px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 30px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 7.5px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 46px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 7.5px 15px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 0.75rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 0.875rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: none;
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: none;
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #656565;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #656565;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 11.25px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 0.875rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 18.75px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 7.5px 7.5px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #1b1b1b;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #1b1b1b;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #1b1b1b;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #1b1b1b;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #656565;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    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;
    position: absolute;
    right: 7.5px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: "\e902";
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 15px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 15px 18.75px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 15px;
    margin: 0 0 7.5px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 15px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 15px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 18.75px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 7.5px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 22.5px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 15px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 7.5px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.125rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 1.125rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #57616b;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #1b1b1b;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 15px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 15px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 1.875rem;
    border-bottom: 0;
    margin-bottom: 18.75px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 7.5px 22.5px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 7.5px 0 0 30px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 15px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 22.5px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 7.5px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 15px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 7.5px 7.5px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -15px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 15px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .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;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    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;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 7.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 0.875rem;
    margin: 0 0 0 3.75px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 0.875rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 15px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.125rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 15px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 15px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 15px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 15px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 15px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 15px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 30px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 7.5px 0;
  }
  .filter-actions {
    margin-bottom: 22.5px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 7.5px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 18.75px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 3.75px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 15px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 3.75px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 3.75px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #656565;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 18.75px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 18.75px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 7.5px;
    padding: 3.75px 7.5px 7.5px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 7.5px;
    padding: 3.75px 7.5px 7.5px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.5rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 18.75px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 11.25px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 16px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 15px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 15px 2px 15px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 15px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch: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;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.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;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 3.75px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -3.75px 0 3.75px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 22.5px 15px 0;
  }
  .logo {
    margin: -8px auto 18.75px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 18.75px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -7.5px;
    left: 100%;
    margin: 0 0 0 15px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 8px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 7.5px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 7.5px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 15px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 992px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 15px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@font-face {
  font-family: 'dts';
  src: url('../icons/dts.eot?n6pnvv');
  src: url('../icons/dts.eot?n6pnvv#iefix') format('embedded-opentype'), url('../icons/dts.ttf?n6pnvv') format('truetype'), url('../icons/dts.woff?n6pnvv') format('woff'), url('../icons/dts.svg?n6pnvv#dts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.icon-user:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.icon-search:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}
.icon-login:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.icon-box:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.icon-box-free:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.icon-close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}
.icon-forbidden:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.icon-book:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}
.icon-refresh:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
}
.icon-menu:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}
.icon-help:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
}
.icon-info:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
}
.icon-certificate:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
}
.icon-arrow-big:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.icon-arrow-small:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
}
.icon-arrow-medium:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
}
.icon-badge-full:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}
.icon-seal:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}
.icon-shape:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
}
.icon-check:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}
.icon-controls:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
}
.icon-flag:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
}
.icon-fullscreen:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
}
.icon-location-full:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
}
.icon-location:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}
.icon-minus:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
}
.icon-plus:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
}
.icon-picture:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
}
.icon-puzzle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
}
.icon-badge:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
}
.icon-smartphone:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
}
.icon-printer:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}
.icon-mail:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e922";
}
.icon-chat-bubble:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
}
.icon-speech-bubble:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}
.icon-pencil:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}
.icon-trash:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
}
.icon-video:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
}
.icon-warning:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
}
.icon-twitter:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
}
.icon-facebook:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
}
.icon-facebook-full:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
}
.icon-instagram:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92c";
}
.icon-whatsapp:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
}
/* CALC */
/* SONSTIGE MIXINS */
/* ALIGNMENTS */
.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
/* Loading Spinner style */
.lds-spinner {
  color: #b4b4b4;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.lds-spinner div {
  transform-origin: 30px 30px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 28px;
  width: 4px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.block-search {
  clear: both !important;
  position: relative !important;
  width: inherit !important;
}
.block-search .control {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.block-search input {
  left: 0 !important;
  margin: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.cms-home #carselector.productfinder {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .cms-index-index #carselector.productfinder.productfinder {
    z-index: 11;
  }
}
.car-selector {
  background-color: #000000;
}
.car-selector .input-label {
  transform: translateY(-0.2em);
  /*text-transform: uppercase;*/
  text-align: left;
  white-space: nowrap;
  /*.font-bold;*/
  font-weight: 400 !important;
  font-weight: 100;
}
.car-selector .form-control {
  background: #ffffff;
  border: none !important;
}
.car-selector .wrapper-select:after {
  right: 0;
  top: 0;
  bottom: 0;
}
.car-selector .custom-padding-bottom {
  display: none;
}
@media screen and (min-width: 992px) {
  .car-selector .custom-padding-bottom {
    display: block;
  }
}
.car-selector .form-control-spinner {
  height: 1.2em;
}
.car-selector .loading-div {
  position: absolute;
  top: 0;
}
.car-selector .car-selector--car-selected {
  padding: 1.2em 0;
}
.car-selector .car-selector--car-selected .row {
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0 1.2em;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .row {
    padding: 0 1em;
    flex-direction: row;
    white-space: nowrap;
  }
}
.car-selector .car-selector--car-selected .row > div {
  white-space: normal;
}
.car-selector .car-selector--car-selected h3.car-selector__your-car {
  flex-shrink: 0;
  display: none;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected h3.car-selector__your-car {
    display: block;
    margin: auto 1em auto 0!important;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1540px) {
  .car-selector .car-selector--car-selected h3.car-selector__your-car {
    font-size: 31px;
  }
}
.car-selector .car-selector--car-selected .car-selector__selectedCar-wrapper {
  text-align: left;
  display: flex;
  min-width: 0;
}
.car-selector .car-selector--car-selected .selectedCar {
  display: inline-flex;
  flex-direction: column;
  margin: auto;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .selectedCar {
    flex-grow: 0;
  }
}
.car-selector .car-selector--car-selected .selectedCar__noimage .svg-car svg {
  transform: scaleX(-1);
}
.car-selector .car-selector--car-selected .selectedCar__noimage .svg-car svg path {
  fill: #000000;
}
.car-selector .car-selector--car-selected .selectedCar__image,
.car-selector .car-selector--car-selected .selectedCar__noimage {
  display: flex;
  min-height: 50px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar__image,
  .car-selector .car-selector--car-selected .selectedCar__noimage {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .selectedCar__image,
  .car-selector .car-selector--car-selected .selectedCar__noimage {
    flex: 1 0 auto;
  }
}
.car-selector .car-selector--car-selected .selectedCar__image .car-chassis,
.car-selector .car-selector--car-selected .selectedCar__noimage .car-chassis {
  margin: auto;
}
.car-selector .car-selector--car-selected .selectedCar__image .car-chassis img,
.car-selector .car-selector--car-selected .selectedCar__noimage .car-chassis img {
  width: 50vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar__image .car-chassis img,
  .car-selector .car-selector--car-selected .selectedCar__noimage .car-chassis img {
    height: 3em;
    width: auto;
  }
}
.car-selector .car-selector--car-selected .selectedCar__image .svg-car,
.car-selector .car-selector--car-selected .selectedCar__noimage .svg-car {
  padding: 10px;
  margin: auto;
}
.car-selector .car-selector--car-selected .selectedCar__image .svg-car svg,
.car-selector .car-selector--car-selected .selectedCar__noimage .svg-car svg {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar__image .svg-car svg,
  .car-selector .car-selector--car-selected .selectedCar__noimage .svg-car svg {
    width: 75px;
  }
}
.car-selector .car-selector--car-selected .selectedCar__text {
  flex: 1 0 100%;
  min-width: 0;
  vertical-align: middle;
  padding: 5px;
  white-space: nowrap;
}
.car-selector .car-selector--car-selected .selectedCar__text:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .selectedCar__text:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.5em;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 73%, #ffffff 100%);
  }
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar__text {
    flex: 0 1 auto;
    padding: 0 0 0 .8em;
    text-align: left;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .selectedCar__text {
    flex: 0 1 auto;
    margin: auto;
    padding-right: 1em;
  }
}
.car-selector .car-selector--car-selected .selectedCar__text__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.car-selector .car-selector--car-selected .selectedCar__text--modelmake,
.car-selector .car-selector--car-selected .selectedCar__text--motor {
  width: 100%;
  white-space: nowrap;
}
.car-selector .car-selector--car-selected .selectedCar__text--motor {
  font-size: .7em;
}
.car-selector .car-selector--car-selected .selectedCar__reset {
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  justify-content: center;
  margin: auto 1rem auto;
  background: #d0dae1;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .car-selector .car-selector--car-selected .selectedCar__reset {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
}
.car-selector .car-selector--car-selected .selectedCar__reset:before {
  font-family: 'dts';
  content: "\e926";
}
.car-selector .car-selector--car-selected .selectedCar__reset:hover {
  background: #a5b3c0;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper {
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper {
    margin: 0 0 0 auto;
    padding-left: 1em;
    justify-content: flex-end;
  }
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
  padding: .5em 1em!important;
  max-width: 50%;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
    padding: .4em !important;
    font-size: .7em !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
    padding: .4em !important;
    font-size: .8em !important;
  }
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car.mobile {
  padding: 1em 0 !important;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
  padding-right: 2.5em;
  position: relative;
  color: #ffffff;
  text-align: right;
  line-height: 1.2em;
  display: block;
  font-size: .9em;
  margin-left: 2em;
}
@media screen and (max-width: 320px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
    padding-right: 1.8em;
    font-size: .7em;
    margin-left: .7em;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
    padding-right: 1.8em;
    font-size: .8em;
    margin-left: .7em;
  }
}
@media screen and (min-width: 768px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
    font-size: .9em;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
    font-size: 1.3vw;
    margin-left: 0;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview {
    font-size: .9em;
  }
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview .my-car {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.1em;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview .icon-arrow {
  font-size: 1.3em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1.5em;
  margin: auto;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview .icon-arrow:after {
  display: inline;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .divider {
  display: none;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .divider {
    display: inline-block;
    border-left: 1px solid #a5b3c0;
    height: 3.6em;
    vertical-align: middle;
    margin: 0 1.3em;
  }
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .divider,
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview,
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .selectedCar__buttonChange {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.car-selector .car-selector--carwheeldata {
  font-size: .75em;
  padding: 1em 0;
  color: #ffffff;
  background-color: #aaa;
}
.car-selector .car-selector--carwheeldata div:first-child {
  min-width: 16%;
}
@media screen and (min-width: 1540px) {
  .car-selector .car-selector--carwheeldata div:first-child {
    min-width: 14.5%;
  }
}
.car-selector .car-selector--none-selected {
  padding: 1em 0 .5em 0;
}
.car-selector .car-selector--none-selected:not(.hsntsn-visible) .wrapper-select.selected .fa-check {
  display: block;
}
.car-selector .car-selector--none-selected:not(.hsntsn-visible) .wrapper-select.selected .form-control.form-control-lg {
  padding-left: 2em;
}
.car-selector .car-selector--none-selected:not(.hsntsn-visible) .wrapper-select.selected .warning-border {
  display: none;
}
.car-selector .car-selector--none-selected:not(.hsntsn-visible) .wrapper-select.selected select {
  padding-left: 2em;
}
.car-selector .car-selector--none-selected:not(.hsntsn-visible) .wrapper-select:not(.selected):not(.disabled) .warning-border {
  display: block;
}
.car-selector .car-selector--none-selected h3 {
  font-size: 6vw;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .car-selector .car-selector--none-selected h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 992px) {
  .car-selector .car-selector--none-selected h3 {
    margin: .3em 0 1em 0;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--none-selected h3 {
    margin: auto !important;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1540px) {
  .car-selector .car-selector--none-selected h3 {
    font-size: 34px;
  }
}
.car-selector .car-selector--none-selected .wrapper-select .fa-check {
  display: none;
  color: #25e200;
  padding: .8em .5em;
  position: absolute;
  left: 0;
  top: 0;
}
.car-selector .car-selector--none-selected .wrapper-select .warning-border {
  display: none;
  border: dashed 1px #dd2020;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  pointer-events: none;
  z-index: 1;
}
.car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn {
  display: flex;
  flex-direction: column;
}
.car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 6em;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn {
    transform: scale(0.8);
    transform-origin: left center;
  }
}
@media screen and (min-width: 1200px) {
  .car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn {
    margin-right: auto;
    transform: scale(1);
  }
}
.car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn .hsntsn-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: left;
  margin-left: .2em;
}
.car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn .chevron-arrow {
  display: none;
  flex-shrink: 0;
  vertical-align: text-bottom;
  margin-top: .2rem;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  height: 15px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--none-selected .collapse-modelengine .show-hsntsn .button--show-hsntsn .chevron-arrow {
    display: inline-block;
  }
}
.car-selector .car-selector--none-selected .collapse-hsntsn .label-or {
  padding: 1.2em 0;
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: .3em;
  line-height: 2em;
  height: 100%;
  text-align: center;
}
.car-selector .car-selector--none-selected .collapse-hsntsn .label-or:before,
.car-selector .car-selector--none-selected .collapse-hsntsn .label-or:after {
  content: "";
  display: block;
  border-left: solid 1px #a5b3c0;
  flex-grow: 1;
}
.car-selector .car-selector--none-selected .collapse-hsntsn .label-or span {
  display: inline-block;
  color: #a5b3c0;
  /*transform: scale(2,1);*/
}
@media screen and (max-width: 992px) {
  .car-selector .car-selector--none-selected .collapse-hsntsn .label-or div {
    line-height: 1px;
    text-align: center;
    background-color: #7e807e;
  }
  .car-selector .car-selector--none-selected .collapse-hsntsn .label-or div span {
    padding: 0 1em;
    background-color: #000;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .car-selector .car-selector--none-selected .collapse-hsntsn .label-or {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .car-selector .car-selector--none-selected .collapse-hsntsn .label-or span {
    display: none;
  }
}
.car-selector .car-selector--none-selected .collapse-hsntsn .hsn-field input {
  padding-right: 0;
}
.car-selector .car-selector--none-selected .collapse-hsntsn .hsn-field .input-label {
  white-space: nowrap;
}
.car-selector .car-selector--none-selected .collapse-hsntsn .hsntsn-help {
  color: #ffffff;
  font-size: 0.7rem;
  text-transform: uppercase;
  display: flex;
}
.car-selector .car-selector--none-selected .collapse-hsntsn .hsntsn-help .fa-question-circle {
  margin-right: .2em;
  font-size: 1rem;
  transform: translateY(2px);
}
.car-selector .car-selector--none-selected .collapse-hsntsn input::-webkit-input-placeholder {
  text-transform: initial;
}
.car-selector .car-selector--none-selected .collapse-hsntsn input::-moz-placeholder {
  text-transform: initial;
}
.car-selector .car-selector--none-selected .collapse-hsntsn input:-moz-placeholder {
  text-transform: initial;
}
.car-selector .car-selector--none-selected .collapse-hsntsn input:-ms-input-placeholder {
  text-transform: initial;
}
#car-selector-collapse {
  margin: 2rem auto;
  padding: 0 15px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
}
#car-selector-overlay {
  background-color: #000000;
  padding: 0 15px;
}
.car-selector__spinner {
  text-align: center;
  padding: 1.5em 0;
}
.carselector-list {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  display: inline-block;
  padding: 0;
  max-height: 20em;
  overflow-y: auto;
  z-index: 100;
  left: 0;
  min-width: 100%;
  font-size: 0.85rem;
  margin-top: .05em;
  border: solid 0.05em #000000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.carselector-list-wrapper {
  position: relative;
}
.carselector-list-element {
  white-space: nowrap;
  margin: 0;
}
.carselector-list-element:hover {
  cursor: pointer;
  background-color: #fcdb16;
  color: #000000;
}
.carselector-list-element.disabled {
  font-weight: bolder;
  color: #000000;
  background: #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.carselector-list-element.disabled:hover {
  cursor: default;
  background: #ffffff;
}
.carselector-list-element-text {
  padding: 0 2.5em 0 2.5em;
}
.disabled .carselector-list-element-text {
  padding: 0 2em 0 2em;
}
#car-selector__button button {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#car-selector__button a,
#car-selector__button a:hover {
  color: #000000;
}
#car-selector__button .car-selector-visible {
  animation: fadeIn .4s .3s forwards;
  visibility: hidden;
  opacity: 0;
}
@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 1;
  }
}
#car-selector__button #car-selector__button__car-choose {
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 2em;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #car-selector__button #car-selector__button__car-choose {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-choose {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  #car-selector__button #car-selector__button__car-choose .car-choose__icon {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-choose .car-choose__icon {
    display: inline-block;
  }
}
#car-selector__button #car-selector__button__car-choose .car-choose__icon .svg-car {
  margin-right: 1.2em;
}
#car-selector__button #car-selector__button__car-choose .car-choose__icon .svg-car svg {
  width: 3.9em;
  height: auto;
  transform: scaleX(-1);
}
#car-selector__button #car-selector__button__car-choose .car-choose__icon .svg-car svg path {
  fill: #000000;
}
#car-selector__button #car-selector__button__car-choose .car-choose__label {
  font-size: 0.7rem;
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-choose .car-choose__label {
    font-size: 1rem;
    display: inline-block;
  }
}
#car-selector__button #car-selector__button__car-spinner {
  margin: 0 4em;
}
#car-selector__button #car-selector__button__car-spinner img {
  height: 1.5em;
  width: auto;
}
#car-selector__button #car-selector__button__car-selected {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 2em;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-selected {
    margin-right: 25px;
  }
}
#car-selector__button #car-selector__button__car-selected .fa-check {
  vertical-align: middle;
  display: none;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #car-selector__button #car-selector__button__car-selected .fa-check {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-selected .fa-check {
    display: none;
  }
}
#car-selector__button #car-selector__button__car-selected img {
  height: 2em;
}
#car-selector__button #car-selector__button__car-selected .svg-car {
  margin-right: 1.2em;
  display: inline;
}
#car-selector__button #car-selector__button__car-selected .svg-car svg {
  width: 3.9em;
  height: auto;
  transform: scaleX(-1);
}
#car-selector__button #car-selector__button__car-selected .svg-car svg path {
  fill: #000000;
}
#car-selector__button #car-selector__button__car-selected .car-chassis-text {
  display: none;
  white-space: nowrap;
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 0.85rem;
}
@media screen and (min-width: 1200px) {
  #car-selector__button #car-selector__button__car-selected .car-chassis-text {
    font-size: 1rem;
    display: inline-block;
  }
}
#car-selector__button .overlay-carselector {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0;
  bottom: 0;
  padding: 1rem 3.5rem;
  margin: .75rem 1.2rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #car-selector__button .overlay-carselector {
    position: relative;
    top: -2.8rem;
    bottom: unset;
    margin: unset;
  }
}
#car-selector__button .overlay-carselector .overlay-carselector__inner {
  font-weight: 400 !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
}
#car-selector__button .overlay-carselector .overlay-carselector__inner svg {
  width: 16px;
  height: 16px;
  margin-left: .5em;
}
#car-selector__button .overlay-carselector .overlay-carselector__inner svg circle,
#car-selector__button .overlay-carselector .overlay-carselector__inner svg path {
  stroke: #ffffff;
}
#car-selector__button .overlay-carselector .overlay-carselector__inner svg ellipse {
  fill: #ffffff;
}
#car-selector__button .overlay-carselector .overlay-expert-mode__tooltip {
  position: absolute;
  display: none;
  background: #ffffff;
  color: #000000;
  font-size: 0.7rem;
  z-index: 1;
  filter: drop-shadow(0 0.3em 0.5em #d0dae1);
  width: 350px;
  width: 21.875rem;
  padding: 15px;
  padding: 0.9375rem;
}
#car-selector__button .overlay-carselector .overlay-expert-mode__tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 47%;
  top: -10%;
  z-index: 2;
}
#car-selector__button .overlay-carselector .overlay-expert-mode__tooltip span {
  text-decoration: underline;
}
#car-selector__button .overlay-carselector.active .overlay-expert-mode__tooltip {
  bottom: -7.5rem;
  display: block;
}
.productfinder-index-index #car-selector__button__car-choose,
.productfinder-index-index #car-selector__button__car-choose:hover,
.productfinder-index-index #car-selector__button__car-selected,
.productfinder-index-index #car-selector__button__car-selected:hover {
  opacity: 1;
  /*cursor: default;*/
}
@media screen and (max-width: 680px) {
  #car-selector__button.productfinder {
    display: none;
  }
}
.btn {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
}
.btn--link,
.btn--link:hover,
.btn--link-light,
.btn--link-light:hover,
.cmspages-page-view .cms-page-content li a,
.cmspages-page-view .cms-page-content li a:hover,
.cms-page-view .cms-page-content li a,
.cms-page-view .cms-page-content li a:hover {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.btn--link:hover,
.btn--link:hover:hover,
.btn--link-light:hover,
.btn--link-light:hover:hover,
.cmspages-page-view .cms-page-content li a:hover,
.cmspages-page-view .cms-page-content li a:hover:hover,
.cms-page-view .cms-page-content li a:hover,
.cms-page-view .cms-page-content li a:hover:hover {
  opacity: 1;
}
.btn--link:not(.text-white),
.btn--link:hover:not(.text-white),
.cmspages-page-view .cms-page-content li a:not(.text-white),
.cmspages-page-view .cms-page-content li a:hover:not(.text-white),
.cms-page-view .cms-page-content li a:not(.text-white),
.cms-page-view .cms-page-content li a:hover:not(.text-white) {
  color: #57616b !important;
}
.btn--link-light:not(.text-white),
.btn--link-light:hover:not(.text-white) {
  color: #fcdb16 !important;
}
.btn--linksoft,
.btn--linksoft:hover {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
  font-size: 0.85rem;
}
.btn--linksoft:hover,
.btn--linksoft:hover:hover {
  opacity: 1;
}
.btn--linksoft:not(.text-white),
.btn--linksoft:hover:not(.text-white) {
  color: #a5b3c0 !important;
}
.btn--colored,
.modal-popup .modal-footer button,
.catalogsearch-result-index .search.results .button--add-to-cart-catalogsearch,
.cart-summary .checkout-methods-items .item .action.primary.checkout,
.firecheckout .place-order .place-order .actions-toolbar .primary .action,
.productfinder #productfinder__product-overview #product-overview__product-boxes .product-box .button--to-product,
.button--show-selection,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
.cmspages-page-no-route .no-route-holder .button-container a,
.cmspages-page-noroute .no-route-holder .button-container a,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn,
.cmspages-page-haendlersuche #notfound-cover .notfound-modal .button-ok,
.cmspages-page-xtaplus3gewindefahrwerk section#intro .button-individualization {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
}
.btn--colored:hover,
.modal-popup .modal-footer button:hover,
.cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout:hover {
  opacity: 1;
}
.btn--colored.disabled,
.modal-popup .modal-footer button.disabled,
.cart-summary .checkout-methods-items .item .action.primary.checkout.disabled,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn--colored.busy,
.modal-popup .modal-footer button.busy,
.cart-summary .checkout-methods-items .item .action.primary.checkout.busy,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout.busy {
  background: #ffffff;
}
.btn--colored-blue,
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  background: #004F9F !important;
  border: #004F9F !important;
}
.btn--colored-blue:hover {
  opacity: 1;
}
.btn--colored-blue.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn--colored-blue.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .btn--colored-blue,
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.btn--outline,
.btn--outline-light,
.catalogsearch-result-index .search.results .button--to-product-catalogsearch,
button.action.update,
.form-discount button.action-apply,
.productfinder #product-detail .product__recommended-attachments .button--to-product,
.productfinder #kompatibel .table-container .button-show-more,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  background: transparent !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
}
.btn--outline:hover,
.btn--outline-light:hover,
button.action.update:hover,
.productfinder #kompatibel .table-container .button-show-more:hover {
  opacity: 1;
}
.btn--outline.disabled,
.btn--outline-light.disabled,
button.action.update.disabled,
.productfinder #kompatibel .table-container .button-show-more.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn--outline,
.catalogsearch-result-index .search.results .button--to-product-catalogsearch,
button.action.update,
.form-discount button.action-apply,
.productfinder #product-detail .product__recommended-attachments .button--to-product,
.productfinder #kompatibel .table-container .button-show-more {
  color: #343a40 !important;
  border: solid 2px #343a40 !important;
}
.btn--outline-light,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse {
  color: #ffffff !important;
  border: solid 2px #ffffff !important;
}
.btn--outline-thin {
  font-weight: 400 !important;
  border: solid 1px #d0dae1;
  border-radius: 0;
  padding: 1em 5em;
}
.btn--colored-selectable {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  background: #d0dae1;
  color: #343a40;
  padding: 1em;
  display: inline-block;
}
.btn--colored-selectable:hover {
  opacity: 1;
}
.btn--colored-selectable.active,
.btn--colored-selectable.selected,
.btn--colored-selectable.active:hover,
.btn--colored-selectable.selected:hover {
  cursor: default;
  background: #fcdb16;
  color: #ffffff;
}
.btn--outline-selectable {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: solid 1px #a5b3c0;
  background: transparent;
  color: #a5b3c0 !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0.85rem;
}
.btn--outline-selectable:hover {
  opacity: 1;
}
.btn--outline-selectable.selected,
.btn--outline-selectable.selected:hover {
  font-weight: 600;
  border: solid 1px #25e200;
  background: transparent;
  color: #25e200 !important;
}
.btn--outline-selectable.disabled {
  cursor: default;
}
.btn--outline-selectable:hover,
.btn--outline-selectable:focus,
.btn--outline-selectable:active {
  opacity: 1;
  background: transparent;
  border: solid 1px #a5b3c0;
  color: #a5b3c0 !important;
}
.btn--outline-selectable-rim {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: solid 1px #d0dae1;
  background: transparent;
  color: #000000 !important;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  padding: 0.85rem;
  text-align: left;
  margin-top: 1em;
  border-radius: 25px !important;
  width: 45px;
  height: 45px;
  text-align: center;
  white-space: nowrap;
}
.btn--outline-selectable-rim:hover {
  opacity: 1;
}
.btn--outline-selectable-rim.selected,
.btn--outline-selectable-rim.selected:hover {
  font-weight: 600;
  border: solid 2px #000000;
  background: transparent;
}
.btn--outline-selectable-rim.disabled {
  cursor: default;
}
.btn--outline-selectable-rim:hover,
.btn--outline-selectable-rim:focus,
.btn--outline-selectable-rim:active {
  opacity: 1;
  background: transparent;
  border: solid 1px #a5b3c0;
  color: #000000 !important;
}
.btn--large {
  font-size: 1.2em;
}
.btn-warning,
.btn-dark,
.btn-light,
.btn-link,
.btn-success,
.btn-outline-dark,
.btn-outline-light {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: 2px solid transparent !important;
  padding: 0.8rem 0.8rem !important;
  margin: 0;
  transition: none !important;
  font-size: 1em !important;
}
.btn-warning:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-link:hover,
.btn-success:hover,
.btn-outline-dark:hover,
.btn-outline-light:hover {
  opacity: 1;
}
.btn-outline-dark {
  border-color: #343a40 !important;
}
.btn-outline-light {
  border-color: #fff !important;
}
.btn-warning,
.btn-warning:hover {
  background-color: #fcdb16 !important;
  border-color: #fcdb16 !important;
  color: #343a40 !important;
}
.btn-dark,
.btn-dark:hover {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: #ffffff !important;
}
.btn-light,
.btn-light:hover {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #343a40 !important;
}
.btn-success,
.btn-success:hover {
  background-color: #25e200 !important;
  border-color: #25e200 !important;
  color: #ffffff !important;
}
.btn-outline-dark.save-typengenehmigung {
  border: 1px solid transparent !important;
  border-color: #343a40 !important;
  padding: 0.375rem 0.75rem !important;
}
button.btn-warning.text-white,
a.btn-warning.text-white,
span.btn-warning.text-white,
div.btn-warning.text-white,
span.bg-warning.text-white {
  color: #000 !important;
}
ul.checkout li.item button span {
  font-weight: bold;
}
.breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.breadcrumbs-row {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  /*@marginYmain;*/
}
.breadcrumbs-row .breadcrumbs-links,
.breadcrumbs-row .brand-selector {
  font-size: 0.7rem;
}
.breadcrumbs-row a,
.breadcrumbs-row a:visited {
  color: #000000 !important;
}
.breadcrumbs-row a:hover,
.breadcrumbs-row a:visited:hover,
.breadcrumbs-row a.current-segment,
.breadcrumbs-row a:visited.current-segment {
  color: #57616b !important;
}
.breadcrumbs-row .current-segment {
  color: #57616b;
}
.breadcrumbs-row .current-segment:last-child {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.breadcrumbs-row .brand-selector select {
  width: auto;
}
.breadcrumbs-row .brand-selector__label {
  padding: 0 .7em;
}
.breadcrumbs-row .brand-selector__label + .wrapper-select {
  display: inline-block;
}
.breadcrumbs-row .brand-selector__label + .wrapper-select .icon-arrow:before {
  line-height: 1em;
}
#breadcrumbs-product-categories > .col:last-child {
  text-align: right;
}
button#toggle-nav-main {
  display: block;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 0;
  font-size: 1.5em;
  border: 0;
  background: transparent;
  padding-right: 0;
}
@media (min-width: 992px) {
  button#toggle-nav-main {
    display: none;
  }
}
#nav-main {
  display: flex !important;
  font-size: 1rem;
  margin-bottom: 0;
  flex-grow: 1;
  flex-basis: 100%;
  min-height: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #nav-main {
    flex-basis: auto;
  }
}
#nav-main .nav-link {
  font-weight: 700;
  text-transform: uppercase;
}
#nav-main #nav-main-collapse {
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #nav-main #nav-main-collapse {
    flex-direction: row;
    text-align: left;
  }
}
#nav-main #nav-main-collapse .navbar-nav {
  display: flex;
  float: none !important;
}
#nav-main .dropdown-menu {
  padding-left: 0;
  background: #f8f9fa;
}
@media (min-width: 992px) {
  #nav-main .dropdown-menu {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
}
#nav-main .nav-main__sub-menu {
  padding-left: 0;
}
@media (max-width: 992px) {
  #nav-main .nav-main__sub-menu {
    text-align: center;
  }
}
#nav-main .collapsesubmenu {
  text-align: left;
  background: #f3f5f7;
}
#nav-main .dropdown-toggle {
  white-space: nowrap;
}
#nav-main .dropdown-toggle:after {
  display: none;
}
#nav-main .dropdown-toggle .fa.fa-caret-down {
  transition: 0.3s transform ease-in-out;
}
#nav-main .companynav.show .dropdown-toggle .fa.fa-caret-down,
#nav-main .productnav.show .dropdown-toggle .fa.fa-caret-down,
#nav-main .keep-open-products-coilovers.show .fa.fa-caret-down,
#nav-main .keep-open-products-wheelspacers.show .fa.fa-caret-down,
#nav-main .dropdown.language-selector.show .dropdown-toggle .fa.fa-caret-down {
  transform: rotate(-180deg);
}
#nav-main .dropdown-menu {
  font-size: 1rem;
  border-radius: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 992px) {
  #nav-main .dropdown-menu {
    width: 22em;
  }
}
#nav-main .dropdown-menu .dropdown-submenu {
  position: relative;
}
#nav-main .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
}
#nav-main .dropdown-menu li {
  margin-bottom: 0;
}
#nav-main .dropdown-menu li .dropdown-item {
  padding: .8em 1.6em;
  position: relative;
  color: #000000;
}
#nav-main .dropdown-menu li .dropdown-item:visited {
  color: #000000;
}
#nav-main .dropdown-menu li .dropdown-item:active {
  background: #fcdb16;
  color: #000000;
}
@media (min-width: 992px) {
  #nav-main .dropdown-menu li .dropdown-item:active {
    background: inherit;
  }
}
#nav-main .dropdown-menu li .dropdown-item.dropdown-toggle {
  margin-right: 1em;
}
#nav-main .dropdown-menu li .dropdown-item p {
  white-space: normal;
  margin: 0;
  font-size: 0.85rem;
}
#nav-main .dropdown-menu li .dropdown-item .fa-caret-right,
#nav-main .dropdown-menu li .dropdown-item .fa-caret-down {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
#nav-main ul.menu-main-list {
  padding: 0;
}
@media (min-width: 992px) {
  #nav-main ul.menu-main-list {
    margin-left: -0.5em;
    margin-right: 2em;
  }
}
#nav-main ul.menu-main-list .nav-item .nav-link {
  padding: 0;
}
#nav-main ul.menu-main-list .nav-item a,
#nav-main ul.menu-main-list .nav-item a:visited,
#nav-main ul.menu-main-list .nav-item a:active {
  color: #000000;
}
#nav-main ul.menu-main-list .menu-main-list__item {
  margin-bottom: 0;
  padding: .4em;
}
@media (min-width: 1350px) {
  #nav-main ul.menu-main-list .menu-main-list__item {
    padding: 1em;
  }
}
#sidebar-container {
  position: sticky;
  top: 2em;
}
#sidebar-container ul > li,
#sidebar-container ol > li {
  margin: 0;
}
#sidebar-container .list-group-item a i.fa.fa-caret-down {
  transform: rotate(-180deg);
}
#sidebar-container .list-group-item a.collapsed i.fa.fa-caret-down {
  transform: rotate(0deg);
}
#sidebar-container .list-group-item a i.fa.fa-caret-down {
  transition: 0.3s transform ease-in-out;
}
/* Custom modal box style definition */
.custom-modal {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(33, 33, 33, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (min-width: 768px) {
  .custom-modal {
    height: 100%;
  }
}
.custom-modal.blurry {
  background-color: rgba(180, 180, 180, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.custom-modal.custom-modal--floating .modal-dialog {
  margin: 0;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
}
.custom-modal.custom-modal--floating .modal-content {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.custom-modal.custom-modal--floating .custom-modal-header {
  margin: 3vw;
}
@media (max-width: 576px) {
  .custom-modal.custom-modal--floating .custom-modal-header {
    margin: 15px;
  }
}
.custom-modal.custom-modal--floating .custom-modal-header > * {
  pointer-events: all;
}
.custom-modal.custom-modal--floating .modal-body {
  padding: 15px;
  max-width: 1540px;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 992px) {
  .custom-modal.custom-modal--floating .modal-body {
    padding: 20px;
  }
}
.custom-modal.custom-modal--floating .modal-body > * {
  pointer-events: all;
}
.custom-modal.custom-modal--floating .modal-body h2 {
  margin: 1.2em 5vw;
}
.custom-modal[data-modal-id="noproducts"] .modal-content {
  background-image: url('../Fwd_Couchconfig/images/noproductsfound/forbidden.png');
  background-size: auto 120%;
  background-position: 10% 30%;
  background-repeat: no-repeat;
}
.custom-modal[data-modal-id="noproducts"] .modal-body {
  text-align: center;
}
.custom-modal[data-modal-id="noproducts"] .countdown {
  margin-top: 6em;
}
.custom-modal[data-modal-id="noproducts"] img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.custom-modal[data-modal-id="hsntsn"] {
  z-index: 1051;
}
.custom-modal[data-modal-id="carselector"] {
  overflow: hidden;
}
.custom-modal[data-modal-id="carselector"] .modal-body h2 {
  margin-left: 2em;
  margin-right: 2em;
  display: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .custom-modal[data-modal-id="carselector"] .modal-body h2:first-child {
    display: inline-block;
    margin-bottom: .5em;
  }
}
@media (max-width: 480px) {
  .custom-modal[data-modal-id="carselector"] .modal-body h2:first-child {
    font-size: 5vw;
  }
}
.custom-modal[data-modal-id="carselector"] .modal-body h2:first-child .no-selection-close {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .custom-modal[data-modal-id="carselector"] .modal-body h2:last-child {
    display: inline-block;
  }
}
.custom-modal[data-modal-id="carselector"] .modal-body h2 .no-selection-close {
  font-weight: 400 !important;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-modal[data-modal-id="carselector"] .modal-body h2 .no-selection-close span {
  text-decoration: underline;
  font-size: 1.4rem;
}
.custom-modal[data-modal-id="carselector"] .modal-body h2 .no-selection-close .fa-arrow-right {
  margin-left: 1rem;
  font-size: 11px;
}
.custom-modal[data-modal-id="carselector"] .modal-body h3 {
  color: #ffffff;
}
.custom-modal .modal-dialog {
  margin: 10vh auto;
}
.custom-modal .custom-modal-header {
  margin: 0 0 1rem 0;
  text-align: right;
  line-height: 1em;
}
.custom-modal .custom-modal-header .custom-close {
  cursor: pointer;
}
.custom-modal .custom-modal-header .custom-close:before {
  content: "×";
}
.custom-modal .custom-modal-header .custom-close:hover,
.custom-modal .custom-modal-header .custom-close:focus {
  color: #aaa;
  text-decoration: none;
}
.custom-modal .modal-content {
  background-color: #ffffff;
  color: #000000;
  padding: 2rem;
  border-radius: 0;
  border: 0;
  margin: 0;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .custom-modal .modal-content {
    padding: 3rem;
  }
}
.custom-modal .modal-body {
  margin: 0;
  padding: 0;
}
.custom-modal .modal-footer {
  margin: 1rem 0;
  background-color: #ffffff;
}
.modal--dts.modal-max {
  width: calc(100% - 2em);
  max-width: none;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 1540px) {
  .modal--dts.modal-max {
    width: 1540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal--dts.modal-xl {
  width: calc(100% - 2em);
  max-width: none;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 992px) {
  .modal--dts.modal-xl {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal--dts .custom-modal-header .custom-close {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: -8px;
}
.modal--dts .custom-modal-header .custom-close svg {
  fill: #000000;
  height: 24px;
  width: 24px;
}
.modal--dts .custom-modal-header .custom-close:before {
  content: "";
}
.modal--dts .modal-body p {
  font-size: 0.85rem;
  line-height: 1.5em;
}
.modal--dts .modal-body h2 {
  margin-top: 0;
}
.modal--dts .modal-body h2,
.modal--dts .modal-body h3,
.modal--dts .modal-body h4 {
  margin-bottom: 1em;
}
.custom-modal--floating .modal--dts .custom-close svg {
  fill: #ffffff;
}
html.modalopen {
  overflow-y: scroll;
  overflow-x: hidden;
}
html.modalopen body {
  overflow: hidden;
  height: 100vh;
}
.paypal-message {
  margin-top: 2rem;
}
.paypal-message + hr {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
html:not([lang="de"]) .paypal-message {
  display: none;
}
@media screen and (max-width: 320px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    top: 8rem;
    height: 7rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 425px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    top: 5.5rem;
    height: 7rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    top: 5rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    pointer-events: none;
  }
  #collapse-categories ul li {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    top: 4rem;
    height: 8rem;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumbs-row {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* for Firefox */
  }
  .breadcrumbs-row.not-at-right:after,
  .breadcrumbs-row.not-at-left:before {
    content: '';
    height: 2rem;
    width: 4em;
    position: absolute;
    z-index: 1;
    display: block;
  }
  .breadcrumbs-row.not-at-right:after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .breadcrumbs-row.not-at-left:before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .breadcrumbs-row::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .breadcrumbs-row .breadcrumbs-links {
    /*a:last-child {
                margin-right: 2em;
            }*/
  }
  .breadcrumbs-row .breadcrumbs-links .current-segment:last-child {
    padding-right: 2em;
  }
  #collapse-categories {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* for Firefox */
  }
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    content: '';
    /*height: 100%;*/
    width: 8em;
    position: absolute;
    z-index: 1;
    display: block;
    /*top: 4rem;
            height: 8rem;*/
  }
  #collapse-categories.not-at-right:after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  #collapse-categories.not-at-left:before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  #collapse-categories::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  #collapse-categories ul {
    display: inline-flex !important;
    margin-bottom: unset;
  }
  #collapse-categories ul li:not(:last-child) {
    margin-right: 10px !important;
  }
  #collapse-categories .categories-list:after {
    content: "";
    width: unset;
  }
  .product-overview__header--mobile h1.category-name {
    margin: 0;
  }
  .product-overview__header--mobile hr {
    margin: 1em 0 1.5em 0;
    /*display: none;*/
  }
}
.wrapper-select-input-help.dropnew .dropdown {
  padding: .8em .4em;
  width: 100%;
  outline: solid 1px #d0dae1;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  user-select: none;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-toggle {
  font-size: 13.6px;
  overflow-x: hidden;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-toggle:after {
  border: 0;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu {
  font-size: 1em;
  min-width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  --scrollbarBG: #ffffff;
  --thumbBG: #d0dae1;
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 1em;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
@media screen and (max-width: 768px) {
  .wrapper-select-input-help.dropnew .dropdown .dropdown-menu {
    width: 100%;
    transform: translate3d(0px, 45px, 0px);
  }
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar {
  width: .3em;
  height: .3em;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu .disabled span,
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu .disabled input {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item {
  font-size: .8em;
  padding: unset;
}
@media screen and (min-width: 768px) {
  .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item {
    font-size: 13.6px;
  }
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item:active {
  background: #f8f9fa;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span {
  display: block;
  padding: 0.25rem 1.5rem;
}
.wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span.color-darkie-gray {
  color: #a5b3c0;
}
.wrapper-select-input-help.dropnew .dropdown .warning-border {
  border: dashed 1px #dd2020;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  pointer-events: none;
  z-index: 1;
  display: block;
  opacity: .6;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown {
  padding: .4rem;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-toggle {
  font-size: .75em;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu {
  padding: .8rem;
  font-size: .75em;
  white-space: nowrap;
  width: fit-content;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu > div div {
  padding: .2rem 0;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu input[type="checkbox"] {
  margin: 0;
  width: 1em;
  height: 1em;
  accent-color: #000000;
}
.wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu input[type="checkbox"]:focus {
  box-shadow: none;
}
.wrapper-select-input-help .wrapper-select {
  width: 50%;
}
.wrapper-select-input-help .wrapper-select select.option-selected {
  border-color: transparent;
  box-shadow: 0 0 0 2px #000000;
}
.wrapper-select-input-help .wrapper-select select option {
  color: #a5b3c0;
}
.wrapper-select-input-help .wrapper-select select option.color-green {
  color: #25e200;
}
.wrapper-select-input-help .wrapper-select select option.color-orange {
  color: #ff8b0f;
}
.wrapper-select-input-help .wrapper-select select option.color-red {
  color: #dd2020;
}
.wrapper-select-input-help .wrapper-input input {
  text-align: center;
  border: 0;
  outline: 1px solid #d0dae1;
  box-shadow: none;
  background: #ffffff;
  line-height: 1.5;
}
.wrapper-select-input-help .wrapper-input input.input-filled {
  border-color: transparent;
  outline: 2px solid #000000;
}
.wrapper-select-input-help .wrapper-help .icon-help-svg {
  line-height: 1.3;
  cursor: pointer;
}
.wrapper-select-input-help .wrapper-help .icon-help-svg:before {
  line-height: unset;
}
.wrapper-select-input-help .wrapper-help span:last-child {
  font-size: .8rem;
  line-height: 1.7;
}
.catalogsearch-result-index.page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}
.catalogsearch-result-index .search.results .toolbar-amount {
  font-size: 0.85rem;
  float: none;
}
.catalogsearch-result-index .search.results .toolbar-amount + hr {
  margin-top: 3rem;
}
.catalogsearch-result-index .search.results .pagination .page-item .page-link {
  border-radius: 0;
}
.catalogsearch-result-index .search.results .pagination .page-item.active span {
  background: #fcdb16;
  border-color: #fcdb16;
}
.catalogsearch-result-index .search.results .pagination .page-item.active span:hover {
  border-color: #fcdb16;
}
.catalogsearch-result-index .search.results .thumbnail-catalogsearch .product-img {
  height: 160px;
}
.catalogsearch-result-index .search.results .thumbnail-catalogsearch img.spinner {
  margin-top: 2em;
  width: 20%;
  height: auto;
  text-align: center;
  vertical-align: top;
}
.catalogsearch-result-index .search.results .product__detail .product__price {
  margin-top: 1em;
}
.catalogsearch-result-index .search.results .product__detail .product__price.b2b .striked-price {
  text-decoration: none;
}
.catalogsearch-result-index .search.results .product__detail .product__price.b2b .total-price h3 {
  text-transform: none;
}
.catalogsearch-result-index .search.results .product__detail .product__price .striked-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.catalogsearch-result-index .search.results .product__detail .product__price .rim-striked-price {
  text-decoration: none;
}
.catalogsearch-result-index .search.results .product__detail .product__price .rim-striked-price .price-text {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.catalogsearch-result-index .search.results .product__detail .product__price .total-price h3 {
  font-weight: 700;
  font-size: 1.33rem;
  margin: .2em 0 .3em 0;
}
.catalogsearch-result-index .search.results .product__name {
  color: #000000;
}
.catalogsearch-result-index .search.results .product__name:hover {
  color: #000000;
}
.catalogsearch-result-index .search.results .button--to-product-catalogsearch,
.catalogsearch-result-index .search.results .button--add-to-cart-catalogsearch {
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  margin-bottom: 1em;
}
.is-btob .cart-summary tr.totals-tax {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cart-container #shopping-cart-table caption {
    padding-left: 1em;
  }
  .cart-container .form-cart > .cart {
    padding-right: 0;
  }
  .cart-container .form-cart > .cart.actions {
    position: relative;
    margin: 0 1em 3em;
  }
}
@media screen and (min-width: 768px) {
  .cart-container .cart-discount .title {
    position: absolute;
  }
  .cart-container .form-cart > .cart {
    padding-right: 4%;
  }
  .cart-container .form-cart > .cart.actions {
    position: absolute;
  }
}
.cart-container caption {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1rem;
  text-transform: uppercase;
  caption-side: top;
  color: #000000;
}
.cart-container caption:first-child {
  margin-top: 0;
}
.cart-container caption:last-child {
  margin-bottom: 0;
}
.cart-container .cart-discount {
  position: relative;
}
.cart-container .cart-discount .title {
  /*position: absolute;*/
  bottom: 100%;
}
.cart-container .form-cart {
  margin-bottom: 0;
  padding-right: 0;
}
.cart-container .form-cart > .cart {
  /*padding-right: 4%;*/
}
.cart-container .form-cart > .cart.actions {
  /*position: absolute;*/
  right: 0;
  z-index: 1;
}
.ec-additional-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cart-summary {
    width: 30%;
  }
}
.cart-summary {
  /*width: 30%;*/
  padding: 40px 40px 25px;
}
.cart-summary > .title {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.5rem;
  display: block;
  margin: 0 0 12px 0;
  padding: 0 15px;
}
.cart-summary > .title:first-child {
  margin-top: 0;
}
.cart-summary > .title:last-child {
  margin-bottom: 0;
}
.cart-summary > .title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.cart-summary > .title:before {
  margin: 0 15px 0 0;
}
.cart-summary .checkout-methods-items {
  margin: 0;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 15px;
}
.cart-summary .checkout-methods-items .item .action.primary.checkout {
  margin: 0;
  font-size: 1rem;
}
.cart-summary th.mark {
  text-transform: uppercase;
}
.cart-summary td.amount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-summary span.tax-info {
  font-size: 12px;
  color: #a5b3c0;
}
.cart-summary tr.totals-tax {
  display: none;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary .table {
  margin: 0;
  color: #343a40;
}
.cart-summary tr.totals {
  font-size: 0.85rem;
}
.cart-summary a.action.multicheckout {
  font-size: 0.85rem;
}
.cart-summary span.spacer {
  text-align: center;
  color: #a5b3c0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.85rem;
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cart-summary span.spacer:before,
.cart-summary span.spacer:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #a5b3c0;
}
.cart-summary span.spacer:before {
  margin: 0 10px 0 0;
}
.cart-summary span.spacer:after {
  margin: 0 0 0 10px;
}
tr.totals.shipping.excl td,
tr.totals.shipping.excl th {
  padding-bottom: 40px;
}
.cart.table-wrapper {
  margin-bottom: 50px;
}
.cart.table-wrapper span {
  line-height: 1.42857143 !important;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty {
  text-align: left;
}
.cart.table-wrapper .col.price .price-excluding-tax span.cart-price .price {
  font-weight: 400 !important;
}
.cart.table-wrapper .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: relative;
  right: 0;
  margin: 0 0 0 10px;
}
.cart.table-wrapper .actions-toolbar a.action.action-delete:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
}
.cart.table-wrapper .action {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    display: none;
  }
}
.cart.table-wrapper .product-item-name {
  margin: 0 0 1em 0;
}
.cart.table-wrapper .product-item-name a {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.25rem;
  color: #000000;
}
.cart.table-wrapper .product-item-name a:first-child {
  margin-top: 0;
}
.cart.table-wrapper .product-item-name a:last-child {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item.additional-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart.table-wrapper .product-item.additional-info .product-item {
  padding-left: 0;
  padding-bottom: 5px;
  color: #000000;
}
.cart.table-wrapper .product-item.additional-info .product-item strong {
  margin: 0 5px 0 0;
}
.cart.table-wrapper .product-item.additional-info small.additional-info.shipping-ready {
  color: #25e200;
}
button.action.update span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
button.action.update span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
}
button.action.update span:after {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .cart-discount {
    width: 100%;
  }
  #block-discount-heading {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cart-discount {
    width: 70%;
  }
}
.cart-discount {
  /*width: 70%;*/
}
@media (max-width: 992px) {
  .cart-discount {
    padding-left: 15px;
  }
}
.cart-discount .content {
  display: block !important;
}
.cart-discount .block > .title {
  cursor: default;
  padding: 0;
}
.cart-discount .block > .title:after {
  display: none;
}
.cart-discount #block-discount-heading {
  font-size: 12px;
  color: #000000;
  font-weight: 400 !important;
}
.cart-discount .fieldset {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cart-discount .actions-toolbar button.action.apply.primary {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: auto;
  color: #343a40;
  border: solid 1px #f8f9fa;
  background-color: #f8f9fa;
  border: 0;
  border-radius: 0;
}
.cart-discount .actions-toolbar button.action.apply.primary:focus {
  background-color: #f8f9fa;
  box-shadow: none !important;
  border: solid 1px #d0dae1;
}
.cart-discount .actions-toolbar button.action.apply.primary span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cart-discount .actions-toolbar button.action.apply.primary span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.cart-discount .actions-toolbar button.action.apply.primary span:after {
  line-height: 1.42857143;
  color: #000000;
}
#discount-coupon-form .field {
  width: auto;
  min-width: 275px;
  display: inline-block;
  margin: 0;
}
#shopping-cart-table .table-caption {
  display: none;
}
/* error */
/*#shopping-cart-table .cart.item .qty .control.qty {
	.mage-error[generated] {
		font-size: 10px !important;
	}
}*/
.checkout-cart-index > .container-fluid {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.checkout-cart-index #maincontent {
  margin-top: 2em;
}
.checkout-cart-index #maincontent .collapse-details a,
.checkout-cart-index #maincontent .collapse-details a:hover {
  color: unset;
}
.checkout-cart-index h1.page-title {
  font-size: 28px;
  margin: 0 0 .5em 0;
}
.checkout-cart-index .cart-summary .summary.title {
  display: flex;
}
.checkout-cart-index .cart-summary th.mark,
.checkout-cart-index .cart-summary strong {
  text-transform: none;
}
.checkout-cart-index .cart-summary tr.shipping span {
  display: block;
}
.checkout-cart-index .cart-summary td.amount {
  display: table-cell;
}
.checkout-cart-index .cart-discount .coupon .action:hover,
.checkout-cart-index .cart-discount .coupon .action:active,
.checkout-cart-index .cart-discount .coupon .action:focus {
  background: #000000;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-title-wrapper,
  .checkout-cart-index .cart-products-toolbar-top {
    display: none;
  }
  .checkout-cart-index .form-cart {
    margin-top: 2em;
  }
  .checkout-cart-index .cart.table-wrapper {
    border-top: unset;
  }
}
.checkout-cart-index div[id^="zoid-paypal-buttons"] > iframe.component-frame {
  z-index: 1 !important;
}
.mobile-cart-header {
  top: 4.4em;
  padding: 1.2em;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 2;
}
form.bbs-cart .cart.table-wrapper .product-item-name {
  font-size: 1rem;
}
form.bbs-cart .cart.table-wrapper thead tr th,
form.bbs-cart .cart.table-wrapper tbody td {
  padding: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th a.product-item-photo,
form.bbs-cart .cart.table-wrapper tbody td a.product-item-photo {
  padding-right: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th.col,
form.bbs-cart .cart.table-wrapper tbody td.col {
  padding: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.qty,
form.bbs-cart .cart.table-wrapper tbody td.col.qty {
  padding: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.qty .input-text,
form.bbs-cart .cart.table-wrapper tbody td.col.qty .input-text {
  margin-top: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th .product-item-details,
form.bbs-cart .cart.table-wrapper tbody td .product-item-details {
  /*padding-left: 1em;*/
  padding-bottom: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th .product-item-details div a,
form.bbs-cart .cart.table-wrapper tbody td .product-item-details div a {
  font-size: 0.85rem;
}
form.bbs-cart .cart.table-wrapper thead tr th .product-item-details .product-item-name,
form.bbs-cart .cart.table-wrapper tbody td .product-item-details .product-item-name {
  margin: unset;
  text-transform: none;
}
form.bbs-cart .cart.table-wrapper thead tr th .product-item-details .product-item-name a,
form.bbs-cart .cart.table-wrapper tbody td .product-item-details .product-item-name a,
form.bbs-cart .cart.table-wrapper thead tr th .product-item-details .product-item-name a:hover,
form.bbs-cart .cart.table-wrapper tbody td .product-item-details .product-item-name a:hover {
  color: #343a40 !important;
  opacity: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th {
  border-top: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th.col {
  padding-top: .4em !important;
  padding-bottom: .4em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col:not(.item):not(.subtotal) {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.item {
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.qty {
  text-align: center;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.subtotal {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr {
  /* Normal products */
  /* wheel products */
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info a {
  cursor: default !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td {
  font-size: 1em;
  padding-top: 1em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td:not(:first-child):not(:last-child) {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td:nth-child(3),
form.bbs-cart .cart.table-wrapper tbody tr.item-info td:nth-child(4) {
  padding-top: 1.4em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td:nth-child(6) {
  padding-top: 1.55em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.qty {
  text-align: center;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.qty input[type="number"].qty {
  font-weight: 400 !important;
  color: #343a40;
  /*background: @colorLighter2;*/
  width: 50px;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.qty input[type="number"].qty:focus {
  box-shadow: unset;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.subtotal .price-including-tax {
  color: #343a40 !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset {
  max-height: 100px;
  height: 80px;
  /*td:nth-child(4) div {
                        font-size: @fontsizeSmall;
                    }*/
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset.open-details .td-wheels-main,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset.open-details .td-accessories {
  padding-bottom: .5em;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset.open-details .td-wheels-main strong,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset.open-details .td-accessories strong {
  text-transform: none;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset a {
  cursor: default !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td {
  font-size: 1em;
  padding-top: 1em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:not(:first-child):not(:nth-child(2)):not(:last-child) {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:first-child,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(2) {
  padding-right: 1em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:last-child {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(3) div,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(4) div,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(5) div,
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(6) div {
  /*padding-top: .2em !important;*/
  font-size: 0.85rem;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td:nth-child(6) div a:hover {
  cursor: pointer !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info.wheelset td.qty {
  /*font-size: @fontsizeSmall;*/
  text-align: center;
  /*input[type="number"].qty {
                            .font-regular;
                            color: @colorDarker;
                            background: @colorLighter2;
                            &:focus {
                                box-shadow: unset;
                            }
                        }*/
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items {
  font-size: 0.85rem;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items.tr-wheel-items-wheel-item:not(.last-item) {
  height: 30px;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:not(:first-child):not(:last-child) {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:first-child {
  padding-right: 0.5em !important;
}
@media screen and (min-width: 992px) {
  form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:first-child {
    padding-left: 0.5em !important;
  }
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:last-child {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items .individualisation-indicator {
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: -1rem;
  margin-right: 0.5em;
}
form.bbs-cart .cart.table-wrapper tbody tr.individualisation-label td:first-child {
  padding-top: 1em !important;
  padding-left: unset !important;
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.individualisation-label td:first-child p {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
form.bbs-cart .cart.table-wrapper tbody tr.tr-item-actions .td-toolbar span.price {
  font-weight: 700;
  font-size: 1.8rem;
  color: #343a40 !important;
}
@media screen and (max-width: 992px) {
  #shopping-cart-table {
    /* Standard products */
    /* Wheel products */
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-wheels-main .product-item-name {
    margin-top: 1em;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-artno span,
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-price span.unit-price {
    display: block;
    padding-top: .7em !important;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-price span.unit-price {
    text-align: right;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal span.price-including-tax {
    padding-top: .5em !important;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal span.price-including-tax .cart-price .price {
    font-weight: 700;
    font-size: 1.4rem;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal[data-th]:before {
    content: attr(data-th);
    display: block;
    text-align: right;
    font-weight: 600;
  }
  #shopping-cart-table tr.tr-item-actions:not(.wheelset) {
    margin-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
  }
  #shopping-cart-table tr.tr-item-actions:not(.wheelset) .actions-toolbar {
    justify-content: flex-start;
  }
  #shopping-cart-table tr.tr-item-actions:not(.wheelset) .actions-toolbar .gift-options-cart-item {
    width: unset;
  }
  #shopping-cart-table tr.tr-item-info {
    margin-bottom: 1em;
    max-height: unset;
    height: unset;
    display: grid;
    grid-template-columns: 175px .9fr .6fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "thumbnail wheelsmain wheelsmain wheelsmain" "artno price qty subtotal";
  }
  #shopping-cart-table tr.tr-item-info td:not(.td-thumbnail, .td-wheels-main, .td-qty, .td-subtotal)[data-th] {
    font-weight: 400 !important;
    font-size: 0.85rem;
  }
  #shopping-cart-table tr.tr-item-info td:not(.td-thumbnail, .td-wheels-main, .td-qty, .td-subtotal)[data-th]:before {
    content: attr(data-th);
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  #shopping-cart-table tr.tr-item-info .td-thumbnail {
    grid-area: thumbnail;
    margin-bottom: 1.25rem;
  }
  #shopping-cart-table tr.tr-item-info .td-thumbnail a.product-item-photo {
    position: static;
  }
  #shopping-cart-table tr.tr-item-info .td-wheels-main {
    grid-area: wheelsmain;
    margin-bottom: 2.25rem;
  }
  #shopping-cart-table tr.tr-item-info .td-wheels-main strong {
    font-size: 1.4rem;
  }
  #shopping-cart-table tr.tr-item-info .td-wheels-main .product-item-name {
    margin-top: 1em;
  }
  #shopping-cart-table tr.tr-item-info .td-artno {
    grid-area: artno;
    /*display: none;*/
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    padding-left: 1.5em !important;
    border-left: solid 1px #d0dae1;
    border-top: solid 1px #d0dae1;
    border-bottom: solid 1px #d0dae1;
  }
  #shopping-cart-table tr.tr-item-info .td-price {
    grid-area: price;
    padding-top: .5em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: .5em !important;
    text-align: right;
    border-top: solid 1px #d0dae1;
    border-bottom: solid 1px #d0dae1;
    /*div {
                    padding-top: .5em !important;
                }*/
  }
  #shopping-cart-table tr.tr-item-info .td-qty {
    grid-area: qty;
    width: auto;
    text-align: center;
    padding-top: .5em !important;
    /*padding-left: 1.5em !important;
                padding-right: 0 !important;*/
    padding-bottom: .5em !important;
    border-top: solid 1px #d0dae1;
    /*border-right: solid 1px @colorLighter;*/
    border-bottom: solid 1px #d0dae1;
  }
  #shopping-cart-table tr.tr-item-info .td-qty[data-th] {
    font-weight: 400 !important;
    font-size: 0.85rem;
  }
  #shopping-cart-table tr.tr-item-info .td-qty:before {
    padding-bottom: unset;
  }
  #shopping-cart-table tr.tr-item-info .td-qty input {
    padding: 0;
    width: 45px;
  }
  #shopping-cart-table tr.tr-item-info .td-subtotal {
    grid-area: subtotal;
    width: auto;
    text-align: right;
    padding-top: .5em !important;
    padding-right: 1.5em !important;
    border-top: solid 1px #d0dae1;
    border-bottom: solid 1px #d0dae1;
    border-right: solid 1px #d0dae1;
    /*div {
                    padding-top: .5em;
                }*/
  }
  #shopping-cart-table tr.tr-item-info .td-subtotal[data-th] {
    font-weight: 400 !important;
    font-size: 0.85rem;
  }
  #shopping-cart-table tr.tr-item-info .td-subtotal:before {
    display: none;
    padding-bottom: unset;
    text-align: right;
  }
  #shopping-cart-table tr.tr-item-info .product__availability {
    position: absolute;
    left: -175px;
    bottom: -15px;
    z-index: 1;
  }
  #shopping-cart-table tr.tr-item-info .collapse-details {
    position: absolute;
    top: -2.1em;
    right: 0;
  }
  #shopping-cart-table tr.tr-item-info.open-details {
    margin-bottom: unset;
  }
  #shopping-cart-table tr.tr-item-info.open-details td {
    border-bottom: unset;
  }
  #shopping-cart-table tr.tr-item-info.open-details .td-subtotal:before {
    content: attr(data-th);
    display: block;
    text-align: right;
    font-weight: 600;
  }
  #shopping-cart-table tr.tr-item-info.open-details .td-subtotal span.price-including-tax {
    font-size: unset;
  }
  #shopping-cart-table tr.tr-item-info.open-details .td-subtotal span.price-including-tax .cart-price .price {
    font-weight: 700;
    font-size: 1.4rem;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item {
    max-height: unset;
    height: unset;
    display: grid;
    grid-template-columns: 100px .9fr .6fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "thumbnail accessories accessories accessories" "artno price qty subtotal";
  }
  #shopping-cart-table tr.tr-item-info-wheel-item td:not(.td-thumbnail, .td-accessories)[data-th] {
    font-weight: 400 !important;
    font-size: 0.85rem;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item td:not(.td-thumbnail, .td-accessories)[data-th]:before {
    content: attr(data-th);
    display: block;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-thumbnail {
    grid-area: thumbnail;
    margin-bottom: .7em;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-accessories {
    grid-area: accessories;
    font-size: 1.4rem;
    margin-top: 2.5em;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-accessories .product__availability {
    position: absolute;
    left: -100px;
    bottom: 0;
    margin-bottom: .4em;
    font-size: .85em;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-artno {
    grid-area: artno;
    padding-top: .5em !important;
    padding-left: 1.5em !important;
    border-left: solid 1px #d0dae1;
    border-top: solid 1px #d0dae1;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-price {
    grid-area: price;
    text-align: right;
    border-top: solid 1px #d0dae1;
    padding-top: .5em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-qty {
    grid-area: qty;
    width: unset;
    padding-top: .5em !important;
    border-top: solid 1px #d0dae1 !important;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-subtotal {
    grid-area: subtotal;
    width: unset;
    padding-top: .5em !important;
    padding-right: 1.5em !important;
    border-top: solid 1px #d0dae1;
    border-right: solid 1px #d0dae1;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-subtotal:before {
    text-align: right;
    font-weight: 600;
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .collapse-details {
    position: absolute;
    top: -2.1em;
    right: 0;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item {
    height: unset;
    font-size: 1.2rem;
    border-left: solid 1px #d0dae1;
    border-right: solid 1px #d0dae1;
    padding: 1em 1.5em 1.5em 1.5em;
    display: grid;
    grid-template-columns: 100px .9fr .6fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "indicatorname indicatorname indicatorname indicatorname" "artno price qty subtotal";
    /*". indicatorname";
            "qty artno";*/
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item td:not(:first-child) {
    padding-bottom: 1em;
    color: #a5b3c0;
    border-bottom: solid 1px #a5b3c0;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item td.td-indicator-name {
    grid-area: indicatorname;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item .td-artno {
    grid-area: artno;
    padding-left: unset !important;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item .td-price {
    grid-area: price;
    text-align: right;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item .td-qty {
    grid-area: qty;
    text-align: center;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item .td-subtotal {
    grid-area: subtotal;
    width: unset;
    text-align: right;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item .td-subtotal[data-th]:before {
    display: none;
    text-align: right;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item.last-item {
    border-bottom: solid 1px #d0dae1;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item.last-item td {
    border-bottom: unset;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item.last-item-standard td {
    border-bottom: unset;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item.last-item-accessories td {
    border-bottom: unset;
  }
  #shopping-cart-table tr.tr-item-actions {
    display: flex;
  }
  #shopping-cart-table tr.tr-item-actions .td-empty,
  #shopping-cart-table tr.tr-item-actions .td-details {
    display: none;
  }
  #shopping-cart-table tr.tr-item-actions .td-toolbar span.price {
    font-size: 1.4rem;
    color: #343a40 !important;
  }
  #shopping-cart-table tr.tr-item-actions.open-details {
    margin-bottom: 2em;
    padding-left: 0.5em;
    padding-right: 1.1em;
    border-left: solid 1px #d0dae1;
    border-right: solid 1px #d0dae1;
    border-bottom: solid 1px #d0dae1;
  }
}
@media screen and (max-width: 768px) {
  #shopping-cart-table tr.tr-item-info {
    grid-template-columns: 100px .9fr .6fr 1fr;
  }
  #shopping-cart-table tr.tr-item-info .product__availability {
    left: -100px;
  }
}
#opc-sidebar .minicart-items .product-item .product-item-details.border-bottom {
  padding-bottom: 1.5em;
}
#opc-sidebar .minicart-items .product-item:last-child .product-item-details {
  border-bottom: 0 !important;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main,
.firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main,
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content,
.firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
  max-width: 1540px !important;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout #checkout select,
body.firecheckout .modal-custom select,
body.firecheckout .modal-popup select,
body.firecheckout #checkout textarea,
body.firecheckout .modal-custom textarea,
body.firecheckout .modal-popup textarea {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: auto;
  color: #343a40;
  border: solid 1px #f8f9fa;
  border-radius: 0;
  background-color: #f8f9fa;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout #checkout select:focus,
body.firecheckout .modal-custom select:focus,
body.firecheckout .modal-popup select:focus,
body.firecheckout #checkout textarea:focus,
body.firecheckout .modal-custom textarea:focus,
body.firecheckout .modal-popup textarea:focus {
  background-color: #f8f9fa;
  box-shadow: none !important;
  border: solid 1px #d0dae1;
}
body.firecheckout #checkout .opc-wrapper .opc > li,
body.firecheckout #checkout .opc-sidebar {
  box-shadow: none;
  border: 1px solid #d0dae1;
  border-radius: 0;
}
body.firecheckout #checkout .opc-wrapper .step-title,
body.firecheckout #checkout .opc-block-summary > .title,
body.firecheckout #checkout .opc-sidebar .step-title {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-style: italic;
  font-family: "Now";
  text-transform: uppercase;
  color: #000000;
}
body.firecheckout #checkout .opc-wrapper .step-title:first-child,
body.firecheckout #checkout .opc-block-summary > .title:first-child,
body.firecheckout #checkout .opc-sidebar .step-title:first-child {
  margin-top: 0;
}
body.firecheckout #checkout .opc-wrapper .step-title:last-child,
body.firecheckout #checkout .opc-block-summary > .title:last-child,
body.firecheckout #checkout .opc-sidebar .step-title:last-child {
  margin-bottom: 0;
}
body.firecheckout #checkout input[type="radio"] + label {
  vertical-align: inherit !important;
}
body.firecheckout .opc-block-summary > .place-order:last-child .actions-toolbar {
  margin-left: 0;
  margin-right: 0;
}
body.firecheckout .opc-sidebar .opc-block-summary {
  padding: 40px;
  background: #f6f6f6;
}
body.firecheckout .opc-block-summary .table-totals {
  margin: 5px 0 50px;
}
body.firecheckout .opc-block-summary .table-totals tbody {
  display: flex;
  flex-direction: column;
}
body.firecheckout #checkout .opc-block-summary .table-totals tbody {
  border-top: none;
}
body.firecheckout .opc-block-summary .table-totals th {
  text-transform: uppercase;
  width: 100%;
}
body.firecheckout .opc-block-summary .table-totals tr.grand.totals {
  margin: 0 0 25px 0;
}
body.firecheckout #checkout [data-collapsible="true"] [role="tab"][aria-expanded="true"] .action-toggle:after {
  transform: rotate(90deg);
  top: -3px;
}
body.firecheckout.fc-form-tooltips #checkout .opc-sidebar:not(.fc-size-xs) .discount-code .actions-toolbar .action,
body.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .actions-toolbar .action {
  margin: 0;
  border-radius: 0;
}
body.firecheckout .opc-block-summary .product-item .product-item-name-block {
  padding-right: 25px;
}
body.firecheckout .firecheckout-header .header {
  padding: 10px 20px;
}
body.fc-form-tooltips.firecheckout #checkout .field div.warning,
body.fc-form-tooltips.firecheckout .modal-custom .field div.warning,
body.fc-form-tooltips.firecheckout .modal-popup .field div.warning,
body.fc-form-tooltips.firecheckout #checkout .field div.mage-error,
body.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error,
body.fc-form-tooltips.firecheckout .modal-popup .field div.mage-error,
body.fc-form-tooltips.firecheckout #checkout .field div.field-error,
body.fc-form-tooltips.firecheckout .modal-custom .field div.field-error,
body.fc-form-tooltips.firecheckout .modal-popup .field div.field-error {
  top: 12px;
}
.firecheckout #checkout .opc-wrapper .action-select-shipping-item {
  bottom: 15px;
}
body.firecheckout .form-shipping-address .fieldset div.field > .label,
body.firecheckout .payment-method .fieldset div.field > .label,
body.firecheckout #checkout .form-login .fieldset div.field > .label,
body.firecheckout #maincontent .block-authentication .fieldset div.field > .label,
body.firecheckout #checkout .checkout-shipping-address .fieldset div.field > .label,
body.firecheckout #checkout .checkout-billing-address .fieldset div.field > .label,
body.firecheckout .form-shipping-address .fieldset.address > div.field > .label,
body.firecheckout .payment-method .fieldset.address > div.field > .label,
body.firecheckout #checkout .form-login .fieldset.address > div.field > .label,
body.firecheckout #maincontent .block-authentication .fieldset.address > div.field > .label,
body.firecheckout #checkout .checkout-shipping-address .fieldset.address > div.field > .label,
body.firecheckout #checkout .checkout-billing-address .fieldset.address > div.field > .label {
  text-transform: uppercase;
}
body.firecheckout #checkout .opc-wrapper .checkout-shipping-address .addresses .control:after {
  background: unset;
}
body.firecheckout .items-in-cart > .minicart-items::after {
  display: none;
}
body.firecheckout #checkout .opc-wrapper .step-content > * + .form-shipping-address {
  margin-top: 15px;
}
body.firecheckout #checkout .opc-wrapper .form-login {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
body.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row {
  margin: 0;
}
body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
  margin: 30px auto 30px 0;
}
body.firecheckout #checkout .opc-wrapper .opc > li,
body.firecheckout #checkout .opc-sidebar {
  padding: 20px;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle:after {
  width: 10px;
  height: 10px;
  top: 0;
  content: '»';
  transform: unset;
  border-style: none;
  border-width: 0;
  line-height: 9px;
  margin: 0;
}
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong {
  color: #000000;
  cursor: default;
  text-transform: none;
  margin-left: 45px;
}
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong > * + *,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong > * + * {
  font-weight: 400 !important;
}
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong:after,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong:after {
  display: none;
}
.firecheckout .items-in-cart > .minicart-items {
  display: block !important;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: #f8f9fa;
  margin: 0;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  background: #f8f9fa;
}
body.firecheckout .checkout-billing-address button.action-update,
body.firecheckout .actions-toolbar button.action-update {
  border-color: #f8f9fa;
  background: #f8f9fa;
  padding: 7px 15px;
  border-radius: 0;
}
body.firecheckout .checkout-billing-address button.action-update:hover,
body.firecheckout .actions-toolbar button.action-update:hover {
  border-color: #f8f9fa;
  background: #f8f9fa;
  padding: 7px 15px;
  border-radius: 0;
}
.fc-form-tooltips.firecheckout #checkout .field div.field-error {
  top: 12px;
}
body.firecheckout.is-btob #checkout .opc-block-summary tr.totals-tax {
  display: table-row;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: #d0dae1;
}
body.firecheckout .shipping-address-item.not-selected-item {
  border: 1px solid #d0dae1;
  margin: 0;
}
body.firecheckout .checkout-payment-method .payment-method-content {
  padding: 0;
}
body.firecheckout .field-tooltip .field-tooltip-action {
  top: -5px;
  position: relative;
}
body.firecheckout .opc-block-summary .table-totals tr.totals:first-child {
  margin-top: 10px;
}
body.firecheckout .opc-block-summary .table-totals tr.grand.totals {
  border-top: 1px solid #a5b3c0;
}
body.firecheckout .opc-block-summary .table-totals tr.totals.shipping.incl {
  margin-bottom: 30px;
}
.firecheckout .firecheckout-header {
  border-bottom: 1px solid #a5b3c0;
}
.firecheckout .firecheckout-header .header .logo img {
  width: 10rem;
  height: auto;
}
.firecheckout .page-main > .page-title-wrapper .page-title {
  font-size: 45px;
}
.firecheckout .modal-content {
  border: none;
}
.firecheckout .opc-block-summary > .title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.firecheckout .opc-block-summary > .title:before {
  color: #000000;
  font-size: 24px;
}
.firecheckout .place-order {
  max-width: 450px;
  margin: 0 auto;
}
.firecheckout .place-order .place-order .actions-toolbar .primary .action {
  font-size: 1.2em;
}
.firecheckout .payment-group div.payment-method:first-child {
  top: unset;
  position: unset;
}
.firecheckout .payment-group .payment-method {
  position: relative;
}
body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
  width: 50%;
  padding: 0;
}
body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper .step-title {
  display: inline-block;
}
body.firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
  width: 45%;
  padding: 0;
  margin: 0 0 0 5%;
  border: none;
}
body.firecheckout.firecheckout-col1-set #checkout .opc-sidebar .firecheckout-content-below-order-summary {
  margin: 15px 0 50px;
  text-align: center;
}
body.firecheckout.firecheckout-col1-set #checkout .note {
  font-size: 14px;
  color: #000000;
}
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper {
  display: inline-block;
  float: right;
  margin: 6px 0 6px;
}
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle {
  background: transparent;
  padding: 0;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle:before {
  font-size: 16px;
  color: #000000;
  margin: 0 5px 0 0;
}
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle:hover,
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle:focus {
  background: transparent;
  padding: 0;
  color: #000000;
}
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle:hover:before,
body.firecheckout.firecheckout-col1-set #maincontent .authentication-wrapper .action-auth-toggle:focus:before {
  color: #000000;
}
aside.modal-custom.authentication-dropdown.custom-slide._show {
  background: #f8f9fa;
}
aside.modal-custom.authentication-dropdown.custom-slide._show .modal-header {
  border: none;
}
aside.modal-custom.authentication-dropdown.custom-slide._show .block.block-customer-login .block-content .actions-toolbar .primary .action-login {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  background: #f8f9fa;
  font-weight: 700;
}
.firecheckout #maincontent .block-authentication .actions-toolbar,
.firecheckout #checkout .checkout-shipping-address .actions-toolbar {
  padding: 0;
}
.firecheckout.checkout-index-index .modal-popup .modal-inner-wrap,
.firecheckout.checkout-index-index .modal-custom:not(.opc-sidebar) .modal-inner-wrap {
  border-radius: 0;
  box-shadow: none;
}
.firecheckout .actions-toolbar button.action.login.primary {
  border-radius: 0;
  background: #f8f9fa;
  border-color: #f8f9fa;
}
.firecheckout #checkout .fieldset.address .field.fc-dirty[name="shippingAddress.region_id"] {
  width: 50%;
}
.firecheckout .form-login .actions-toolbar {
  display: flex;
  align-items: center;
}
.firecheckout .actions-toolbar .secondary a.action.remind {
  margin: 0;
}
.firecheckout.checkout-index-index .checkout-shipping-address button {
  border: none;
  border-radius: 0;
  background: #f8f9fa;
  color: #a5b3c0;
}
.firecheckout.checkout-index-index .checkout-shipping-address button:hover,
.firecheckout.checkout-index-index .checkout-shipping-address button:focus,
.firecheckout.checkout-index-index .checkout-shipping-address button:active {
  border: none;
  border-radius: 0;
  background: #f8f9fa;
  color: #a5b3c0;
}
.firecheckout.checkout-index-index .modal-inner-wrap .action-close {
  border: none;
}
.firecheckout.checkout-index-index .modal-inner-wrap .action-close:focus {
  border: none;
  background: transparent;
}
.firecheckout.checkout-index-index .modal-popup .modal-title {
  border-bottom: none;
}
.firecheckout.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.firecheckout.checkout-index-index .modal-popup .modal-footer button {
  font-size: 16px;
  padding: 7px 15px;
  border-width: 0;
  border-radius: 0;
  border-color: #f8f9fa;
  background: #f8f9fa;
  color: #a5b3c0;
  text-transform: uppercase;
  font-weight: 700;
}
.firecheckout.checkout-index-index .modal-popup .modal-footer button:hover,
.firecheckout.checkout-index-index .modal-popup .modal-footer button:active,
.firecheckout.checkout-index-index .modal-popup .modal-footer button:focus {
  border-width: 0;
  border-radius: 0;
  border-color: #f8f9fa;
  background: #f8f9fa;
  color: #a5b3c0;
  text-decoration: none;
}
.checkout-pay-safe {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 10px 0;
  font-weight: 700;
}
#checkout-datenschutz-wrapper {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 2px 4px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#checkout-datenschutz-wrapper input {
  margin: 0 15px 0 0;
}
#checkout-datenschutz-wrapper label {
  margin: 0;
}
#checkout-datenschutz-wrapper label a {
  border-bottom: 1px solid #000000;
}
#checkout-datenschutz-wrapper label a:hover {
  color: #000000;
}
#checkout-datenschutz-wrapper.checkbox-trigger {
  border: solid 1px #dd2020;
}
.firecheckout #checkout ._error input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-custom ._error input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-popup ._error input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout #checkout ._error select,
.firecheckout .modal-custom ._error select,
.firecheckout .modal-popup ._error select,
.firecheckout #checkout ._error textarea,
.firecheckout .modal-custom ._error textarea,
.firecheckout .modal-popup ._error textarea {
  border-color: #dd2020;
}
.firecheckout-content-below-place-order {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opc-block-summary tr.totals.sub {
  border-top: 1px solid #a5b3c0;
}
.opc-block-summary tr.totals.shipping.excl {
  border-bottom: 1px solid #a5b3c0;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.opc-block-summary .product-item .subtotal {
  margin: -2px 0 0 0;
}
.opc-block-summary .product-item .price {
  font-size: 14px;
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
  float: none;
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-address-info {
  font-size: 14px;
  display: flex;
}
.custom-address-info:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
}
.custom-address-info:before {
  font-size: 16px;
  margin: 0 10px 0 0;
}
.address-information-wrapper {
  background: #f6f6f6;
  padding: 20px;
}
body.firecheckout #opc-sidebar .opc-block-summary div.title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
body.firecheckout #opc-sidebar .opc-block-summary div.title:before {
  margin: 0 20px 0 0;
}
.firecheckout #discount-form .actions-toolbar button {
  color: #a5b3c0;
  border-color: #004f9f;
  background: #f8f9fa;
}
.firecheckout #discount-form .actions-toolbar button:hover {
  background: #f8f9fa;
  border-color: #004f9f;
  color: #a5b3c0;
}
body.fc-form-tooltips.firecheckout #checkout .field div.mage-error {
  top: 12px;
}
.table-checkout-shipping-method tbody td.col.col-price span.price {
  font-weight: 700;
}
.table-checkout-shipping-method tr.row {
  display: table-row;
}
.table-checkout-shipping-method td.col {
  display: table-cell;
  width: auto;
}
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] {
  margin: 0 0 30px 0;
}
.summary-title-hold {
  margin: 0 0 10px 0;
}
.summary-title-hold .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.payment-method-content iframe {
  width: 100% !important;
}
#shipping-new-address-form .field._required[name="shippingAddress.lastname"],
#shipping-new-address-form .field._required[name="shippingAddress.firstname"],
#shipping-new-address-form .field._required[name="shippingAddress.city"],
#shipping-new-address-form .field._required[name="shippingAddress.region_id"],
#shipping-new-address-form .field._required[name="shippingAddress.postcode"],
#shipping-new-address-form .field._required[name="shippingAddress.country_id"] {
  width: 50% !important;
}
#checkout label.label {
  margin: 0 !important;
}
#checkout label.label:after {
  margin: 0 !important;
  color: #000000 !important;
}
.block-collapsible-nav .item .delimiter {
  display: none;
}
.firecheckout .firecheckout-header .header.content {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.firecheckout .store-button-wrapper {
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  color: #a5b3c0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.firecheckout .store-button-wrapper:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.firecheckout .store-button-wrapper:after {
  margin: 0 0 0 10px;
}
.firecheckout .store-button-wrapper a {
  color: #a5b3c0;
}
.firecheckout .opc-block-summary .table-totals .grand strong {
  display: block;
  line-height: 14px;
}
.firecheckout .opc-block-summary .table-totals .grand span.tax-info {
  font-size: 12px;
  color: #a5b3c0;
}
body.firecheckout.logged-in .billing-address-details {
  display: block;
}
body.firecheckout .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0 0 0 15px;
  margin: 0 0 25px 0;
}
span.billing-title-info {
  font-size: 12px;
  color: #a5b3c0;
}
#co-payment-form .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-payment-method #co-payment-form .checkout-billing-address {
  margin: 0;
}
body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper .checkout-billing-address .step-title {
  margin: 0 15px 0 0;
}
body.firecheckout #checkout .opc-block-summary .items-in-cart .product span.toggle span {
  text-transform: none;
  font-weight: 400;
  color: #a5b3c0;
  justify-content: flex-start;
}
body.firecheckout #checkout .opc-block-summary .items-in-cart .product span.toggle span:after {
  color: #a5b3c0;
}
body.firecheckout #checkout .opc-block-summary .items-in-cart .product dt {
  font-weight: 400;
}
@media screen and (max-width: 680px) {
  span.billing-title-info {
    display: block;
    padding: 0 0 20px 0;
  }
  body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper .checkout-billing-address .step-title {
    margin: 0 15px 0 0;
    padding: 0;
  }
}
/* Express-Checkout */
.paypal-express-review .page-title {
  margin: 20px 0 30px 0;
}
.paypal-express-review .block.block-order-details-view {
  margin: 0 0 50px 0;
}
.paypal-express-review .paypal-review.view .block-content {
  display: flex;
}
.paypal-express-review .paypal-review.view .block-content .box {
  flex: 1;
}
.paypal-express-review .paypal-review.view .block-content img {
  margin: 10px 0 20px 0;
}
.paypal-express-review .paypal-review-discount .fieldset,
.paypal-express-review .cart-discount .fieldset {
  width: auto;
  display: flex;
}
.paypal-express-review .paypal-review-discount .actions-toolbar,
.paypal-express-review .cart-discount .actions-toolbar {
  width: auto;
}
.paypal-express-review .paypal-review-discount .block > .title strong,
.paypal-express-review .cart-discount .block > .title strong {
  color: #000000;
}
.paypal-express-review .paypal-review .actions-toolbar {
  margin-top: 0;
}
.paypal-express-review .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax {
  color: #000000;
}
.paypal-express-review .block.discount .actions-toolbar .action.primary {
  padding: 0;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border: none;
  margin: 0;
  color: #000000;
  box-shadow: none;
  border-radius: 0;
}
.paypal-express-review .block.discount .actions-toolbar .action.primary span {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.paypal-express-review .block.discount .actions-toolbar .action.primary span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.paypal-express-review .block.discount .actions-toolbar .action.primary span:after {
  color: #a5b3c0;
}
.paypal-express-review .block.discount .actions-toolbar .action.primary:hover {
  background: #f8f9fa;
  border: none;
}
.paypal-express-review .opc-block-summary {
  background: #fff;
}
.paypal-express-review .table tfoot.opc-block-summary > tr:first-child th,
.paypal-express-review .table tfoot.opc-block-summary > tr:first-child td {
  padding-top: 8px;
}
.paypal-express-review .cart.table-wrapper .product-item-name {
  color: #000000;
  margin: 0;
}
.paypal-express-review .paypal-review .paypal-review-title {
  display: flex;
  justify-content: space-between;
}
.paypal-express-review .paypal-review .table-paypal-review-items .col.item {
  width: 100%;
}
.paypal-express-review .paypal-review-discount {
  border: none;
  margin: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .paypal-express-review .block-content {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .paypal-express-review .block-content .box {
    flex-basis: 50%;
  }
  .paypal-express-review .block-content .box-order-shipping-address {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .box.box-order-shipping-address {
    padding: 0 0 0 40px;
  }
  .paypal-express-review .paypal-review-discount .block > .title {
    border: none;
    padding: 10px 40px 10px 0;
  }
  .paypal-express-review .paypal-review-discount .block .content {
    padding: 5px 0 23px;
  }
  .paypal-review .table > tbody > tr > td,
  .paypal-review .table > tbody > tr > th,
  .paypal-review .table > tfoot > tr > td,
  .paypal-review .table > tfoot > tr > th,
  .paypal-review .table > thead > tr > td,
  .paypal-review .table > thead > tr > th {
    width: auto;
  }
  #details-table thead {
    display: none;
  }
  .paypal-review .opc-block-summary tr td {
    text-align: right;
  }
  .paypal-express-review .cart.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: unset;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    margin: 0 25px 0 0;
  }
  .paypal-express-review .cart.table-wrapper .item .col.item {
    padding: 15px 15px 10px 0;
    flex-basis: 100%;
    display: flex;
  }
  .paypal-express-review .cart.table-wrapper .col.qty,
  .paypal-express-review .cart.table-wrapper .col.price,
  .paypal-express-review .cart.table-wrapper .col.subtotal,
  .paypal-express-review .cart.table-wrapper .col.msrp {
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 580px) {
  .paypal-express-review .block-content .box {
    margin: 0 0 40px 0;
    flex-basis: 100%;
  }
  .paypal-express-review .block-content .box.box-order-shipping-address {
    padding: 0;
  }
  .paypal-express-review .block-content .box.box-order-billing-address {
    margin: 0;
  }
  .paypal-express-review div#block-discount {
    align-items: flex-start;
  }
  .paypal-express-review .paypal-review-discount .block > .title {
    padding: 10px 40px 10px 0;
  }
  .paypal-express-review .paypal-review-discount .block .content {
    padding: 5px 0 13px;
  }
  .paypal-express-review .paypal-review .paypal-review-title {
    flex-direction: column;
  }
  .paypal-express-review .paypal-review .paypal-review-title .action {
    display: block;
    margin: 20px 0 0 0;
  }
  .paypal-express-review .cart.table-wrapper .cart tbody td {
    border: 0;
    display: flex;
    justify-content: space-between;
  }
  .paypal-express-review .cart.table-wrapper .col.qty,
  .paypal-express-review .cart.table-wrapper .col.price,
  .paypal-express-review .cart.table-wrapper .col.subtotal,
  .paypal-express-review .cart.table-wrapper .col.msrp {
    padding: 0 8px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .paypal-review-items .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: table;
    width: 100%;
  }
  .paypal-review-items .opc-block-summary tr.totals.sub {
    border-top: none;
  }
  .paypal-review-items .cart.table-wrapper .cart > .item {
    border-bottom: none;
  }
}
@media screen and (max-width: 1280px) {
  body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
  }
  body.firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.payment-method .action-help {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.payment-method .action-help:hover {
  opacity: 1;
}
.payment-method .action-help:not(.text-white) {
  color: #57616b !important;
}
.payment-method-note {
  font-size: 0.85rem;
  color: #a5b3c0;
}
body.firecheckout #checkout .opc-wrapper #msp-recaptcha-checkout-paypal-form-wrapper input.required-captcha,
body.firecheckout #checkout .opc-wrapper #msp-recaptcha-checkout-login-wrapper input.required-captcha {
  visibility: hidden;
  display: none;
}
/* Order success page street society banner */
.checkout-onepage-success .success-teaser-container {
  display: none !important;
}
.productfinder {
  /* att-button styles */
  /* Custom modal rim approval type info styles */
}
.productfinder .image-gallery-container {
  /*text-align: right;*/
}
.productfinder .bbs-ultimate {
  position: sticky;
  top: 0em;
}
.productfinder .sticky-container {
  top: 1em;
  margin-bottom: 2em;
}
.productfinder .sticky-container #bbsImageContainer {
  cursor: pointer !important;
  user-select: none;
}
.productfinder .sticky-container #bbsImageContainer.grabbing {
  cursor: pointer !important;
}
.productfinder .sticky-container #bbsImageContainer.preload {
  filter: blur(5px);
}
.productfinder .sticky-container #bbsImageContainer > div {
  position: relative;
}
.productfinder .sticky-container #bbsImageContainer > div .bbs-main-image {
  max-height: 100%;
  display: block;
}
.productfinder .sticky-container #bbsImageContainer > div .bbs-overlay-image {
  position: absolute;
  max-height: 100%;
  left: 0px;
  top: 5px;
  margin-top: -5px;
  display: block;
}
.productfinder .sticky-container #bbsImageContainer > div .bbs-overlay-image.bronze {
  filter: brightness(0.3);
}
.productfinder .sticky-container .progress {
  margin: 0 auto;
  width: 50%;
  height: 1rem;
  background: transparent;
  box-shadow: none;
}
.productfinder .sticky-container .progress .progress-bar {
  min-width: 2em;
}
.productfinder .sticky-container .button--enlarge-image {
  margin: 0;
  font-size: 0.85rem;
  text-align: right;
}
.productfinder .sticky-container .button--enlarge-image.rims {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .productfinder .sticky-container .button--enlarge-image.car-image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .productfinder .sticky-container .button--enlarge-image.car-image {
    bottom: 0;
  }
}
.productfinder .sticky-container ul.nav {
  padding-right: 0;
}
.productfinder .sticky-container ul.nav li a {
  font-family: 'WorkSans-Bold', arial, sans-serif;
  color: #d0dae1;
  text-transform: uppercase;
}
.productfinder .sticky-container ul.nav li a span {
  padding-bottom: 0.3em;
}
.productfinder .sticky-container ul.nav li a.active {
  color: #000000;
}
.productfinder .sticky-container ul.nav li a.active span {
  border-bottom: 3px solid #000000;
}
.productfinder .sticky-container ul.nav li:last-child {
  margin-right: 0;
}
.productfinder .image-gallery__big-image-container {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 3em;
  position: relative;
}
.productfinder .image-gallery__big-image-container.standard-wheels {
  justify-content: center;
}
.productfinder .image-gallery__big-image-container.standard-wheels .big-image {
  height: 100%;
  /*img {
                max-width: 560px;
                max-height: 560px;
            }*/
}
.productfinder .image-gallery__big-image-container .big-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60vw;
}
@media screen and (min-width: 768px) {
  .productfinder .image-gallery__big-image-container .big-image {
    height: 400px;
  }
}
.productfinder .image-gallery__big-image-container .big-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
}
.productfinder .image-gallery__big-image-container .big-image-video {
  text-align: center;
  width: 80%;
  display: inline-flex !important;
}
.productfinder .image-gallery__big-image-container .big-image-video iframe {
  height: 39.375vw;
  width: 70vw;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .productfinder .image-gallery__big-image-container .big-image-video iframe {
    width: 100%;
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .productfinder .image-gallery__big-image-container .big-image-video iframe {
    height: 17vw;
  }
}
@media screen and (min-width: 1540px) {
  .productfinder .image-gallery__big-image-container .big-image-video iframe {
    height: 280px;
  }
}
.productfinder .image-gallery__big-image-container .picturetext {
  color: #d0dae1;
  font-size: 0.85rem;
}
.productfinder .image-gallery__big-image-container .blured {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.productfinder .image-gallery__big-image-container .opacity-0 {
  opacity: 0;
}
.productfinder .image-gallery-container .button-prev,
.productfinder .image-gallery-modal .button-prev,
.productfinder .image-gallery-container .button-next,
.productfinder .image-gallery-modal .button-next {
  color: #d0dae1;
  cursor: pointer;
  position: relative;
  font-size: 1em;
  padding: 1em;
  margin: auto;
  user-select: none;
  display: inline-block;
}
.productfinder .image-gallery-container .button-prev:before,
.productfinder .image-gallery-modal .button-prev:before,
.productfinder .image-gallery-container .button-next:before,
.productfinder .image-gallery-modal .button-next:before,
.productfinder .image-gallery-container .button-prev:after,
.productfinder .image-gallery-modal .button-prev:after,
.productfinder .image-gallery-container .button-next:after,
.productfinder .image-gallery-modal .button-next:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productfinder .image-gallery-container .button-prev:before,
.productfinder .image-gallery-modal .button-prev:before,
.productfinder .image-gallery-container .button-next:before,
.productfinder .image-gallery-modal .button-next:before {
  content: "\e910";
}
.productfinder .image-gallery-container .button-prev.disabled,
.productfinder .image-gallery-modal .button-prev.disabled,
.productfinder .image-gallery-container .button-next.disabled,
.productfinder .image-gallery-modal .button-next.disabled {
  opacity: 0.4;
  cursor: default;
}
.productfinder .image-gallery-container .button-prev,
.productfinder .image-gallery-modal .button-prev {
  margin-left: 0;
}
.productfinder .image-gallery-container .button-prev:before,
.productfinder .image-gallery-modal .button-prev:before {
  display: block;
  transform: rotate(180deg);
}
.productfinder .image-gallery-container .button-next,
.productfinder .image-gallery-modal .button-next {
  margin-right: 0;
}
.productfinder .image-gallery-container .picturetext,
.productfinder .image-gallery-modal .picturetext {
  font-size: 0.85rem;
  color: #a5b3c0;
  align-items: baseline;
}
.productfinder .image-gallery-container .picturetext img,
.productfinder .image-gallery-modal .picturetext img {
  margin-right: 2em;
}
.productfinder .image-gallery-container .picturetext .icon-360-grad,
.productfinder .image-gallery-modal .picturetext .icon-360-grad {
  font-weight: 900;
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder .image-gallery-modal .button-next,
.productfinder .image-gallery-modal .button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #343a40;
}
.productfinder .image-gallery-modal .button-prev {
  left: 1em;
}
.productfinder .image-gallery-modal .button-next {
  right: 1em;
}
.productfinder .image-gallery__navigation-container:not(.two-rows) .button-prev,
.productfinder .image-gallery__navigation-container:not(.two-rows) .button-next {
  margin: 20px auto auto!important;
}
.productfinder .button--enlarge-image {
  cursor: pointer;
  margin: 3em 2em 0 2em;
  font-size: 0.7rem;
  color: #57616b;
  display: none;
}
.productfinder .button--enlarge-image .full-screen {
  border: 2px solid #57616b;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.productfinder .button--enlarge-image .full-screen:before,
.productfinder .button--enlarge-image .full-screen:after {
  content: '';
  position: absolute;
  background: #fff;
}
.productfinder .button--enlarge-image .full-screen:before {
  width: 6px;
  height: 20px;
  left: 5px;
  top: -2px;
}
.productfinder .button--enlarge-image .full-screen:after {
  width: 20px;
  height: 6px;
  top: 5px;
  left: -2px;
}
@media screen and (min-width: 0px) {
  .productfinder .button--enlarge-image {
    display: block;
  }
}
.productfinder .image-gallery__navigation-container {
  display: flex;
  text-align: left;
  margin-top: 2em;
}
.productfinder .image-gallery__hide-scroll {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.productfinder .image-gallery__hide-scroll::-webkit-scrollbar {
  /* For Chrome, Safari, and Opera */
  width: 0px;
  height: 0px;
}
.productfinder .image-gallery__thumbnails-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.productfinder .image-gallery__thumbnails-container:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.productfinder .image-gallery__thumbnails {
  position: relative;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.productfinder .image-gallery__thumbnails::-webkit-scrollbar {
  /* For Chrome, Safari, and Opera */
  width: 0px;
  height: 0px;
}
.productfinder .image-gallery__thumbnails-row {
  margin-bottom: 0;
  font-size: 0;
}
.productfinder .image-gallery__thumbnails-row:first-of-type {
  margin-top: 0;
}
.productfinder .image-gallery__thumbnails-row:last-of-type {
  margin-bottom: 0;
}
.productfinder .image-gallery__thumbnail {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  width: 95px;
  height: 95px;
  margin: .35em;
  vertical-align: top;
  border: solid 1px #d0dae1;
  cursor: pointer;
}
.productfinder .image-gallery__thumbnail.active {
  border-color: #fcdb16;
}
.productfinder .image-gallery__thumbnail:last-child {
  margin-right: 4rem;
}
.productfinder .image-gallery__thumbnail img {
  max-width: 100%;
  margin: auto;
  width: auto;
  max-height: 100%;
  height: auto;
}
.productfinder .image-gallery__thumbnail .video-thumbnail {
  position: relative;
  margin: auto;
}
.productfinder .image-gallery__thumbnail .video-thumbnail i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 0.85rem;
  margin: auto;
  color: white;
}
.productfinder .custom-modal.image-gallery-modal {
  text-align: center;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog {
  margin: auto;
  max-width: none;
  width: auto;
  display: inline-block;
  right: inherit;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content {
  height: 100vh;
  margin: 0;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content .button-next,
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content .button-prev {
  height: 1.5em;
  padding: 0;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content .custom-modal-bottom {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content .custom-modal-bottom .picturetext {
  font-size: 0.85rem;
  color: #d0dae1;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog .modal-content .custom-modal-bottom .image-index {
  float: right;
  text-align: right;
  color: #343a40;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog img {
  max-height: 90%;
  max-width: 90%;
  max-height: calc(-2em + 100%);
  max-width: calc(-4em + 100%);
  margin: auto;
  width: auto;
  height: auto;
}
.productfinder .custom-modal.image-gallery-modal .modal-dialog iframe {
  max-height: 90%;
  max-width: 90%;
  max-height: calc(-4em + 100%);
  max-width: calc(-4em + 100%);
  margin: 0 auto;
  width: 150vh;
  height: 100%;
}
.productfinder .custom-modal.modal-bbs {
  background: #ffffff;
  overflow-y: hidden;
}
.productfinder .custom-modal.modal-bbs .custom-modal-header {
  margin: unset;
  display: flex;
  align-items: center;
}
.productfinder .custom-modal.modal-bbs .custom-modal-header span:first-child {
  flex-grow: 1;
  text-align: center;
}
.productfinder .custom-modal.modal-bbs .custom-modal-header span:first-child img {
  margin-left: 28px;
}
.productfinder .custom-modal.modal-bbs .modal-dialog {
  margin: unset;
  width: unset;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content {
  height: 100dvh;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .custom-modal-header .icon-360-grad {
  font-weight: 900;
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container {
  position: relative;
  top: unset;
  margin-bottom: unset;
  height: 92vh;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .big-car-image--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container #bbsImageContainer {
  display: flex;
  justify-content: center;
  user-select: none;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container #bbsImageContainer > div {
  height: 92vh;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .button-left,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .button-right {
  position: absolute;
  top: 45%;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .button-left {
  left: 0;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .button-right {
  right: 0;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 3em;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  border: 1px solid #f8f9fa;
  border-radius: 3vmin;
  font-size: 0.85rem;
  line-height: .85;
  background: #ffffff;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .car-info {
  cursor: pointer;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right {
  display: inline-block;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up:after,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down:after,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left:after,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right:before {
  content: "\e910";
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right:before {
  content: "\e90e";
  font-size: 0.7rem;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-up {
  transform: rotate(-90deg);
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-down {
  transform: rotate(90deg);
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left:before,
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-right:before {
  content: "\e90f";
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .arrow-left {
  transform: rotate(180deg);
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .control-container {
  display: flex;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar .control-container .color-point {
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border-radius: 3vmin;
  cursor: pointer;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar input[type="range"] {
  -webkit-appearance: none;
  height: 2px;
  width: 8vw;
  background: #f8f9fa;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar input[type="range"]:focus {
  outline: none;
  box-shadow: none;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 20px;
  border-radius: 0;
  background: #1b50a1;
  cursor: ew-resize;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 20px;
  border-radius: 0;
  background: #1b50a1;
  cursor: ew-resize;
}
.productfinder .custom-modal.modal-bbs .modal-dialog .modal-content .sticky-container .controls-n-text .bar input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.productfinder .image-gallery-container--mobile {
  margin-bottom: 2em;
}
.productfinder .image-gallery-container--mobile .image-index {
  color: #d0dae1;
}
.productfinder .image-gallery-container--mobile .image-gallery__big-image-container {
  margin-bottom: 0;
}
.productfinder .image-gallery-container--mobile .image-gallery__big-image-container.standard-wheels-mobile {
  justify-content: center;
}
.productfinder .image-gallery-switcher {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.productfinder .button--switch-gallery {
  flex-grow: 1;
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  background: #d0dae1;
  color: #343a40;
  padding: 1em;
  display: inline-block;
}
.productfinder .button--switch-gallery:hover {
  opacity: 1;
}
.productfinder .button--switch-gallery.active,
.productfinder .button--switch-gallery.selected,
.productfinder .button--switch-gallery.active:hover,
.productfinder .button--switch-gallery.selected:hover {
  cursor: default;
  background: #fcdb16;
  color: #ffffff;
}
.productfinder .button--switch-gallery:nth-child(n+2) {
  margin-left: 1em;
}
.productfinder #user-selects-rim-your-style {
  max-width: 744px;
  margin-top: 1em;
}
.productfinder #user-selects-rim-your-style h4 {
  margin: 0 auto 1em 0;
  text-transform: none;
}
.productfinder #user-selects-rim-your-style .nav-tabs.nav {
  border-bottom: 1px solid #d0dae1;
}
.productfinder #user-selects-rim-your-style .nav-tabs.nav .tab {
  padding-right: 2rem;
  margin-bottom: 0;
}
.productfinder #user-selects-rim-your-style .nav-tabs.nav .tab a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 0.85rem;
  border-bottom: 2px solid transparent ;
  white-space: nowrap;
}
.productfinder #user-selects-rim-your-style .nav-tabs.nav .tab a.active {
  top: 0;
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .productfinder #user-selects-rim-your-style .nav-tabs.nav .tab a {
    font-size: 0.6rem;
  }
}
.productfinder #user-selects-rim-your-style .content {
  width: 100%;
  font-size: 0.85rem;
  padding: 1rem 0 0 .2rem;
  /*@media screen and (min-width: 992px) and (max-width: 1400px) {
			.rim-colors {
				display: block;
			}
		}*/
}
.productfinder #user-selects-rim-your-style .content > .tab-pane {
  display: none;
}
.productfinder #user-selects-rim-your-style .content > .tab-pane.active {
  display: block;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-text {
  color: #d0dae1;
  line-height: .75;
  font-size: 0.85rem !important;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip {
  color: #d0dae1;
  line-height: .75;
  cursor: pointer;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip:hover .tip-wrapper {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip .tip-wrapper {
  display: none;
  text-align: left;
  background-color: #ffffff;
  padding: .5rem;
  width: 300px;
  position: absolute;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  left: 5.7rem;
  bottom: -.2rem;
  color: #d0dae1;
  font-size: .75rem;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip .tip-wrapper {
    bottom: 1rem;
  }
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip .tip-wrapper:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  left: 2rem;
  top: -12px;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip svg g g path,
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip svg g g circle {
  stroke: #d0dae1;
}
.productfinder #user-selects-rim-your-style .content .info-text-tooltip .info-tooltip svg g ellipse {
  fill: #d0dae1;
}
.productfinder #user-selects-rim-your-style .content .your-style {
  overflow-x: auto;
  --scrollbarBG: #ffffff;
  --thumbBG: #d0dae1;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.productfinder #user-selects-rim-your-style .content .your-style::-webkit-scrollbar {
  width: .3em;
  height: .3em;
}
@media screen and (min-width: 992px) {
  .productfinder #user-selects-rim-your-style .content .your-style::-webkit-scrollbar {
    height: .8em;
  }
}
.productfinder #user-selects-rim-your-style .content .your-style::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.productfinder #user-selects-rim-your-style .content .your-style::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
}
.productfinder #user-selects-rim-your-style .content .your-style.not-at-right:after,
.productfinder #user-selects-rim-your-style .content .your-style.not-at-left:before {
  content: '';
  height: 104px;
  width: 4em;
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.productfinder #user-selects-rim-your-style .content .your-style.not-at-right:after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
}
.productfinder #user-selects-rim-your-style .content .your-style.not-at-left:before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"] {
  position: relative;
  width: 104px;
  height: 104px;
  cursor: pointer;
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"] img {
  display: block;
  max-width: unset;
  top: 0;
  width: 100px;
  height: 100px;
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"] img.bbs-main-image {
  position: relative;
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"] img.bbs-overlay-image {
  position: absolute;
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"]:not(.active) {
  border: solid 2px #f8f9fa;
}
.productfinder #user-selects-rim-your-style .content .your-style div [id^="bbsImageContainer-"].active {
  border: solid 2px #000000;
}
.productfinder #user-selects-rim-your-style .content .your-style .new-style-button {
  background: #f8f9fa;
  cursor: pointer;
}
.productfinder #user-selects-rim-your-style .content .your-style .new-style-button div {
  width: 104px;
  height: 104px;
  font-size: 3rem;
  color: #d0dae1;
}
.productfinder #user-selects-rim-your-style .content .style-selection {
  margin-top: 1rem;
  color: #d0dae1;
  font-size: 0.75em;
}
.productfinder #user-selects-rim-your-style .content .collision-protection {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: solid 1px #cacaca;
  position: relative;
}
.productfinder #user-selects-rim-your-style .content .collision-protection img {
  clip-path: inset(0 50% 50% 0);
  transform: scale(2.2);
  top: 50%;
  left: 50%;
  pointer-events: none;
  user-select: none;
}
.productfinder #user-selects-rim-your-style .content .collision-protection img:nth-child(1) {
  position: relative;
}
.productfinder #user-selects-rim-your-style .content .collision-protection img:nth-child(2) {
  position: absolute;
  right: 0;
  z-index: 2;
}
.productfinder #user-selects-rim-your-style .content .rim-logo,
.productfinder #user-selects-rim-your-style .content .rim-bolts {
  display: flex;
  margin-top: .6em;
}
.productfinder #user-selects-rim-your-style .content .rim-logo .circle,
.productfinder #user-selects-rim-your-style .content .rim-bolts .circle {
  position: relative;
  margin-right: 1em;
  /*outline: 1px solid @colorLighter;*/
  border: solid 1px #d0dae1;
  border-radius: 34px;
  display: inline-block;
  cursor: pointer;
}
.productfinder #user-selects-rim-your-style .content .rim-logo .circle.active,
.productfinder #user-selects-rim-your-style .content .rim-bolts .circle.active {
  /*outline: 2px solid @colorDarkest;*/
  border: 2px solid #000000;
}
.productfinder #user-selects-rim-your-style .content .rim-logo .circle.active .inner,
.productfinder #user-selects-rim-your-style .content .rim-bolts .circle.active .inner {
  margin: -1px;
}
.productfinder #user-selects-rim-your-style .content .rim-logo .circle .inner,
.productfinder #user-selects-rim-your-style .content .rim-bolts .circle .inner {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: normal;
  border-radius: 34px;
}
.productfinder #user-selects-rim-your-style .content .rim-bolts {
  display: block;
}
.productfinder #user-selects-rim-your-style .content .rim-bolts > div {
  width: 100%;
  margin-bottom: 1em;
}
.productfinder #user-selects-rim-your-style .content .title-text {
  margin-top: 1em;
}
.productfinder #user-selects-rim-your-style .content .color-text {
  margin-top: 1.3em;
  font-weight: normal;
}
.productfinder #user-selects-rim-your-style .content .custom-text {
  padding-top: 1.5em;
  padding-right: 3em;
  color: #d0dae1;
}
.productfinder #user-selects-rim-your-style .content .custom-text .max-chars {
  margin-top: .5em;
  text-align: right;
  font-weight: normal;
}
.productfinder #user-selects-rim-your-style .content .custom-text .chars-info {
  margin-top: 3em;
  font-weight: normal;
  text-align: justify;
  font-size: 0.85rem;
}
.productfinder #user-selects-rim-your-style .content .next-step {
  margin-top: 2.5em;
  text-transform: uppercase;
  cursor: pointer;
}
.productfinder #user-selects-rim-your-style .content .next-step .rdks-action:before {
  margin-left: .8em;
  content: "\e90e";
}
.productfinder #user-selects-rim-your-style .content .next-step .rdks-action:before,
.productfinder #user-selects-rim-your-style .content .next-step .rdks-action:after {
  font-family: 'dts' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85rem;
}
.productfinder #individualisation .characters-left {
  pointer-events: none;
}
.productfinder #individualisation a:focus {
  box-shadow: none !important;
}
.productfinder #individualisation .individualization-head-link {
  opacity: 1;
}
.productfinder #individualisation .individualization-head-link:hover {
  opacity: 1;
}
.productfinder #individualisation .individualization-head-left {
  border-bottom-right-radius: 33px;
  border: solid 1px #000000;
}
.productfinder #individualisation .individualization-head-right {
  border-top-left-radius: 33px;
}
.productfinder #individualisation .individualization-head-right.bg-white {
  border: solid 1px #ffffff;
}
.productfinder #individualisation .individualization-head-right.bg-light {
  border: solid 1px #f8f9fa;
}
.productfinder #individualisation .individualization-head-right h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.productfinder #individualisation .individualization-head-right span {
  margin-left: .4em;
}
.productfinder #individualisation .individualization-head-right i {
  right: 1.6rem;
}
.productfinder #individualisation a i.fa.fa-caret-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: 0.3s transform ease-in-out;
}
.productfinder #individualisation a.collapsed i.fa.fa-caret-down {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.3s transform ease-in-out;
}
.productfinder #individualisation img.inverted-logo {
  filter: invert(1);
}
.productfinder #individualisation .colorfields .field-container {
  width: 68px;
  height: 45px;
}
.productfinder #individualisation .colorfields .field {
  width: 68px;
  height: 45px;
  background-image: url('../Fwd_Couchconfig/images/farbfelder/gfx_shine.png');
}
.productfinder #individualisation .colorfields .field:hover,
.productfinder #individualisation .colorfields .field.active {
  outline: 3px solid #79ee79;
}
.productfinder #individualisation .colorfieldbox {
  padding: 0 5px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.productfinder #individualisation .colorfieldbox .more-colors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9399999999999999) 100%);
}
.productfinder #individualisation .colorfieldbox .field-container {
  height: 70px;
}
.productfinder #individualisation .colorfieldbox .field {
  background: url('../Fwd_Couchconfig/images/farbfelder/gfx_shine.png') no-repeat center center;
  background-size: cover;
}
.productfinder #individualisation .colorfieldbox .field:hover,
.productfinder #individualisation .colorfieldbox .field.active {
  outline-offset: -3px;
  outline: 3px solid #79ee79;
}
.productfinder #individualisation .springtext {
  white-space: nowrap;
}
.productfinder #individualisation .springtext h5 {
  font-size: 1.5rem;
}
.productfinder #individualisation #collapsespringtext .characters-left {
  right: 1em;
  top: .95em;
}
.productfinder #individualisation #collapsespringcolor .striked-price,
.productfinder #individualisation #collapsespringtext .striked-price {
  color: #a5b3c0;
  font-size: 0.75em;
}
.productfinder #individualisation-rim {
  max-width: 744px;
  min-height: 22em;
}
.productfinder #individualisation-rim h4 {
  margin: 0 auto 1em 0;
}
.productfinder #individualisation-rim .tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #d0dae1;
}
.productfinder #individualisation-rim .tabs .tab {
  flex-basis: calc(5%);
  margin-bottom: 0 !important;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent input[type="radio"] {
  display: none;
  position: relative;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding: 0 0 10px 0;
  color: #d0dae1;
  font-size: 0.85rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .productfinder #individualisation-rim .tabs .tab .tabcontent label {
    font-size: 0.6rem;
  }
}
.productfinder #individualisation-rim .tabs .tab .tabcontent input[id^="tab"]:checked + label {
  color: #000000;
  top: 0;
  border-bottom: 2px solid #000000;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent input[id^="tab"]:checked ~ [id^="tab-content"] {
  z-index: 1;
  /* or display: block; */
  opacity: 1;
  transition: opacity 400ms ease-out;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 900;
  z-index: 0;
  /* or display: none; */
  overflow: hidden;
  padding: .5em 0 2em .2em;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease-out;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content > div:last-child img {
  border: solid 1px #d0dae1;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .collision-protection {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: solid 1px #cacaca;
  position: relative;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .collision-protection img {
  clip-path: inset(0 50% 50% 0);
  transform: scale(2.2);
  top: 50%;
  left: 50%;
  pointer-events: none;
  user-select: none;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .collision-protection img:nth-child(1) {
  position: relative;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .collision-protection img:nth-child(2) {
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-colors {
    display: block;
  }
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-logo,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts {
  display: flex;
  margin-top: .6em;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-logo .circle,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts .circle {
  position: relative;
  margin-right: 1em;
  /*outline: 1px solid @colorLighter;*/
  border: solid 1px #d0dae1;
  border-radius: 34px;
  display: inline-block;
  cursor: pointer;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-logo .circle.active,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts .circle.active {
  /*outline: 2px solid @colorDarkest;*/
  border: 2px solid #000000;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-logo .circle.active .inner,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts .circle.active .inner {
  margin: -1px;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-logo .circle .inner,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts .circle .inner {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: normal;
  border-radius: 34px;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts {
  display: block;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .rim-bolts > div {
  width: 100%;
  margin-bottom: 1em;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .title-text {
  margin-top: 1em;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .color-text {
  margin-top: 1.3em;
  /*font-size: @fontsizeSmall;*/
  font-weight: normal;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .custom-text {
  padding-top: 1.5em;
  padding-right: 3em;
  color: #d0dae1;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .custom-text .max-chars {
  margin-top: .5em;
  text-align: right;
  font-weight: normal;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .custom-text .chars-info {
  margin-top: 3em;
  font-weight: normal;
  text-align: justify;
  font-size: 0.85rem;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .next-step {
  margin-top: 2.5em;
  text-transform: uppercase;
  cursor: pointer;
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .next-step .rdks-action:before {
  margin-left: .8em;
  content: "\e90e";
}
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .next-step .rdks-action:before,
.productfinder #individualisation-rim .tabs .tab .tabcontent .content .next-step .rdks-action:after {
  font-family: 'dts' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile"].custom-modal {
  position: absolute;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content {
  background: #f6f6f6;
  overflow-x: hidden;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content .sticky-container {
  height: 50vh !important;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content .sticky-container #bbsImageContainer > div {
  height: 35vh !important;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content .mobile-individualization-footer .mobile-success {
  font-family: 'WorkSans-Bold', arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content .mobile-individualization-footer .product__shipping {
  text-align: right;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content .mobile-individualization-footer .rim-price-spinner img {
  width: 20px;
  height: 20px;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile {
  max-width: unset;
  min-height: unset;
  border-bottom: unset;
  flex: 1 1 auto !important;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs {
  margin-bottom: 5em;
  border-bottom: unset;
  padding: unset;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .step-text {
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .color-text {
  font-size: .75em;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts {
  display: flex;
  margin-top: .6em;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle {
  position: relative;
  margin-right: 1em;
  border: 1px solid #d0dae1;
  border-radius: 34px;
  display: inline-block;
  cursor: pointer;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle.active,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle.active {
  border: 2px solid #000000;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle.active .inner,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle.active .inner {
  margin: -1px;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle .inner,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle .inner {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: normal;
  font-size: .8em;
  text-align: center;
  border-radius: 34px;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts {
  display: block;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts > div {
  width: 100%;
  margin-bottom: 1em;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 1.6rem;
  padding-right: 1rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:after,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4.5rem;
  pointer-events: none;
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (max-width: 1024px) {
  .productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .tabs {
    display: block;
    justify-content: center;
  }
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .next-step:before,
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .prev-step:before {
  font-family: 'dts' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85rem;
  content: "\e90e";
}
.productfinder div[data-modal-id="rim-individualization-mobile"] .modal-content #individualisation-rim-mobile .prev-step {
  transform: rotate(180deg);
  transform-origin: center;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] {
  /*&.custom-modal {
        position: absolute;
    }*/
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content {
  overflow-x: hidden;
  /*.mobile-individualization-footer {
			.mobile-success {
				font-family: 'WorkSans-Bold',arial,sans-serif;
				font-weight: 700;
				color: @colorLightest;
			}
			.product__shipping {
				text-align: right;
			}
			.rim-price-spinner img {
				width: 20px;
				height: 20px;
			}
		}*/
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .custom-modal-header {
  background: #f6f6f6;
  z-index: 1;
  padding-top: 50px;
  padding-top: 3.125rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .custom-modal-header .custom-close {
  position: absolute;
  width: unset;
  height: unset;
  margin: unset;
  flex-grow: unset;
  text-align: unset;
}
@media screen and (min-width: 768px) {
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .custom-modal-header > span {
    top: 5%;
  }
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .custom-modal-header > span:first-child {
    left: 5%;
  }
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .custom-modal-header > span:last-child {
    right: 5%;
  }
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .sticky-container {
  height: 60dvh !important;
  background: #f6f6f6;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .sticky-container #bbsImageContainer {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content .sticky-container #bbsImageContainer > div {
  height: 50dvh !important;
  z-index: 1;
  pointer-events: none;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content ul.individualization-nav {
  top: 15vh;
  left: 5vw;
  z-index: 10;
  list-style-type: none;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content ul.individualization-nav li:hover {
  cursor: pointer;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content ul.individualization-nav li.active {
  font-weight: 700;
  font-size: 1.2em;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content ul.individualization-nav li.active:before {
  display: inline-block;
  content: '';
  margin-right: .3em;
  width: .15em;
  height: .75em;
  background: #d90000;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile {
  max-width: unset;
  min-height: unset;
  border-bottom: unset;
  flex: 1 1 auto !important;
}
@media screen and (max-width: 992px) {
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs {
  /*margin-bottom: 5em;*/
  border-bottom: unset;
  padding: unset;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .step-title {
  width: 28rem;
  font-size: 26px;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .step-text {
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .color-text {
  font-size: .75em;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts {
  display: flex;
  margin-top: .6em;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle {
  position: relative;
  margin-right: 1em;
  border: 1px solid #d0dae1;
  border-radius: 34px;
  display: inline-block;
  cursor: pointer;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle.active,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle.active {
  border: 2px solid #000000;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle.active .inner,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle.active .inner {
  margin: -1px;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo .circle .inner,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts .circle .inner {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: normal;
  font-size: .8em;
  text-align: center;
  border-radius: 34px;
  white-space: nowrap;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts > div {
  display: inline-block;
  margin-bottom: .5rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts > div:last-child .circle {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts > div {
    margin-bottom: 1rem;
  }
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 1.6rem;
  padding-right: 1rem;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors::-webkit-scrollbar,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo::-webkit-scrollbar,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:after,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo:after,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts:after,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:before,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo:before,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  /* width: 4rem;
                            height: 3rem; */
  width: 64px;
  height: 48px;
  pointer-events: none;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:after,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo:after,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts:after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-colors:before,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-logo:before,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs li[id^="tab"] .rim-bolts:before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (max-width: 1024px) {
  .productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .tabs {
    display: block;
    justify-content: center;
  }
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .next-step:before,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .prev-step:before {
  font-family: 'dts' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85rem;
  font-size: 17px;
  content: "\e90e";
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .next-step:hover,
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .prev-step:hover {
  cursor: pointer;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .prev-step {
  transform: rotate(180deg);
  transform-origin: center;
}
.productfinder div[data-modal-id="rim-individualization-mobile-new"] .modal-content #individualisation-rim-mobile .empty-step {
  width: 14px;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackages-head {
  text-align: center;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackages-head h2 {
  font-size: 36px;
  margin: 0;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackages-head h3 {
  margin: .3em auto;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackages-head a {
  text-decoration: underline;
  font-weight: 700;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .default-spring,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .default-spring {
  background: #f8f9fa;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .default-spring h4,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .default-spring h4 {
  margin: 0 0 .2em 0;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .fa-info-circle,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .fa-info-circle {
  font-size: 0.7rem;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .optional-spring,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .optional-spring {
  margin: 1.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .optional-spring h4,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .optional-spring h4 {
  margin: 0;
  display: inline-block;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .optional-spring .info-icon-overlay,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .optional-spring .info-icon-overlay {
  color: #fcdb16;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .optional-spring__value,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .optional-spring__value {
  color: #000000;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear {
  line-height: 1.2em;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front h5,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front h5,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear h5,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear h5 {
  text-align: left;
  margin: 0;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front .checkbox-styled label,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front .checkbox-styled label,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear .checkbox-styled label,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear .checkbox-styled label {
  margin-bottom: 0;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front .spring-attribute,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front .spring-attribute,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear .spring-attribute,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear .spring-attribute {
  font-weight: 700;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front .package-container,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front .package-container,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear .package-container,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear .package-container {
  background: #f8f9fa;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front .package-container:hover,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front .package-container:hover,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear .package-container:hover,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear .package-container:hover,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-front .package-container.active,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-front .package-container.active,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front #collapsespringpackage-rear .package-container.active,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear #collapsespringpackage-rear .package-container.active {
  background: #bcc6cf;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .spring-color,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .spring-color,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .spring-marking,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .spring-marking {
  margin: 1.5em 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .spring-color h4,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .spring-color h4,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .spring-marking h4,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .spring-marking h4 {
  margin: 0;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .spring-marking__text span,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .spring-marking__text span {
  font-size: 0.85rem;
  font-weight: 700;
  color: #000000;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .characters-left,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .characters-left {
  position: absolute;
  right: 1em;
  top: .95em;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .row--price-button .none-selected,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .row--price-button .none-selected {
  font-size: 0.85rem;
  color: #000000;
  margin-bottom: .5em;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price {
  margin-top: 0 !important;
  display: inline-block;
  align-items: baseline;
  vertical-align: bottom;
  margin-right: .5em;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price .striked-price,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price .striked-price {
  margin-right: .5em;
  display: inline-block;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price .total-price,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price .total-price {
  display: inline-block;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price .shipping,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price .shipping {
  flex: 1 0 100%;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price .shipping .availability,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price .shipping .availability {
  display: none;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  margin-top: auto;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add:hover,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add:hover {
  opacity: 1;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add.disabled,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add.disabled {
  opacity: 0.7;
  cursor: default;
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add.busy,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add,
  .productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add.disabled,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add.disabled,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .button-add [disabled],
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .button-add [disabled] {
  cursor: not-allowed !important;
}
.productfinder .info-icon-overlay {
  left: 12.8rem;
  top: .7rem;
}
.productfinder .custom-checkbox .custom-control-label::before {
  border: solid 2px #d0dae1;
  border-radius: 3px;
  background-color: #ffffff;
}
.productfinder .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fcdb16;
}
.productfinder .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #fcdb16;
}
.productfinder .button-add-to-cart {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  margin: auto 0 0 auto !important;
  text-align: center;
  width: 100%;
}
.productfinder .button-add-to-cart:hover {
  opacity: 1;
}
.productfinder .button-add-to-cart.disabled {
  opacity: 0.7;
  cursor: default;
}
.productfinder .button-add-to-cart.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .productfinder .button-add-to-cart {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 576px) {
  .productfinder .button-add-to-cart {
    width: auto;
  }
}
.productfinder .button-add-to-cart.disabled {
  cursor: not-allowed !important;
  background: #d0dae1 !important;
  border: solid 3px #d0dae1 !important;
}
.productfinder .button-add-to-cart.button-add-to-cart--adding {
  background: #fff !important;
  background: #ffffff;
}
.productfinder .button-add-to-cart.button-add-to-cart--adding .label-add-to-cart {
  visibility: hidden;
}
.productfinder .button-add-to-cart.button-add-to-cart--adding .cart-spinner {
  display: block;
}
.productfinder .button-add-to-cart.button-add-to-cart--added .label-add-to-cart {
  visibility: hidden;
}
.productfinder .button-add-to-cart.button-add-to-cart--added .label-added {
  display: flex;
}
.productfinder .button-add-to-cart.button-add-to-cart--added .label-added .label {
  animation: button-add-to-cart_slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.productfinder .button-add-to-cart.button-add-to-cart--added .label-added .icon {
  animation: button-add-to-cart_slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.productfinder .button-add-to-cart .cart-spinner {
  display: none;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.productfinder .button-add-to-cart .label-added {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.productfinder .button-add-to-cart .label-added .icon {
  margin-right: .5em;
  margin-bottom: .2em;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.productfinder .button-add-to-cart .label-add-to-cart {
  display: block;
}
@keyframes button-add-to-cart_slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  80% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes button-add-to-cart_slide-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
.productfinder .compatible-car-selector {
  background: #f8f9fa;
}
.productfinder .compatible-car-selector .wrapper-select {
  margin-bottom: 1em;
}
.productfinder .compatible-car-selector .wrapper-select img {
  width: 1.3em;
  height: 1.3em;
}
.productfinder .compatible-car-selector .wrapper-select:after {
  background: none;
}
.productfinder .compatible-car-selector .select-vehicle {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
}
.productfinder .compatible-car-selector .select-vehicle:hover {
  opacity: 1;
}
.productfinder .compatible-car-selector .select-vehicle.disabled {
  opacity: 0.7;
  cursor: default;
}
.productfinder .compatible-car-selector .select-vehicle.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .productfinder .compatible-car-selector .select-vehicle {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.productfinder .banner {
  background-color: gray;
  margin: 0 0 2rem 0;
}
.productfinder #product-detail {
  margin-top: 2rem;
}
.productfinder #product-detail .product__title {
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
}
.productfinder #product-detail .product__title-rim {
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.productfinder #product-detail .product__color-size {
  font-size: 25px;
  margin-top: 0;
}
.productfinder #product-detail .product__design-type {
  font-size: 0.85rem;
  margin-bottom: 1.5em;
}
.productfinder #product-detail .product__article-number {
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
}
.productfinder #product-detail .product__hints-notes {
  font-size: 0.85rem;
  color: #a5b3c0;
  margin-bottom: 1em;
}
.productfinder #product-detail .product__hints-notes span {
  color: #dd2020;
}
.productfinder #product-detail .product__hints-notes.rims a,
.productfinder #product-detail .product__hints-notes.rims a:visited,
.productfinder #product-detail .product__hints-notes.rims a:focus {
  color: #a5b3c0;
}
.productfinder #product-detail .product__icn-bbs-unlimited {
  width: 4em;
  margin-bottom: .6em;
}
.productfinder #product-detail .product__common-attributes {
  font-size: 0.85rem;
}
.productfinder #product-detail .product__common-attributes ul {
  margin-bottom: 2em;
  padding: 0;
}
.productfinder #product-detail .product__common-attributes ul li {
  list-style-type: none;
  margin-bottom: .5em;
  padding-left: 1.7em;
  position: relative;
}
.productfinder #product-detail .product__common-attributes ul li:before {
  position: absolute;
  content: "";
  width: .4em;
  height: .4em;
  display: inline-block;
  border: solid 1px #000000;
  transform: translate(-1ex, -0.2ex);
  left: .8em;
  top: .66em;
}
.productfinder #product-detail .product__common-attributes ul li .fa-info-circle {
  font-size: 0.7rem;
  color: #004f9f;
}
.productfinder #product-detail .product__common-attributes ul li ul {
  margin-top: .5em;
  margin-bottom: 0;
}
.productfinder #product-detail .product__common-attributes ul li ul li:before {
  background: #000000;
}
.productfinder #product-detail .product__car-data {
  font-size: 0.85rem;
}
.productfinder #product-detail .product__car-data .wheel-combination .title {
  font-weight: 700;
}
.productfinder #product-detail .product__car-data .wheel-combination .combination {
  margin-bottom: 1.5em;
}
.productfinder #product-detail .product__car-data .product__car-short-text {
  margin-bottom: .5em;
}
.productfinder #product-detail .product__car-data .universal-product {
  gap: 5px;
  gap: 0.3125rem;
  background-color: #f3f5f7;
  font-size: 0.7rem;
}
.productfinder #product-detail .product__car-data .universal-product .fa {
  font-size: 0.85rem;
}
.productfinder #product-detail .product__car-data .product__car-hint div {
  display: inline-block;
  margin-right: 1em;
}
.productfinder #product-detail .product__car-data .product__car-hint div:last-child {
  margin-right: 0;
}
.productfinder #product-detail .product__car-data .get-hint {
  margin-top: .5em;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts p {
  font-size: 0.85rem;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .notice-box {
  margin: 1em 0;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-message {
  font-weight: 700;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list {
  padding-right: 0;
  padding-left: 0;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list > li {
  list-style: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list .btn--outline-selectable {
  margin-bottom: .5em;
  width: 100%;
  text-transform: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list .btn--outline-selectable .checkbox-styled {
  text-align: left;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list .btn--outline-selectable .checkbox-styled label {
  width: 100%;
  margin: 0;
  row-gap: 6px;
  row-gap: 0.375rem;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list .btn--outline-selectable .checkbox-styled input[type="checkbox"]:checked + label > span:after {
  z-index: 1;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-parts-list .btn--outline-selectable .checkbox-styled .striked-price {
  color: #a5b3c0;
  font-size: 0.75em;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-part__price {
  font-weight: 700;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-part__price:before,
.productfinder #product-detail .product__wheelspacer-mounting-parts .mounting-part__price:after {
  display: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form {
  margin: 1em 0;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form h4 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims p,
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims h4,
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims img {
  display: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims .selected,
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims .not-selected {
  display: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims .rims-name {
  font-size: 0.85rem;
  white-space: nowrap;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-rims .wheelspacer-filter__option {
  flex-grow: 0;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-wheel-bolts {
  margin-top: 1em;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form #wheelspacer-filter-wheel-bolts h4 {
  display: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form .btn--link,
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form .cmspages-page-view .cms-page-content li a,
.productfinder #product-detail .product__wheelspacer-mounting-parts #wheelspacer-mounting-parts__form .cms-page-view .cms-page-content li a {
  display: none;
}
.productfinder #product-detail .product__wheelspacer-mounting-parts .wheelspacer-warn-popup i {
  font-size: 0.85rem;
  margin: 0 .3em;
  vertical-align: bottom;
}
.productfinder #product-detail .summary-parts__cart-overview {
  padding: 1em 0;
}
.productfinder #product-detail .summary-parts__cart-overview .h5,
.productfinder #product-detail .summary-parts__cart-overview h5,
.productfinder #product-detail .summary-parts__cart-overview .h4-5 {
  margin: 0;
  line-height: inherit;
}
.productfinder #product-detail .summary-parts__cart-overview .product__article-number {
  margin-bottom: 0;
}
.productfinder #product-detail .summary-parts__cart-overview .product__price {
  text-align: right;
  margin-top: 0 !important;
}
.productfinder #product-detail .summary-parts__cart-item {
  margin: .75em 0;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--main .fa-trash-o {
  display: none;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--main + hr {
  border-top-width: 2px;
  border-top-width: 0.125rem;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--additional .product__article-number {
  font-size: 0.75em;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--additional .product__availability {
  font-size: 0.6rem;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--additional .striked-price {
  font-size: 0.75em;
}
.productfinder #product-detail .summary-parts__cart-item.summary-parts__cart-item--additional .total-price {
  font-size: 0.85rem;
}
.productfinder #product-detail .summary-parts__cart-item > .float-right {
  display: flex;
  align-items: center;
}
.productfinder #product-detail .summary-parts__cart-item .product__price {
  display: inline-block;
  margin-top: 0 !important;
  text-align: right;
}
.productfinder #product-detail .summary-parts__cart-item .product__delete {
  font-size: 1rem;
}
.productfinder #product-detail .summary-parts__cart-item .product__delete .fa-trash-o {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.productfinder #product-detail .summary-parts__cart-item .cart-item__sub-item {
  margin-top: .2em;
  font-size: 0.85rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group {
  padding-right: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item {
  padding: 1em 0;
  border-bottom: solid 1px #d0dae1;
  margin-bottom: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item.bbs {
  border: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item.bbs .text-inch {
  color: #d0dae1;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation input[type=radio] {
  accent-color: #000000;
  box-shadow: none;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation input[type=radio]:not(:checked) {
  opacity: .5;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation input[type=radio]:not(:checked),
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation label.unchecked {
  cursor: pointer;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation input[type=radio]:disabled,
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation label.disabled {
  cursor: not-allowed;
  color: #cacaca;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation .help-overlay .icon-help-svg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation .help-overlay .icon-help-svg:hover {
  cursor: pointer;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation .help-overlay .wrapper-help span:not(.icon-help-svg) {
  font-size: 14px;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .select-recommendation .form-check-label small {
  font-size: 14px;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item:last-child {
  border-bottom: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
  margin-bottom: 1em;
  transition: margin-bottom 0.3s ease-in-out;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"].no-hover-color:hover {
  color: #000000;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"].cursor-default {
  cursor: default;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"].collapsed {
  margin-bottom: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"].collapsed .fa-chevron-right {
  transform: rotate(90deg);
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"]:hover {
  color: #000000;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"]:last-of-type {
  margin-bottom: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] .att_group__selected {
  white-space: nowrap;
  text-align: right;
  margin-left: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] .fa-chevron-right {
  width: 1em;
  height: 1em;
  transition: transform 100ms ease-out;
  transform: rotate(-90deg);
  font-size: 0.85rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] .info-button:before {
  font-family: 'dts' !important;
  content: "\e90c";
  margin-right: .5em;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] .none-selected,
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] .attr-selected {
  white-space: nowrap;
  margin-left: auto;
  margin-right: 1em;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] h4.label {
  text-transform: unset;
  margin: 0;
  margin-right: .5em;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item a[data-toggle="collapse"] h4.label.bbs {
  text-transform: none;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .selected-item {
  /*margin-right: 1em; // to arrow
                        margin-left: auto;*/
  margin-right: auto;
  white-space: nowrap;
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  /*text-align: right;*/
  text-align: left;
  font-size: 0.85rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-select-title {
  margin-bottom: 1em;
  text-transform: unset;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-selected,
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-not-selected {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 13.6px;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-selected.none-selected,
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-not-selected.none-selected {
  text-transform: unset !important;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-not-selected::first-letter {
  text-transform: uppercase;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .rim-size-select-expert-mode-header {
  font-size: .75em;
  color: #a4a4a4;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown {
  padding: .8em .4em;
  width: 100%;
  outline: solid 1px #d0dae1;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  user-select: none;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-toggle {
  font-size: 13.6px;
  overflow-x: hidden;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-toggle:after {
  border: 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu {
  font-size: 1em;
  min-width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  --scrollbarBG: #ffffff;
  --thumbBG: #d0dae1;
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 1em;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
@media screen and (max-width: 768px) {
  .productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu {
    width: 100%;
    transform: translate3d(0px, 45px, 0px);
  }
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar {
  width: .3em;
  height: .3em;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item {
  color: #000;
  font-size: .8em;
  padding: unset;
}
@media screen and (min-width: 768px) {
  .productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item {
    font-size: 13.6px;
  }
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item:active {
  background: #f8f9fa;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span {
  display: block;
  padding: 0.25rem 1.5rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span.color-lighter-grayish {
  color: #d0dae1;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span.color-lighter-grayish.disabled {
  cursor: default;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span.color-lighter-grayish.disabled .mounting-effort-dropdown {
  opacity: .3;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .dropdown-menu span.dropdown-item span.color-darkie-gray {
  color: #a5b3c0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew .dropdown .warning-border {
  border: dashed 1px #dd2020;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  pointer-events: none;
  z-index: 1;
  display: block;
  opacity: .6;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown {
  padding: .4rem;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-toggle {
  font-size: .75em;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu {
  padding: .8rem;
  font-size: .75em;
  white-space: nowrap;
  width: fit-content;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu > div div {
  padding: .2rem 0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu input[type="checkbox"] {
  margin: 0;
  width: 1em;
  height: 1em;
  accent-color: #000000;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help.dropnew.approval-type-mounting-effort .dropdown .dropdown-menu input[type="checkbox"]:focus {
  box-shadow: none;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select {
  width: 50%;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select select.option-selected {
  border-color: transparent;
  box-shadow: 0 0 0 2px #000000;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select select option {
  color: #a5b3c0;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select select option.color-green {
  color: #25e200;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select select option.color-orange {
  color: #ff8b0f;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-select select option.color-red {
  color: #dd2020;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-input input {
  text-align: center;
  border: 0;
  outline: 1px solid #d0dae1;
  box-shadow: none;
  background: #ffffff;
  line-height: 1.5;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-input input.input-filled {
  border-color: transparent;
  outline: 2px solid #000000;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-help .icon-help-svg {
  line-height: 1.3;
  cursor: pointer;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-help .icon-help-svg:before {
  line-height: unset;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item .wrapper-select-input-help .wrapper-help span:last-child {
  font-size: .8rem;
  line-height: 1.7;
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item.individualise-btn button {
  padding: .65em;
  line-height: normal;
  border: solid 2px #e0e0e0 !important;
}
@media screen and (max-width: 768px) {
  .productfinder #product-detail .product__user-selects .accordion-caret .list-group-item.individualise-btn button {
    width: auto;
  }
}
.productfinder #product-detail .product__user-selects .accordion-caret .list-group-item.individualise-btn .reset-configuration {
  text-wrap: nowrap;
  font-size: 0.75em;
  color: #d0dae1;
  cursor: pointer;
}
.productfinder #product-detail .product__user-selects .btn--outline-selectable {
  text-align: left;
  margin-top: 1em;
}
.productfinder #product-detail .product__user-selects .btn--outline-selectable.disabled {
  cursor: default;
}
.productfinder #product-detail .product__user-selects.expert-mode .accordion-caret .list-group-item {
  border: unset;
}
.productfinder #product-detail .product__user-selects.expert-mode .accordion-caret .list-group-item .btn--outline-selectable-rim {
  margin-bottom: 1em;
}
.productfinder #product-detail .product__user-selects.expert-mode .accordion-caret .list-group-item .rim-mounting-effort {
  margin-top: 1em;
}
.productfinder #product-detail .product__user-selects.expert-mode .accordion-caret .list-group-item .rim-color-name {
  color: #a5b3c0;
}
.productfinder #product-detail .attr-selected {
  color: #25e200;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.productfinder #product-detail .button-add-to-cart {
  font-size: 1.2em;
}
.productfinder #product-detail .product__price,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--front .product__price,
.productfinder .custom-modal[data-modal-id="springpackage"] .springpackage--rear .product__price,
.productfinder #product-detail .summary-parts__cart-overview .product__price,
.productfinder #product-detail .summary-parts__cart-item .product__price {
  margin-top: 1em;
}
.productfinder #product-detail .product__price.b2b .striked-price {
  text-decoration: none;
}
.productfinder #product-detail .product__price.b2b .total-price h3 {
  text-transform: none;
}
.productfinder #product-detail .product__price .striked-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.productfinder #product-detail .product__price .rim-striked-price {
  text-decoration: none;
}
.productfinder #product-detail .product__price .rim-striked-price .price-text {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.productfinder #product-detail .product__price .total-price h3 {
  font-weight: 700;
  font-size: 1.33rem;
  margin: .2em 0 .3em 0;
}
.productfinder #product-detail .rim-size-attributes {
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder #product-detail .rim-size-attributes .h4-5 {
  color: #000000;
}
.productfinder #product-detail .rim-size-attributes a.inline-alt {
  color: #a5b3c0;
}
.productfinder #product-detail .rim-size-attributes > div span {
  display: inline-block;
}
.productfinder #product-detail .document-download h4 {
  display: inline;
}
.productfinder #product-detail .document-download ul {
  margin: 0;
  padding: 0;
  /*float: right;*/
  display: block;
}
@media screen and (max-width: 576px) {
  .productfinder #product-detail .document-download ul {
    margin-top: .8em;
    /*display: block;
					float: none;*/
  }
}
.productfinder #product-detail .document-download ul li {
  margin-right: 1em;
  display: inline;
}
@media screen and (max-width: 576px) {
  .productfinder #product-detail .document-download ul li {
    margin-left: 0;
    display: block;
  }
}
.productfinder #product-detail .document-download .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: .3em;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.productfinder #product-detail .document-download .einbauanleitung {
  background-image: url('../Fwd_Couchconfig/images/icons/icn_einbauanleitung.svg');
}
.productfinder #product-detail .document-download .teilegutachten {
  background-image: url('../Fwd_Couchconfig/images/icons/icn_teilegutachten.svg');
}
.productfinder #product-detail .document-download .einstellanleitung {
  background-image: url('../Fwd_Couchconfig/images/icons/icn_einbauanleitung.svg');
}
.productfinder #product-detail .document-download .federdaten {
  background-image: url('../Fwd_Couchconfig/images/icons/icn_federdaten.svg');
}
.productfinder #product-detail .document-download a,
.productfinder #product-detail .document-download a:hover {
  font-size: 0.85rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
.productfinder #product-detail .document-download a span,
.productfinder #product-detail .document-download a:hover span {
  white-space: nowrap;
}
.productfinder #product-detail .hintsandnotesanchor {
  font-weight: 400 !important;
  font-size: 14px;
  font-weight: 600;
}
.productfinder #product-detail .hintsandnotesanchor .exclamation-triangle {
  font-weight: normal;
}
.productfinder #product-detail .hintsandnotesanchor .exclamation-triangle:before {
  font-size: 0.85rem;
}
.productfinder #product-detail .hintsandnotesanchor .tab-content .tab-pane {
  font-weight: 400 !important;
  padding: 3em;
}
.productfinder #product-detail .hintsandnotesanchor .note-recommended-attachments {
  padding: 2em;
  background-color: #f3f5f7;
  background-image: url('../Fwd_Couchconfig/images/icons/icon-puzzle-f0f0f0.svg');
  background-repeat: no-repeat;
  background-size: auto 11em;
  background-position: -1em -4em;
}
.productfinder #product-detail .hintsandnotesanchor .note-recommended-attachments img {
  vertical-align: middle;
  display: inline-block;
  height: 1.7em;
  margin-right: .6em;
  transform: translateY(-10%);
}
.productfinder #product-detail .hintsandnotesanchor .note-recommended-attachments a {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
  font-size: 0.85rem;
}
.productfinder #product-detail .hintsandnotesanchor .note-recommended-attachments a:hover {
  opacity: 1;
}
.productfinder #product-detail .hintsandnotesanchor .note-recommended-attachments a:not(.text-white) {
  color: #a5b3c0 !important;
}
.productfinder #product-detail .nav-tabs {
  border: 0;
}
.productfinder #product-detail .nav-tabs > .nav-item {
  margin: 0;
}
.productfinder #product-detail .nav-tabs > .nav-item > .nav-link {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f3f5f7;
  color: #000000;
}
.productfinder #product-detail .nav-tabs > .nav-item > .nav-link h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
}
.productfinder #product-detail .nav-tabs > .nav-item > .nav-link.active {
  background: #fcdb16;
  color: #000000;
}
.productfinder #product-detail .tab-content {
  padding: 0;
  border: 0;
}
.productfinder #product-detail .tab-content .tab-pane {
  border: solid 1px #fcdb16;
  padding: 3.5em 2em;
  color: #000000;
  font-size: 0.85rem;
}
.productfinder #product-detail .tab-content .tab-pane.active {
  opacity: 1;
}
.productfinder #product-detail .tab-content .tab-pane ul {
  margin-left: 1em;
}
.productfinder #product-detail .tab-content .tab-pane li {
  padding-left: .4em;
  list-style: square;
}
.productfinder #product-detail .tab-content .tab-pane li:last-of-type {
  margin-bottom: 0;
}
.productfinder #product-detail .tab-content .tab-pane font[size="2"] {
  font-size: 0.85rem;
  line-height: 1.7;
}
.productfinder #product-detail .tab-content .tab-pane font[size="3"] {
  font-weight: 700;
  font-size: 1rem;
}
.productfinder #product-detail .product__recommended-attachments .button-add-to-cart {
  width: 100%;
}
.productfinder #product-detail .product__recommended-attachments .button--to-product {
  margin-top: .5em;
  width: 100%;
}
.productfinder #product-detail .product__recommended-attachments .row {
  justify-content: center;
}
.productfinder #product-detail .product__recommended-attachments .col {
  display: flex;
}
.productfinder #product-detail .product__recommended-attachments h3 {
  text-align: center;
}
.productfinder #kompatibel .table-container {
  overflow-x: auto;
}
.productfinder #kompatibel .table-container .button-show-more {
  margin-bottom: 1rem;
}
.productfinder #kompatibel th {
  cursor: pointer;
  user-select: none;
}
.productfinder #kompatibel th:hover {
  background: #d0dae1;
}
.productfinder #kompatibel th > div {
  display: flex;
}
.productfinder #kompatibel th[data-sort] .sorter-action {
  visibility: visible;
}
.productfinder #kompatibel th[data-sort="desc"] .sorter-action {
  transform: rotate(-90deg);
}
.productfinder #kompatibel th[data-sort="asc"] .sorter-action {
  transform: rotate(90deg) translateY(-1px);
}
.productfinder #kompatibel th .sorter-action {
  color: #a5b3c0;
  margin-left: auto;
  align-self: center;
  visibility: hidden;
}
.productfinder #kompatibel tr td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productfinder #kompatibel tr td:nth-child(1) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(2) {
  max-width: 25rem;
}
.productfinder #kompatibel tr td:nth-child(3) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(4) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(5) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(6) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(7) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(8) {
  max-width: 10rem;
}
.productfinder #kompatibel tr td:nth-child(9) {
  max-width: 10rem;
}
.productfinder [data-modal-id="wheelspacer-addToCart"] h3 {
  margin-top: 0;
}
.productfinder [data-modal-id="wheelspacer-addToCart"] button {
  min-width: 7em;
}
.productfinder [data-modal-id="wheelspacer-addToCart"] .fa-check-circle-o {
  vertical-align: middle;
}
.productfinder [data-modal-id="wheelspacer-info"] {
  text-align: center;
}
.productfinder [data-modal-id="wheelspacer-info"] .container-fluid > .row {
  margin-bottom: 2em;
}
.productfinder [data-modal-id="wheelspacer-info"] strong,
.productfinder [data-modal-id="wheelspacer-info"] small {
  display: block;
  line-height: 1.2em;
}
.productfinder [data-modal-id="wheelspacer-info"] small {
  margin-top: .3em;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp img {
  margin: 1em auto auto auto;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp .col-6:first-child {
  border-right: solid 1px #d0dae1;
  border-left: solid 1px #d0dae1;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp .col-6:last-child {
  border-right: solid 1px #d0dae1;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp #befestigungstyp-body {
  position: relative;
  padding-top: 1em;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp #befestigungstyp-body .row {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productfinder [data-modal-id="wheelspacer-info"] #befestigungstyp #befestigungstyp-body .col-6 {
  padding: 0 0.25em;
}
.productfinder [data-modal-id="wheelspacer-info"] #ausführung figcaption {
  text-align: right;
  margin-bottom: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #ausführung small {
  font-size: 0.7rem;
  text-align: right;
}
.productfinder [data-modal-id="wheelspacer-info"] #ausführung .col-6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1em;
}
.productfinder [data-modal-id="wheelspacer-info"] #ausführung .col-6:first-child {
  align-items: flex-end;
}
.productfinder [data-modal-id="wheelspacer-info"] #ausführung .col-6:last-child {
  align-items: flex-start;
}
.productfinder [data-modal-id="wheelspacer-info"] #gewinde-und-schaftlänge h4 {
  margin-bottom: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #gewinde-und-schaftlänge h5 {
  margin-top: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #gewinde-und-schaftlänge-body {
  position: relative;
  margin: 2em 5em;
  display: inline-block;
}
.productfinder [data-modal-id="wheelspacer-info"] #gewinde-und-schaftlänge-body #gewinde {
  position: absolute;
  left: 100%;
  top: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #gewinde-und-schaftlänge-body #schaftlänge {
  position: absolute;
  width: 68%;
  right: 0;
  top: 90%;
}
.productfinder [data-modal-id="wheelspacer-info"] #bund > .col-6 {
  display: flex;
}
.productfinder [data-modal-id="wheelspacer-info"] #fester-bund,
.productfinder [data-modal-id="wheelspacer-info"] #loser-bund {
  margin-top: auto;
}
.productfinder [data-modal-id="wheelspacer-info"] #fester-bund .col-6,
.productfinder [data-modal-id="wheelspacer-info"] #loser-bund .col-6 {
  display: flex;
}
.productfinder [data-modal-id="wheelspacer-info"] #fester-bund p,
.productfinder [data-modal-id="wheelspacer-info"] #loser-bund p {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .productfinder [data-modal-id="wheelspacer-info"] #fester-bund p,
  .productfinder [data-modal-id="wheelspacer-info"] #loser-bund p {
    bottom: 40%;
  }
}
.productfinder [data-modal-id="wheelspacer-info"] #fester-bund img,
.productfinder [data-modal-id="wheelspacer-info"] #loser-bund img {
  margin-top: auto;
}
.productfinder [data-modal-id="wheelspacer-info"] #schlüsselweite {
  margin-bottom: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #schlüsselweite .col {
  padding: 0;
}
.productfinder [data-modal-id="wheelspacer-info"] #schlüsselweite #schlüsselweite-images {
  position: relative;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: -3rem;
}
.productfinder [data-modal-id="wheelspacer-info"] #schlüsselweite #schlüsselweite-picogramm {
  position: absolute;
  top: 10%;
  right: 10%;
  max-width: 15%;
}
.productfinder .pf-filter .btn-outline-dark {
  border: 1px solid transparent !important;
  border-color: #343a40 !important;
}
.productfinder .pf-filter .btn-outline-dark.disabled {
  border: 1px solid transparent !important;
  border-color: #fcdb16 !important;
}
.productfinder .action {
  margin: 5px;
}
.productfinder .action.save-typengenehmigung {
  margin: 0;
}
.productfinder .action.primary.active {
  background: #000000;
  /*#005894;*/
  border: 1px solid #000000;
  /*#005894;*/
}
.productfinder .rim-mounting-effort-header,
.productfinder .rim-approval-type-header {
  display: flex;
  align-items: center;
  margin-bottom: unset !important;
  line-height: 1em;
}
.productfinder .rim-mounting-effort-header h4.label,
.productfinder .rim-approval-type-header h4.label {
  line-height: 1;
}
.productfinder .rim-mounting-effort-header .wrapper-help,
.productfinder .rim-approval-type-header .wrapper-help {
  display: flex;
  margin-left: .3em;
}
.productfinder .rim-mounting-effort-header .wrapper-help .icon-help-svg,
.productfinder .rim-approval-type-header .wrapper-help .icon-help-svg {
  line-height: .85;
  cursor: pointer;
}
.productfinder .rim-mounting-effort-header .wrapper-help .icon-help-svg:before,
.productfinder .rim-approval-type-header .wrapper-help .icon-help-svg:before {
  line-height: unset;
}
.productfinder .rim-mounting-effort-header .wrapper-help .linetrough,
.productfinder .rim-approval-type-header .wrapper-help .linetrough {
  width: 100%;
  margin: 0 .85em;
  background: linear-gradient(to right, #d0dae1, #d0dae1);
  background-size: 100% 1px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}
.productfinder .rim-mounting-effort-header .badge-pill-custom,
.productfinder .rim-approval-type-header .badge-pill-custom {
  margin-right: .4em;
  line-height: 1;
}
.productfinder .rim-mounting-effort-header .badge-pill-custom .all-badges,
.productfinder .rim-approval-type-header .badge-pill-custom .all-badges {
  color: #000;
  background: unset;
  font-weight: unset;
}
.productfinder .rim-mounting-effort-header .fa-chevron-right,
.productfinder .rim-approval-type-header .fa-chevron-right {
  width: .85em !important;
  height: .85em !important;
}
.productfinder .rim-mounting-effort-header .fa-chevron-right:before,
.productfinder .rim-approval-type-header .fa-chevron-right:before {
  font-size: 0.85rem;
  line-height: unset;
}
.productfinder .rim-mounting-effort-header {
  margin-top: 1.5em;
}
.productfinder .rim-approval-type-header svg {
  width: 1em;
  height: 1em;
}
.productfinder #collapse-approval-type .all-badges,
.productfinder #collapse-mounting-effort .all-badges {
  color: #000;
  background: unset;
  font-weight: unset;
}
.productfinder .rim-size-row {
  display: inline-flex !important;
  /*.mounting-effort-dropdown {
            .fa-wrench {
                font-size: @fontsizeSmall;
            }
        }*/
}
.productfinder .rim-size-row .rim-size-tuv,
.productfinder .rim-size-row .rim-size-recommended {
  padding: .1em .7em !important;
  font-size: .75em;
  border-radius: 1em;
}
.productfinder .rim-size-row .rim-size-tuv {
  color: #a5b3c0;
  border: solid 1px #a5b3c0 !important;
  text-align: center;
}
.productfinder .rim-size-row .rim-size-recommended {
  color: #343a40;
  border: solid 1px #f0f0f0 !important;
  background-color: #f0f0f0;
}
.productfinder .rim-approval-type-info .popup-title {
  margin-bottom: 2em;
}
.productfinder .rim-approval-type-info .approval-item {
  margin-bottom: 2em;
}
.productfinder .rim-approval-type-info .approval-item .approval-green,
.productfinder .rim-approval-type-info .approval-item .approval-yellow,
.productfinder .rim-approval-type-info .approval-item .approval-red {
  font-size: 1.1em;
  font-weight: 900;
}
.productfinder .rim-approval-type-info .approval-item .approval-green {
  color: #009f49;
}
.productfinder .rim-approval-type-info .approval-item .approval-yellow {
  color: #f7b539;
}
.productfinder .rim-approval-type-info .approval-item .approval-red {
  color: #d90000;
}
.productfinder .rim-approval-type-info .approval-item .desc {
  margin-top: 1em;
}
.productfinder .rim-mounting-effort-help .popup-title {
  margin-bottom: 2em;
}
.productfinder .rim-mounting-effort-help .effort-item {
  margin-bottom: 2em;
}
.productfinder .rim-mounting-effort-help .effort-item p:first-child {
  font-size: 1.1em;
  font-weight: 900;
}
.productfinder .rim-mounting-effort-help .effort-item.mounting-green {
  color: #009f49;
}
.productfinder .rim-mounting-effort-help .effort-item.mounting-yellow {
  color: #f7b539;
}
.productfinder .rim-mounting-effort-help .effort-item.mounting-red {
  color: #d90000;
}
.productfinder .rim-mounting-effort {
  display: flex;
  padding-left: .2em;
}
.productfinder .rim-mounting-effort:nth-child(2) {
  margin-top: 1em;
}
.productfinder .rim-mounting-effort > div {
  margin-bottom: .8em;
}
.productfinder .rim-mounting-effort .circle {
  position: relative;
  margin-right: 1em;
  margin-bottom: .3em;
  /*outline: 1px solid @colorLighter;*/
  border: solid 1px #d0dae1;
  border-radius: 34px;
  display: inline-block;
  cursor: pointer;
}
.productfinder .rim-mounting-effort .circle.active {
  /*outline: 2px solid @colorDarkest;*/
  border: 2px solid #000000;
}
.productfinder .rim-mounting-effort .circle.active .inner {
  margin: -1px;
}
.productfinder .rim-mounting-effort .circle .inner {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2em;
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 34px;
}
.productfinder .rim-mounting-effort .circle .inner.expert {
  width: 75px;
}
.productfinder .multiselect-text {
  color: #a5b3c0;
  font-size: 0.85rem;
}
.productfinder .rim-overview-image {
  height: 19px;
}
.productfinder .rim-colors {
  display: flex;
  margin-top: .6em;
  flex-wrap: wrap;
}
.productfinder .rim-colors .circle {
  position: relative;
  margin-right: .6rem;
  margin-bottom: .5rem;
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.productfinder .rim-colors .circle.active {
  border: 2px solid #000000;
}
.productfinder .rim-colors .circle .inner {
  border-radius: 50%;
  margin: 2px;
  height: 36px;
  width: 37px;
  background-size: cover;
}
.productfinder .rim-colors .circle .inner .inner-half-top,
.productfinder .rim-colors .circle .inner .inner-half-bottom {
  position: absolute;
  margin: 2px;
  top: 0;
  left: 0;
  width: 37px;
  height: 18px;
  border-radius: 18px 18px 0 0;
  transform-origin: bottom center;
}
.productfinder .rim-colors .circle .inner .inner-half-top {
  transform: rotate(-45deg);
}
.productfinder .rim-colors .circle .inner .inner-half-bottom {
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .productfinder .rim-colors .circle {
    margin-bottom: 1rem;
  }
}
.productfinder .rim-colors .rim-color-tooltip .rim-color-tooltip-content {
  position: absolute;
  visibility: hidden;
  width: 90px;
  bottom: 160%;
  left: -60%;
  background: #ffffff;
  padding: 5px;
  color: #000000;
  font-size: .75em;
  transition: bottom 200ms ease;
  z-index: 1;
  filter: drop-shadow(0 0.3em 0.5em #d0dae1);
}
.productfinder .rim-colors .rim-color-tooltip .rim-color-tooltip-content > div {
  height: 85px;
  overflow: hidden;
}
.productfinder .rim-colors .rim-color-tooltip .rim-color-tooltip-content > div img {
  width: 200px;
  height: 200px;
  clip-path: inset(0 50% 50% 0);
  object-fit: cover;
  max-width: initial;
  max-height: initial;
  margin-top: -20px;
  margin-left: -20px;
}
.productfinder .rim-colors .rim-color-tooltip .rim-color-tooltip-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 39%;
  top: 99%;
  z-index: 2;
}
@media (hover: hover) {
  .productfinder .rim-colors .rim-color-tooltip:hover .rim-color-tooltip-content {
    bottom: 140%;
    visibility: visible;
  }
}
@media (hover: none) {
  .productfinder .rim-colors .rim-color-tooltip:hover .rim-color-tooltip-content {
    visibility: hidden;
  }
}
.productfinder .rim-colors .rim-color-tooltip:not(:hover) .rim-color-tooltip-content {
  transition: all 0ms ease;
}
.productfinder .rim-color-name {
  font-size: 0.85rem;
}
.accordion-caret.pf-filter .list-group-item span {
  border: 0;
  transform: none;
  -webkit-transform: none;
}
.accordion-caret.pf-filter ul li .card.card-body .btn span {
  position: relative;
  border: 0;
  white-space: pre-line;
  transform: none;
  -webkit-transform: none;
}
/* Suggested wheels styles*/
.row-full {
  width: 99vw;
  position: relative;
  margin-top: 4em;
  margin-bottom: 5em;
  margin-left: -49.5vw;
  margin-right: -49.5vw;
  left: 50%;
  /*margin-left: -48.9vw;
    margin-right: -48.9vw;
    left: 49.2%;*/
  overflow-x: hidden;
}
.row-full .product__tires-info-box {
  max-width: calc(1500px);
}
.row-full .product__tires-info-box .info-text div:not(:last-child) {
  font-weight: 700;
  font-size: 2.5rem;
}
.row-full .product__tires-info-box .info-text span:not(:last-child) {
  font-size: 3rem;
}
.row-full .product__tires-info-box .info-text span:nth-child(1) {
  font-weight: 900;
  display: block;
}
.row-full .product__tires-info-box .info-text span:nth-child(2),
.row-full .product__tires-info-box .info-text span:nth-child(3) {
  font-weight: 400;
}
.row-full .product__tires-info-box .info-text span:last-child {
  display: block;
}
@media screen and (min-width: 1540px) {
  .row-full .product__tires-info-box .info-text {
    padding-left: 0;
  }
}
.row-full .product__tires-info-box .tyres-img img {
  max-width: 58% !important;
  margin-right: 0;
  margin-bottom: 0;
}
.row-full .product__tires-info-box span,
.row-full .product__tires-info-box table {
  font-size: 0.85rem;
}
.row-full .product__tires-info-box .table-responsive {
  --scrollbarBG: #ffffff;
  --thumbBG: #e9e9e9;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 1em;
  padding-right: 1em;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  overscroll-behavior: contain;
}
@media screen and (min-width: 1540px) {
  .row-full .product__tires-info-box .table-responsive {
    padding-right: .5em;
  }
}
.row-full .product__tires-info-box .table-responsive::-webkit-scrollbar {
  width: .3em;
}
.row-full .product__tires-info-box .table-responsive::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.row-full .product__tires-info-box .table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
}
.row-full .product__tires-info-box .table {
  margin-bottom: 0;
}
.row-full .product__tires-info-box .table thead tr td {
  position: sticky;
  top: 0;
  border-top: 0;
  color: #a5b3c0;
  z-index: 2;
  background: #ffffff;
  border-bottom: solid 1px #f3f5f7;
}
.row-full .product__tires-info-box .table tr td {
  vertical-align: middle;
}
.row-full .product__tires-info-box .table tr td > div {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.row-full .product__tires-info-box .table tr td > div svg,
.row-full .product__tires-info-box .table tr td > div i {
  margin-right: .5em;
}
.row-full .product__tires-info-box .table tr:not(:last-child) td {
  border-bottom: solid 1px #f3f5f7;
}
.row-full .product__tires-info-box .allowed-tyres {
  padding: 3em 2.5em;
}
.row-full .product__tires-info-box .allowed-tyres .h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 1.4em;
}
.row-full .product__tires-info-box .allowed-tyres .h3 span:nth-child(2),
.row-full .product__tires-info-box .allowed-tyres .h3 span:nth-child(3) {
  text-transform: uppercase;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive {
  padding-right: 1em;
}
@media screen and (min-width: 1540px) {
  .row-full .product__tires-info-box .allowed-tyres .table-responsive {
    padding-right: .5em;
  }
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td {
  height: 46px;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions h1.title {
  text-transform: none;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'],
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'] {
  font-size: 1.4em;
  color: #828282 !important;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active {
  background: #000000 !important;
  color: #ffffff !important;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active svg g#Path_5851 path:last-child,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active svg g#Path_5851 path:last-child {
  fill: #ffffff;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active svg g#Group_5323 g#Rectangle_1732,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active svg g#Group_5323 g#Rectangle_1733,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active svg g#Group_5323 g#Rectangle_1732,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active svg g#Group_5323 g#Rectangle_1733 {
  fill: #ffffff;
  stroke: #ffffff;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active svg g#Group_5323 g#Rectangle_1734,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-front-button-'].active svg g#Group_5323 g#Rectangle_1735,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active svg g#Group_5323 g#Rectangle_1734,
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions div[id^='overlay-rear-button-'].active svg g#Group_5323 g#Rectangle_1735 {
  stroke: #ffffff;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions .conditions-content {
  --scrollbarBG: #ffffff;
  --thumbBG: #e9e9e9;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  overscroll-behavior: contain;
  position: relative;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions .conditions-content::-webkit-scrollbar {
  width: .3em;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions .conditions-content::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions .conditions-content::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td .conditions-instructions .shade {
  position: absolute;
  left: 0;
  right: 1.4em;
  height: 2em;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.95) 80%);
  z-index: 1;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td:nth-child(1),
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td:nth-child(2) {
  width: 20%;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td:nth-child(3),
.row-full .product__tires-info-box .allowed-tyres .table-responsive .table td:nth-child(4) {
  width: 30%;
}
.row-full .product__tires-info-box .allowed-tyres .table-responsive.scroll-shadows {
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
.row-full .product__tires-info-box .info-button-svg svg {
  margin-left: 0.5em;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
}
.row-full .product__tires-info-box .info-button-svg svg ellipse {
  fill: #a5b3c0;
}
.row-full .product__tires-info-box .info-button-svg svg circle,
.row-full .product__tires-info-box .info-button-svg svg path {
  stroke: #a5b3c0;
}
.row-full .product__tires-info-box .info-button {
  margin-left: 0.5em;
  font-size: 1.2em;
  cursor: pointer;
}
.row-full .product__tires-info-box .info-button:before {
  font-family: 'dts' !important;
  content: "\e90c";
}
.row-full .product__tires-info-box .btn--outline,
.row-full .product__tires-info-box button.action.update,
.row-full .product__tires-info-box .productfinder #kompatibel .table-container .button-show-more {
  display: flex;
  text-transform: none;
  border: solid 1px #1b1b1b !important;
  padding: 0.33em 1em;
  align-items: center;
}
.row-full .product__tires-info-box .btn--outline svg,
.row-full .product__tires-info-box button.action.update svg,
.row-full .product__tires-info-box .productfinder #kompatibel .table-container .button-show-more svg {
  margin-right: .8em;
}
.row-full .product__tires-info-box .rdks-action:before {
  margin-left: .8em;
  content: "\e90e";
}
.row-full .product__tires-info-box .rdks-action:before,
.row-full .product__tires-info-box .rdks-action:after {
  font-family: 'dts' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85rem;
}
.product__price-row.price-row-fixed {
  position: fixed;
  bottom: 0;
  z-index: 1001;
  background: white;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  clip-path: polygon(0% -20%, 100% -20%, 100% 100%, 0% 100%);
  box-shadow: 0 0 6px 2px rgba(155, 155, 155, 0.5);
  max-height: 100vh;
  overflow-y: auto;
}
.product__price-row.price-row-fixed .container {
  padding: 10px;
  width: 100%;
  max-width: calc(1530px);
}
.product__price-row.price-row-fixed .container .sticky-footer-effort {
  color: #f9c970;
}
.product__price-row.price-row-fixed .container .sticky-footer-effort.bottom {
  font-size: 0.85rem;
}
.product__price-row.price-row-fixed .container .sticky-footer-effort .fa.fa-wrench {
  transform: scaleX(-1);
}
.product__price-row.price-row-fixed .container a[data-toggle="collapse"] > div {
  padding-left: 1em;
  font-size: .75em;
}
.product__price-row.price-row-fixed .container a[data-toggle="collapse"] .icon-arrow {
  transition: transform 100ms ease-out;
  transform: rotate(90deg);
}
.product__price-row.price-row-fixed .container a[data-toggle="collapse"] .icon-arrow:before {
  font-size: xx-small;
}
.product__price-row.price-row-fixed .container a[data-toggle="collapse"].collapsed .icon-arrow {
  transform: rotate(-90deg);
}
.product__price-row.price-row-fixed .container .product__price {
  margin-top: 0 !important;
}
.product__price-row.price-row-fixed .container .product__price h3 {
  margin: 0 !important;
  line-height: unset !important;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive {
  margin-top: 1.4em;
  max-height: 35vh;
  overscroll-behavior: contain;
}
@media screen and (max-height: 1280px) {
  .product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive {
    max-height: 30vh;
    overflow-x: auto;
    overflow-y: auto;
    --scrollbarBG: #ffffff;
    --thumbBG: #d0dae1;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive::-webkit-scrollbar {
    width: .3em;
    height: .3em;
  }
  .product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  .product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
  }
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive:first-child {
  border-top: 0;
  border-bottom: solid 1px #f8f9fa;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive.last {
  margin: .5em 0;
  border-bottom: solid 1px #f8f9fa;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td {
  border: 0;
  padding: .2em;
  font-size: .85em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(1) {
  width: 66%;
  max-width: 66%;
  text-align: left;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(1) span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(1) span.no-dot {
  display: inline-block;
  background-color: transparent;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(1) span.red-dot {
  display: inline-block;
  background-color: #f00;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(1) span.orange-dot {
  display: inline-block;
  background-color: #ff8b0f;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(2) {
  width: 8%;
  max-width: 8%;
  text-align: left;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(3) {
  width: 10%;
  max-width: 10%;
  text-align: right;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(4) {
  width: 8%;
  max-width: 8%;
  text-align: center;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table tbody tr td:nth-child(5) {
  width: 8%;
  max-width: 8%;
  text-align: right;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(1) {
  width: 50%;
  max-width: 50%;
  text-align: left;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(2) {
  width: 10%;
  max-width: 10%;
  text-align: left;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(3) {
  width: 10%;
  max-width: 10%;
  text-align: right;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(4) {
  width: 10%;
  max-width: 10%;
  text-align: right;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(5) {
  width: 10%;
  max-width: 10%;
  text-align: center;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .table-responsive .table.b2b tbody tr td:nth-child(6) {
  width: 10%;
  max-width: 10%;
  text-align: right;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .mounting-effort {
  font-size: 0.85rem;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .mounting-effort .wrapper-help {
  display: flex;
  width: 40%;
  margin-left: 1em;
  height: 1em;
  line-height: 1;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .mounting-effort .wrapper-help .icon-help-svg {
  cursor: pointer;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .mounting-effort .wrapper-help .icon-help-svg:before {
  line-height: unset;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter div[data-bind="scope: 'productfinder'"] {
  display: inline-block;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button {
  margin-right: .7em;
  font-size: 1em;
  border: solid 1px #343a40 !important;
  padding: .5em 1em;
  line-height: 1.6;
  position: relative;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.7;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button[aria-disabled="true"]:active {
  pointer-events: none;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button .download-spinner {
  display: none;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button .label-download {
  display: block;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button.downloading .download-spinner {
  display: block;
}
.product__price-row.price-row-fixed .container #collapseStickyFooter .inline-download-button.downloading .label-download {
  visibility: hidden;
}
.product__price-row.price-row-fixed .container .rim-price-spinner {
  height: 17px;
}
.product__price-row.price-row-fixed .container .rim-price-spinner.top,
.product__price-row.price-row-fixed .container .rim-price-spinner.bottom {
  padding: 0 2em;
}
.product__price-row.price-row-fixed .container .rim-price-spinner img {
  width: 17px;
  height: 17px;
}
.product__price-row.price-row-fixed .price-footer-mobile {
  display: flex;
  align-items: center;
}
.product__price-row.price-row-fixed .price-footer-mobile .item {
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.product__price-row.price-row-fixed .price-footer-mobile .item:first-child {
  flex: 1;
}
.product__price-row.price-row-fixed .price-footer-mobile .item:last-child {
  flex: 0 4.5em;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  border: unset !important;
  padding: unset !important;
  margin: unset !important;
  background: #000000;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart.button-add-to-cart--adding {
  background: #000000;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart .label-added {
  justify-content: unset;
  align-items: unset;
  position: absolute;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: auto;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart .label-added .icon {
  margin-right: unset;
  margin-bottom: unset;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart.disabled {
  opacity: unset;
  background: #d0dae1 !important;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart:hover {
  opacity: unset;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart .label-add-to-cart {
  padding: 0 .3rem .4rem .3rem;
  line-height: .8;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .button-add-to-cart .label-add-to-cart .contact-support {
  font-size: 1rem;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .cart-btn:before,
.product__price-row.price-row-fixed .price-footer-mobile .item .cart-edit:before {
  font-family: 'dts' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 24px;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .cart-btn:before {
  content: "\e900";
}
.product__price-row.price-row-fixed .price-footer-mobile .item .cart-edit:before {
  content: "\e909";
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price {
  display: flex;
  font-size: 0.85rem;
  padding: 1rem;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price > div {
  flex: 1 1 auto;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price .product__price {
  margin-top: unset !important;
  text-align: right;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price .product__price .total-price h3 {
  margin: 0 !important;
  font-size: 1.2em !important;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price a[data-toggle="collapse"] .mobile-details {
  font-size: .7em;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price a[data-toggle="collapse"] .mobile-details .icon-arrow {
  transition: transform 100ms ease-out;
  transform: rotate(90deg);
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price a[data-toggle="collapse"] .mobile-details .icon-arrow:before {
  font-size: .7em;
}
.product__price-row.price-row-fixed .price-footer-mobile .item .item-price a[data-toggle="collapse"].collapsed .mobile-details .icon-arrow {
  transform: rotate(-90deg);
}
.product__price-row.price-row-fixed .price-footer-mobile .swipe-text-box {
  padding: 0 1em 1em 1em;
  color: #a5b3c0;
  font-size: .75em;
  box-shadow: 0 8px 12px -5px rgba(155, 155, 155, 0.5);
}
.product__price-row.price-row-fixed.mobile {
  box-shadow: unset;
  border-top: solid 1px #d0dae1;
  background: transparent;
  max-height: unset;
  overflow-y: unset;
}
.product__price-row.price-row-fixed.mobile .blurry-header {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(180, 180, 180, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.product__price-row.price-row-fixed.mobile .top-arrow-collapse {
  text-align: center;
}
.product__price-row.price-row-fixed.mobile .top-arrow-collapse .icon-arrow {
  transform: rotate(90deg);
  padding-top: .2em;
}
.product__price-row.price-row-fixed.mobile .top-arrow-collapse .icon-arrow:before {
  font-size: 1em;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile {
  font-size: .75em;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive {
  padding: 1em 2em 0 2em;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 24vh;
  scrollbar-width: 0;
  overscroll-behavior: contain;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive::-webkit-scrollbar {
  width: 0;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td {
  padding: .25em;
  white-space: nowrap;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td:nth-child(1) {
  text-align: left;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td:nth-child(2) {
  text-align: left;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td:nth-child(3) {
  text-align: right;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td:nth-child(4) {
  text-align: center;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table td:nth-child(5) {
  text-align: right;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(1) {
  text-align: left;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(2) {
  text-align: left;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(3) {
  text-align: right;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(4) {
  text-align: right;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(5) {
  text-align: center;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .table-responsive .table.b2b td:nth-child(6) {
  text-align: right;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .mounting-footer {
  padding: 1em 3em;
  box-shadow: 0 0 6px 2px rgba(155, 155, 155, 0.5);
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .mounting-footer .icon-help-svg svg {
  width: 16px;
  height: 16px;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .mounting-footer .print-selection-pdf span {
  text-decoration: underline;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .mounting-footer .print-selection-pdf:before {
  margin-right: .4em;
  font-family: 'dts' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 1.2em;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .mounting-footer .print-selection-pdf.downloading {
  opacity: 0.7;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .button-add-to-cart {
  font-size: 1.4em;
  padding: .8em;
  width: 100%;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .button-add-to-cart .label-add-to-cart {
  display: inline-block;
}
.product__price-row.price-row-fixed.mobile #collapseStickyFooterMobile .button-add-to-cart .label-add-to-cart:before {
  font-family: 'dts' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #ffffff;
  font-size: 24px;
}
.product__price-row .rim-price-spinner {
  height: 17px;
}
.product__price-row .rim-price-spinner.top,
.product__price-row .rim-price-spinner.bottom {
  padding: 0 2em;
}
.product__price-row .rim-price-spinner img {
  width: 17px;
  height: 17px;
}
.rim-size-help .header-title h1 svg {
  width: 1.5rem;
  height: 1.5rem;
}
.rim-size-help .inch-help {
  font-size: 0.7rem;
  color: #d0dae1;
}
.rim-size-help ol {
  counter-reset: list;
}
.rim-size-help ol > li {
  list-style: none;
  position: relative;
  font-size: 0.75em;
}
.rim-size-help ol > li span {
  text-decoration: underline;
}
.rim-size-help ol > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
  font-weight: bold;
}
.rim-size-help p.recommendation-text span {
  border: solid 1px #f8f9fa;
  background-color: #f8f9fa;
  padding: 0.1rem 0.4rem;
  border-radius: 1rem;
  line-height: 1.4rem;
}
.rim-size-help .rim-mounting-effort-help .effort-item .effort-icon-text {
  font-size: .95rem;
}
.rim-size-help .rim-mounting-effort-help .effort-item .effort-text {
  margin-bottom: 2rem;
}
.rim-size-help .rim-approval-type-info .approval-item .approval-green,
.rim-size-help .rim-approval-type-info .approval-item .approval-yellow,
.rim-size-help .rim-approval-type-info .approval-item .approval-red {
  font-size: 0.85rem;
}
.expert-mode-container {
  margin: 2em 0;
}
.pdf-download-button {
  margin-right: .7em;
  font-size: 1em;
  border: solid 1px #343a40 !important;
  padding: .5em 1em;
  line-height: 1.6;
  position: relative;
}
.pdf-download-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.7;
}
.pdf-download-button[aria-disabled="true"]:active {
  pointer-events: none;
}
.pdf-download-button .download-spinner {
  display: none;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pdf-download-button .label-download {
  display: block;
}
.pdf-download-button.downloading .download-spinner {
  display: block;
}
.pdf-download-button.downloading .label-download {
  visibility: hidden;
}
.toggle-cat-brand-filter {
  /*min-height: 74px;*/
  cursor: pointer;
}
.wrapper-select-input-help.dropnew.cat-brand-filter {
  font-size: 14px;
}
.wrapper-select-input-help.dropnew.cat-brand-filter button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fcdb16;
  border: none;
  border-radius: 3px;
  font-size: 14px;
}
.wrapper-select-input-help.dropnew.cat-brand-filter button i {
  color: #ffffff;
}
.wrapper-select-input-help.dropnew.cat-brand-filter .reset-filter {
  font-size: 12px;
  text-decoration: none;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat {
  font-family: unset;
  font-size: 14px;
  width: 100%;
  max-width: 348px;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand.wrapper-select,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat.wrapper-select {
  border-radius: 3px;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-toggle,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-toggle {
  text-align: left;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu {
  max-height: unset;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  height: 40px;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item.checkbox-styled label,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item.checkbox-styled label {
  margin: unset;
  padding-top: 2px;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item.checkbox-styled label span:before,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item.checkbox-styled label span:before,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item.checkbox-styled label span:after,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item.checkbox-styled label span:after {
  border-radius: 2px;
  width: 17px;
  height: 17px;
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item.checkbox-styled.disabled label img,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item.checkbox-styled.disabled label img {
  opacity: .4;
  filter: grayscale(1);
}
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item:hover,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item:hover,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item:active,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item:active,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonBrand .dropdown-menu .dropdown-item:focus,
.wrapper-select-input-help.dropnew .dropdown#dropdownMenuButtonCat .dropdown-menu .dropdown-item:focus {
  background-color: unset;
  color: unset;
}
.productfinder #productfinder__product-categories .breadcrumbs-row {
  overflow: unset;
}
.productfinder #productfinder__product-categories .breadcrumbs-row .breadcrumbs-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.productfinder #productfinder__product-categories .breadcrumbs-row .breadcrumbs-wrapper::-webkit-scrollbar {
  display: none;
}
.productfinder #productfinder__product-categories object,
.productfinder #productfinder__product-categories video,
.productfinder #productfinder__product-categories embed {
  max-width: none !important;
}
.productfinder #productfinder__product-categories .category-collapse {
  color: #fcdb16;
}
.productfinder #productfinder__product-categories .category-collapse .image-url {
  height: 7em;
  background-size: 25%;
  /*contain;*/
  background-repeat: no-repeat;
  background-position: left bottom;
  justify-content: space-between;
  /*&.wheelaccessories {
                    background-size: 45%;
                }
                &.wheelspacer {
                    background-size: 35%;
                }*/
}
.productfinder #productfinder__product-categories .category-collapse .image-url h2 {
  width: 100%;
  padding-left: 30%;
}
.productfinder #productfinder__product-categories .category-collapse .image-url:not(.collapsed) h2 {
  color: #004f9f;
}
.productfinder #productfinder__product-categories .category-collapse img {
  max-width: none;
  /*height: 7em;*/
  /*@media  (max-width: @screen__lg){
					width: 25%;
                    margin-top: 1em;
                    align-self: flex-end;
                    overflow-x: visible;
				}*/
}
@media (min-width: 992px) {
  .productfinder #productfinder__product-categories .category-collapse img {
    height: 10em;
  }
}
.productfinder #productfinder__product-categories .category-collapse h2 {
  margin: 1em 0;
  cursor: pointer;
  /*white-space: nowrap;*/
}
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow {
  display: inline-block;
  font-size: 1rem;
  color: #004f9f;
  /*margin-left: 1em;
					vertical-align: middle;*/
}
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow:before,
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow:before {
  content: "\e910";
}
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow:before {
  display: block;
  transition: 200ms all ease-in-out;
  transform: rotate(-90deg) translateX(2px);
}
@media screen and (max-width: 768px) {
  .productfinder #productfinder__product-categories .category-collapse h2 {
    /*font-size: 1.375em;*/
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.productfinder #productfinder__product-categories .category-collapse [data-toggle="collapse"] {
  text-align: right;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 576px) {
  .productfinder #productfinder__product-categories .category-collapse [data-toggle="collapse"] {
    padding-right: 3em;
  }
}
.productfinder #productfinder__product-categories .category-collapse [data-toggle="collapse"].collapsed {
  color: #000000;
}
.productfinder #productfinder__product-categories .category-collapse [data-toggle="collapse"].collapsed .fa-icon-arrow:before {
  transform: rotate(90deg);
}
.productfinder #productfinder__product-categories hr {
  border-color: #d0dae1;
}
.productfinder #productfinder__product-categories .sub-categories .sub-category {
  margin-bottom: unset;
}
.productfinder #productfinder__product-categories .sub-categories .sub-category hr {
  border-color: #d0dae1;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.productfinder #productfinder__product-categories .sub-categories .sub-category:last-child hr {
  display: none;
}
.productfinder #productfinder__product-categories .main-category-container .main-category-container__inner-row > div:first-child {
  align-self: flex-end;
}
.productfinder #productfinder__product-categories .main-category-container .main-category-container__inner-row .row.category-collapse > div:first-child {
  align-self: flex-end;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-categories .main-category-container .collapse.dont-collapse-m {
    display: flex;
  }
  .productfinder #productfinder__product-categories .main-category-container .collapse.dont-collapse-m > .row {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .productfinder #productfinder__product-categories .main-category-container .main-category-image img {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-categories .main-category-container .main-category-image img {
    max-width: none !important;
  }
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-categories .main-category-container.leichtmetallraeder-container .main-category-image img,
  .productfinder #productfinder__product-categories .main-category-container.wheels-container .main-category-image img,
  .productfinder #productfinder__product-categories .main-category-container.fluegeltueren-container .main-category-image img,
  .productfinder #productfinder__product-categories .main-category-container.lambostyledoors-container .main-category-image img {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.productfinder #productfinder__product-categories .main-category-container.leichtmetallraeder-container .sub-categories .sub-category hr,
.productfinder #productfinder__product-categories .main-category-container.wheels-container .sub-categories .sub-category hr {
  display: block;
}
.productfinder #productfinder__product-categories .main-category-container.fluegeltueren-container .category-collapse .image-url,
.productfinder #productfinder__product-categories .main-category-container.lambostyledoors-container .category-collapse .image-url {
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .productfinder #productfinder__product-categories .main-category-container.radzubehoer-komponenten-container .main-category,
  .productfinder #productfinder__product-categories .main-category-container.wheelsaccessoriescomponents-container .main-category,
  .productfinder #productfinder__product-categories .main-category-container.spurverbreiterung-container .main-category,
  .productfinder #productfinder__product-categories .main-category-container.wheelspacing-container .main-category {
    padding-bottom: 5em;
  }
}
.productfinder #productfinder__product-categories .main-category-container.radzubehoer-komponenten-container .category-collapse .image-url,
.productfinder #productfinder__product-categories .main-category-container.wheelsaccessoriescomponents-container .category-collapse .image-url {
  background-size: 45%;
}
.productfinder #productfinder__product-categories .main-category-container.spurverbreiterung-container .category-collapse .image-url,
.productfinder #productfinder__product-categories .main-category-container.wheelspacing-container .category-collapse .image-url {
  background-size: 35%;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .category-collapse .image-url {
  background-size: 50%;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category-container__inner-row {
  align-items: center;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category {
  padding: 0;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category h2 {
  display: none !important;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .sub-categories .sub-category .sub-category__values {
  font-size: 0.85rem;
}
@media screen and (max-width: 768px) {
  .productfinder #productfinder__product-categories .main-category-container.merchandise-container .sub-categories .sub-category .sub-category__values {
    text-align: center !important;
  }
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .sub-categories .sub-category .sub-category__values .external-link {
  color: #000000;
  text-decoration: underline;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .sub-categories .sub-category .sub-category__values .external-link .fa-external-link:before {
  text-decoration: underline;
}
.productfinder .main-category {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0 1em;
}
@media screen and (min-width: 992px) {
  .productfinder .main-category {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .main-category {
    margin-top: 3em;
    padding-right: 0;
  }
}
.productfinder .main-category h2 {
  margin-bottom: .7em;
}
.productfinder .main-category p {
  font-size: 0.85rem;
  line-height: 1.9em;
}
.productfinder .sub-categories {
  padding: 0 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .productfinder .sub-categories {
    padding: 0 2em;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .sub-categories {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .sub-categories {
    padding-right: 6rem;
  }
}
.productfinder .sub-categories hr {
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  .productfinder .sub-categories hr {
    margin: .5em auto;
  }
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header {
  font-weight: 700;
  margin-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #cacaca;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header.collapsed span.indicator:before {
  content: '+';
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header:not(.collapsed) span.indicator:before {
  content: '-';
}
@media screen and (min-width: 576px) {
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header span.title {
    display: inline-block;
  }
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header span.title:before,
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header span.title:after {
    font-family: 'dts' !important;
    speak: none;
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header span.title:before {
    content: "\e910";
  }
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header span.title:before {
    display: none;
    position: absolute;
    margin-left: -2em;
    margin-top: 0.85em;
    right: auto;
    top: auto;
    font-size: 9px;
    vertical-align: 1px;
    content: "\e910";
  }
  .productfinder .sub-categories .wheel-accessories-elems .wheel-accessories-header:hover span.title:before {
    display: block;
  }
}
.productfinder .sub-categories .wheel-accessories-elems hr {
  margin: 0 0 0 1.9em;
}
.productfinder .sub-categories .wheel-accessories-elems hr:last-child {
  display: none;
}
.productfinder .sub-categories .wheel-accessories-elems:last-child .wheel-accessories-header.collapsed {
  border-bottom: 0;
}
.productfinder .sub-categories .wheel-accessories-elems:last-child .wheel-accessories-header:not(.collapsed) {
  border-bottom: solid 1px #cacaca;
  /*@colorLighter1;*/
}
.productfinder .sub-categories .wheel-accessories-elems:last-child .wheel-accessories .sub-category__name .title {
  font-weight: 400 !important;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category {
  margin-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  align-items: baseline;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__name {
  text-transform: unset;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__name small span {
  font-weight: 400 !important;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category:last-child {
  padding-bottom: .5em;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__values .right-mobile-arrow {
  display: inline-block;
  position: absolute;
  top: -1em;
  right: 2.5em;
  font-size: .5em;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__values .right-mobile-arrow:before,
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__values .right-mobile-arrow:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productfinder .sub-categories .wheel-accessories-elems .wheel-accessories.sub-category .sub-category__values .right-mobile-arrow:before {
  content: "\e910";
}
.productfinder .sub-categories .sub-category {
  align-items: baseline;
}
.productfinder .sub-categories .sub-category .sub-category__name {
  font-weight: 700;
}
.productfinder .sub-categories .sub-category .sub-category__name span span {
  font-weight: 400 !important;
  text-transform: none;
}
.productfinder .sub-categories .sub-category__name {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (min-width: 576px) {
  .productfinder .sub-categories .sub-category__name:hover {
    color: #57616b;
  }
}
@media screen and (min-width: 576px) {
  .productfinder .sub-categories .sub-category__name:hover span.title:before {
    display: block;
  }
}
.productfinder .sub-categories .sub-category__name span.title {
  display: inline-block;
}
.productfinder .sub-categories .sub-category__name span.title:before,
.productfinder .sub-categories .sub-category__name span.title:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productfinder .sub-categories .sub-category__name span.title:before {
  content: "\e910";
}
.productfinder .sub-categories .sub-category__name span.title:before {
  position: absolute;
  right: 1.2em;
  top: 1.4em;
  font-size: .7em;
}
@media screen and (min-width: 576px) {
  .productfinder .sub-categories .sub-category__name span.title:before {
    display: none;
    position: absolute;
    margin-left: -2em;
    margin-top: .85em;
    right: auto;
    top: auto;
    font-size: 9px;
    vertical-align: 1px;
  }
}
.productfinder .sub-categories .sub-category__name span.title.no-arrow:before {
  display: none;
}
.productfinder .sub-categories .sub-category__name .value-price {
  white-space: nowrap;
  float: none;
}
.productfinder .sub-categories .sub-category__values {
  clear: both;
  /*.value-price{
				white-space: nowrap;
				float: none;

				@media screen and (max-width: @screen__sm){
					float: right;
				}
			}*/
}
.productfinder .sub-categories .sub-category__values .value-qty {
  float: none;
}
@media screen and (max-width: 576px) {
  .productfinder .sub-categories .sub-category__values .value-qty {
    float: left;
  }
}
.productfinder .table > tbody > tr > th,
.productfinder .table > tbody > tr > td {
  border-top: 0 !important;
}
.productfinder .rims-container .sub-categories .sub-category__name.text-unset,
.productfinder .rims-container-last .sub-categories .sub-category__name.text-unset {
  text-transform: unset !important;
}
.productfinder .rims-container .sub-categories li.sub-category:first-child .sub-category__name,
.productfinder .rims-container-last .sub-categories li.sub-category:first-child .sub-category__name {
  font-weight: 700;
}
.productfinder .rims-container .sub-categories li.sub-category:nth-child(2) .sub-category__name,
.productfinder .rims-container-last .sub-categories li.sub-category:nth-child(2) .sub-category__name,
.productfinder .rims-container .sub-categories li.sub-category:nth-child(3) .sub-category__name,
.productfinder .rims-container-last .sub-categories li.sub-category:nth-child(3) .sub-category__name {
  font-weight: 400 !important;
}
.productfinder .rims-container .sub-categories li.sub-category.rims-padding:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.productfinder .rims-container-last .sub-categories li.sub-category.rims-padding:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  padding-left: 2em;
}
.productfinder .rims-container .sub-categories li.sub-category.rims-padding:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) span.title:before,
.productfinder .rims-container-last .sub-categories li.sub-category.rims-padding:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) span.title:before {
  display: block;
}
.productfinder .rims-container .sub-categories .rim-border,
.productfinder .rims-container-last .sub-categories .rim-border {
  border-color: transparent !important;
}
@media screen and (max-width: 992px) {
  .productfinder .rims-container,
  .productfinder .rims-container-last {
    margin-bottom: 1rem !important;
  }
}
/* Productfinder page spinner */
.pf-spinner {
  position: absolute;
  left: 50%;
  margin-top: 10rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.category-greyed {
  pointer-events: none;
  opacity: .6;
}
.category-greyed img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.productfinder {
  /* Productfinder product box */
}
.productfinder .categories-list {
  list-style-type: none;
  padding: 0;
  text-align: justify;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .productfinder .categories-list {
    font-size: 0.85rem;
    display: block;
  }
}
.productfinder .categories-list:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.productfinder .categories-list li {
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  background: #d0dae1;
  color: #343a40;
  padding: 1em;
  display: inline-block;
  /*width: calc(~"50% - .4em");*/
  margin-bottom: .8em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.productfinder .categories-list li:hover {
  opacity: 1;
}
.productfinder .categories-list li.active,
.productfinder .categories-list li.selected,
.productfinder .categories-list li.active:hover,
.productfinder .categories-list li.selected:hover {
  cursor: default;
  background: #fcdb16;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .productfinder .categories-list li {
    width: calc(33.3% - .5em);
  }
}
@media screen and (min-width: 992px) {
  .productfinder .categories-list li {
    white-space: normal;
    width: auto;
    padding: 0.4em 0;
    text-align: left;
    display: block;
    background: transparent;
    color: #000000;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .categories-list li.active,
  .productfinder .categories-list li.active:hover {
    background: transparent;
    color: #57616b;
    display: inline-block;
    display: block;
  }
  .productfinder .categories-list li.active:before,
  .productfinder .categories-list li.active:hover:before,
  .productfinder .categories-list li.active:after,
  .productfinder .categories-list li.active:hover:after {
    font-family: 'dts' !important;
    speak: none;
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .productfinder .categories-list li.active:before,
  .productfinder .categories-list li.active:hover:before {
    margin: 0 5px 0 0px;
    font-size: 10px;
    content: "\e910";
    display: inline-block;
  }
}
.productfinder .categories-list li.empty {
  opacity: 0.3;
  cursor: default;
}
.productfinder #ag-filters {
  margin-bottom: 2em;
  border: solid 1px #d0dae1;
  padding: 1em 2em;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters {
    padding: 0;
    border: 0;
  }
}
.productfinder #ag-filters .ag-filter-accordions--mobile {
  margin-top: .5em;
}
.productfinder #ag-filters > h4 {
  margin: 0 0 .5em 0;
  text-align: center;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters > h4 {
    display: none;
  }
}
.productfinder #ag-filters > h4 .icon-collapse {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1em;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters > h4 .icon-collapse {
    display: none;
  }
}
.productfinder #ag-filters > h4 .icon-filters {
  height: 26px;
  width: 27px;
  margin-right: 3px;
  transform: translateY(6px);
  display: inline-block;
  background-image: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASdEVYdFNvZnR3YXJlAEdyZWVuc2hvdF5VCAUAAACUSURBVEhL7ZJBDoAgDAT9nvz/E9w5g1lCNdBKoCqayCR7kK6dS5cwkHdlxqwxzrn0wtF2pixD2/m+DDPEe59eOLfJWrgso1mZWnfK0ssB3hDqWGvjt3Qo0h7VgWg7TIYh0nvWJdIeJmuhRSaxy2hBGWlhy6wM+IEMPyI07D1r4mwPYAdSW0RoO1OWoe0w2ZMMlIWwAaDdmFZdaO7iAAAAAElFTkSuQmCC");
}
.productfinder #ag-filters .icon-collapse:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "−";
  display: block;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1em;
}
.productfinder #ag-filters .collapsed > .icon-collapse:after {
  content: "+";
}
.productfinder #ag-filters .ag-filter-accordion .filter__name {
  display: block;
  color: #000000;
  position: relative;
}
.productfinder #ag-filters .ag-filter-accordion .filter__name:hover {
  color: #000000;
}
.productfinder #ag-filters .ag-filter-accordion .filter__name h5 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-transform: none;
  margin: 0;
  padding-right: 1em;
}
.productfinder #ag-filters .ag-filter-accordion hr {
  width: 100%;
  margin: 1em 0;
}
.productfinder #ag-filters .ag-filter-accordion .filter__collapse {
  font-size: -1rem;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters .ag-filter-accordion .filter__collapse {
    font-size: 1rem;
  }
}
.productfinder #ag-filters .ag-filter-accordion .filter__collapse .filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters .ag-filter-accordion .filter__collapse .filter-list {
    display: block;
  }
}
.productfinder #ag-filters .ag-filter-accordion .filter__collapse .filter-list li {
  flex-basis: 26%;
}
@media screen and (min-width: 992px) {
  .productfinder #ag-filters .ag-filter-accordion .filter__collapse .filter-list li {
    display: block;
  }
}
.productfinder #ag-filters .selected-type-0-filter {
  pointer-events: none;
}
.productfinder #ag-filters ul.wheelsize {
  list-style: none;
  padding: 0.25rem !important;
}
.productfinder #ag-filters ul.wheelsize.filter-list {
  flex-wrap: unset;
  justify-content: unset !important;
  display: inline-flex !important;
}
.productfinder #ag-filters ul.wheelsize li {
  margin-right: 1em;
  flex-basis: unset !important;
  margin-bottom: unset;
}
.productfinder #ag-filters ul.wheelsize li label {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: unset;*/
  padding-left: unset;
  background-color: #ffffff;
  border: 1px solid #d0dae1;
  color: #000000;
  border-radius: 50%;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.85rem;
  cursor: pointer;
}
.productfinder #ag-filters ul.wheelsize li label.pill {
  width: unset;
  border-radius: 20px;
  padding: 0 .5em;
}
.productfinder #ag-filters ul.wheelsize li label > span {
  border-radius: 50%;
}
.productfinder #ag-filters ul.wheelsize li label > span:before,
.productfinder #ag-filters ul.wheelsize li label > span:after {
  border: unset;
  border-radius: unset;
  background-color: unset;
}
.productfinder #ag-filters ul.wheelsize li input[type="checkbox"]:checked + label > span:before {
  border: unset;
  border-radius: unset;
  background-color: unset;
}
.productfinder #ag-filters ul.wheelsize li input[type="checkbox"]:checked + label > span:after {
  border: unset;
  border-radius: unset;
  border-color: unset;
  background-color: unset;
  background-image: unset;
}
.productfinder #ag-filters ul.wheelsize li input[type="checkbox"]:checked + label {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.productfinder #ag-filters ul.wheelsize li input[type="checkbox"]:checked + label span {
  margin: -1px;
}
.productfinder #ag-filters ul.wheelsize li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .productfinder .blurry-header-overview {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(180, 180, 180, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: auto;
  }
  .productfinder #ag-filters {
    margin-bottom: 0;
    margin-top: 3em;
    border: 0;
    padding: 0 1em 1em 1em;
    position: fixed;
    z-index: 1001;
    background: #ffffff;
    width: 100vw;
    left: 0;
    right: 0;
    bottom: -6em;
    max-height: 96vh;
    overscroll-behavior: contain;
    pointer-events: auto;
  }
  .productfinder #ag-filters header {
    position: fixed;
    height: 4em;
    left: 0;
    right: 0;
    z-index: 1002;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #d0dae1;
    box-shadow: 0 8px 12px -5px rgba(155, 155, 155, 0.5);
    color: #004f9f;
  }
  .productfinder #ag-filters .icon-arrow {
    transform: rotate(90deg);
  }
  .productfinder #ag-filters .icon-arrow:before {
    font-size: 1em;
    color: #004f9f;
  }
  .productfinder #ag-filters .sorting-filtering {
    margin-top: 5em;
    margin-bottom: 1em;
  }
  .productfinder #ag-filters .sorting-filtering h5 {
    font-size: 1em;
  }
  .productfinder #ag-filters .sorting-filtering hr {
    margin: 0;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by,
  .productfinder #ag-filters .sorting-filtering .filtered-by {
    min-height: 60px;
    overflow-x: auto;
    scrollbar-width: 0;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by#sorted-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .filtered-by#sorted-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .sorted-by#filtered-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .filtered-by#filtered-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .sorted-by#sorted-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .filtered-by#sorted-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .sorted-by#filtered-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .filtered-by#filtered-by.not-at-left:before {
    content: '';
    height: 70%;
    width: 4em;
    position: absolute;
    z-index: 1;
    display: block;
    top: 1em;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by#sorted-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .filtered-by#sorted-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .sorted-by#filtered-by.not-at-right:after,
  .productfinder #ag-filters .sorting-filtering .filtered-by#filtered-by.not-at-right:after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by#sorted-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .filtered-by#sorted-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .sorted-by#filtered-by.not-at-left:before,
  .productfinder #ag-filters .sorting-filtering .filtered-by#filtered-by.not-at-left:before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by::-webkit-scrollbar,
  .productfinder #ag-filters .sorting-filtering .filtered-by::-webkit-scrollbar {
    width: 0;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by .sorting,
  .productfinder #ag-filters .sorting-filtering .filtered-by .filtering {
    display: inline-flex;
    white-space: nowrap;
    column-gap: 1.25rem;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by .sorting .circle,
  .productfinder #ag-filters .sorting-filtering .filtered-by .filtering .circle {
    position: relative;
    border: 1px solid #d0dae1;
    border-radius: 34px;
    display: inline-block;
    cursor: pointer;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by .sorting .circle.active {
    border: 2px solid #000000;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by .sorting .circle.active .inner {
    margin: -1px;
  }
  .productfinder #ag-filters .sorting-filtering .sorted-by .sorting .circle .inner,
  .productfinder #ag-filters .sorting-filtering .filtered-by .filtering .circle .inner {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2em;
    font-weight: normal;
    font-size: 0.85rem;
    border-radius: 34px;
  }
  .productfinder #ag-filters .sorting-filtering .filtered-by .filtering .circle .inner .icon-close {
    font-size: .75em;
    margin-left: .8em;
    line-height: .8;
  }
  .productfinder #ag-filters .sorting-filtering .filtered-by .filtering .circle {
    background: #d0dae1;
  }
  .productfinder #ag-filters .ag-filters-content {
    /*margin-top: 5em;*/
    overflow-y: auto;
    z-index: 1001;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize {
    list-style: none;
    /*padding: 0.25rem !important;*/
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize.filter-list {
    flex-wrap: unset;
    justify-content: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li {
    margin-right: 1.5em;
    flex-basis: unset !important;
    margin-bottom: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: unset;
    /*padding: 1em;*/
    background-color: #ffffff;
    border: 1px solid #d0dae1;
    color: #000000;
    border-radius: 50%;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    cursor: pointer;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label > span {
    border-radius: 50%;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label > span:after {
    border: unset;
    border-radius: unset;
    background-color: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"]:checked + label > span:before {
    border: unset;
    border-radius: unset;
    background-color: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"]:checked + label > span:after {
    border: unset;
    border-radius: unset;
    border-color: unset;
    background-color: unset;
    background-image: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"]:checked + label {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"]:checked + label span {
    margin: -1px;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize {
    list-style: none;
    padding-bottom: 0 !important;
    overflow-x: auto;
    scrollbar-width: 0;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor.filter-list,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize.filter-list {
    flex-wrap: unset;
    justify-content: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#colorfilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#colorfilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#sizefilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#sizefilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#colorfilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#colorfilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#sizefilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#sizefilterlist.not-at-left:before {
    content: '';
    height: 55%;
    width: 4em;
    position: absolute;
    z-index: 1;
    display: block;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#colorfilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#colorfilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#sizefilterlist.not-at-right:after,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#sizefilterlist.not-at-right:after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#colorfilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#colorfilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor#sizefilterlist.not-at-left:before,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize#sizefilterlist.not-at-left:before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 12%, rgba(255, 255, 255, 0) 45%);
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor::-webkit-scrollbar,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize::-webkit-scrollbar {
    width: 0;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor li,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li {
    margin-right: 1.5em;
    flex-basis: unset !important;
    margin-bottom: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor li label,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label {
    width: 39px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: unset;
    background-repeat: no-repeat;
    border-radius: 19px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor li label.pill,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li label.pill {
    width: unset;
    border-radius: 20px;
    padding: 0 .5em;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor li input[type="checkbox"]:checked + label,
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"]:checked + label {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheelcolor li input[type="checkbox"],
  .productfinder #ag-filters .ag-filters-content ul.wheelsize li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill {
    list-style: none;
    margin-bottom: unset;
    /*padding: 0.25rem !important;*/
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign.filter-list,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline.filter-list,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology.filter-list,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill.filter-list {
    justify-content: unset;
    column-gap: 1.25rem;
    row-gap: 1rem;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li {
    flex-basis: unset !important;
    margin-bottom: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li label,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li label,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li label,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li label {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d0dae1;
    color: #000000;
    border-radius: 25px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 8px 12px;
    cursor: pointer;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li label > span,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li label > span,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li label > span,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li label > span {
    border-radius: 25px;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li label > span:after {
    border: unset;
    border-radius: unset;
    background-color: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"],
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"],
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"],
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"]:checked + label,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"]:checked + label,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"]:checked + label,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"]:checked + label {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"]:checked + label span,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"]:checked + label span,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"]:checked + label span,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"]:checked + label span {
    margin: -1px;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"]:checked + label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"]:checked + label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"]:checked + label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"]:checked + label > span:before,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"]:checked + label > span:after {
    border: unset;
    border-radius: unset;
    background-color: unset;
  }
  .productfinder #ag-filters .ag-filters-content ul.wheeldesign li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeldesignline li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.wheeltechnology li input[type="checkbox"]:checked + label > span:after,
  .productfinder #ag-filters .ag-filters-content ul.defaultpill li input[type="checkbox"]:checked + label > span:after {
    background-image: unset;
  }
  .productfinder #ag-filters #ag-filter-accordions--mobile .ag-filter-accordion {
    /*h5 {
                    margin-bottom: 1.5rem;
                }*/
  }
  .productfinder #ag-filters #ag-filter-accordions--mobile .ag-filter-accordion .filter__collapse .filter-list {
    padding-top: 1.5rem !important;
    margin-bottom: unset;
  }
  .productfinder #ag-filters #ag-filter-accordions--mobile .ag-filter-accordion:last-child {
    margin-bottom: 10em;
  }
  .productfinder #ag-filters footer {
    position: fixed;
    height: 4em;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #d0dae1;
    white-space: nowrap;
    padding: 0 1em;
  }
  .productfinder #ag-filters footer button {
    padding: 8px;
  }
  .productfinder .mobile-filter-icon {
    padding: .8em;
    border: solid 1px #d0dae1;
  }
  .productfinder .mobile-filter-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .productfinder .mobile-filter-icon a .filter-icon {
    width: 27px;
    height: 26px;
    background-image: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASdEVYdFNvZnR3YXJlAEdyZWVuc2hvdF5VCAUAAACUSURBVEhL7ZJBDoAgDAT9nvz/E9w5g1lCNdBKoCqayCR7kK6dS5cwkHdlxqwxzrn0wtF2pixD2/m+DDPEe59eOLfJWrgso1mZWnfK0ssB3hDqWGvjt3Qo0h7VgWg7TIYh0nvWJdIeJmuhRSaxy2hBGWlhy6wM+IEMPyI07D1r4mwPYAdSW0RoO1OWoe0w2ZMMlIWwAaDdmFZdaO7iAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    display: inline-block;
  }
  .productfinder .mobile-filter-icon a .filter-text {
    font-weight: 700;
    color: #000000;
  }
  .productfinder .mobile-filter-icon a .filter-count {
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 0 10px;
    background: #000000;
    padding: 1px 5px;
    border: 0;
    text-transform: none;
    border-radius: 4px;
  }
  .productfinder .icon-arrow-close {
    display: block;
    text-align: center;
  }
}
.productfinder .product-box {
  background: #ffffff;
}
.productfinder .product-box .one-col {
  flex-basis: 100%;
}
.productfinder .product-box .one-col:nth-last-child(1):after {
  border-bottom: 0;
}
.productfinder .product-box .two-cols {
  flex-basis: 50%;
}
.productfinder .product-box .two-cols:nth-last-child(1):after,
.productfinder .product-box .two-cols:nth-last-child(2):nth-child(odd):after {
  border-bottom: 0;
}
.productfinder .product-box .three-cols {
  flex-basis: 33.33333333%;
}
.productfinder .product-box .three-cols:nth-last-child(1):after,
.productfinder .product-box .three-cols:nth-last-child(2):nth-child(3n+1):after,
.productfinder .product-box .three-cols:nth-last-child(2):nth-child(3n+2):after,
.productfinder .product-box .three-cols:nth-last-child(3):nth-child(3n+1):after {
  border-bottom: 0;
}
.productfinder .product-box .four-cols {
  flex-basis: 25%;
}
.productfinder .product-box .four-cols:nth-last-child(1):after,
.productfinder .product-box .four-cols:nth-last-child(2):nth-child(4n+1):after,
.productfinder .product-box .four-cols:nth-last-child(2):nth-child(4n+2):after,
.productfinder .product-box .four-cols:nth-last-child(2):nth-child(4n+3):after,
.productfinder .product-box .four-cols:nth-last-child(3):nth-child(4n+1):after,
.productfinder .product-box .four-cols:nth-last-child(3):nth-child(4n+2):after,
.productfinder .product-box .four-cols:nth-last-child(4):nth-child(4n+1):after {
  border-bottom: 0;
}
@media screen and (max-width: 576px) {
  .productfinder .product-box {
    flex-basis: 100%;
  }
  .productfinder .product-box:nth-last-child(1):after {
    border-bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .productfinder .product-box {
    flex-basis: 50%;
  }
  .productfinder .product-box:nth-last-child(1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(odd):after {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .productfinder .product-box {
    flex-basis: 33.33333333%;
  }
  .productfinder .product-box:nth-last-child(1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(3n+1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(3n+2):after,
  .productfinder .product-box:nth-last-child(3):nth-child(3n+1):after {
    border-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productfinder .product-box {
    flex-basis: 50%;
  }
  .productfinder .product-box:nth-last-child(1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(odd):after {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1539px) {
  .productfinder .product-box {
    flex-basis: 33.33333333%;
  }
  .productfinder .product-box:nth-last-child(1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(3n+1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(3n+2):after,
  .productfinder .product-box:nth-last-child(3):nth-child(3n+1):after {
    border-bottom: 0;
  }
}
@media (min-width: 1540px) {
  .productfinder .product-box {
    flex-basis: 25%;
  }
  .productfinder .product-box:nth-last-child(1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(4n+1):after,
  .productfinder .product-box:nth-last-child(2):nth-child(4n+2):after,
  .productfinder .product-box:nth-last-child(2):nth-child(4n+3):after,
  .productfinder .product-box:nth-last-child(3):nth-child(4n+1):after,
  .productfinder .product-box:nth-last-child(3):nth-child(4n+2):after,
  .productfinder .product-box:nth-last-child(4):nth-child(4n+1):after {
    border-bottom: 0;
  }
}
.productfinder .product-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px #d0dae1;
}
.productfinder .product-box .card-body {
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em 0 1em;
}
.productfinder .product-box.card {
  border: 0;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  flex-grow: 0;
}
.productfinder .product-box .spinner {
  text-align: center;
  flex-grow: 1;
  margin-top: 0.5em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-content: flex-end;
}
.productfinder .product-box .spinner img {
  display: inline-block;
  width: auto;
  margin-top: auto;
  height: 25px;
  height: 1.5625rem;
}
.productfinder .product-box table {
  color: #000000;
}
.productfinder .product-box .shipping-text {
  font-size: 0.7rem;
  color: #a5b3c0;
}
.productfinder .product-box .shipping-text > a {
  color: #a5b3c0;
  text-decoration: none;
}
.productfinder .product-box .product-title {
  height: 3.85em;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-transform: unset;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 0;
}
.productfinder .product-box .product-title:after {
  content: '';
  pointer-events: none;
  display: block;
  height: 2em;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #ffffff 65%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #ffffff 65%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #ffffff 65%, #ffffff 100%);
}
.productfinder .product-box .product-title > div {
  margin: 0;
  left: 0;
  right: 0;
  padding-bottom: 1.5em;
  transition: all ease 1s;
}
.productfinder .product-box .product-title.rims {
  height: unset;
}
.productfinder .product-box .product-title.rims:after {
  height: unset;
}
.productfinder .product-box .product-title.rims > div {
  padding-bottom: unset;
}
.productfinder .product-box .product__shipping {
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0 1em;
  font-size: 0.6rem;
}
.productfinder .product-box .disclaimer {
  margin-top: 1.5em;
  color: #a5b3c0;
  font-size: .7em;
  line-height: 1.3;
  text-align: center;
}
.productfinder .product-box .action-label {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: .25em .2em .2em .4em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}
.productfinder .product-box .action-label:after {
  content: '';
  position: absolute;
  border-bottom: .73em solid transparent;
  border-top: .73em solid transparent;
  border-left: 0.54em solid #000000;
  top: 0;
  left: 100%;
}
.productfinder .product-box .corner-ribbon {
  color: #ffffff;
  text-transform: uppercase;
  width: 300px;
  position: absolute;
  text-align: center;
  line-height: 26px;
  top: 25px;
  left: -90px;
  transform: rotate(-30deg);
  background: #fcdb16;
}
.productfinder .product-img {
  position: relative;
  overflow: hidden;
}
.productfinder .product-img .bbs-id-icon {
  position: absolute;
  display: block;
}
.productfinder .product-img .bbs-id-icon svg {
  width: 4em;
}
.productfinder .product-img .bbs-id-icon .individualization {
  display: none;
  font-size: 0.7rem;
}
.productfinder .product-img.grayscale img {
  filter: grayscale(1);
}
.productfinder .product-img .button-prev,
.productfinder .product-img .button-next {
  bottom: 45%;
  display: none;
  position: absolute;
  font-family: 'dts' !important;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  cursor: pointer;
  font-size: 0.7rem;
  padding: 1em;
  user-select: none;
}
.productfinder .product-img .button-prev {
  left: 0;
  transform: rotate(180deg);
}
.productfinder .product-img .button-prev:before {
  content: "\e90f";
}
.productfinder .product-img .button-next {
  right: 0;
}
.productfinder .product-img .button-next:before {
  content: "\e90f";
}
.productfinder .product-img:hover .bbs-id-icon .individualization,
.productfinder .product-img:hover .button-prev,
.productfinder .product-img:hover .button-next {
  display: inline-block;
}
.productfinder .product__recommended-attachments .product-box .product-img {
  margin: 0 1em;
  overflow: hidden;
}
.productfinder .product__recommended-attachments .product-box .button-add-to-cart {
  padding: .33em 1.2em;
}
.productfinder .product-box-attributes td {
  width: 50%;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .7em;
  padding: 0;
  text-align: left;
}
.productfinder .product-box-attributes td:first-child {
  text-align: right;
  padding-right: .5em;
}
.productfinder .product-box-attributes-rim {
  color: #a5b3c0;
}
.productfinder .product-box-attributes-rim .rim-text {
  font-size: 0.7rem;
}
.productfinder .product-box-attributes-rim .rim-text td.model-text {
  padding: .3em;
}
.productfinder .product-box-attributes-rim .rim-text td.color-text {
  height: 4.2em;
  padding-top: .6em;
}
.productfinder .product-box-attributes-rim .rim-colors span,
.productfinder .product-box-attributes-rim .rim-sizes span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  /*text-align: center;*/
  text-decoration: none;
}
.productfinder .product-box-attributes-rim .rim-colors div {
  font-size: 0.7rem;
}
.productfinder .product-box-attributes-rim .rim-colors span {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
}
.productfinder .product-box-attributes-rim .rim-colors span.black {
  background: #000000;
}
.productfinder .product-box-attributes-rim .rim-colors span.silver {
  background-image: linear-gradient(to top right, #d0dae1, #ffffff);
}
.productfinder .product-box-attributes-rim .rim-colors span.darkgray {
  background: #171717;
}
.productfinder .product-box-attributes-rim .rim-sizes span {
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  border: 1px solid #a5b3c0;
  font-size: 0.7rem !important;
}
.productfinder .product-box-attributes-rim .rim-sizes span.pill {
  border-radius: 10px;
  width: unset;
  word-wrap: normal;
  padding: 0 .2em;
}
.productfinder .product-box-price {
  margin-top: auto;
}
.productfinder .product-box-price.b2b .strike-price {
  text-decoration: none;
}
.productfinder .product-box-price.b2b .total-price {
  text-transform: none;
}
.productfinder .product-box-price.action-price td.action-only {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.productfinder .product-box-price.action-price td {
  text-align: center;
}
.productfinder .product-box-price.action-price .action-label {
  display: inline-block;
  margin-right: .5em;
}
.productfinder .product-box-price table {
  margin-bottom: .4em;
}
.productfinder .product-box-price span.action-label {
  display: none;
  text-align: center;
}
.productfinder .product-box-price .strike-price {
  font-size: 0.7rem;
  color: #a5b3c0;
  text-decoration: line-through;
}
.productfinder .product-box-price .price {
  font-weight: 700;
  padding: .3em 0;
}
.productfinder .product-box-price td {
  line-height: 1em;
  text-align: center;
  padding: 0 .5em;
  width: 100%;
}
.productfinder #productfinder__product-overview #product-overview__container {
  display: flex;
  flex-direction: column;
}
.productfinder #productfinder__product-overview #product-overview__container #products-sorter {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__container #products-sorter {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-overview .product-overview__header--mobile {
    display: none;
  }
}
.productfinder #productfinder__product-overview .product-overview__header--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-overview .product-overview__header--desktop {
    display: block;
  }
}
.productfinder #productfinder__product-overview #product-overview__categories {
  overflow: auto;
  margin-bottom: 2em;
}
.productfinder #productfinder__product-overview #product-overview__categories .button--collapse-categories {
  display: none;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__categories #collapse-categories {
    margin-top: 3em;
  }
}
.productfinder #productfinder__product-overview #product-overview__categories #collapse-categories .main-category-name {
  display: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__categories #collapse-categories .main-category-name {
    display: block;
    font-size: 1.6rem;
  }
}
.productfinder #productfinder__product-overview #product-overview__categories #collapse-categories hr {
  margin-bottom: .7em;
  display: none;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__categories #collapse-categories hr {
    display: block;
  }
}
.productfinder #productfinder__product-overview #product-overview__categories .button--clear-filters {
  display: none;
  cursor: pointer;
  float: right;
}
.productfinder #productfinder__product-overview #product-overview__categories .button--clear-filters:hover {
  color: #57616b;
}
.productfinder #productfinder__product-overview #product-overview__product-boxes .product-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
.productfinder #productfinder__product-overview #product-overview__product-boxes .product-box .product-img:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .productfinder #productfinder__product-overview #product-overview__product-boxes .product-box {
    justify-content: flex-start;
  }
}
.productfinder #productfinder__product-overview #product-overview__product-boxes .product-box .button--to-product {
  font-weight: 700;
  text-transform: unset;
}
.productfinder #productfinder__product-overview #product-overview__product-boxes .product-box .button--to-product.disabled {
  opacity: .2;
  cursor: default;
}
.productfinder #note-universal-products {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  padding: .8em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #dd2020;
  color: #ffffff;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .productfinder #note-universal-products {
    justify-content: space-between;
    bottom: 4em;
    max-width: 54em;
  }
}
.productfinder #note-universal-products .note-universal-products__attention-textbody {
  text-align: center;
  margin-right: 1em;
}
@media screen and (min-width: 992px) {
  .productfinder #note-universal-products .note-universal-products__attention-textbody {
    text-align: left;
    margin-right: 0;
  }
}
.productfinder #note-universal-products .note-universal-products__attention {
  white-space: nowrap;
}
.productfinder #note-universal-products .note-universal-products__attention i {
  font-size: 1.2em;
}
.productfinder #note-universal-products .note-universal-products__attention h4 {
  display: inline;
}
@media screen and (min-width: 992px) {
  .productfinder #note-universal-products .note-universal-products__attention {
    display: inline;
  }
}
.productfinder #note-universal-products .note-universal-products__textbody {
  font-size: 0.85rem;
}
@media screen and (min-width: 992px) {
  .productfinder #note-universal-products .note-universal-products__textbody {
    display: inline;
    margin: 0 2em;
  }
}
.productfinder #note-universal-products .btn--outline-selectable,
.productfinder #note-universal-products .btn--outline-selectable:hover {
  font-weight: 700;
  color: #ffffff !important;
  border-color: #ffffff;
}
[lang="en"] .product-box .corner-ribbon.recommended:before {
  content: "recommended";
}
[lang="en"] .product-box .corner-ribbon.needed:before {
  content: "needed";
}
[lang="en"] .product-box .corner-ribbon.replaced-by:before {
  content: "replaced by";
}
[lang="en"] .product-box .corner-ribbon.spare-part:before {
  content: "spare part";
}
[lang="de"] .product-box .corner-ribbon.recommended:before {
  content: "empfohlen";
}
[lang="de"] .product-box .corner-ribbon.needed:before {
  content: "benötigt";
}
[lang="de"] .product-box .corner-ribbon.replaced-by {
  transform: rotate(-30deg) scaleX(0.7);
}
[lang="de"] .product-box .corner-ribbon.replaced-by:before {
  content: "wird ersetzt durch";
}
[lang="de"] .product-box .corner-ribbon.spare-part:before {
  content: "Ersatzteil";
}
.product-overview__footer--mobile {
  padding: 20px;
  background-color: #191919;
}
.after-copyright {
  margin-bottom: 4.5em;
}
#wheelspacer-filtering {
  background: #f8f9fa;
  margin-bottom: 40px;
}
#wheelspacer-filtering h1 {
  margin-top: 2em;
  text-align: center;
}
#wheelspacer-filtering h1 + p {
  margin-bottom: 2em;
  text-align: center;
}
#wheelspacer-filtering #wheelspacer-filtering__inner {
  max-width: 768px;
  margin: auto;
  padding: 0 2rem 4rem 2rem;
}
#wheelspacer-filtering .wheelspacer-filter-box {
  position: relative;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  margin: 2em 0;
  padding: 0;
}
#wheelspacer-filtering .wheelspacer-filter-box:after {
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  transition: all 200ms ease-out;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
}
@media screen and (min-width: 480px) {
  #wheelspacer-filtering .wheelspacer-filter-box:after {
    content: "";
  }
}
#wheelspacer-filtering .wheelspacer-filter-box.wheelspacer-filter--selected:after {
  bottom: -10px;
  opacity: 1;
}
#wheelspacer-filtering .wheelspacer-filter__option {
  flex-grow: 0;
  margin: 0 1em;
}
#wheelspacer-filtering .wheelspacer-filter__option .selected {
  display: none;
}
#wheelspacer-filtering .wheelspacer-filter__option .not-selected {
  display: block;
}
#wheelspacer-filtering .wheelspacer-filter__option .input--disabled {
  opacity: 0.5;
}
#wheelspacer-filtering .wheelspacer-filter__option .wrapper-select {
  margin-bottom: 1em;
}
#wheelspacer-filtering .wheelspacer-filter__option--selected {
  flex-grow: 1;
}
#wheelspacer-filtering .wheelspacer-filter__option--selected .selected {
  display: block;
}
#wheelspacer-filtering .wheelspacer-filter__option--selected .not-selected {
  display: none;
}
#wheelspacer-filtering #wheelspacer-filter-rims {
  flex-wrap: nowrap;
}
#wheelspacer-filtering #wheelspacer-filter-rims:not(.wheelspacer-filter--selected) .wheelspacer-filter__option:first-child {
  border-right: solid 1px #d0dae1;
}
#wheelspacer-filtering #wheelspacer-filter-rims:not(.wheelspacer-filter--selected) .wheelspacer-filter__option .content {
  margin: auto;
}
#wheelspacer-filtering #wheelspacer-filter-rims.wheelspacer-filter--selected .wheelspacer-filter__option:not(.wheelspacer-filter__option--selected) {
  flex-grow: 0;
  flex-basis: 40%;
  background: #f8f9fa;
}
#wheelspacer-filtering #wheelspacer-filter-rims.wheelspacer-filter--selected .wheelspacer-filter__option:not(.wheelspacer-filter__option--selected) img {
  opacity: 0 !important;
  position: absolute;
  z-index: -1;
}
#wheelspacer-filtering #wheelspacer-filter-rims.wheelspacer-filter--selected .wheelspacer-filter__option:not(.wheelspacer-filter__option--selected) .content {
  margin: auto;
  left: 0;
  right: 0;
}
#wheelspacer-filtering #wheelspacer-filter-rims .wheelspacer-filter__option {
  flex-grow: 1;
  text-align: center;
  flex-basis: 210px;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
}
#wheelspacer-filtering #wheelspacer-filter-rims .wheelspacer-filter__option.wheelspacer-filter__option--selected .content {
  padding-left: 2em;
  padding-right: 2em;
}
#wheelspacer-filtering #wheelspacer-filter-rims .wheelspacer-filter__option .rims-name {
  display: none;
}
#wheelspacer-filtering #wheelspacer-filter-rims img {
  max-width: 10em;
  display: none;
  transition: opacity 200ms ease-out;
  opacity: 1;
}
@media screen and (min-width: 576px) {
  #wheelspacer-filtering #wheelspacer-filter-rims img {
    display: block;
  }
}
#wheelspacer-filtering #wheelspacer-filter-rims .content {
  position: relative;
  text-align: left;
  padding: 1em;
  display: inline-block;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  #wheelspacer-filtering #wheelspacer-filter-rims .content {
    padding: 1em;
  }
}
#wheelspacer-filtering #wheelspacer-filter-rims .content p {
  margin-bottom: .3em;
  font-size: 0.85rem;
}
#wheelspacer-filtering #wheelspacer-filter-rims .content h4 {
  margin: 0 0 .8em 0;
}
@media screen and (min-width: 576px) {
  #wheelspacer-filtering #wheelspacer-filter-rims .original-rims.wheelspacer-filter__option--selected {
    text-align: right;
    padding-right: 2em;
  }
}
#wheelspacer-filtering #wheelspacer-filter-rims .original-rims img {
  left: 0;
}
@media screen and (min-width: 576px) {
  #wheelspacer-filtering #wheelspacer-filter-rims .custom-rims.wheelspacer-filter__option--selected {
    text-align: left;
    padding-left: 2em;
  }
}
#wheelspacer-filtering #wheelspacer-filter-rims .custom-rims img {
  right: 0;
}
#wheelspacer-filtering #wheelspacer-filter-rims .note-note-available {
  display: flex;
  margin-top: .5em;
}
#wheelspacer-filtering #wheelspacer-filter-rims .note-note-available span {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 0.7rem;
}
#wheelspacer-filter-wheel-bolts h4 {
  margin-top: 0;
}
#wheelspacer-filter-wheel-bolts label {
  font-size: 0.85rem;
}
#wheelspacer-filter-wheel-bolts .wrapper-select {
  margin-bottom: 1em;
}
#wheelspacer-filter-wheel-bolts .wheelspacer-info-popup {
  margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
  #wheelspacer-filter-wheel-bolts .wheelspacer-info-popup {
    float: right;
  }
}
#wheelspacer-filter-wheel-bolts .wheelspacer-info-popup i {
  font-size: 0.85rem;
  margin: 0 .3em;
  vertical-align: bottom;
}
#wheelspacer-filter-assembly-position,
#wheelspacer-filter-axl-width {
  padding: 1em;
}
#wheelspacer-filter-assembly-position h4,
#wheelspacer-filter-axl-width h4 {
  margin-bottom: 2em;
}
#wheelspacer-filter-assembly-position .wheelspacer-filter__options,
#wheelspacer-filter-axl-width .wheelspacer-filter__options {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 35px;
}
#wheelspacer-filter-assembly-position .wheelspacer-filter__options[data-length="2"],
#wheelspacer-filter-axl-width .wheelspacer-filter__options[data-length="2"] {
  padding-left: 0;
}
#wheelspacer-filter-assembly-position .wheelspacer-filter__options[data-length="2"] li,
#wheelspacer-filter-axl-width .wheelspacer-filter__options[data-length="2"] li {
  padding: 0 2em;
}
#wheelspacer-filter-assembly-position .wheelspacer-filter__options li,
#wheelspacer-filter-axl-width .wheelspacer-filter__options li {
  display: inline-block;
  min-width: 100px;
}
#wheelspacer-filter-assembly-position .checkbox-styled span:before,
#wheelspacer-filter-axl-width .checkbox-styled span:before,
#wheelspacer-filter-assembly-position .checkbox-styled span:after,
#wheelspacer-filter-axl-width .checkbox-styled span:after {
  margin-top: .2em;
}
.wheelspacer-tutorial-video {
  text-align: center;
}
.wheelspacer-tutorial-video img {
  margin-bottom: 1em;
  width: 2em;
}
.cms-cd-guideline dl {
  border: solid 1px #d0dae1;
  padding: 2em;
  margin: 2em 0;
  min-width: 992px;
}
.cms-cd-guideline dl :first-child {
  margin-top: 0;
}
.cms-cd-guideline dl :last-child {
  margin-bottom: 0;
}
.cms-cd-guideline hr {
  margin-top: 5em;
}
.cms-cd-guideline hr + h3 {
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: -2em;
  margin-bottom: 0;
  background: #ffffff;
  padding: 0 .5em;
}
.cmspages-page-view .cms-page-content,
.cms-page-view .cms-page-content {
  text-align: center;
}
.cmspages-page-view .cms-page-content p > .btn--colored,
.cms-page-view .cms-page-content p > .btn--colored,
.cmspages-page-view .cms-page-content p > .btn--colored:hover,
.cms-page-view .cms-page-content p > .btn--colored:hover,
.cmspages-page-view .cms-page-content p > .modal-popup .modal-footer button,
.cms-page-view .cms-page-content p > .modal-popup .modal-footer button,
.cmspages-page-view .cms-page-content p > .modal-popup .modal-footer button:hover,
.cms-page-view .cms-page-content p > .modal-popup .modal-footer button:hover,
.cmspages-page-view .cms-page-content p > .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cms-page-view .cms-page-content p > .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cmspages-page-view .cms-page-content p > .cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
.cms-page-view .cms-page-content p > .cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
.cmspages-page-view .cms-page-content p > .minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
.cms-page-view .cms-page-content p > .minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
.cmspages-page-view .cms-page-content p > .minicart-wrapper .block-minicart .block-content > .actions .action.checkout:hover,
.cms-page-view .cms-page-content p > .minicart-wrapper .block-minicart .block-content > .actions .action.checkout:hover {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}
.cmspages-page-view .cms-page-content p:first-child,
.cms-page-view .cms-page-content p:first-child {
  max-width: none;
  margin-top: 0;
}
.cmspages-page-view .cms-page-content p:first-child img,
.cms-page-view .cms-page-content p:first-child img {
  margin-top: 0;
}
.cmspages-page-view .cms-page-content p,
.cms-page-view .cms-page-content p,
.cmspages-page-view .cms-page-content h1,
.cms-page-view .cms-page-content h1,
.cmspages-page-view .cms-page-content h2,
.cms-page-view .cms-page-content h2,
.cmspages-page-view .cms-page-content h3,
.cms-page-view .cms-page-content h3,
.cmspages-page-view .cms-page-content h4,
.cms-page-view .cms-page-content h4,
.cmspages-page-view .cms-page-content h5,
.cms-page-view .cms-page-content h5,
.cmspages-page-view .cms-page-content h6,
.cms-page-view .cms-page-content h6,
.cmspages-page-view .cms-page-content ul,
.cms-page-view .cms-page-content ul,
.cmspages-page-view .cms-page-content ol,
.cms-page-view .cms-page-content ol,
.cmspages-page-view .cms-page-content pre,
.cms-page-view .cms-page-content pre,
.cmspages-page-view .cms-page-content div,
.cms-page-view .cms-page-content div,
.cmspages-page-view .cms-page-content img,
.cms-page-view .cms-page-content img {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.cmspages-page-view .cms-page-content p + p,
.cms-page-view .cms-page-content p + p,
.cmspages-page-view .cms-page-content h1 + p,
.cms-page-view .cms-page-content h1 + p,
.cmspages-page-view .cms-page-content h2 + p,
.cms-page-view .cms-page-content h2 + p,
.cmspages-page-view .cms-page-content h3 + p,
.cms-page-view .cms-page-content h3 + p,
.cmspages-page-view .cms-page-content h4 + p,
.cms-page-view .cms-page-content h4 + p,
.cmspages-page-view .cms-page-content h5 + p,
.cms-page-view .cms-page-content h5 + p,
.cmspages-page-view .cms-page-content h6 + p,
.cms-page-view .cms-page-content h6 + p,
.cmspages-page-view .cms-page-content ul + p,
.cms-page-view .cms-page-content ul + p,
.cmspages-page-view .cms-page-content ol + p,
.cms-page-view .cms-page-content ol + p,
.cmspages-page-view .cms-page-content pre + p,
.cms-page-view .cms-page-content pre + p,
.cmspages-page-view .cms-page-content div + p,
.cms-page-view .cms-page-content div + p,
.cmspages-page-view .cms-page-content img + p,
.cms-page-view .cms-page-content img + p {
  margin-top: 2em;
}
.cmspages-page-view .cms-page-content h6,
.cms-page-view .cms-page-content h6 {
  margin-top: 2em;
}
.cmspages-page-view .cms-page-content ul,
.cms-page-view .cms-page-content ul,
.cmspages-page-view .cms-page-content ol,
.cms-page-view .cms-page-content ol {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  display: inline-block;
}
.cmspages-page-view .cms-page-content .banner--blur,
.cms-page-view .cms-page-content .banner--blur {
  background-size: cover;
  max-width: 100%;
  /* > img{
                max-width: @screen__lg!important;
            }*/
}
.cmspages-page-view .cms-page-content .btn--colored,
.cms-page-view .cms-page-content .btn--colored,
.cmspages-page-view .cms-page-content .btn--outline,
.cms-page-view .cms-page-content .btn--outline,
.cmspages-page-view .cms-page-content .modal-popup .modal-footer button,
.cms-page-view .cms-page-content .modal-popup .modal-footer button,
.cmspages-page-view .cms-page-content .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cms-page-view .cms-page-content .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cmspages-page-view .cms-page-content button.action.update,
.cms-page-view .cms-page-content button.action.update,
.cmspages-page-view .cms-page-content .productfinder #kompatibel .table-container .button-show-more,
.cms-page-view .cms-page-content .productfinder #kompatibel .table-container .button-show-more,
.cmspages-page-view .cms-page-content .minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
.cms-page-view .cms-page-content .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
  margin: 2em 0;
}
.cmspages-page-view .cms-page-content .btn--colored + img,
.cms-page-view .cms-page-content .btn--colored + img,
.cmspages-page-view .cms-page-content .btn--outline + img,
.cms-page-view .cms-page-content .btn--outline + img,
.cmspages-page-view .cms-page-content .modal-popup .modal-footer button + img,
.cms-page-view .cms-page-content .modal-popup .modal-footer button + img,
.cmspages-page-view .cms-page-content .cart-summary .checkout-methods-items .item .action.primary.checkout + img,
.cms-page-view .cms-page-content .cart-summary .checkout-methods-items .item .action.primary.checkout + img,
.cmspages-page-view .cms-page-content button.action.update + img,
.cms-page-view .cms-page-content button.action.update + img,
.cmspages-page-view .cms-page-content .productfinder #kompatibel .table-container .button-show-more + img,
.cms-page-view .cms-page-content .productfinder #kompatibel .table-container .button-show-more + img,
.cmspages-page-view .cms-page-content .minicart-wrapper .block-minicart .block-content > .actions .action.checkout + img,
.cms-page-view .cms-page-content .minicart-wrapper .block-minicart .block-content > .actions .action.checkout + img {
  margin-top: 1em;
}
.cmspages-page-view .cms-page-content h6 + .btn--colored,
.cms-page-view .cms-page-content h6 + .btn--colored,
.cmspages-page-view .cms-page-content h6 + .btn--outline,
.cms-page-view .cms-page-content h6 + .btn--outline,
.cmspages-page-view .cms-page-content h6 + .modal-popup .modal-footer button,
.cms-page-view .cms-page-content h6 + .modal-popup .modal-footer button,
.cmspages-page-view .cms-page-content h6 + .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cms-page-view .cms-page-content h6 + .cart-summary .checkout-methods-items .item .action.primary.checkout,
.cmspages-page-view .cms-page-content h6 + button.action.update,
.cms-page-view .cms-page-content h6 + button.action.update,
.cmspages-page-view .cms-page-content h6 + .productfinder #kompatibel .table-container .button-show-more,
.cms-page-view .cms-page-content h6 + .productfinder #kompatibel .table-container .button-show-more,
.cmspages-page-view .cms-page-content h6 + .minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
.cms-page-view .cms-page-content h6 + .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
  margin-top: .2em;
}
.cmspages-page-view .cms-page-content .flex-container,
.cms-page-view .cms-page-content .flex-container,
.cmspages-page-view .cms-page-content .flex-container--gapped,
.cms-page-view .cms-page-content .flex-container--gapped,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container--gapped,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .flex-container,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .flex-container,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .flex-container,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .flex-container,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cmspages-page-view .cms-page-content .flex-container img,
.cms-page-view .cms-page-content .flex-container img,
.cmspages-page-view .cms-page-content .flex-container--gapped img,
.cms-page-view .cms-page-content .flex-container--gapped img,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container--gapped img,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container--gapped img,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container--gapped img,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container--gapped img,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .flex-container img,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .flex-container img,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .flex-container img,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .flex-container img,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container img,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container img {
  margin-left: 0;
  margin-right: 0;
}
.cmspages-page-view .cms-page-content img,
.cms-page-view .cms-page-content img {
  background: #f8f9fa;
  display: block;
  margin: 3em auto 2em auto;
}
.cmspages-page-view .cms-page-content img:first-child,
.cms-page-view .cms-page-content img:first-child {
  margin-top: 0;
  max-width: 100%;
}
.cmspages-page-view .cms-page-content .video-iframe,
.cms-page-view .cms-page-content .video-iframe {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cmspages-page-view .cms-page-content .video-iframe:before,
.cms-page-view .cms-page-content .video-iframe:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.cmspages-page-view .cms-page-content .video-iframe iframe,
.cms-page-view .cms-page-content .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.productfinder {
  word-break: normal;
}
.productfinder .form-control {
  border-radius: 0;
  padding: .8em .4em;
  font-size: 0.85rem;
  height: auto;
}
.productfinder .none-selected {
  color: #a5b3c0;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.productfinder script.template {
  display: none !important;
}
@media (max-width: 768px) {
  .productfinder h1,
  .productfinder .h1,
  .productfinder h2,
  .productfinder .h2,
  .productfinder h3,
  .productfinder .h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
ol.minicart-items {
  position: relative;
}
.block-minicart .wheelset:hover {
  cursor: default !important;
}
.block-minicart .wheelset .cursor-default {
  cursor: default !important;
}
.block-minicart .wheelset .item-qty {
  border: unset;
}
.block-minicart .wheelset .item-qty:focus {
  box-shadow: unset;
}
.block-minicart .wheelset.rear-axle {
  padding-top: unset;
  border-top: unset;
}
html,
body {
  height: auto;
}
body {
  color: #000000;
  font-weight: 400 !important;
}
p {
  margin-top: .5em;
  margin-bottom: .5em;
}
p + p {
  margin-top: 2em;
}
p a {
  font-weight: 700;
}
cite {
  vertical-align: top;
  font-size: 0.7rem;
}
strong,
b {
  font-weight: 700;
}
button:focus {
  outline: none;
}
ul,
ol {
  padding-left: 1.2em;
}
hr {
  border-color: #d0dae1;
  margin-top: 2em;
  margin-bottom: 2em;
}
.fwd-st-input,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea.form-control,
textarea {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: auto;
  color: #343a40;
  border: solid 1px #f8f9fa;
  border-radius: 0;
  background-color: #f8f9fa;
}
.fwd-st-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
textarea.form-control:focus,
textarea:focus {
  background-color: #f8f9fa;
  box-shadow: none !important;
  border: solid 1px #d0dae1;
}
::placeholder {
  color: #a5b3c0 !important;
}
::selection {
  background-color: #fcdb16;
  color: #000000;
}
#maincontent {
  margin-top: 2rem;
}
.container-car-selector {
  max-width: 1540px;
}
@media print {
  .no-print {
    display: none;
  }
}
/* Custom color classes  */
.bg-black {
  background-color: #000000 !important;
}
.bg-dark-gray {
  background-color: #a5b3c0 !important;
}
.bg-gray {
  background-color: #d0dae1 !important;
}
.bg-darklight {
  background-color: #ffffff !important;
}
.bg-lightgreen {
  background-color: #c0ffb3 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-danger {
  background-color: #dd2020 !important;
}
.neutral-ul {
  padding-left: 0;
}
.neutral-ul > li {
  list-style: none;
}
.border,
.border-top,
.border-bottom,
.border-right,
.border-left {
  border-color: #d0dae1 !important;
}
.border {
  border: 2px solid;
}
.border-black {
  border-color: #000000 !important;
}
.border-dark {
  border-color: #1b1b1b !important;
}
.border-danger {
  border-color: #dd2020 !important;
}
.border-2 {
  border: 2px solid !important;
}
.border-3 {
  border: 3px solid !important;
}
.border-4 {
  border: 4px solid !important;
}
.border-5 {
  border: 5px solid !important;
}
/* Custom color classes */
.mark {
  background-color: transparent !important;
}
.table-hover tbody tr:hover {
  background: #d0dae1;
}
.font-weight-bolder {
  font-weight: 600 !important;
}
.checkbox-styled label {
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.checkbox-styled label.input--disabled {
  pointer-events: none;
  opacity: 0.25;
}
.checkbox-styled input[type="checkbox"] {
  display: none;
}
.checkbox-styled input[type="checkbox"]:checked + label > span:after {
  border-color: #fcdb16;
  background-color: #fcdb16;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox-styled span {
  user-select: none;
}
.checkbox-styled span:before,
.checkbox-styled span:after {
  content: "";
  border: solid 2px #d0dae1;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  width: 1.1em;
  height: 1.1em;
  user-select: none;
}
.input-wrapper {
  position: relative;
}
.input-wrapper:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5em;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 73%, #ffffff 100%);
}
.wrapper-select {
  position: relative;
}
.wrapper-select.disabled {
  cursor: default;
}
.wrapper-select.disabled .form-control,
.wrapper-select.disabled select,
.wrapper-select.disabled select:focus {
  border-color: #d0dae1;
  background: #d0dae1;
  color: rgba(0, 0, 0, 0.65);
}
.wrapper-select.disabled:after {
  background: linear-gradient(90deg, #d0dae1 0%, #d0dae1 50%, #d0dae1 100%);
}
.wrapper-select.disabled.expert {
  background-color: #d0dae1;
}
.wrapper-select.disabled.expert:after {
  background: #d0dae1;
}
.wrapper-select select {
  height: auto;
  cursor: pointer;
  padding: 0.8rem 2.5em 0.8rem 0.8rem;
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
}
.wrapper-select select:focus + :after {
  background: linear-gradient(90deg, rgba(248, 249, 250, 0) 0%, #f8f9fa 50%, #f8f9fa 100%);
}
.wrapper-select select[disabled] {
  opacity: 1;
  cursor: default;
}
.wrapper-select:after {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 3em;
  content: "";
  background: linear-gradient(90deg, rgba(248, 249, 250, 0) 0%, #f8f9fa 50%, #f8f9fa 100%);
}
.wrapper-select .icon-arrow {
  z-index: 1;
  pointer-events: none;
  color: #000000;
  position: absolute;
  right: .5em;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.wrapper-select .icon-arrow:before {
  transform: rotate(90deg);
  display: inline-block;
  font-size: .6em;
  line-height: 1rem;
}
.wrapper-date {
  position: relative;
}
.wrapper-date.disabled {
  cursor: default;
}
.wrapper-date:after {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 3em;
  content: "";
}
.wrapper-date .fa.fa-calendar {
  z-index: 1;
  pointer-events: none;
  color: #a5b3c0;
  position: absolute;
  right: .5em;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 1em;
  height: 1em;
  line-height: .8em;
}
.wrapper-date .fa.fa-calendar:before {
  /*transform: rotate(90deg);*/
  display: inline-block;
  font-size: .75em;
  line-height: 1rem;
}
.asterisk {
  margin-left: 1ex;
  color: #a5b3c0;
}
.product__shipping {
  font-size: 0.7rem;
  color: #a5b3c0;
}
.product__shipping > a,
.product__shipping > a:hover {
  color: #a5b3c0 !important;
  text-decoration: underline;
}
.product__availability {
  color: #a5b3c0;
  font-size: 0.7rem;
}
.product__availability.color-green {
  color: #25e200;
}
.product__availability.color-orange {
  color: #ff8b0f;
}
.product__availability.color-red {
  color: #dd2020;
}
.toolbar-sorter {
  font-size: 0.85rem;
}
.toolbar-sorter .wrapper-select {
  display: inline-block;
}
.toolbar-sorter .sorter-label {
  margin-right: .5em;
}
.toolbar-sorter .sorter-direction {
  padding: 0;
}
.sorter-action {
  display: inline-block;
  font-size: .6em;
}
.sorter-action:before,
.sorter-action:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sorter-action:before {
  content: "\e90e";
}
.sorter-action:before {
  color: #000000;
}
.sorter-action[data-value="asc"] {
  transform: rotate(-90deg);
}
.sorter-action[data-value="desc"] {
  transform: rotate(90deg);
}
.bg-light .read-more-collapse .read-more__body:after {
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0.5) 65%, #f8f9fa 100%);
}
.read-more-collapse {
  visibility: hidden;
}
.read-more-collapse.initialized {
  visibility: visible;
}
.read-more-collapse.activated .read-more__btn {
  display: block;
}
.read-more-collapse.expanded .read-more__body:after {
  opacity: 0;
}
.read-more-collapse.expanded .expanded {
  display: block;
}
.read-more-collapse.expanded .collapsed {
  display: none;
}
.read-more-collapse .expanded {
  display: none;
}
.read-more-collapse .read-more__body {
  transition: height 150ms ease-out;
  overflow: hidden;
  position: relative;
}
.read-more-collapse .read-more__body:after {
  content: "";
  display: block;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 65%, #ffffff 100%);
  height: 3em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.read-more-collapse .read-more__body.small {
  font-size: 80%;
}
.read-more-collapse .read-more__btn {
  display: none;
}
.read-more-collapse .read-more__btn,
.read-more-collapse .read-more__btn:hover {
  color: #000000 !important;
}
.video-wrapper {
  position: relative;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notice-box {
  font-size: 0.7rem;
  border: solid 1px #a5b3c0;
  display: inline-block;
  padding: 1em;
}
table.table {
  color: #000000;
}
.cursor-pointer {
  cursor: pointer;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.productfinder,
.checkout-cart-index #maincontent {
  font-size: 1rem;
}
.productfinder h1,
.checkout-cart-index #maincontent h1,
.productfinder h2,
.checkout-cart-index #maincontent h2,
.productfinder h3,
.checkout-cart-index #maincontent h3,
.productfinder h4,
.checkout-cart-index #maincontent h4,
.productfinder h5,
.checkout-cart-index #maincontent h5,
.productfinder .h1,
.checkout-cart-index #maincontent .h1,
.productfinder .h2,
.checkout-cart-index #maincontent .h2,
.productfinder .h3,
.checkout-cart-index #maincontent .h3,
.productfinder .h4,
.checkout-cart-index #maincontent .h4,
.productfinder .h5,
.checkout-cart-index #maincontent .h5 {
  font-weight: 700;
}
.productfinder a,
.checkout-cart-index #maincontent a,
.productfinder a:hover,
.checkout-cart-index #maincontent a:hover {
  color: #57616b;
  cursor: pointer;
}
.productfinder a.inline-alt,
.checkout-cart-index #maincontent a.inline-alt,
.productfinder a.inline-alt:hover,
.checkout-cart-index #maincontent a.inline-alt:hover {
  color: inherit;
  text-decoration: underline;
}
.productfinder hr,
.checkout-cart-index #maincontent hr {
  color: #d0dae1;
  border-color: #d0dae1;
}
.productfinder select,
.checkout-cart-index #maincontent select,
.productfinder select:focus,
.checkout-cart-index #maincontent select:focus {
  box-shadow: none;
  border-color: #d0dae1;
}
.theme-icon {
  display: inline-block;
}
.theme-icon:before,
.theme-icon:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message.notice > * {
  display: inline-block;
}
.message.notice > *:before,
.message.notice > *:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow {
  display: inline-block;
}
.icon-arrow:before,
.icon-arrow:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e910";
}
.icon-arrow2 {
  display: inline-block;
}
.icon-arrow2:before,
.icon-arrow2:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow2:before {
  content: "\e90e";
}
.icon-mobile {
  display: inline-block;
  transform: translateY(15%);
  color: #fcdb16;
}
.icon-mobile:before,
.icon-mobile:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mobile:before {
  content: "\e920";
}
.fa-info-circle {
  display: inline-block;
}
.fa-info-circle:before,
.fa-info-circle:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-info-circle:before {
  content: "\e90c";
}
.fa-chevron-right {
  display: inline-block;
}
.fa-chevron-right:before,
.fa-chevron-right:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
  font-size: 1em;
  content: "\e90f";
}
.fa-check-circle-o {
  display: inline-block;
}
.fa-check-circle-o:before,
.fa-check-circle-o:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-check-circle-o:before {
  font-size: 1em;
  content: "\e914";
}
.fa-times {
  display: inline-block;
}
.fa-times:before,
.fa-times:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times:before {
  height: 1em;
  width: 1em;
  font-size: 0.7rem;
  content: "";
  background: url("../Fwd_Couchconfig/images/icons/icn_close.svg");
  background-size: cover;
}
.fa-exclamation-triangle {
  display: inline-block;
}
.fa-exclamation-triangle:before,
.fa-exclamation-triangle:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-exclamation-triangle:before {
  font-size: 1em;
  content: "\e928";
}
.fa-exclamation-triangle.color-red:before {
  color: #dd2020;
}
.fa-edit {
  display: inline-block;
}
.fa-edit:before,
.fa-edit:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-edit:before {
  font-size: 1em;
  content: "\e925";
}
.fa-trash {
  display: inline-block;
}
.fa-trash:before,
.fa-trash:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-trash:before {
  font-size: 1em;
  content: "\e926";
}
.fa-video {
  display: inline-block;
}
.fa-video:before,
.fa-video:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-video:before {
  font-size: 1em;
  content: "\e927";
}
html.ios.webkit .row:before,
html.macos.webkit .row:before,
html.ios.webkit .row:after,
html.macos.webkit .row:after {
  height: 0;
  width: 0;
}
html.ios #productfinder__product-categories .main-category-container__inner-row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #productfinder__product-categories .main-category-container__inner-row > .col,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-1,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-2,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-3,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-4,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-5,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-6,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-7,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-8,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-9,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-10,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-11,
html.ios #productfinder__product-categories .main-category-container__inner-row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #productfinder__product-categories .main-category-container__inner-row > div {
  vertical-align: bottom !important;
}
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-1,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-2,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-3,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-4,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-5,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-6,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-7,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-8,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-9,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-10,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-11,
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-1,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-2,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-3,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-4,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-5,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-6,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-7,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-8,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-9,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-10,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-11,
  html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #productfinder__product-categories .main-category-container__inner-row .category-collapse > div {
  vertical-align: middle !important;
}
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row,
html.ios #productfinder__product-categories #Flügeltüren > .row,
html.ios #productfinder__product-categories #Spurverbreiterung > .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-1,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-1,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-1,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-2,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-2,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-2,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-3,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-3,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-3,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-4,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-4,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-4,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-5,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-5,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-5,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-6,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-6,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-6,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-7,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-7,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-7,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-8,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-8,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-8,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-9,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-9,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-9,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-10,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-10,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-10,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-11,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-11,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-11,
html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-12,
html.ios #productfinder__product-categories #Flügeltüren > .row > .col-12,
html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-1,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-1,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-1,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-2,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-2,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-2,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-3,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-3,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-3,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-4,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-4,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-4,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-5,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-5,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-5,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-6,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-6,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-6,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-7,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-7,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-7,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-8,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-8,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-8,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-9,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-9,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-9,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-10,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-10,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-10,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-11,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-11,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-11,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-sm-12,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-sm-12,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-1,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-1,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-1,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-2,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-2,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-2,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-3,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-3,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-3,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-4,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-4,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-4,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-5,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-5,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-5,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-6,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-6,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-6,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-7,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-7,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-7,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-8,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-8,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-8,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-9,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-9,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-9,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-10,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-10,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-10,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-11,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-11,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-11,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-md-12,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-md-12,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-1,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-1,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-1,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-2,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-2,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-2,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-3,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-3,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-3,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-4,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-4,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-4,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-5,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-5,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-5,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-6,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-6,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-6,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-7,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-7,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-7,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-8,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-8,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-8,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-9,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-9,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-9,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-10,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-10,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-10,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-11,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-11,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-11,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-lg-12,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-lg-12,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-1,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-1,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-1,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-2,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-2,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-2,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-3,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-3,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-3,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-4,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-4,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-4,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-5,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-5,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-5,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-6,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-6,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-6,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-7,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-7,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-7,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-8,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-8,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-8,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-9,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-9,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-9,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-10,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-10,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-10,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-11,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-11,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-11,
  html.ios #productfinder__product-categories #Fahrwerkstechnik > .row > .col-xl-12,
  html.ios #productfinder__product-categories #Flügeltüren > .row > .col-xl-12,
  html.ios #productfinder__product-categories #Spurverbreiterung > .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #productfinder__product-categories .row.sub-category {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #productfinder__product-categories .row.sub-category > .col,
html.ios #productfinder__product-categories .row.sub-category > .col-1,
html.ios #productfinder__product-categories .row.sub-category > .col-2,
html.ios #productfinder__product-categories .row.sub-category > .col-3,
html.ios #productfinder__product-categories .row.sub-category > .col-4,
html.ios #productfinder__product-categories .row.sub-category > .col-5,
html.ios #productfinder__product-categories .row.sub-category > .col-6,
html.ios #productfinder__product-categories .row.sub-category > .col-7,
html.ios #productfinder__product-categories .row.sub-category > .col-8,
html.ios #productfinder__product-categories .row.sub-category > .col-9,
html.ios #productfinder__product-categories .row.sub-category > .col-10,
html.ios #productfinder__product-categories .row.sub-category > .col-11,
html.ios #productfinder__product-categories .row.sub-category > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-1,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-2,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-3,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-4,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-5,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-6,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-7,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-8,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-9,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-10,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-11,
  html.ios #productfinder__product-categories .row.sub-category > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #productfinder__product-categories .row.sub-category > .col-md-1,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-2,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-3,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-4,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-5,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-6,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-7,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-8,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-9,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-10,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-11,
  html.ios #productfinder__product-categories .row.sub-category > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-1,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-2,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-3,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-4,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-5,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-6,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-7,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-8,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-9,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-10,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-11,
  html.ios #productfinder__product-categories .row.sub-category > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-1,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-2,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-3,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-4,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-5,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-6,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-7,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-8,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-9,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-10,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-11,
  html.ios #productfinder__product-categories .row.sub-category > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #productfinder__product-overview > .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #productfinder__product-overview > .row > .col,
html.ios #productfinder__product-overview > .row > .col-1,
html.ios #productfinder__product-overview > .row > .col-2,
html.ios #productfinder__product-overview > .row > .col-3,
html.ios #productfinder__product-overview > .row > .col-4,
html.ios #productfinder__product-overview > .row > .col-5,
html.ios #productfinder__product-overview > .row > .col-6,
html.ios #productfinder__product-overview > .row > .col-7,
html.ios #productfinder__product-overview > .row > .col-8,
html.ios #productfinder__product-overview > .row > .col-9,
html.ios #productfinder__product-overview > .row > .col-10,
html.ios #productfinder__product-overview > .row > .col-11,
html.ios #productfinder__product-overview > .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #productfinder__product-overview > .row > .col-sm-1,
  html.ios #productfinder__product-overview > .row > .col-sm-2,
  html.ios #productfinder__product-overview > .row > .col-sm-3,
  html.ios #productfinder__product-overview > .row > .col-sm-4,
  html.ios #productfinder__product-overview > .row > .col-sm-5,
  html.ios #productfinder__product-overview > .row > .col-sm-6,
  html.ios #productfinder__product-overview > .row > .col-sm-7,
  html.ios #productfinder__product-overview > .row > .col-sm-8,
  html.ios #productfinder__product-overview > .row > .col-sm-9,
  html.ios #productfinder__product-overview > .row > .col-sm-10,
  html.ios #productfinder__product-overview > .row > .col-sm-11,
  html.ios #productfinder__product-overview > .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #productfinder__product-overview > .row > .col-md-1,
  html.ios #productfinder__product-overview > .row > .col-md-2,
  html.ios #productfinder__product-overview > .row > .col-md-3,
  html.ios #productfinder__product-overview > .row > .col-md-4,
  html.ios #productfinder__product-overview > .row > .col-md-5,
  html.ios #productfinder__product-overview > .row > .col-md-6,
  html.ios #productfinder__product-overview > .row > .col-md-7,
  html.ios #productfinder__product-overview > .row > .col-md-8,
  html.ios #productfinder__product-overview > .row > .col-md-9,
  html.ios #productfinder__product-overview > .row > .col-md-10,
  html.ios #productfinder__product-overview > .row > .col-md-11,
  html.ios #productfinder__product-overview > .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #productfinder__product-overview > .row > .col-lg-1,
  html.ios #productfinder__product-overview > .row > .col-lg-2,
  html.ios #productfinder__product-overview > .row > .col-lg-3,
  html.ios #productfinder__product-overview > .row > .col-lg-4,
  html.ios #productfinder__product-overview > .row > .col-lg-5,
  html.ios #productfinder__product-overview > .row > .col-lg-6,
  html.ios #productfinder__product-overview > .row > .col-lg-7,
  html.ios #productfinder__product-overview > .row > .col-lg-8,
  html.ios #productfinder__product-overview > .row > .col-lg-9,
  html.ios #productfinder__product-overview > .row > .col-lg-10,
  html.ios #productfinder__product-overview > .row > .col-lg-11,
  html.ios #productfinder__product-overview > .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #productfinder__product-overview > .row > .col-xl-1,
  html.ios #productfinder__product-overview > .row > .col-xl-2,
  html.ios #productfinder__product-overview > .row > .col-xl-3,
  html.ios #productfinder__product-overview > .row > .col-xl-4,
  html.ios #productfinder__product-overview > .row > .col-xl-5,
  html.ios #productfinder__product-overview > .row > .col-xl-6,
  html.ios #productfinder__product-overview > .row > .col-xl-7,
  html.ios #productfinder__product-overview > .row > .col-xl-8,
  html.ios #productfinder__product-overview > .row > .col-xl-9,
  html.ios #productfinder__product-overview > .row > .col-xl-10,
  html.ios #productfinder__product-overview > .row > .col-xl-11,
  html.ios #productfinder__product-overview > .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #product-detail > form > .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #product-detail > form > .row > .col,
html.ios #product-detail > form > .row > .col-1,
html.ios #product-detail > form > .row > .col-2,
html.ios #product-detail > form > .row > .col-3,
html.ios #product-detail > form > .row > .col-4,
html.ios #product-detail > form > .row > .col-5,
html.ios #product-detail > form > .row > .col-6,
html.ios #product-detail > form > .row > .col-7,
html.ios #product-detail > form > .row > .col-8,
html.ios #product-detail > form > .row > .col-9,
html.ios #product-detail > form > .row > .col-10,
html.ios #product-detail > form > .row > .col-11,
html.ios #product-detail > form > .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #product-detail > form > .row > .col-sm-1,
  html.ios #product-detail > form > .row > .col-sm-2,
  html.ios #product-detail > form > .row > .col-sm-3,
  html.ios #product-detail > form > .row > .col-sm-4,
  html.ios #product-detail > form > .row > .col-sm-5,
  html.ios #product-detail > form > .row > .col-sm-6,
  html.ios #product-detail > form > .row > .col-sm-7,
  html.ios #product-detail > form > .row > .col-sm-8,
  html.ios #product-detail > form > .row > .col-sm-9,
  html.ios #product-detail > form > .row > .col-sm-10,
  html.ios #product-detail > form > .row > .col-sm-11,
  html.ios #product-detail > form > .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #product-detail > form > .row > .col-md-1,
  html.ios #product-detail > form > .row > .col-md-2,
  html.ios #product-detail > form > .row > .col-md-3,
  html.ios #product-detail > form > .row > .col-md-4,
  html.ios #product-detail > form > .row > .col-md-5,
  html.ios #product-detail > form > .row > .col-md-6,
  html.ios #product-detail > form > .row > .col-md-7,
  html.ios #product-detail > form > .row > .col-md-8,
  html.ios #product-detail > form > .row > .col-md-9,
  html.ios #product-detail > form > .row > .col-md-10,
  html.ios #product-detail > form > .row > .col-md-11,
  html.ios #product-detail > form > .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #product-detail > form > .row > .col-lg-1,
  html.ios #product-detail > form > .row > .col-lg-2,
  html.ios #product-detail > form > .row > .col-lg-3,
  html.ios #product-detail > form > .row > .col-lg-4,
  html.ios #product-detail > form > .row > .col-lg-5,
  html.ios #product-detail > form > .row > .col-lg-6,
  html.ios #product-detail > form > .row > .col-lg-7,
  html.ios #product-detail > form > .row > .col-lg-8,
  html.ios #product-detail > form > .row > .col-lg-9,
  html.ios #product-detail > form > .row > .col-lg-10,
  html.ios #product-detail > form > .row > .col-lg-11,
  html.ios #product-detail > form > .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #product-detail > form > .row > .col-xl-1,
  html.ios #product-detail > form > .row > .col-xl-2,
  html.ios #product-detail > form > .row > .col-xl-3,
  html.ios #product-detail > form > .row > .col-xl-4,
  html.ios #product-detail > form > .row > .col-xl-5,
  html.ios #product-detail > form > .row > .col-xl-6,
  html.ios #product-detail > form > .row > .col-xl-7,
  html.ios #product-detail > form > .row > .col-xl-8,
  html.ios #product-detail > form > .row > .col-xl-9,
  html.ios #product-detail > form > .row > .col-xl-10,
  html.ios #product-detail > form > .row > .col-xl-11,
  html.ios #product-detail > form > .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #product-detail .product-data + .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #product-detail .product-data + .row > .col,
html.ios #product-detail .product-data + .row > .col-1,
html.ios #product-detail .product-data + .row > .col-2,
html.ios #product-detail .product-data + .row > .col-3,
html.ios #product-detail .product-data + .row > .col-4,
html.ios #product-detail .product-data + .row > .col-5,
html.ios #product-detail .product-data + .row > .col-6,
html.ios #product-detail .product-data + .row > .col-7,
html.ios #product-detail .product-data + .row > .col-8,
html.ios #product-detail .product-data + .row > .col-9,
html.ios #product-detail .product-data + .row > .col-10,
html.ios #product-detail .product-data + .row > .col-11,
html.ios #product-detail .product-data + .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #product-detail .product-data + .row > .col-sm-1,
  html.ios #product-detail .product-data + .row > .col-sm-2,
  html.ios #product-detail .product-data + .row > .col-sm-3,
  html.ios #product-detail .product-data + .row > .col-sm-4,
  html.ios #product-detail .product-data + .row > .col-sm-5,
  html.ios #product-detail .product-data + .row > .col-sm-6,
  html.ios #product-detail .product-data + .row > .col-sm-7,
  html.ios #product-detail .product-data + .row > .col-sm-8,
  html.ios #product-detail .product-data + .row > .col-sm-9,
  html.ios #product-detail .product-data + .row > .col-sm-10,
  html.ios #product-detail .product-data + .row > .col-sm-11,
  html.ios #product-detail .product-data + .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #product-detail .product-data + .row > .col-md-1,
  html.ios #product-detail .product-data + .row > .col-md-2,
  html.ios #product-detail .product-data + .row > .col-md-3,
  html.ios #product-detail .product-data + .row > .col-md-4,
  html.ios #product-detail .product-data + .row > .col-md-5,
  html.ios #product-detail .product-data + .row > .col-md-6,
  html.ios #product-detail .product-data + .row > .col-md-7,
  html.ios #product-detail .product-data + .row > .col-md-8,
  html.ios #product-detail .product-data + .row > .col-md-9,
  html.ios #product-detail .product-data + .row > .col-md-10,
  html.ios #product-detail .product-data + .row > .col-md-11,
  html.ios #product-detail .product-data + .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #product-detail .product-data + .row > .col-lg-1,
  html.ios #product-detail .product-data + .row > .col-lg-2,
  html.ios #product-detail .product-data + .row > .col-lg-3,
  html.ios #product-detail .product-data + .row > .col-lg-4,
  html.ios #product-detail .product-data + .row > .col-lg-5,
  html.ios #product-detail .product-data + .row > .col-lg-6,
  html.ios #product-detail .product-data + .row > .col-lg-7,
  html.ios #product-detail .product-data + .row > .col-lg-8,
  html.ios #product-detail .product-data + .row > .col-lg-9,
  html.ios #product-detail .product-data + .row > .col-lg-10,
  html.ios #product-detail .product-data + .row > .col-lg-11,
  html.ios #product-detail .product-data + .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #product-detail .product-data + .row > .col-xl-1,
  html.ios #product-detail .product-data + .row > .col-xl-2,
  html.ios #product-detail .product-data + .row > .col-xl-3,
  html.ios #product-detail .product-data + .row > .col-xl-4,
  html.ios #product-detail .product-data + .row > .col-xl-5,
  html.ios #product-detail .product-data + .row > .col-xl-6,
  html.ios #product-detail .product-data + .row > .col-xl-7,
  html.ios #product-detail .product-data + .row > .col-xl-8,
  html.ios #product-detail .product-data + .row > .col-xl-9,
  html.ios #product-detail .product-data + .row > .col-xl-10,
  html.ios #product-detail .product-data + .row > .col-xl-11,
  html.ios #product-detail .product-data + .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #product-detail .product-data + .row > div {
  vertical-align: bottom !important;
}
html.ios #product-detail .product__price-row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #product-detail .product__price-row > .col,
html.ios #product-detail .product__price-row > .col-1,
html.ios #product-detail .product__price-row > .col-2,
html.ios #product-detail .product__price-row > .col-3,
html.ios #product-detail .product__price-row > .col-4,
html.ios #product-detail .product__price-row > .col-5,
html.ios #product-detail .product__price-row > .col-6,
html.ios #product-detail .product__price-row > .col-7,
html.ios #product-detail .product__price-row > .col-8,
html.ios #product-detail .product__price-row > .col-9,
html.ios #product-detail .product__price-row > .col-10,
html.ios #product-detail .product__price-row > .col-11,
html.ios #product-detail .product__price-row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #product-detail .product__price-row > .col-sm-1,
  html.ios #product-detail .product__price-row > .col-sm-2,
  html.ios #product-detail .product__price-row > .col-sm-3,
  html.ios #product-detail .product__price-row > .col-sm-4,
  html.ios #product-detail .product__price-row > .col-sm-5,
  html.ios #product-detail .product__price-row > .col-sm-6,
  html.ios #product-detail .product__price-row > .col-sm-7,
  html.ios #product-detail .product__price-row > .col-sm-8,
  html.ios #product-detail .product__price-row > .col-sm-9,
  html.ios #product-detail .product__price-row > .col-sm-10,
  html.ios #product-detail .product__price-row > .col-sm-11,
  html.ios #product-detail .product__price-row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #product-detail .product__price-row > .col-md-1,
  html.ios #product-detail .product__price-row > .col-md-2,
  html.ios #product-detail .product__price-row > .col-md-3,
  html.ios #product-detail .product__price-row > .col-md-4,
  html.ios #product-detail .product__price-row > .col-md-5,
  html.ios #product-detail .product__price-row > .col-md-6,
  html.ios #product-detail .product__price-row > .col-md-7,
  html.ios #product-detail .product__price-row > .col-md-8,
  html.ios #product-detail .product__price-row > .col-md-9,
  html.ios #product-detail .product__price-row > .col-md-10,
  html.ios #product-detail .product__price-row > .col-md-11,
  html.ios #product-detail .product__price-row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #product-detail .product__price-row > .col-lg-1,
  html.ios #product-detail .product__price-row > .col-lg-2,
  html.ios #product-detail .product__price-row > .col-lg-3,
  html.ios #product-detail .product__price-row > .col-lg-4,
  html.ios #product-detail .product__price-row > .col-lg-5,
  html.ios #product-detail .product__price-row > .col-lg-6,
  html.ios #product-detail .product__price-row > .col-lg-7,
  html.ios #product-detail .product__price-row > .col-lg-8,
  html.ios #product-detail .product__price-row > .col-lg-9,
  html.ios #product-detail .product__price-row > .col-lg-10,
  html.ios #product-detail .product__price-row > .col-lg-11,
  html.ios #product-detail .product__price-row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #product-detail .product__price-row > .col-xl-1,
  html.ios #product-detail .product__price-row > .col-xl-2,
  html.ios #product-detail .product__price-row > .col-xl-3,
  html.ios #product-detail .product__price-row > .col-xl-4,
  html.ios #product-detail .product__price-row > .col-xl-5,
  html.ios #product-detail .product__price-row > .col-xl-6,
  html.ios #product-detail .product__price-row > .col-xl-7,
  html.ios #product-detail .product__price-row > .col-xl-8,
  html.ios #product-detail .product__price-row > .col-xl-9,
  html.ios #product-detail .product__price-row > .col-xl-10,
  html.ios #product-detail .product__price-row > .col-xl-11,
  html.ios #product-detail .product__price-row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #product-detail .product__price-row > div {
  vertical-align: bottom !important;
}
html.ios #individualisation #individualisation__not-available .row,
html.ios #individualisation #individualisation__no-product .row,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios #individualisation #individualisation__not-available .row > .col,
html.ios #individualisation #individualisation__no-product .row > .col,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col,
html.ios #individualisation #individualisation__not-available .row > .col-1,
html.ios #individualisation #individualisation__no-product .row > .col-1,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-1,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-1,
html.ios #individualisation #individualisation__not-available .row > .col-2,
html.ios #individualisation #individualisation__no-product .row > .col-2,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-2,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-2,
html.ios #individualisation #individualisation__not-available .row > .col-3,
html.ios #individualisation #individualisation__no-product .row > .col-3,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-3,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-3,
html.ios #individualisation #individualisation__not-available .row > .col-4,
html.ios #individualisation #individualisation__no-product .row > .col-4,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-4,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-4,
html.ios #individualisation #individualisation__not-available .row > .col-5,
html.ios #individualisation #individualisation__no-product .row > .col-5,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-5,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-5,
html.ios #individualisation #individualisation__not-available .row > .col-6,
html.ios #individualisation #individualisation__no-product .row > .col-6,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-6,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-6,
html.ios #individualisation #individualisation__not-available .row > .col-7,
html.ios #individualisation #individualisation__no-product .row > .col-7,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-7,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-7,
html.ios #individualisation #individualisation__not-available .row > .col-8,
html.ios #individualisation #individualisation__no-product .row > .col-8,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-8,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-8,
html.ios #individualisation #individualisation__not-available .row > .col-9,
html.ios #individualisation #individualisation__no-product .row > .col-9,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-9,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-9,
html.ios #individualisation #individualisation__not-available .row > .col-10,
html.ios #individualisation #individualisation__no-product .row > .col-10,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-10,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-10,
html.ios #individualisation #individualisation__not-available .row > .col-11,
html.ios #individualisation #individualisation__no-product .row > .col-11,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-11,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-11,
html.ios #individualisation #individualisation__not-available .row > .col-12,
html.ios #individualisation #individualisation__no-product .row > .col-12,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-12,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios #individualisation #individualisation__not-available .row > .col-sm-1,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-1,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-1,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-1,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-2,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-2,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-2,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-2,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-3,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-3,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-3,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-3,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-4,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-4,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-4,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-4,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-5,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-5,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-5,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-5,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-6,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-6,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-6,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-6,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-7,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-7,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-7,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-7,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-8,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-8,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-8,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-8,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-9,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-9,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-9,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-9,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-10,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-10,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-10,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-10,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-11,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-11,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-11,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-11,
  html.ios #individualisation #individualisation__not-available .row > .col-sm-12,
  html.ios #individualisation #individualisation__no-product .row > .col-sm-12,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-sm-12,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios #individualisation #individualisation__not-available .row > .col-md-1,
  html.ios #individualisation #individualisation__no-product .row > .col-md-1,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-1,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-1,
  html.ios #individualisation #individualisation__not-available .row > .col-md-2,
  html.ios #individualisation #individualisation__no-product .row > .col-md-2,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-2,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-2,
  html.ios #individualisation #individualisation__not-available .row > .col-md-3,
  html.ios #individualisation #individualisation__no-product .row > .col-md-3,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-3,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-3,
  html.ios #individualisation #individualisation__not-available .row > .col-md-4,
  html.ios #individualisation #individualisation__no-product .row > .col-md-4,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-4,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-4,
  html.ios #individualisation #individualisation__not-available .row > .col-md-5,
  html.ios #individualisation #individualisation__no-product .row > .col-md-5,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-5,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-5,
  html.ios #individualisation #individualisation__not-available .row > .col-md-6,
  html.ios #individualisation #individualisation__no-product .row > .col-md-6,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-6,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-6,
  html.ios #individualisation #individualisation__not-available .row > .col-md-7,
  html.ios #individualisation #individualisation__no-product .row > .col-md-7,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-7,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-7,
  html.ios #individualisation #individualisation__not-available .row > .col-md-8,
  html.ios #individualisation #individualisation__no-product .row > .col-md-8,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-8,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-8,
  html.ios #individualisation #individualisation__not-available .row > .col-md-9,
  html.ios #individualisation #individualisation__no-product .row > .col-md-9,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-9,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-9,
  html.ios #individualisation #individualisation__not-available .row > .col-md-10,
  html.ios #individualisation #individualisation__no-product .row > .col-md-10,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-10,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-10,
  html.ios #individualisation #individualisation__not-available .row > .col-md-11,
  html.ios #individualisation #individualisation__no-product .row > .col-md-11,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-11,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-11,
  html.ios #individualisation #individualisation__not-available .row > .col-md-12,
  html.ios #individualisation #individualisation__no-product .row > .col-md-12,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-md-12,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios #individualisation #individualisation__not-available .row > .col-lg-1,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-1,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-1,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-1,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-2,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-2,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-2,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-2,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-3,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-3,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-3,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-3,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-4,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-4,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-4,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-4,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-5,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-5,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-5,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-5,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-6,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-6,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-6,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-6,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-7,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-7,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-7,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-7,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-8,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-8,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-8,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-8,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-9,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-9,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-9,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-9,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-10,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-10,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-10,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-10,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-11,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-11,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-11,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-11,
  html.ios #individualisation #individualisation__not-available .row > .col-lg-12,
  html.ios #individualisation #individualisation__no-product .row > .col-lg-12,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-lg-12,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios #individualisation #individualisation__not-available .row > .col-xl-1,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-1,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-1,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-1,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-2,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-2,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-2,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-2,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-3,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-3,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-3,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-3,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-4,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-4,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-4,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-4,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-5,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-5,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-5,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-5,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-6,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-6,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-6,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-6,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-7,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-7,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-7,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-7,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-8,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-8,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-8,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-8,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-9,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-9,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-9,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-9,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-10,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-10,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-10,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-10,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-11,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-11,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-11,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-11,
  html.ios #individualisation #individualisation__not-available .row > .col-xl-12,
  html.ios #individualisation #individualisation__no-product .row > .col-xl-12,
  html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > .col-xl-12,
  html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios #individualisation #individualisation__not-available .row > div,
html.ios #individualisation #individualisation__no-product .row > div,
html.ios #individualisation #individualisation__main a[href="#collapsemainindividualisation"] .row > div,
html.ios #individualisation #individualisation__main a[href="#collapseoptionalspringpackage"] .row > div {
  vertical-align: middle !important;
}
html.ios .car-selector--none-selected .row {
  display: block;
  font-size: 0;
  text-align: left;
}
html.ios .car-selector--none-selected .row > .col,
html.ios .car-selector--none-selected .row > .col-1,
html.ios .car-selector--none-selected .row > .col-2,
html.ios .car-selector--none-selected .row > .col-3,
html.ios .car-selector--none-selected .row > .col-4,
html.ios .car-selector--none-selected .row > .col-5,
html.ios .car-selector--none-selected .row > .col-6,
html.ios .car-selector--none-selected .row > .col-7,
html.ios .car-selector--none-selected .row > .col-8,
html.ios .car-selector--none-selected .row > .col-9,
html.ios .car-selector--none-selected .row > .col-10,
html.ios .car-selector--none-selected .row > .col-11,
html.ios .car-selector--none-selected .row > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  html.ios .car-selector--none-selected .row > .col-sm-1,
  html.ios .car-selector--none-selected .row > .col-sm-2,
  html.ios .car-selector--none-selected .row > .col-sm-3,
  html.ios .car-selector--none-selected .row > .col-sm-4,
  html.ios .car-selector--none-selected .row > .col-sm-5,
  html.ios .car-selector--none-selected .row > .col-sm-6,
  html.ios .car-selector--none-selected .row > .col-sm-7,
  html.ios .car-selector--none-selected .row > .col-sm-8,
  html.ios .car-selector--none-selected .row > .col-sm-9,
  html.ios .car-selector--none-selected .row > .col-sm-10,
  html.ios .car-selector--none-selected .row > .col-sm-11,
  html.ios .car-selector--none-selected .row > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  html.ios .car-selector--none-selected .row > .col-md-1,
  html.ios .car-selector--none-selected .row > .col-md-2,
  html.ios .car-selector--none-selected .row > .col-md-3,
  html.ios .car-selector--none-selected .row > .col-md-4,
  html.ios .car-selector--none-selected .row > .col-md-5,
  html.ios .car-selector--none-selected .row > .col-md-6,
  html.ios .car-selector--none-selected .row > .col-md-7,
  html.ios .car-selector--none-selected .row > .col-md-8,
  html.ios .car-selector--none-selected .row > .col-md-9,
  html.ios .car-selector--none-selected .row > .col-md-10,
  html.ios .car-selector--none-selected .row > .col-md-11,
  html.ios .car-selector--none-selected .row > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  html.ios .car-selector--none-selected .row > .col-lg-1,
  html.ios .car-selector--none-selected .row > .col-lg-2,
  html.ios .car-selector--none-selected .row > .col-lg-3,
  html.ios .car-selector--none-selected .row > .col-lg-4,
  html.ios .car-selector--none-selected .row > .col-lg-5,
  html.ios .car-selector--none-selected .row > .col-lg-6,
  html.ios .car-selector--none-selected .row > .col-lg-7,
  html.ios .car-selector--none-selected .row > .col-lg-8,
  html.ios .car-selector--none-selected .row > .col-lg-9,
  html.ios .car-selector--none-selected .row > .col-lg-10,
  html.ios .car-selector--none-selected .row > .col-lg-11,
  html.ios .car-selector--none-selected .row > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  html.ios .car-selector--none-selected .row > .col-xl-1,
  html.ios .car-selector--none-selected .row > .col-xl-2,
  html.ios .car-selector--none-selected .row > .col-xl-3,
  html.ios .car-selector--none-selected .row > .col-xl-4,
  html.ios .car-selector--none-selected .row > .col-xl-5,
  html.ios .car-selector--none-selected .row > .col-xl-6,
  html.ios .car-selector--none-selected .row > .col-xl-7,
  html.ios .car-selector--none-selected .row > .col-xl-8,
  html.ios .car-selector--none-selected .row > .col-xl-9,
  html.ios .car-selector--none-selected .row > .col-xl-10,
  html.ios .car-selector--none-selected .row > .col-xl-11,
  html.ios .car-selector--none-selected .row > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
html.ios .car-selector--none-selected .row > div {
  vertical-align: middle !important;
}
@media screen and (min-width: 992px) {
  html.ios .car-selector--none-selected .label-or {
    min-height: 8em;
  }
}
.ios-flex-col-shim {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
.ios-flex-row-shim {
  display: block;
  font-size: 0;
  text-align: left;
}
.ios-flex-row-shim > .col,
.ios-flex-row-shim > .col-1,
.ios-flex-row-shim > .col-2,
.ios-flex-row-shim > .col-3,
.ios-flex-row-shim > .col-4,
.ios-flex-row-shim > .col-5,
.ios-flex-row-shim > .col-6,
.ios-flex-row-shim > .col-7,
.ios-flex-row-shim > .col-8,
.ios-flex-row-shim > .col-9,
.ios-flex-row-shim > .col-10,
.ios-flex-row-shim > .col-11,
.ios-flex-row-shim > .col-12 {
  font-size: 1rem;
  display: inline-block !important;
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  .ios-flex-row-shim > .col-sm-1,
  .ios-flex-row-shim > .col-sm-2,
  .ios-flex-row-shim > .col-sm-3,
  .ios-flex-row-shim > .col-sm-4,
  .ios-flex-row-shim > .col-sm-5,
  .ios-flex-row-shim > .col-sm-6,
  .ios-flex-row-shim > .col-sm-7,
  .ios-flex-row-shim > .col-sm-8,
  .ios-flex-row-shim > .col-sm-9,
  .ios-flex-row-shim > .col-sm-10,
  .ios-flex-row-shim > .col-sm-11,
  .ios-flex-row-shim > .col-sm-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .ios-flex-row-shim > .col-md-1,
  .ios-flex-row-shim > .col-md-2,
  .ios-flex-row-shim > .col-md-3,
  .ios-flex-row-shim > .col-md-4,
  .ios-flex-row-shim > .col-md-5,
  .ios-flex-row-shim > .col-md-6,
  .ios-flex-row-shim > .col-md-7,
  .ios-flex-row-shim > .col-md-8,
  .ios-flex-row-shim > .col-md-9,
  .ios-flex-row-shim > .col-md-10,
  .ios-flex-row-shim > .col-md-11,
  .ios-flex-row-shim > .col-md-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .ios-flex-row-shim > .col-lg-1,
  .ios-flex-row-shim > .col-lg-2,
  .ios-flex-row-shim > .col-lg-3,
  .ios-flex-row-shim > .col-lg-4,
  .ios-flex-row-shim > .col-lg-5,
  .ios-flex-row-shim > .col-lg-6,
  .ios-flex-row-shim > .col-lg-7,
  .ios-flex-row-shim > .col-lg-8,
  .ios-flex-row-shim > .col-lg-9,
  .ios-flex-row-shim > .col-lg-10,
  .ios-flex-row-shim > .col-lg-11,
  .ios-flex-row-shim > .col-lg-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  .ios-flex-row-shim > .col-xl-1,
  .ios-flex-row-shim > .col-xl-2,
  .ios-flex-row-shim > .col-xl-3,
  .ios-flex-row-shim > .col-xl-4,
  .ios-flex-row-shim > .col-xl-5,
  .ios-flex-row-shim > .col-xl-6,
  .ios-flex-row-shim > .col-xl-7,
  .ios-flex-row-shim > .col-xl-8,
  .ios-flex-row-shim > .col-xl-9,
  .ios-flex-row-shim > .col-xl-10,
  .ios-flex-row-shim > .col-xl-11,
  .ios-flex-row-shim > .col-xl-12 {
    font-size: 1rem;
    display: inline-block !important;
    float: none;
    vertical-align: top;
  }
}
.fwd-st-theme .dropdown-menu > li > a:focus,
.fwd-st-theme .dropdown-menu > li > a:hover {
  background-color: transparent;
}
@media (min-width: 768px), print {
  .fwd-st-theme .block.category.event,
  .fwd-st-theme .breadcrumbs,
  .fwd-st-theme .footer.content,
  .fwd-st-theme .header.content,
  .fwd-st-theme .navigation,
  .fwd-st-theme .page-header .header.panel,
  .fwd-st-theme .page-main,
  .fwd-st-theme .page-wrapper > .page-bottom,
  .fwd-st-theme .page-wrapper > .widget,
  .fwd-st-theme .top-container,
  .header-welcome-wrapper .welcome-header,
  .header-welcome-wrapper ul.welcome-wrapper-list {
    max-width: 1540px;
  }
}
#maincontent {
  margin-top: 0;
}
.page-wrapper {
  display: block;
}
.action.primary {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  width: auto;
}
.action.primary:hover {
  opacity: 1;
}
.action.primary.disabled {
  opacity: 0.7;
  cursor: default;
}
.action.primary.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .action.primary {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
#designstudio-button {
  z-index: 12 !important;
}
#designstudio-button #iframe-designstudio-button:not([width]) {
  pointer-events: none;
}
@media (max-width: 768px) {
  .hyphens-md-auto {
    hyphens: auto;
  }
}
.hyphens-auto {
  hyphens: auto;
}
[id^="trustbadge-container"] {
  z-index: 5 !important;
}
[id^="trustbadge-container"] [id^="minimized-trustbadge"] {
  right: 30px !important;
}
[id^="trustbadge-container"] [id^="minimized-trustbadge"]:hover {
  right: 29px !important;
}
.img-auto {
  height: auto;
  width: auto;
}
.snapengage-status .offline,
.snapengage-status .online {
  display: none;
}
.snapengage-status.agent-online .online {
  display: block;
}
.snapengage-status.agent-offline .offline {
  display: block;
}
.wrapper-select select {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: auto;
  color: #343a40;
  border: solid 1px #f8f9fa;
  border-radius: 0;
  background-color: #f8f9fa;
  padding-right: 2.5rem;
}
.wrapper-select select:focus {
  background-color: #f8f9fa;
  box-shadow: none !important;
  border: solid 1px #d0dae1;
}
.wrapper-select select[disabled] {
  color: #a5b3c0;
}
.wrapper-select.light:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.wrapper-select.light select {
  background: #ffffff;
}
.wrapper-select.light .popup {
  background: #ffffff;
}
.wrapper-select.light .loading-div {
  background: #ffffff;
}
.wrapper-select.light.disabled:after {
  background: linear-gradient(90deg, rgba(243, 245, 247, 0) 0%, #f3f5f7 50%, #f3f5f7 100%);
}
.wrapper-select.light.disabled select,
.wrapper-select.light.disabled select:focus,
.wrapper-select.light.disabled .form-control {
  background: #f3f5f7;
}
.wrapper-select.light.disabled .popup {
  background: #f3f5f7;
}
.pricesByCategoryName {
  text-align: center;
}
.pricesByCategoryName .spinner {
  width: 1.2em;
  margin: auto;
}
.pricesByCategoryName img {
  height: auto !important;
  display: inline !important;
}
.flex-container,
.cmspages-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .widget-flex-container {
  display: flex;
}
.flex-container > div,
.cmspages-page-view .cms-page-content .widget-flex-container > div,
.cms-page-view .cms-page-content .widget-flex-container > div {
  flex: 1 0 0;
}
.row-feature-multi-list > div {
  text-align: center;
}
.row-feature-multi-list ul {
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}
h6 + .btn--colored,
h6 + .modal-popup .modal-footer button,
h6 + .cart-summary .checkout-methods-items .item .action.primary.checkout,
h6 + .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
  margin-top: .5em;
}
.flex-container--gapped,
.cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cms-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-view .cms-page-content .flex-container,
.cms-page-view .cms-page-content .flex-container,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
  display: flex;
}
.flex-container--gapped > div,
.cmspages-page-view .cms-page-content .widget-flex-container--gapped > div,
.cms-page-view .cms-page-content .widget-flex-container--gapped > div,
.cmspages-page-view .cms-page-content .flex-container > div,
.cms-page-view .cms-page-content .flex-container > div,
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div,
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div {
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .flex-container--gapped.d-block.d-md-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-md-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-md-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .flex-container.d-block.d-md-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .flex-container.d-block.d-md-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-md-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-md-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-md-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-md-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .flex-container--gapped.d-block.d-lg-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-lg-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-lg-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .flex-container.d-block.d-lg-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .flex-container.d-block.d-lg-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-lg-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-lg-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-lg-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-lg-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .flex-container--gapped.d-block.d-xl-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-xl-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .widget-flex-container--gapped.d-block.d-xl-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .flex-container.d-block.d-xl-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .flex-container.d-block.d-xl-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-xl-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container.d-block.d-xl-flex > div:not(:last-child),
  .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-xl-flex > div:not(:last-child),
  .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container.d-block.d-xl-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.flex-container--gapped > div:not(:last-child),
.cmspages-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
.cms-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
.cmspages-page-view .cms-page-content .flex-container > div:not(:last-child),
.cms-page-view .cms-page-content .flex-container > div:not(:last-child),
.cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child) {
  margin-right: 15px;
}
.dib-container {
  text-align: justify;
}
.dib-container > div {
  vertical-align: top;
  display: inline-block;
}
.dib-container:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.text-shadow {
  text-shadow: 0px 0px 8px #000000;
}
.text-shadow-light {
  text-shadow: 0px 0px 8px #f8f9fa;
}
.mb--5 {
  margin-bottom: -10rem;
}
.text-error {
  color: #dd2020 !important;
}
.text-warning {
  color: #fcdb16 !important;
}
.btn-warning {
  background-color: #fcdb16 !important;
}
.btn-link,
.btn-link:hover {
  line-height: 1em;
  color: #57616b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.text-white-50 {
  color: #a5b3c0 !important;
}
.text-secondary {
  color: #57616b !important;
}
.text-yellow {
  color: #fcdb16 !important;
}
.font-weight-bold {
  font-weight: 700;
}
@media (min-width: 768px) {
  .border-top-md-white-25 {
    border-top: solid 1px rgba(248, 249, 250, 0.25) !important;
  }
}
@media (min-width: 992px) {
  .border-top-lg-white-25 {
    border-top: solid 1px rgba(248, 249, 250, 0.25) !important;
  }
}
@media (min-width: 576px) {
  .border-top-sm-white-25 {
    border-top: solid 1px rgba(248, 249, 250, 0.25) !important;
  }
}
.border-top-white-25 {
  border-top: solid 1px rgba(248, 249, 250, 0.25) !important;
}
.border-bottom-white-25 {
  border-bottom: solid 1px rgba(248, 249, 250, 0.25) !important;
}
.text-body {
  color: #000000 !important;
}
.opacity-01 {
  opacity: 0.1;
}
.container-max {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1540px !important;
}
@media (min-width: 576px) {
  .container-max {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-max {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-max {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-max {
    max-width: 1540px;
  }
}
.bg-black {
  color: #ffffff;
}
.bg-light {
  color: #57616b;
}
.bg-dark-gray {
  background-color: #1b1b1b !important;
  color: #d0dae1;
}
.bg-dark-gray h1,
.bg-dark-gray .h1 {
  color: #ffffff;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1540px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 0;
  padding-left: 0;
}
img.svg-img-size-13 {
  width: 1.3rem;
  height: 1.3rem;
}
img.svg-img-size-2 {
  width: 2rem;
  height: 2rem;
}
img.svg-img-size-25 {
  width: 2.5rem;
  height: 2.5rem;
}
img.svg-img-size-3 {
  width: 3em;
  height: 3em;
}
img.svg-img-size-35 {
  width: 3.5rem;
  height: 3.5rem;
}
img.svg-carousel-bottom {
  filter: invert(1);
  width: 3em;
  height: 3em;
}
img.svg-carousel-bottom-product-overview {
  width: 3em;
  height: 3em;
}
.carousel-bottom-product-overview .overlay-image {
  background-image: url('../Fwd_CmsPages/images/produkte/gfx_xta_cropped.png');
  background-size: 34%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.carousel-bottom-product-overview .overlay-image img {
  margin-top: 25em;
  margin-left: -3.5em;
}
.recaptcha-valid {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
}
.soft-shadow {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.sticky.sticky-notransparency {
  background-color: #000000 !important;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky.sidebar {
  position: fixed;
  left: initial;
  right: 0;
  top: 5.4rem;
  z-index: 1000;
  width: 500px;
}
[data-toggle="sticky-onscroll"] nav.nav > a.active {
  color: #ffffff !important;
}
.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}
.icn_tick,
.list-ticks {
  list-style: none;
  padding-left: 0;
}
.icn_tick > li,
.list-ticks > li {
  position: relative;
  padding-left: 1.8rem;
}
.icn_tick > li:before,
.list-ticks > li:before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  background-image: url('../images/icons/icn_tick.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-table;
}
a.chevron,
a.chevron:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a,
.alink {
  color: #57616b;
}
a:hover,
.alink:hover {
  text-decoration: none;
  opacity: 0.75;
}
a:visited,
.alink:visited {
  color: #57616b;
}
.alink {
  text-decoration: underline;
}
.alink:hover,
.alink:visited:hover {
  color: #57616b;
  text-decoration: underline !important;
}
.header-welcome-wrapper {
  background: #f8f9fa;
}
.header-welcome-wrapper ul.welcome-wrapper-list {
  text-align: right;
  margin-bottom: 0;
}
.header-welcome-wrapper ul.welcome-wrapper-list li {
  display: inline;
  list-style: none;
}
.header-welcome-wrapper ul.welcome-wrapper-list li span {
  display: inline-block;
}
.header-welcome-wrapper ul.welcome-wrapper-list li span,
.header-welcome-wrapper ul.welcome-wrapper-list li div {
  margin: .3em 0;
}
.header-welcome-wrapper ul.welcome-wrapper-list li span:empty,
.header-welcome-wrapper ul.welcome-wrapper-list li div:empty {
  display: none;
}
.absolute-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.productfinder #ag-filters header,
.productfinder #ag-filters .icon-arrow:before {
  color: #000000;
}
.productfinder #ag-filters .ag-filter-accordion .filter__name {
  color: #000000;
}
.productfinder #ag-filters .ag-filter-accordion .filter__name:hover {
  color: #000000;
}
.productfinder .categories-list li {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .productfinder .categories-list li {
    color: #57616b;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .categories-list li.active,
  .productfinder .categories-list li.active:hover {
    color: #57616b;
  }
}
.productfinder #productfinder__product-overview .product-overview__header--desktop {
  margin-top: 1em;
}
.productfinder #products-sorter select {
  padding-right: 2rem;
}
.productfinder #products-sorter:after {
  display: none;
}
.productfinder #note-universal-products {
  z-index: 30;
}
.nav-main-collapse--show #note-universal-products {
  display: none;
}
.productfinder #product-detail .product__title {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-style: italic;
  font-family: "Now";
  text-transform: uppercase;
  margin-top: 0;
}
.productfinder #product-detail .product__title:first-child {
  margin-top: 0;
}
.productfinder #product-detail .product__title:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .productfinder #product-detail .product__title {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: unset;
  }
}
.productfinder #product-detail .user-selects__label {
  margin-top: 1em;
}
@media screen and (max-width: 992px) {
  .productfinder #product-detail .user-selects__label {
    font-size: 1rem;
  }
}
.productfinder #product-detail .product__hintes-notes {
  color: #a5b3c0;
}
.productfinder #product-detail .document-download a,
.productfinder #product-detail .document-download a:hover {
  color: #57616b;
}
.productfinder #kompatibel th[data-sort="asc"] .sorter-action {
  transform: rotate(90deg) translateY(-2px);
}
.productfinder #productfinder__product-categories .category-collapse .image-url.collapsed h2,
.productfinder #productfinder__product-categories .category-collapse .image-url:not(.collapsed) h2 {
  color: #57616b;
}
.productfinder #productfinder__product-categories .category-collapse h2 .fa-icon-arrow {
  font-size: 0.7rem;
  color: #57616b;
}
@media screen and (min-width: 992px) and (max-width: 1540px) {
  .productfinder #productfinder__product-categories .main-category-container #Spurverbreiterungen .main-category {
    margin-bottom: 5.5rem !important;
  }
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .category-collapse .image-url {
  background-size: 25%;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category-container__inner-row {
  align-items: unset;
}
.productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category h2 {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-categories .main-category-container.merchandise-container .main-category h2 {
    display: block !important;
  }
}
.productfinder #productfinder__product-categories .sub-category__name {
  color: #57616b !important;
}
.productfinder #productfinder__product-categories .main-category-container:nth-last-child(3) .main-category-container__inner-row > div {
  align-self: center;
}
.productfinder #productfinder__product-categories .main-category-container:nth-last-child(3) .main-category-container__inner-row .row.category-collapse > div {
  align-self: center;
}
.productfinder #productfinder__product-categories .main-category-container:nth-last-child(3) .main-category-image img {
  max-width: 100% !important;
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}
.productfinder #productfinder__product-categories .main-category-container:nth-last-child(2) .main-category-image img {
  max-width: 160% !important;
  margin-top: 2em;
  margin-bottom: 0;
}
@media screen and (min-width: 1540px) {
  .productfinder #productfinder__product-categories .main-category-container:nth-last-child(2) .main-category-image img {
    max-width: none;
  }
}
.productfinder #productfinder__product-categories .main-category-container:nth-last-child(1) .main-category-image img {
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  .productfinder #productfinder__product-categories .main-category-container:nth-last-child(1) .main-category-image img {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 992px) {
  .productfinder .main-category {
    margin-top: 1.8em !important;
    margin-bottom: 0;
  }
}
#wheelspacer-filter-assembly-position h4,
#wheelspacer-filter-axl-width h4 {
  margin-top: 1em;
}
.checkout-cart-index #maincontent {
  padding-left: .5em;
  padding-right: .5em;
}
.checkout-cart-index #maincontent a,
.checkout-cart-index #maincontent a:hover {
  color: #fcdb16;
}
form.bbs-cart .cart.table-wrapper head tr th,
form.bbs-cart .cart.table-wrapper tbody td {
  /*padding: unset;*/
  /*&.col {
                padding: unset;

                &.qty {
                    padding: unset;

                    .input-text {
                        margin-top: unset;
                    }
                }
            }

            .product-item-details {
                div a {
                    font-size: @fontsizeSmall;
                }
                padding-bottom: unset;
    
                .product-item-name {
                    margin: unset;

                    a, a:hover {
                        color: @colorDarker !important;
                        opacity: unset;
                    }
                }
            }*/
}
form.bbs-cart .cart.table-wrapper head tr th a.product-item-photo,
form.bbs-cart .cart.table-wrapper tbody td a.product-item-photo {
  padding-right: 15px;
  max-width: unset;
}
form.bbs-cart .cart.table-wrapper thead tr th.col {
  padding-top: .4em !important;
  padding-bottom: .4em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col:not(.item):not(.subtotal) {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.item {
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.qty {
  text-align: center;
}
form.bbs-cart .cart.table-wrapper thead tr th.col.subtotal {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr {
  /* Normal products */
  /* wheel products */
  /*&.item-info.wheelset {
                    &.open-details {
                        .td-wheels-main, .td-accessories {
                            padding-bottom: .5em;
                        }
                    }
                    a {
                        cursor: default !important;
                    }
                    td {
                        font-size: 1em;
                        padding-top: 1em !important;

                        &:not(:first-child):not(:nth-child(2)):not(:last-child) {
                            padding-left: @SCpaddingLeft !important;
                            padding-right: @SCpaddingRight !important;
                        }
                        &:first-child, &:nth-child(2) {
                            padding-right: 1em !important;
                        }
                        &:last-child {
                            padding-left: @SCpaddingLeft !important;
                        }
                    }
                    td:nth-child(3) div, td:nth-child(4) div, td:nth-child(5) div, td:nth-child(6) div {
                        padding-top: .2em !important;
                        font-size: @fontsizeSmall;
                    }
                    /*td:nth-child(4) div {
                        font-size: @fontsizeSmall;
                    }*/
  /*td:nth-child(6) div a:hover {
                        cursor: pointer !important;
                    }
                    td.qty {
                        /*font-size: @fontsizeSmall;*/
  /*text-align: center;*/
  /*input[type="number"].qty {
                            .font-regular;
                            color: @colorDarker;
                            background: @colorLighter2;
                            &:focus {
                                box-shadow: unset;
                            }
                        }*/
  /*}
                }*/
  /*&.individualisation-label {
                    td:first-child {
                        padding-top: 1em !important;
                        padding-left: unset !important;
                        padding-right: @SCpaddingRight !important;

                        p {
                            .font-bold;
                            font-size: 1.2em;
                            text-transform: uppercase;
                        }
                    }
                }*/
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info {
  /*a {
                        cursor: default !important;
                    }*/
  /*td:nth-child(3), td:nth-child(4) {
                        padding-top: 1.4em !important;
                    }
                    td:nth-child(6) {
                        padding-top: 1.55em !important;
                    }
                    td.qty {
                        text-align: center;

                        input[type="number"].qty {
                            .font-regular;
                            color: @colorDarker;
                            background: @colorLighter2;
                            width: 50px;
                            &:focus {
                                box-shadow: unset;
                            }
                        }
                    }*/
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td {
  font-size: unset;
  /*padding-top: 1em !important;*/
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.col:not(.td-wheels-main):not(.td-accessories):not(.subtotal) {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.col.td-wheels-main,
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.col.td-accessories {
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.col.subtotal {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.item-info td.subtotal .price-including-tax {
  /*color: @colorDarker !important;*/
  font-weight: 700;
  font-size: 1em;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items {
  font-size: 0.85rem;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:not(:first-child):not(:last-child) {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:first-child {
  padding-right: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items td:last-child {
  padding-left: 0.5em !important;
}
form.bbs-cart .cart.table-wrapper tbody tr.wheel-items .individualisation-indicator {
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: -1rem;
  margin-right: 0.5em;
}
form.bbs-cart .cart.table-wrapper tbody tr.tr-item-actions .td-toolbar span.price {
  font-weight: 700;
  font-size: unset;
  /*color: @colorDarker !important;*/
}
@media screen and (max-width: 992px) {
  #shopping-cart-table {
    /*thead {
            display: none;
        }

        /* Standard products */
    /*tr.tr-item-actions:not(.wheelset) {
            margin-bottom: unset;
            border-left: unset;
            border-right: unset;
            border-bottom: unset;

            .actions-toolbar {
                justify-content: flex-start;

                .gift-options-cart-item {
                    width: unset;
                }
            }
        }
        /* Wheel products */
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) {
    /*.td-artno span,
            .td-price span.unit-price {
                display: block;
                padding-top: .7em !important;
            }
            .td-price span.unit-price {
                text-align: right;
            }*/
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-wheels-main .product-item-name {
    margin-top: unset !important;
    margin-bottom: 1em;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal {
    /*&[data-th] {
                    &:before {
                        content: attr(data-th);
                        display: block;
                        text-align: right;
                    }
                }*/
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal span.price-including-tax {
    padding-top: .85em !important;
  }
  #shopping-cart-table tr.tr-item-info:not(.wheelset) .td-subtotal span.price-including-tax .cart-price .price {
    /*.font-regular;*/
    font-size: unset;
  }
  #shopping-cart-table tr.tr-item-info {
    /*margin-bottom: 1em;

            td:not(.td-thumbnail, .td-wheels-main, .td-qty, .td-subtotal) {
                &[data-th] {
                    .font-regular;
                    font-size: @fontsizeSmall;
                    
                    &:before {
                        content: attr(data-th);
                        display: block;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                }
            }
            .td-thumbnail {
                grid-area: thumbnail;
                margin-bottom: .7em;

                a.product-item-photo {
                    position: static;
                }
            }*/
    /*.td-artno {
                grid-area: artno;
                /*display: none;*/
    /*padding-top: .5em !important;
                padding-bottom: .5em !important;
                padding-left: 1.5em !important;
                border-left: solid 1px @colorLighter;
                border-top: solid 1px @colorLighter;
                border-bottom: solid 1px @colorLighter;
            }
            .td-price {
                grid-area: price;
                padding-top: .5em !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-bottom: .5em !important;
                text-align: right;
                border-top: solid 1px @colorLighter;
                border-bottom: solid 1px @colorLighter;

                /*div {
                    padding-top: .5em !important;
                }*/
    /*}*/
    /*.td-subtotal {
                grid-area: subtotal;
                width: auto;
                text-align: right;
                padding-top: .5em !important;
                padding-right: 1.5em !important;
                border-top: solid 1px @colorLighter;
                border-bottom: solid 1px @colorLighter;
                border-right: solid 1px @colorLighter;

                &[data-th] {
                    .font-regular;
                    font-size: @fontsizeSmall;
                }
                &:before {
                    display: none;
                    padding-bottom: unset;
                    text-align: right;
                }
                /*div {
                    padding-top: .5em;
                }*/
    /*}*/
    /*&.open-details {
                margin-bottom: unset;

                td { border-bottom: unset; }
                .td-subtotal {
                    &:before {
                        content: attr(data-th);
                        display: block;
                        text-align: right;
                    }
                }
            }

            display: grid;
            grid-template-columns: 100px .9fr .6fr 1fr;
            grid-template-rows: auto;
            grid-template-areas:
            "thumbnail wheelsmain wheelsmain wheelsmain"
            "artno price qty subtotal";*/
  }
  #shopping-cart-table tr.tr-item-info .td-wheels-main {
    /*grid-area: wheelsmain;*/
    /*.product-item-name {
                    margin-top: 1em;
                }*/
  }
  #shopping-cart-table tr.tr-item-info .td-wheels-main strong {
    font-size: 1em;
  }
  #shopping-cart-table tr.tr-item-info .td-qty {
    /*grid-area: qty;
                width: auto;
                text-align: center;
                padding-top: .5em !important;
                /*padding-left: 1.5em !important;
                padding-right: 0 !important;*/
    /*padding-bottom: .5em !important;
                border-top: solid 1px @colorLighter;
                /*border-right: solid 1px @colorLighter;*/
    /*border-bottom: solid 1px @colorLighter;

                &[data-th] {
                    .font-regular;
                    font-size: @fontsizeSmall;
                }*/
    /*input {
                    padding: 0;
                    width: 45px;
                }*/
  }
  #shopping-cart-table tr.tr-item-info .td-qty:before {
    /*padding-bottom: unset;*/
    font-weight: 300;
  }
  #shopping-cart-table tr.tr-item-info .product__availability {
    /*position: unset;*/
    left: unset;
    /*bottom: 0;
                margin-bottom: unset;*/
  }
  #shopping-cart-table tr.tr-item-info .collapse-details {
    /*position: absolute;*/
    top: -1.8em;
    /*right: 0;*/
  }
  #shopping-cart-table tr.tr-item-info-wheel-item {
    /*td:not(.td-thumbnail, .td-accessories) {
                &[data-th] {
                    .font-regular;
                    font-size: @fontsizeSmall;
                    
                    &:before {
                        content: attr(data-th);
                        display: block;
                    }
                }
            }
            .td-thumbnail {
                grid-area: thumbnail;
                margin-bottom: .7em;
            }*/
    /*.td-artno {
                grid-area: artno;
                padding-top: .5em !important;
                padding-left: 1.5em !important;
                border-left: solid 1px @colorLighter;
                border-top: solid 1px @colorLighter;
            }
            .td-price {
                grid-area: price;
                text-align: right;
                border-top: solid 1px @colorLighter;
                padding-top: .5em !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
            .td-qty {
                grid-area: qty;
                width: unset;
                padding-top: .5em !important;
                border-top: solid 1px @colorLighter !important;
            }
            .td-subtotal {
                grid-area: subtotal;
                width: unset;
                padding-top: .5em !important;
                padding-right: 1.5em !important;
                border-top: solid 1px @colorLighter;
                border-right: solid 1px @colorLighter;
                &:before {
                    text-align: right;
                }
            }

            .collapse-details {
                position: absolute;
                top: -2.1em;
                right: 0;
            }

            display: grid;
            grid-template-columns: 100px .9fr .6fr 1fr;
            grid-template-rows: auto;
            grid-template-areas:
            "thumbnail accessories accessories accessories"
            "artno price qty subtotal";*/
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-accessories {
    /*grid-area: accessories;*/
    font-size: unset;
    /*margin-top: 2.5em;*/
  }
  #shopping-cart-table tr.tr-item-info-wheel-item .td-accessories .product__availability {
    /*position: absolute;*/
    left: -100px;
    /*bottom: 0;*/
    margin-bottom: unset;
    font-size: 0.7rem;
  }
  #shopping-cart-table tr.tr-wheel-items-wheel-item {
    font-size: 0.85rem;
    /*border-left: solid 1px @colorLighter;
            border-right: solid 1px @colorLighter;
            padding: 0 1.5em 1.5em 1.5em;

            td:not(:first-child) {
                padding-bottom: 1em;
                color: @colorLight;
                border-bottom: solid 1px @colorLight;
            }
            td.td-indicator-name {
                grid-area: indicatorname;
            }
            .td-artno {
                grid-area: artno;
                padding-left: unset !important;
            }
            .td-price {
                grid-area: price;
                text-align: right;
            }
            .td-qty {
                grid-area: qty;
                text-align: center;
            }
            .td-subtotal {
                grid-area: subtotal;
                width: unset;
                text-align: right;

                &[data-th] {                    
                    &:before {
                        display: none;
                        text-align: right;
                    }
                }
            }

            &.last-item {
                border-bottom: solid 1px @colorLighter;

                td {
                    border-bottom: unset;
                }
            }
            &.last-item-standard {
                td {
                    border-bottom: unset;
                }
            }
            &.last-item-accessories {
                td {
                    border-bottom: unset;
                }
            }

            display: grid;
            grid-template-columns: 100px .9fr .6fr 1fr;
            grid-template-rows: auto;
            grid-template-areas:
            "indicatorname indicatorname indicatorname indicatorname"
            "artno price qty subtotal";
            */
    /*". indicatorname";
            "qty artno";*/
  }
  #shopping-cart-table tr.tr-item-actions {
    /*td {
                padding-top: 1.5em;
            }
            .td-empty {
                grid-area: emptycell;
            }
            .td-details {
                grid-area: details;
            }*/
    /*&.open-details {
                margin-bottom: 2em;
                padding-left: 0.5em;
                padding-right: 1.1em;
                border-left: solid 1px @colorLighter;
                border-right: solid 1px @colorLighter;
                border-bottom: solid 1px @colorLighter;
            }

            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas:
            "toolbar";*/
  }
  #shopping-cart-table tr.tr-item-actions .td-toolbar {
    /*grid-area: toolbar;*/
  }
  #shopping-cart-table tr.tr-item-actions .td-toolbar span.price {
    /*.font-regular;*/
    font-size: unset;
    /*color: @colorDarker !important;*/
  }
}
/*#opc-sidebar {
    .minicart-items {
        .product-item {
            .product-item-details.border-bottom {
                padding-bottom: 1.5em;
            }
            &:last-child {
                .product-item-details {
                    border-bottom: 0 !important;
                }
            }
        }
    }
}*/
.productfinder .category-name {
  text-transform: unset;
}
@media screen and (max-width: 992px) {
  .productfinder .category-name {
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 1.5rem;
  }
  .productfinder .category-name:first-child {
    margin-top: 0;
  }
  .productfinder .category-name:last-child {
    margin-bottom: 0;
  }
}
.productfinder .form-control {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: auto;
  color: #343a40;
  border: solid 1px #f8f9fa;
  border-radius: 0;
  background-color: #f8f9fa;
}
.productfinder .form-control:focus {
  background-color: #f8f9fa;
  box-shadow: none !important;
  border: solid 1px #d0dae1;
}
@media screen and (max-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__categories {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .productfinder #productfinder__product-overview #product-overview__product-boxes .product-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .productfinder #product-detail .accordion-caret.pf-filter .list-group-item h4 {
    font-size: 1rem;
  }
  .productfinder #product-detail .accordion-caret.pf-filter .list-group-item .none-selected,
  .productfinder #product-detail .accordion-caret.pf-filter .list-group-item .selected-item {
    font-size: 0.85rem;
  }
}
.productfinder #product-detail .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.productfinder #product-detail .nav-tabs::-webkit-scrollbar {
  display: none;
}
.productfinder #product-detail .nav-tabs > .nav-item > .nav-link h5 {
  font-size: 0.85rem;
  line-height: 20px;
  line-height: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .productfinder-index-index .page-header {
    margin-bottom: 0;
  }
  .productfinder-index-index .container-car-selector #car-selector-collapse {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .productfinder-index-index #maincontent {
    margin-top: 2rem;
  }
}
.store-stusen .minicart-wrapper .block-minicart .minicart-tax-notice {
  display: none;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3),
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) {
  border-bottom: 1px solid #dfdfdf;
  top: -29px;
  font-size: 12px;
  font-family: Arial;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title {
  /*padding: 20px 8px;*/
  padding: 15px;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"],
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"]#paypal_express,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"]#paypal_express,
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"]#banktransfer,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title input[type="radio"]#banktransfer {
  height: 100% !important;
  width: 100% !important;
  left: 0;
  margin: 0;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] img,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] img {
  margin-right: 60px;
}
@media screen and (max-width: 510px) {
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] img,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] img {
    margin-right: 53px;
  }
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] a.action-help,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3) .payment-method-title label[for=paypal_express] a.action-help {
    display: block;
    margin-left: 125px;
  }
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active {
  background-color: #f9f9f9;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active .payment-method-title:after,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active .payment-method-title:after {
  content: url(https://www.paypalobjects.com/webstatic/ppplus/icons/checkmark.png);
  position: absolute;
  top: 16px;
  right: 16px;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active .payment-method-title span,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active .payment-method-title span {
  font-weight: 700;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3):hover,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3):hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3):hover,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3):hover {
    background-color: unset;
  }
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:nth-child(n+3)._active {
    background-color: #f9f9f9;
  }
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label {
  line-height: unset;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span {
  display: inline-flex;
  align-items: center;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span:before,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span:before {
  padding-top: 8px;
  width: 127px;
  display: table-cell;
  content: "";
}
@media screen and (max-width: 470px) {
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span:before,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-title label span:before {
    width: 125px;
  }
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-content,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-content {
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-content,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method:last-child .payment-method-content {
    padding-left: 142px;
  }
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label {
  line-height: unset;
  cursor: pointer;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label span,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label span {
  display: inline-flex;
  align-items: center;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label span:before,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-title label span:before {
  width: 127px;
  content: url(../images/nachnahme_button.png);
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-content,
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-content {
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-content,
  .store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-cod .payment-method-content {
    padding-left: 142px;
  }
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-in-advance .payment-method-title label span {
  display: inline-flex;
  align-items: center;
}
.store-stdede.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-in-advance .payment-method-title label span:before {
  content: url(../images/payment-vorkasse.png);
}
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-in-advance .payment-method-title label span {
  display: inline-flex;
  align-items: center;
}
.store-stdeen.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method.st-payment-in-advance .payment-method-title label span:before {
  content: url(../images/payment-in-advance.png);
}
.breadcrumbs-row .breadcrumbs-links,
.breadcrumbs-row .brand-selector {
  font-size: 0.85rem;
}
.breadcrumbs {
  margin: 2em auto;
}
.breadcrumbs a {
  color: #000000 !important;
}
.breadcrumbs a:visited {
  color: #000000 !important;
}
.breadcrumbs .item {
  font-size: 0.85rem;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  font-size: 1rem;
  top: -2px;
  position: relative;
  margin: 0;
}
.breadcrumbs .item.home a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f015";
}
.breadcrumbs .item.home a span {
  display: none;
}
@media screen and (max-width: 992px) {
  #collapse-categories.not-at-right:after,
  #collapse-categories.not-at-left:before {
    height: 56px;
    height: 3.5rem;
    top: 0;
  }
  #collapse-categories.not-at-left:before {
    left: -15px;
    left: -0.9375rem;
  }
  #collapse-categories.not-at-right:after {
    right: -15px;
    right: -0.9375rem;
  }
}
.btn {
  font-size: 1em;
  text-decoration: none;
}
.btn:hover {
  opacity: 1;
}
.btn--link:hover,
.cmspages-page-view .cms-page-content li a:hover,
.cms-page-view .cms-page-content li a:hover {
  opacity: 0.75 !important;
}
.btn-lg {
  font-size: 1.25em;
}
.btn-block {
  display: inline-block;
  width: auto;
  padding: 0.8rem 0.8rem !important;
}
.button--outline-icon,
.button--outline-icon:hover {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: solid 1px #d0dae1;
  background: transparent;
  border-radius: 0;
  color: #a5b3c0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.button--outline-icon:hover,
.button--outline-icon:hover:hover {
  opacity: 1;
}
.button--outline-icon img,
.button--outline-icon:hover img,
.button--outline-icon svg,
.button--outline-icon:hover svg {
  width: 1rem;
}
.button--outline-icon svg path,
.button--outline-icon:hover svg path {
  fill: #a5b3c0;
}
.btn--colored-yellow,
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 0;
  background: #fcdb16 !important;
  color: #000000 !important;
  border: solid 2px #fcdb16 !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  background: #fcdb16;
  border: #fcdb16;
}
.btn--colored-yellow:hover {
  opacity: 1;
}
.btn--colored-yellow.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn--colored-yellow.busy {
  background: #ffffff;
}
@media (max-width: 768px) {
  .btn--colored-yellow,
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.btn--colored:hover,
.modal-popup .modal-footer button:hover,
.cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn-block,
  .btn--colored,
  .btn--outline,
  .btn--outline-light,
  .modal-popup .modal-footer button,
  .catalogsearch-result-index .search.results .button--to-product-catalogsearch,
  .catalogsearch-result-index .search.results .button--add-to-cart-catalogsearch,
  .cart-summary .checkout-methods-items .item .action.primary.checkout,
  button.action.update,
  .firecheckout .place-order .place-order .actions-toolbar .primary .action,
  .form-discount button.action-apply,
  .productfinder #product-detail .product__recommended-attachments .button--to-product,
  .productfinder #kompatibel .table-container .button-show-more,
  .productfinder #productfinder__product-overview #product-overview__product-boxes .product-box .button--to-product,
  .button--show-selection,
  .minicart-wrapper .block-minicart .block-content > .actions .action.checkout,
  .cmspages-page-no-route .no-route-holder .button-container a,
  .cmspages-page-noroute .no-route-holder .button-container a,
  .cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn,
  .cmspages-page-haendlersuche #notfound-cover .notfound-modal .button-ok,
  .cmspages-page-xtaplus3gewindefahrwerk section#intro .button-individualization,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
#car-selector-collapse {
  margin: auto;
  margin-top: 0;
  box-shadow: none;
}
.car-selector h3 {
  text-transform: uppercase;
}
.car-selector .car-selector--none-selected .wrapper-select .fa-check {
  line-height: 1.5;
}
@media (max-width: 992px) {
  .car-selector .car-selector--none-selected-us .collapse-modelengine {
    padding-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .car-selector .car-selector--car-selected .car-selector__buttons-wrapper {
    justify-content: space-between;
  }
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--product-overview .my-car {
  font-size: 1.05em;
}
.car-selector .car-selector--car-selected .car-selector__buttons-wrapper .button--change-car {
  font-size: 1em !important;
  padding: 0.8rem 0.8rem !important;
}
.car-selector .carselector-list {
  background-color: #f8f9fa;
}
.car-selector .carselector-list-element:hover {
  color: #1b1b1b;
}
.car-selector .carselector-list-element.disabled {
  color: #a5b3c0;
  background: #f8f9fa;
}
.car-selector .carselector-list-element.disabled:hover {
  background: #f8f9fa;
}
#car-selector__button {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: solid 1px #d0dae1;
  background: transparent;
  border-radius: 0;
  color: #a5b3c0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  width: auto;
}
#car-selector__button:hover {
  opacity: 1;
}
#car-selector__button img,
#car-selector__button svg {
  width: 1rem;
}
#car-selector__button svg path {
  fill: #a5b3c0;
}
@media screen and (max-width: 680px) {
  #car-selector__button {
    display: flex !important;
  }
}
#car-selector__button #car-selector__button__car-spinner,
#car-selector__button #car-selector__button__car-choose,
#car-selector__button #car-selector__button__car-selected {
  padding: 0 .5em;
}
#car-selector__button #car-selector__button__car-spinner:hover,
#car-selector__button #car-selector__button__car-choose:hover,
#car-selector__button #car-selector__button__car-selected:hover {
  opacity: 1;
}
#car-selector__button #car-selector__button__car-choose {
  width: 100%;
  height: 2.5em;
  margin-right: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #25e200;
}
#car-selector__button #car-selector__button__car-choose .car-choose__icon .svg-car svg path {
  fill: #ffffff;
}
#car-selector__button #car-selector__button__car-selected {
  margin: 0 !important;
}
#car-selector__button #car-selector__button__car-selected img {
  width: auto;
}
#car-selector__button #car-selector__button__car-selected .svg-car {
  vertical-align: text-bottom;
}
.cmspages-page-individualisierung {
  /* Hidden colorfields styling */
  /* MakeitYours overlay video */
}
@media (min-width: 768px), print {
  .cmspages-page-individualisierung .page-main {
    max-width: none;
    padding: 0;
  }
}
.cmspages-page-individualisierung .howHeightIsTheDiv {
  transform-origin: top;
}
.cmspages-page-individualisierung .h4-5 {
  margin: 0;
}
.cmspages-page-individualisierung .colorfieldbox .field-container {
  height: 70px;
}
.cmspages-page-individualisierung .colorfieldbox .field {
  background: url("../Fwd_CmsPages/images/farbfelder/gfx_shine.png") no-repeat center center;
  background-size: cover;
}
.cmspages-page-individualisierung .colorfieldbox .field:hover,
.cmspages-page-individualisierung .colorfieldbox .field.active {
  outline-offset: -3px;
  outline: 3px solid #79ee79;
}
.cmspages-page-individualisierung .makeityours_background {
  background: url("../Fwd_CmsPages/images/makeityours/gfx_hyundai-i30n.jpg");
  position: relative;
  transition: background 0.35s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.cmspages-page-individualisierung .makeityours_layer {
  background-color: rgba(20, 32, 39, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmspages-page-individualisierung .makeityours_svg {
  filter: invert(1);
}
.cmspages-page-individualisierung .rounded-pill {
  border-radius: 50rem !important;
}
.cmspages-page-individualisierung .overlayCanvas {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 20;
}
.cmspages-page-individualisierung .arrow_bottom_box_outer {
  bottom: -2px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 23px;
  height: 12px;
  overflow-y: hidden;
}
.cmspages-page-individualisierung .arrow_bottom_box_xta,
.cmspages-page-individualisierung .arrow_bottom_box_xa,
.cmspages-page-individualisierung .arrow_bottom_box_x,
.cmspages-page-individualisierung .arrow_bottom_box_gf {
  margin-left: 4px;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.cmspages-page-individualisierung .arrow_bottom_box_xta {
  border-left: 1px solid #f8f9fa;
  border-top: 1px solid #f8f9fa;
  background-color: #142027;
}
.cmspages-page-individualisierung .arrow_bottom_box_xa {
  border-left: 1px solid #f8f9fa;
  border-top: 1px solid #f8f9fa;
  background-color: #271e14;
}
.cmspages-page-individualisierung .arrow_bottom_box_x {
  border-left: 1px solid #f8f9fa;
  border-top: 1px solid #f8f9fa;
  background-color: #262626;
}
.cmspages-page-individualisierung .arrow_bottom_box_gf {
  border-left: 1px solid #343a40;
  border-top: 1px solid #343a40;
  background-color: #ebeded;
}
.cmspages-page-individualisierung .changeProduct {
  text-align: center;
  cursor: pointer;
}
.cmspages-page-individualisierung .triangle_down_outer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1px;
  width: 29px;
  height: 14px;
  overflow-y: hidden;
}
.cmspages-page-individualisierung .triangle_down_dark {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  background-color: #142027;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-right: 1px solid #142027;
  border-bottom: 1px solid #142027;
}
.cmspages-page-individualisierung .bg-makeityours-foot {
  min-height: 540px;
  background-image: url("../Fwd_CmsPages/images/makeityours/gfx_cta-backgound.png");
  margin-bottom: -3rem;
  background-color: #F7F7F7 !important;
}
.cmspages-page-individualisierung .specialTextInput {
  text-align: center;
  color: black !important;
  font-weight: bolder !important;
  margin-left: 2px;
  margin-right: 2px;
  border: solid 1px #d0dae1;
}
.cmspages-page-individualisierung .specialTextInput::placeholder {
  color: black !important;
  width: auto;
}
.cmspages-page-individualisierung .colorfieldbox {
  padding: 0 5px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
.cmspages-page-individualisierung .colorfieldbox .more-colors {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9399999999999999) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cmspages-page-individualisierung .makeityours-overlay a {
  color: #fff;
}
.cmspages-page-individualisierung .makeityours-overlay a span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
.cmspages-page-individualisierung .makeityours-overlay a span i {
  font-size: 4em;
  font-weight: normal;
}
.cmspages-page-individualisierung .makeityours-overlay a img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cmspages-page-individualisierung .makeityours-overlay a span {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -36%);
  }
  .cmspages-page-individualisierung .makeityours-overlay a img {
    filter: drop-shadow(0 4mm 2mm #aaaaaa);
  }
}
@media (min-width: 992px) {
  .custom-modal.custom-modal--floating .modal-body {
    padding: 15px;
  }
}
.custom-modal[data-modal-id="zugstufe-geschlossen-video"],
.custom-modal[data-modal-id="zugstufe-offen-video"] {
  color: red;
}
.custom-modal[data-modal-id="zugstufe-geschlossen-video"] .modal-body,
.custom-modal[data-modal-id="zugstufe-offen-video"] .modal-body {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  width: auto;
}
.custom-modal[data-modal-id="zugstufe-geschlossen-video"] video,
.custom-modal[data-modal-id="zugstufe-offen-video"] video {
  max-height: 75vh;
}
.customer-account-login #maincontent,
.customer-account-index #maincontent,
.customer-account-edit #maincontent,
.customer-account-create #maincontent,
.customer-address-form #maincontent,
.sales-order-history #maincontent {
  margin-top: 2rem;
}
.customer-account-login .customer-login .bordered-button,
.customer-account-index .customer-login .bordered-button,
.customer-account-edit .customer-login .bordered-button,
.customer-account-create .customer-login .bordered-button,
.customer-address-form .customer-login .bordered-button,
.sales-order-history .customer-login .bordered-button {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  background: transparent !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  font-weight: 700;
  color: #343a40 !important;
  border: solid 2px #343a40 !important;
  margin-bottom: 3rem;
}
.customer-account-login .customer-login .bordered-button:hover,
.customer-account-index .customer-login .bordered-button:hover,
.customer-account-edit .customer-login .bordered-button:hover,
.customer-account-create .customer-login .bordered-button:hover,
.customer-address-form .customer-login .bordered-button:hover,
.sales-order-history .customer-login .bordered-button:hover {
  opacity: 1;
}
.customer-account-login .customer-login .bordered-button.disabled,
.customer-account-index .customer-login .bordered-button.disabled,
.customer-account-edit .customer-login .bordered-button.disabled,
.customer-account-create .customer-login .bordered-button.disabled,
.customer-address-form .customer-login .bordered-button.disabled,
.sales-order-history .customer-login .bordered-button.disabled {
  opacity: 0.7;
  cursor: default;
}
@media (max-width: 768px) {
  .customer-account-login .customer-login .bordered-button,
  .customer-account-index .customer-login .bordered-button,
  .customer-account-edit .customer-login .bordered-button,
  .customer-account-create .customer-login .bordered-button,
  .customer-address-form .customer-login .bordered-button,
  .sales-order-history .customer-login .bordered-button {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.customer-account-login .fieldset .legend span,
.customer-account-index .fieldset .legend span,
.customer-account-edit .fieldset .legend span,
.customer-account-create .fieldset .legend span,
.customer-address-form .fieldset .legend span,
.sales-order-history .fieldset .legend span {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.5rem;
}
.customer-account-login .fieldset .legend span:first-child,
.customer-account-index .fieldset .legend span:first-child,
.customer-account-edit .fieldset .legend span:first-child,
.customer-account-create .fieldset .legend span:first-child,
.customer-address-form .fieldset .legend span:first-child,
.sales-order-history .fieldset .legend span:first-child {
  margin-top: 0;
}
.customer-account-login .fieldset .legend span:last-child,
.customer-account-index .fieldset .legend span:last-child,
.customer-account-edit .fieldset .legend span:last-child,
.customer-account-create .fieldset .legend span:last-child,
.customer-address-form .fieldset .legend span:last-child,
.sales-order-history .fieldset .legend span:last-child {
  margin-bottom: 0;
}
.customer-account-login .block .block-title,
.customer-account-index .block .block-title,
.customer-account-edit .block .block-title,
.customer-account-create .block .block-title,
.customer-address-form .block .block-title,
.sales-order-history .block .block-title {
  margin-bottom: 1em;
}
.customer-account-login .block .block-title strong,
.customer-account-index .block .block-title strong,
.customer-account-edit .block .block-title strong,
.customer-account-create .block .block-title strong,
.customer-address-form .block .block-title strong,
.sales-order-history .block .block-title strong {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.5rem;
}
.customer-account-login .block .block-title strong:first-child,
.customer-account-index .block .block-title strong:first-child,
.customer-account-edit .block .block-title strong:first-child,
.customer-account-create .block .block-title strong:first-child,
.customer-address-form .block .block-title strong:first-child,
.sales-order-history .block .block-title strong:first-child {
  margin-top: 0;
}
.customer-account-login .block .block-title strong:last-child,
.customer-account-index .block .block-title strong:last-child,
.customer-account-edit .block .block-title strong:last-child,
.customer-account-create .block .block-title strong:last-child,
.customer-address-form .block .block-title strong:last-child,
.sales-order-history .block .block-title strong:last-child {
  margin-bottom: 0;
}
.customer-account-login .block .box-title strong,
.customer-account-index .block .box-title strong,
.customer-account-edit .block .box-title strong,
.customer-account-create .block .box-title strong,
.customer-address-form .block .box-title strong,
.sales-order-history .block .box-title strong {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.25rem;
}
.customer-account-login .block .box-title strong:first-child,
.customer-account-index .block .box-title strong:first-child,
.customer-account-edit .block .box-title strong:first-child,
.customer-account-create .block .box-title strong:first-child,
.customer-address-form .block .box-title strong:first-child,
.sales-order-history .block .box-title strong:first-child {
  margin-top: 0;
}
.customer-account-login .block .box-title strong:last-child,
.customer-account-index .block .box-title strong:last-child,
.customer-account-edit .block .box-title strong:last-child,
.customer-account-create .block .box-title strong:last-child,
.customer-address-form .block .box-title strong:last-child,
.sales-order-history .block .box-title strong:last-child {
  margin-bottom: 0;
}
.customer-account-login .block-dashboard-info a.action,
.customer-account-index .block-dashboard-info a.action,
.customer-account-edit .block-dashboard-info a.action,
.customer-account-create .block-dashboard-info a.action,
.customer-address-form .block-dashboard-info a.action,
.sales-order-history .block-dashboard-info a.action,
.customer-account-login .block-dashboard-addresses a.action,
.customer-account-index .block-dashboard-addresses a.action,
.customer-account-edit .block-dashboard-addresses a.action,
.customer-account-create .block-dashboard-addresses a.action,
.customer-address-form .block-dashboard-addresses a.action,
.sales-order-history .block-dashboard-addresses a.action {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
  font-size: 0.85rem;
}
.customer-account-login .block-dashboard-info a.action:hover,
.customer-account-index .block-dashboard-info a.action:hover,
.customer-account-edit .block-dashboard-info a.action:hover,
.customer-account-create .block-dashboard-info a.action:hover,
.customer-address-form .block-dashboard-info a.action:hover,
.sales-order-history .block-dashboard-info a.action:hover,
.customer-account-login .block-dashboard-addresses a.action:hover,
.customer-account-index .block-dashboard-addresses a.action:hover,
.customer-account-edit .block-dashboard-addresses a.action:hover,
.customer-account-create .block-dashboard-addresses a.action:hover,
.customer-address-form .block-dashboard-addresses a.action:hover,
.sales-order-history .block-dashboard-addresses a.action:hover {
  opacity: 1;
}
.customer-account-login .block-dashboard-info a.action:not(.text-white),
.customer-account-index .block-dashboard-info a.action:not(.text-white),
.customer-account-edit .block-dashboard-info a.action:not(.text-white),
.customer-account-create .block-dashboard-info a.action:not(.text-white),
.customer-address-form .block-dashboard-info a.action:not(.text-white),
.sales-order-history .block-dashboard-info a.action:not(.text-white),
.customer-account-login .block-dashboard-addresses a.action:not(.text-white),
.customer-account-index .block-dashboard-addresses a.action:not(.text-white),
.customer-account-edit .block-dashboard-addresses a.action:not(.text-white),
.customer-account-create .block-dashboard-addresses a.action:not(.text-white),
.customer-address-form .block-dashboard-addresses a.action:not(.text-white),
.sales-order-history .block-dashboard-addresses a.action:not(.text-white) {
  color: #a5b3c0 !important;
}
.customer-account-login .block-customer-login a.action,
.customer-account-index .block-customer-login a.action,
.customer-account-edit .block-customer-login a.action,
.customer-account-create .block-customer-login a.action,
.customer-address-form .block-customer-login a.action,
.sales-order-history .block-customer-login a.action {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 0.8rem 0.8rem !important;
  margin: 0;
}
.customer-account-login .block-customer-login a.action:hover,
.customer-account-index .block-customer-login a.action:hover,
.customer-account-edit .block-customer-login a.action:hover,
.customer-account-create .block-customer-login a.action:hover,
.customer-address-form .block-customer-login a.action:hover,
.sales-order-history .block-customer-login a.action:hover {
  opacity: 1;
}
.customer-account-login .block-customer-login a.action:not(.text-white),
.customer-account-index .block-customer-login a.action:not(.text-white),
.customer-account-edit .block-customer-login a.action:not(.text-white),
.customer-account-create .block-customer-login a.action:not(.text-white),
.customer-address-form .block-customer-login a.action:not(.text-white),
.sales-order-history .block-customer-login a.action:not(.text-white) {
  color: #57616b !important;
}
@media (max-width: 768px) {
  .customer-account-login .block-customer-login a.action,
  .customer-account-index .block-customer-login a.action,
  .customer-account-edit .block-customer-login a.action,
  .customer-account-create .block-customer-login a.action,
  .customer-address-form .block-customer-login a.action,
  .sales-order-history .block-customer-login a.action {
    width: 100%;
    display: block;
    font-size: 1.25em;
  }
}
.customer-account-login .block-collapsible-nav-content .nav,
.customer-account-index .block-collapsible-nav-content .nav,
.customer-account-edit .block-collapsible-nav-content .nav,
.customer-account-create .block-collapsible-nav-content .nav,
.customer-address-form .block-collapsible-nav-content .nav,
.sales-order-history .block-collapsible-nav-content .nav {
  display: block;
}
.customer-account-login .block-collapsible-nav-content .nav a,
.customer-account-index .block-collapsible-nav-content .nav a,
.customer-account-edit .block-collapsible-nav-content .nav a,
.customer-account-create .block-collapsible-nav-content .nav a,
.customer-address-form .block-collapsible-nav-content .nav a,
.sales-order-history .block-collapsible-nav-content .nav a {
  color: #000000;
}
.customer-account-login .block-collapsible-nav-content .nav a:hover,
.customer-account-index .block-collapsible-nav-content .nav a:hover,
.customer-account-edit .block-collapsible-nav-content .nav a:hover,
.customer-account-create .block-collapsible-nav-content .nav a:hover,
.customer-address-form .block-collapsible-nav-content .nav a:hover,
.sales-order-history .block-collapsible-nav-content .nav a:hover {
  background: #d0dae1;
  color: #000000;
}
.page-header {
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-header {
    border-bottom: solid 1px #d0dae1;
  }
}
header .header.content {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
header #header__logo {
  display: inline-block;
  width: 10em;
  margin-right: 2em;
}
header #header__logo img {
  width: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  header #header__logo {
    width: 12em;
  }
}
header #nav-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header #nav-main {
    width: auto;
  }
}
header #header__make-it-yours {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 992px) {
  header #header__make-it-yours {
    margin-left: auto;
  }
}
header #header__make-it-yours a {
  display: block;
}
header #header__make-it-yours a img {
  height: 2.5em;
}
header #header__make-it-yours a:hover {
  opacity: 1;
}
.page-footer {
  background-color: #000000 !important;
  padding-bottom: 0 !important;
}
.page-footer .footer__nav a,
.page-footer .footer__nav a:hover {
  color: #a5b3c0;
}
.page-footer p {
  color: #a5b3c0;
}
.page-footer .logo-section p {
  color: #ffffff;
}
.page-footer .accordion-caret .list-group-item .btn {
  box-shadow: none !important;
  outline: 0;
}
.page-footer .accordion-caret .list-group-item .btn span {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-top: .4em;
  transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
  transition: 0.3s transform ease-in-out;
}
.page-footer .accordion-caret .list-group-item .btn.collapsed span {
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  transition: 0.3s transform ease-in-out;
}
.page-footer #button-speechbubble-servicecenter {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: .9em;
  font-size: 1rem;
  color: #ffffff;
  background: #57616b;
}
.page-footer #button-speechbubble-servicecenter:hover {
  opacity: 1;
}
.page-footer #button-speechbubble-livechat {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: .9em;
  font-size: 1rem;
  color: #ffffff;
  background: transparent;
  border: solid 1px #57616b;
}
.page-footer #button-speechbubble-livechat:hover {
  opacity: 1;
}
.page-footer .speechbubble-right:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 20px;
  border-width: 0 0 10px 30px;
  border-style: solid;
  border-color: transparent #57616b;
  transform: rotate(-30deg);
}
.page-footer .speechbubble-left:before {
  content: "";
  position: absolute;
  left: -20px;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent #57616b;
}
.page-footer .speechbubble-left:after {
  content: "";
  position: absolute;
  left: -20px;
  border-width: 0 20px 10px 0;
  border-style: solid;
  border-color: transparent #1d1d1d;
}
.page-footer .footer-light-bg {
  background-image: url('..//Magento_Theme/images/footer/gfx_hintergrundlicht.jpg');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .page-footer .footer-light-bg {
    background-position: center bottom;
    background-size: 70%;
  }
}
.page-footer .col-customer-support {
  position: static;
}
@media (min-width: 768px) {
  .page-footer .col-customer-support {
    position: relative;
  }
}
.page-footer .col-customer-support img.support {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 90%;
}
@media (min-width: 768px) {
  .page-footer .col-customer-support img.support {
    right: auto;
    width: 86%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .page-footer .col-customer-support img.support {
    width: 86%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-footer .col-customer-support img.support {
    position: relative;
    width: 100%;
    margin: 3em auto 0 auto;
  }
}
.page-footer .wrapper-select-language {
  color: #a5b3c0;
  position: relative;
}
.page-footer .wrapper-select-language:after {
  background: linear-gradient(90deg, #343a40 0%, #343a40 50%, #343a40 100%);
}
.page-footer .wrapper-select-language .icon-arrow {
  color: #a5b3c0;
}
.page-footer .wrapper-select-language select,
.page-footer .wrapper-select-language select:focus {
  background: #343a40 !important;
  color: #a5b3c0;
  border: 0 !important;
}
.page-footer .wrapper-select-language .popup {
  background: #343a40;
}
.page-footer .wrapper-select-language .popup .popup__item {
  color: #a5b3c0;
}
.page-footer .wrapper-select-language .popup .popup__item:hover {
  color: #000000;
}
.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 15px;
  width: 40px;
  height: 40px;
  border: solid 2px #555;
  border-radius: 3px;
  background-color: #fff;
  z-index: 60;
}
.top-link.show {
  visibility: visible;
  opacity: .8;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link:hover {
  border: solid 2px #000;
  opacity: 1;
}
.top-link:hover svg {
  fill: #000;
}
.top-link svg {
  fill: #555;
  width: 40px;
  height: 20px;
}
.custom-tooltip {
  position: relative;
  /*z-index: 2;*/
  text-decoration: none;
  font-weight: 400 !important;
}
.custom-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #343a40;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.3s ease;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: -3px;
}
.custom-tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  right: 0;
  background: #343a40;
  padding: 5px 15px;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  margin-top: 6px;
}
.custom-tooltip:hover:not(:focus):before {
  opacity: 1;
  margin-top: 3px;
}
.custom-tooltip:hover:not(:focus):after {
  margin-top: 12px;
  opacity: 1;
}
.wrapper-select {
  position: relative;
}
.wrapper-select .popup {
  margin-top: 1px;
  position: absolute;
  width: auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f8f9fa;
  text-align: left;
  z-index: 2;
  min-width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  animation-fill-mode: forwards;
  animation-duration: 150ms;
  animation-timing-function: ease-out;
  font-size: 1rem;
}
.wrapper-select .popup.top {
  animation-name: show-popup-top;
}
.wrapper-select .popup.bottom {
  animation-name: show-popup-bottom;
}
.wrapper-select .popup.hidden {
  display: none;
}
.wrapper-select .popup .popup__item {
  color: #343a40;
  padding: 0.2em 0.8rem;
  cursor: pointer;
  white-space: nowrap;
}
.wrapper-select .popup .popup__item:hover {
  background: #fcdb16;
  color: #000000;
}
.wrapper-select .popup .popup__item.disabled {
  display: none;
}
@-webkit-keyframes "hide-popup" {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes "show-popup-bottom" {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes "show-popup-top" {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sticky-component_sticky-element--sticky {
  position: fixed;
}
#nav-secondary {
  justify-content: center;
  margin-top: 1.3em;
  margin-left: -0.1em;
  margin-right: -0.1em;
  display: flex !important;
}
@media (min-width: 992px) {
  #nav-secondary {
    margin-top: auto;
    margin-bottom: auto;
  }
}
#nav-secondary .nav-secondary__button {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: solid 1px #d0dae1;
  background: transparent;
  border-radius: 0;
  color: #a5b3c0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
#nav-secondary .nav-secondary__button:hover {
  opacity: 1;
}
#nav-secondary .nav-secondary__button img,
#nav-secondary .nav-secondary__button svg {
  width: 1rem;
}
#nav-secondary .nav-secondary__button svg path {
  fill: #a5b3c0;
}
@media (max-width: 992px) {
  #nav-secondary .custom-tooltip {
    overflow: hidden;
  }
}
#nav-secondary .nav-secondary__item {
  margin: 0 .1em;
}
#nav-secondary .dropdown-menu {
  width: auto;
  color: #000000;
}
#nav-secondary .dropdown-menu.account hr {
  margin: 0;
  border-color: #d0dae1;
}
#nav-secondary .dropdown-menu.account a {
  padding: 1em;
  display: block;
}
#nav-secondary .dropdown-menu.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  padding: 15px 15px 10px 15px;
}
@media (min-width: 992px) {
  #nav-secondary .dropdown-menu.search {
    position: absolute;
    right: 0;
    top: 100%;
    left: auto;
    width: auto;
  }
}
#nav-secondary .dropdown-menu.search button.close {
  margin-bottom: 1rem;
}
#nav-secondary .dropdown-menu.search input#search {
  width: 100%;
  position: static;
}
@media (min-width: 992px) {
  #nav-secondary .dropdown-menu.search input#search {
    width: 22em;
  }
}
#nav-secondary .dropdown-menu.search .block-search {
  float: none;
}
#nav-secondary .dropdown-menu.search label {
  font-weight: 700;
  line-height: 1em;
  margin: 12px 0 0 0;
  text-align: center;
  width: 100%;
}
.minicart-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: default;
  color: #000000;
  font-weight: 400 !important;
  transition: opacity 200ms ease-out;
}
@media (min-width: 992px) {
  .minicart-wrapper.active .block-minicart {
    animation: fadeIn 0.3s ease-in-out normal both;
  }
}
.minicart-wrapper.closer .block-minicart {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .minicart-wrapper.closer .block-minicart {
    animation: fadeOut 0.3s linear forwards;
  }
}
.minicart-wrapper .action.showcart {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
}
.minicart-wrapper .action.showcart:hover {
  opacity: 1;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fcdb16;
  border-radius: 2em;
  position: absolute;
  margin: 0;
  bottom: 3px;
  right: 3px;
  height: 1.8em;
  width: 1.8em;
  font-size: 0.6rem;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .action.showcart .counter.qty.isLoading {
  border-radius: 0;
  background: #ffffff;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: 0;
  width: auto;
  height: auto;
}
.minicart-wrapper .action.showcart .counter.qty.isLoading .counter-label,
.minicart-wrapper .action.showcart .counter.qty.isLoading .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label,
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
  color: #000000;
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask img {
  height: 50%;
  margin-top: 25%;
}
.minicart-wrapper .action.close {
  display: inline-block;
  position: static;
  display: block;
  float: none;
  margin: 7.5px 7.5px 0 auto;
  text-align: right;
  height: auto;
  width: auto;
}
.minicart-wrapper .action.close:before,
.minicart-wrapper .action.close:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .action.close:before {
  height: 1em;
  width: 1em;
  font-size: 0.7rem;
  content: "";
  background: url("../Fwd_Couchconfig/images/icons/icn_close.svg");
  background-size: cover;
}
.minicart-wrapper .action.close:before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.minicart-wrapper .action.viewcart {
  color: #57616b;
  text-decoration: underline;
  margin-top: 26px;
}
.minicart-wrapper .action.viewcart:hover {
  text-decoration: none;
  opacity: 0.75;
}
.minicart-wrapper .action.viewcart:visited {
  color: #57616b;
}
.minicart-wrapper .action.viewcart:hover,
.minicart-wrapper .action.viewcart:visited:hover {
  color: #57616b;
  text-decoration: underline !important;
}
.minicart-wrapper .block-minicart {
  font-size: 0.85rem;
  border-color: #d0dae1;
}
@media (max-width: 992px) {
  .minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    left: 10px;
    right: 10px;
    min-width: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    overflow: auto;
  }
  .minicart-wrapper .block-minicart:before,
  .minicart-wrapper .block-minicart:after {
    display: none;
  }
}
.minicart-wrapper .block-minicart .items-total {
  color: #a5b3c0;
}
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
  font-size: 1.2em;
}
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout + .spacer {
  display: flex;
  color: #a5b3c0;
  text-align: center;
  margin: 1em 0;
  align-items: center;
}
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout + .spacer:before,
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout + .spacer:after {
  content: "";
  display: block;
  border-top: solid 1px #d0dae1;
  flex-grow: 1;
}
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout + .spacer:before {
  margin-right: 1em;
}
.minicart-wrapper .block-minicart .block-content > .actions .action.checkout + .spacer:after {
  margin-left: 1em;
}
.minicart-wrapper .block-minicart .price-wrapper {
  display: block;
}
.minicart-wrapper .block-minicart .subtotal .label {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1rem;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .subtotal .label:first-child {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .subtotal .label:last-child {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .subtotal .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-tax-notice {
  font-size: 0.7rem;
  color: #a5b3c0;
}
.minicart-wrapper .block-minicart .minicart-tax-notice > a,
.minicart-wrapper .block-minicart .minicart-tax-notice > a:hover {
  color: #a5b3c0 !important;
  text-decoration: underline;
}
.minicart-wrapper .block-minicart .minicart-tax-notice small {
  font-size: 1em;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  padding: 15px 30px;
}
@media (max-width: 992px) {
  .minicart-wrapper .block-minicart .minicart-items-wrapper {
    height: auto !important;
  }
}
.minicart-wrapper .block-minicart .minicart-items .item .action.edit {
  display: inline-block;
}
.minicart-wrapper .block-minicart .minicart-items .item .action.edit:before,
.minicart-wrapper .block-minicart .minicart-items .item .action.edit:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .block-minicart .minicart-items .item .action.edit:before {
  font-size: 1em;
  content: "\e925";
}
.minicart-wrapper .block-minicart .minicart-items .item .action.delete {
  display: inline-block;
}
.minicart-wrapper .block-minicart .minicart-items .item .action.delete:before,
.minicart-wrapper .block-minicart .minicart-items .item .action.delete:after {
  font-family: 'dts' !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .block-minicart .minicart-items .item .action.delete:before {
  font-size: 1em;
  content: "\e926";
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-details {
  display: flex;
  padding-left: 1em;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-name {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1rem;
  text-transform: uppercase;
  flex-basis: 100%;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-name:first-child {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-name:last-child {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-pricing {
  position: relative;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-name,
.minicart-wrapper .block-minicart .minicart-items .item .price-container,
.minicart-wrapper .block-minicart .minicart-items .item .details-qty {
  text-align: left;
}
.minicart-wrapper .block-minicart .minicart-items .item .product-item-name,
.minicart-wrapper .block-minicart .minicart-items .item .product.options {
  font-size: 0.85rem;
}
.minicart-wrapper .block-minicart .minicart-items .item .product.options {
  flex-basis: 100%;
  text-align: left;
}
.minicart-wrapper .block-minicart .minicart-items .item .product.options .list {
  margin-bottom: 2px;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container {
  cursor: default;
  margin-top: .5em;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price {
  margin-top: 1em;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price.b2b .striked-price {
  text-decoration: none;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price.b2b .total-price h3 {
  text-transform: none;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price .striked-price {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price .rim-striked-price {
  text-decoration: none;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price .rim-striked-price .price-text {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #a5b3c0;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price .total-price h3 {
  font-weight: 700;
  font-size: 1.33rem;
  margin: .2em 0 .3em 0;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price a {
  text-decoration: underline !important;
}
.minicart-wrapper .block-minicart .minicart-items .item .price-container .minicart-price .price {
  font-size: 1rem;
}
.minicart-wrapper .block-minicart .minicart-items .item .product.actions {
  margin: 1em 0;
}
iframe.zoid-component-frame {
  z-index: unset !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  display: block !important;
}
.amgdprcookie-modal-template,
.amgdprcookie-bar-container {
  background: #f8f9fa !important;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
}
.amgdprcookie-bar-container {
  padding: 15px;
}
.amgdprcookie-bar-template {
  z-index: 50 !important;
}
.amgdprcookie-bar-template .content p {
  margin: 0 auto;
  max-width: 90em;
  text-align: center;
}
.amgdprcookie-bar-template .content .actions {
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 992px) {
  .amgdprcookie-bar-template .content .actions .action.primary {
    margin-bottom: .5em;
  }
}
#message-with-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#message-with-button a.gdprsuccess-store-btn {
  color: #4a4a49;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*i.arrow-pointer {
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 0 0 10px;
            .icon-arrow-big;
        }*/
}
#message-with-button a.gdprsuccess-store-btn span {
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-banner {
  position: relative;
}
.lp-banner .lp-banner__gfx {
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .lp-banner .lp-banner__gfx {
    flex-direction: row-reverse;
    background-size: 100% auto;
    background-position: center;
  }
}
.lp-banner .lp-banner__gfx .lp-banner__image {
  flex: 1 0 auto;
  width: 267px;
  margin-top: -120px;
}
@media (min-width: 992px) {
  .lp-banner .lp-banner__gfx .lp-banner__image {
    margin-bottom: -5%;
    margin-top: 2%;
    max-width: 667px;
    width: 50%;
  }
}
.lp-banner .lp-banner__gfx .lp-banner__text {
  flex: 1 0 50%;
  padding: 0 2em;
  text-align: center;
}
@media (min-width: 992px) {
  .lp-banner .lp-banner__gfx .lp-banner__text {
    text-align: left;
  }
}
.lp-banner .lp-banner__nav {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.lp-banner .lp-banner__nav.is-sticky .flex-container,
.lp-banner .lp-banner__nav.is-sticky .cmspages-page-view .cms-page-content .widget-flex-container,
.lp-banner .lp-banner__nav.is-sticky .cms-page-view .cms-page-content .widget-flex-container {
  padding: 0 15px;
}
.lp-banner .lp-banner__nav .flex-container,
.lp-banner .lp-banner__nav .cmspages-page-view .cms-page-content .widget-flex-container,
.lp-banner .lp-banner__nav .cms-page-view .cms-page-content .widget-flex-container {
  align-items: center;
  padding: 0 2em;
}
.lp-banner .lp-banner__nav nav {
  margin-right: auto;
}
#fwd-ip2country-notice {
  background: #000000;
  color: #a5b3c0;
}
#fwd-ip2country-notice .cs-content {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #fwd-ip2country-notice .cs-content {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
#fwd-ip2country-notice .cs-content .ip2country-label {
  margin-right: .5rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  width: calc(100% - 50px);
}
@media (min-width: 992px) {
  #fwd-ip2country-notice .cs-content .ip2country-label {
    width: auto;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
#fwd-ip2country-notice .cs-content .wrapper-select {
  width: 40%;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  #fwd-ip2country-notice .cs-content .wrapper-select {
    width: auto;
    margin-left: .5rem;
    min-width: 13em;
    margin-bottom: 0;
  }
}
#fwd-ip2country-notice .cs-content button.continue {
  margin-bottom: .5rem;
  width: 40%;
}
@media (min-width: 992px) {
  #fwd-ip2country-notice .cs-content button.continue {
    width: auto;
    margin-bottom: 0;
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
#fwd-ip2country-notice .cs-content button.close {
  opacity: 1;
  text-shadow: none;
  position: absolute;
  top: 1rem;
  right: 15px;
}
@media (min-width: 992px) {
  #fwd-ip2country-notice .cs-content button.close {
    margin-left: .5rem;
    position: static;
  }
}
#fwd-ip2country-notice .cs-content button.close:hover {
  background: none;
  border: none;
}
#fwd-ip2country-notice .cs-content button.close:before {
  color: white;
}
.slider-home-top {
  background: #000000;
}
.slider-home-top:not(.slick-initialized) {
  overflow: auto;
}
.slider-home-top:not(.slick-initialized) .carousel-item:not(:first-child) {
  visibility: hidden;
}
.slider-home-top .text-right.position-absolute {
  left: 6rem;
  bottom: 4rem;
}
.slider-home-top .text-left.position-absolute {
  right: 6rem;
  bottom: 4rem;
}
.slider-home-top .carousel-caption.d-none.top-40p {
  top: 40%;
}
.slider-home-top .carousel-caption.d-block {
  left: initial;
  right: initial;
  bottom: 0;
}
.slider-home-top .text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 30px rgba(0, 0, 0, 0.25) !important;
}
.slider-home-top .carousel-item.carousel-video {
  height: auto;
}
.slider-home-top .carousel-item {
  display: block !important;
}
.slider-home-top .carousel-item .fullwidth-video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  /*-webkit-transform-style: preserve-3d;*/
}
.slider-home-top .carousel-item .fullwidth-video video {
  width: 100%;
  display: block;
}
.slider-home-top .carousel-item .fullwidth-video .overlay-large {
  position: absolute;
  z-index: 2;
  width: 40%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.slider-home-top .carousel-item .fullwidth-video .overlay-small img {
  width: 60%;
  margin: 0 auto;
}
.slider-home-top .carousel-item .fullwidth-video .smaller-left {
  width: 36%;
  left: 5%;
  right: initial;
}
.slider-home-top .carousel-item .carousel-caption.overlay-small {
  left: auto;
  right: auto;
}
.slider-home-infoboxes h2 {
  margin-top: 0;
}
.slider-home-infoboxes .home-infobox-img {
  position: absolute;
  max-width: none;
  max-height: none;
  top: 0;
}
.slider-home-infoboxes .card-box-home {
  height: 520px !important;
  position: relative;
  overflow: hidden;
}
.slider-home-infoboxes .card-box-home > div {
  z-index: 1;
}
.slider-home-infoboxes .card-box-home .card-box-home-footer {
  left: 0;
  right: 0;
  bottom: .5rem;
  margin: auto;
}
@media (min-width: 768px) {
  .slider-home-infoboxes .home-products-box .home-infobox-img {
    left: -70px;
  }
}
@media (min-width: 1200px) {
  .slider-home-infoboxes .home-products-box .home-infobox-img {
    left: 0px;
  }
}
.slider-home-infoboxes .home-customization-box .home-infobox-img {
  top: auto;
  bottom: 0;
  left: -40px;
}
@media (min-width: 1200px) {
  .slider-home-infoboxes .home-customization-box .home-infobox-img {
    left: 0px;
  }
}
.slider-home-infoboxes .home-service-box .home-infobox-img {
  top: auto;
  bottom: 0;
  left: -30px;
}
.youtube-slider {
  max-height: 645px;
  overflow: hidden;
}
.youtube-link {
  bottom: 10%;
  left: 1%;
  display: none;
}
@media only screen and (min-width: 1440px) {
  .youtube-link {
    display: block;
  }
}
@media only screen and (min-width: 1441px) {
  .youtube-link .embed-responsive {
    margin-top: -10%;
  }
}
.slider-home-gallery .slick-slide {
  position: relative;
}
.slider-home-gallery .info {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  #recipeCarouselHome .carousel-overlay {
    right: 0;
    width: 10%;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 24%, #ffffff 90%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 24%, #ffffff 90%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 24%, #ffffff 90%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  }
}
/* Servicentral page top/bottom slider */
.slider-servicecentral-services .slick-track,
.slider-servicecentral-formulars .slick-track {
  display: flex !important;
}
.slider-servicecentral-services .slick-slide,
.slider-servicecentral-formulars .slick-slide {
  height: auto;
}
.slider-servicecentral-services h1 {
  line-height: 54px;
}
.slider-servicecentral-formulars .bg-dealersearch {
  background-image: url('..//Magento_Theme/images/servicezentrale/gfx_erde.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 574px) {
  .slider-servicecentral-formulars .bg-dealersearch {
    background-image: none;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-servicecentral-formulars h2 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-servicecentral-services h1 {
    font-size: 2rem !important;
  }
}
.slick-slider .carousel-item a:hover {
  opacity: 1;
}
.slick-slider .slick-arrow {
  cursor: pointer;
  padding: 15px;
}
.slick-slider .fullwidth-video video {
  max-height: none;
}
.slick-slider .slick-arrow.fa {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 3;
  opacity: .8;
  transform: translateY(-50%);
  transition: background-color 200ms ease-out;
}
.slick-slider .slick-arrow.fa:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.slick-slider .slick-arrow.fa.fa-chevron-right {
  right: 2rem;
}
.slick-slider .slick-arrow.fa.fa-chevron-left {
  left: 2rem;
}
/* Ford Focus page comparison slider styles */
.slider-productoverview-comparison .slick-slide img {
  display: initial;
}
.slider-productoverview-comparison .slick-slide img.card-img-top-logo {
  margin-left: 5rem;
  margin-top: -5rem;
  height: 3rem;
}
.slider-productoverview-comparison .productslide.disabled .card-body,
.slider-productoverview-comparison .productslide.disabled .card-img-top,
.slider-productoverview-comparison .productslide.disabled .card-img-top-logo {
  opacity: 0.1;
}
.slider-productoverview-comparison .coilover-features li.core-feature {
  font-weight: 700;
}
.slider-productoverview-comparison .slick-track,
.slider-productoverview-comparison .slick-slide,
.slider-productoverview-comparison .slick-slide > div {
  display: flex !important;
  width: 100%;
}
.slider-productoverview-comparison .slick-slide {
  height: auto;
}
/* Product overview page bottom slider gallery */
.further-products h4 {
  height: 2.6em;
}
.further-products p {
  min-height: 7em;
}
@media only screen and (max-width: 1023px) {
  .slider-productoverview-gallery .bg-sport,
  .slider-productoverview-gallery .bg-stabi,
  .slider-productoverview-gallery .bg-upper,
  .slider-productoverview-gallery .bg-spring {
    background-image: none;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-productoverview-gallery .bg-sport,
  .slider-productoverview-gallery .bg-stabi,
  .slider-productoverview-gallery .bg-upper,
  .slider-productoverview-gallery .bg-spring {
    background-size: cover;
  }
  .slider-productoverview-gallery .bg-sport {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_sportfahrwerk.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .slider-productoverview-gallery .bg-stabi {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_stabilisator.png');
    background-position: right top;
    background-repeat: no-repeat;
  }
  .slider-productoverview-gallery .bg-upper {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_hoeherlegungskits.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .slider-productoverview-gallery .bg-spring {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_sportfedern.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .slider-productoverview-gallery .text-shadow {
    text-shadow: 0px 4px 6px #000000;
  }
}
.cmspages-page-no-route,
.cmspages-page-noroute {
  text-align: center;
}
.cmspages-page-no-route .no-route-holder,
.cmspages-page-noroute .no-route-holder {
  max-width: 768px;
  margin: auto;
}
.cmspages-page-no-route .no-route-holder .button-container a,
.cmspages-page-noroute .no-route-holder .button-container a {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .cmspages-page-no-route .no-route-holder .button-container a,
  .cmspages-page-noroute .no-route-holder .button-container a {
    margin: 1em;
  }
}
.cmspages-page-azx [data-section="azx-dzx-animation"] .gfx-background-azx .switch-to {
  display: none;
}
.cmspages-page-azx [data-section="azx-dzx-animation"] .gfx-background-dzx .you-are-here {
  display: none;
}
.cmspages-page-dzx [data-section="azx-dzx-animation"] .gfx-background-azx .you-are-here {
  display: none;
}
.cmspages-page-dzx [data-section="azx-dzx-animation"] .gfx-background-dzx .switch-to {
  display: none;
}
.cmspages-page-dzx [data-section="azx-dzx-animation"] .flex-container--gapped,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cms-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cmspages-page-view .cms-page-content .flex-container,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cms-page-view .cms-page-content .flex-container,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cmspages-page-dzx [data-section="azx-dzx-animation"] .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) {
  html.webp .cmspages-page-azx .banner-bg-azx,
  html.webp .cmspages-page-dzx .banner-bg-azx {
    background-image: url('..//Fwd_CmsPages/images/azx/gfx_azx_produktbild_1384x1131.webp');
  }
  html.webp .cmspages-page-azx .banner-bg-dzx,
  html.webp .cmspages-page-dzx .banner-bg-dzx {
    background-image: url('..//Fwd_CmsPages/images/dzx/gfx_dzx_produktbild_1268x1131.webp');
  }
}
@media only screen and (min-width: 992px) {
  html.no-webp .cmspages-page-azx .banner-bg-azx,
  html.no-webp .cmspages-page-dzx .banner-bg-azx {
    background-image: url('..//Fwd_CmsPages/images/azx/gfx_azx_produktbild_1384x1131.jpg');
  }
  html.no-webp .cmspages-page-azx .banner-bg-dzx,
  html.no-webp .cmspages-page-dzx .banner-bg-dzx {
    background-image: url('..//Fwd_CmsPages/images/dzx/gfx_dzx_produktbild_1268x1131.jpg');
  }
}
@keyframes "showMe" {
  0% {
    visibility: visible;
    z-index: 100;
  }
  12.5% {
    visibility: visible;
  }
  25% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes "showMe" {
  0% {
    visibility: visible;
    z-index: 100;
  }
  12.5% {
    visibility: visible;
  }
  25% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
  }
}
.cmspages-page-azx .animation-overlay,
.cmspages-page-dzx .animation-overlay {
  z-index: 2;
}
.cmspages-page-azx .animation-wrapper-azx,
.cmspages-page-dzx .animation-wrapper-azx,
.cmspages-page-azx .animation-wrapper-dzx,
.cmspages-page-dzx .animation-wrapper-dzx {
  z-index: 1;
  height: 500px;
  position: relative;
  overflow: auto;
  margin-top: -5rem;
}
.cmspages-page-azx .animation-wrapper-azx .jsgif_toolbar,
.cmspages-page-dzx .animation-wrapper-azx .jsgif_toolbar,
.cmspages-page-azx .animation-wrapper-dzx .jsgif_toolbar,
.cmspages-page-dzx .animation-wrapper-dzx .jsgif_toolbar {
  display: none;
}
.cmspages-page-azx .animation-wrapper-azx canvas,
.cmspages-page-dzx .animation-wrapper-azx canvas,
.cmspages-page-azx .animation-wrapper-dzx canvas,
.cmspages-page-dzx .animation-wrapper-dzx canvas {
  height: 500px;
  cursor: col-resize;
}
.cmspages-page-azx .animation-wrapper-azx img,
.cmspages-page-dzx .animation-wrapper-azx img,
.cmspages-page-azx .animation-wrapper-dzx img,
.cmspages-page-dzx .animation-wrapper-dzx img,
.cmspages-page-azx .animation-wrapper-azx canvas,
.cmspages-page-dzx .animation-wrapper-azx canvas,
.cmspages-page-azx .animation-wrapper-dzx canvas,
.cmspages-page-dzx .animation-wrapper-dzx canvas {
  width: auto;
  position: absolute;
  top: 0;
  background-color: #f8f9fa;
  animation: showMe 1.8s linear infinite 0s forwards;
  animation-play-state: paused;
  display: block;
  float: right;
  right: 0;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(1),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(1),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(1),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(1),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(1),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(1),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(1),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(1) {
  z-index: 18;
  position: relative;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(2),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(2),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(2),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(2),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(2),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(2),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(2),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(2) {
  animation-delay: 0.1s;
  z-index: 17;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(3),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(3),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(3),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(3),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(3),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(3),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(3),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(3) {
  animation-delay: 0.2s;
  z-index: 16;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(4),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(4),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(4),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(4),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(4),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(4),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(4),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(4) {
  animation-delay: 0.3s;
  z-index: 15;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(5),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(5),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(5),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(5),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(5),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(5),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(5),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(5) {
  animation-delay: 0.4s;
  z-index: 14;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(6),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(6),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(6),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(6),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(6),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(6),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(6),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(6) {
  animation-delay: 0.5s;
  z-index: 13;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(7),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(7),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(7),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(7),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(7),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(7),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(7),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(7) {
  -ms-nimation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: 12;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(8),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(8),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(8),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(8),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(8),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(8),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(8),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(8) {
  animation-delay: 0.7s;
  z-index: 11;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(9),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(9),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(9),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(9),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(9),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(9),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(9),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(9) {
  animation-delay: 0.8s;
  z-index: 10;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(10),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(10),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(10),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(10),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(10),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(10),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(10),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(10) {
  animation-delay: 0.9s;
  z-index: 9;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(11),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(11),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(11),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(11),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(11),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(11),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(11),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(11) {
  animation-delay: 1s;
  z-index: 8;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(12),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(12),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(12),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(12),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(12),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(12),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(12),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(12) {
  animation-delay: 1.1s;
  z-index: 7;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(13),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(13),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(13),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(13),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(13),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(13),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(13),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(13) {
  animation-delay: 1.2s;
  z-index: 6;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(14),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(14),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(14),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(14),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(14),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(14),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(14),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(14) {
  animation-delay: 1.3s;
  z-index: 5;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(15),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(15),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(15),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(15),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(15),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(15),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(15),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(15) {
  animation-delay: 1.4s;
  z-index: 4;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(16),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(16),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(16),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(16),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(16),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(16),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(16),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(16) {
  animation-delay: 1.5s;
  z-index: 3;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(17),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(17),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(17),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(17),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(17),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(17),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(17),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(17) {
  animation-delay: 1.6s;
  z-index: 2;
}
.cmspages-page-azx .animation-wrapper-azx img:nth-child(18),
.cmspages-page-dzx .animation-wrapper-azx img:nth-child(18),
.cmspages-page-azx .animation-wrapper-dzx img:nth-child(18),
.cmspages-page-dzx .animation-wrapper-dzx img:nth-child(18),
.cmspages-page-azx .animation-wrapper-azx canvas:nth-child(18),
.cmspages-page-dzx .animation-wrapper-azx canvas:nth-child(18),
.cmspages-page-azx .animation-wrapper-dzx canvas:nth-child(18),
.cmspages-page-dzx .animation-wrapper-dzx canvas:nth-child(18) {
  animation-delay: 1.7s;
  z-index: 1;
}
.cmspages-page-azx .azx-gfx-background-azx:hover .animation-wrapper-azx img,
.cmspages-page-dzx .azx-gfx-background-azx:hover .animation-wrapper-azx img {
  animation-play-state: running;
}
.cmspages-page-azx .azx-gfx-background-dzx:hover .animation-wrapper-dzx img,
.cmspages-page-dzx .azx-gfx-background-dzx:hover .animation-wrapper-dzx img {
  animation-play-state: running;
}
.cmspages-page-azx .dzx-gfx-background-dzx:hover .animation-wrapper-dzx img,
.cmspages-page-dzx .dzx-gfx-background-dzx:hover .animation-wrapper-dzx img {
  animation-play-state: running;
}
.cmspages-page-azx .dzx-gfx-background-azx:hover .animation-wrapper-azx img,
.cmspages-page-dzx .dzx-gfx-background-azx:hover .animation-wrapper-azx img {
  animation-play-state: running;
}
.cmspages-page-azx .mt-negativ-2,
.cmspages-page-dzx .mt-negativ-2 {
  margin-top: -2em;
}
.cmspages-page-azx .lp-banner .lp-banner__gfx,
.cmspages-page-dzx .lp-banner .lp-banner__gfx {
  flex-direction: unset;
}
.cmspages-page-azx .lp-banner .lp-banner__gfx .lp-banner__text,
.cmspages-page-dzx .lp-banner .lp-banner__gfx .lp-banner__text {
  flex: unset;
  margin: 10% 0;
}
@media (min-width: 992px) {
  .cmspages-page-azx .lp-banner .lp-banner__gfx .lp-banner__text,
  .cmspages-page-dzx .lp-banner .lp-banner__gfx .lp-banner__text {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-azx .banner-bg-azx,
  .cmspages-page-dzx .banner-bg-azx {
    background-position: right bottom;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .cmspages-page-azx .banner-bg-dzx,
  .cmspages-page-dzx .banner-bg-dzx {
    background-position: right bottom;
    background-size: 65%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .cmspages-page-azx img.svg-azx-banner,
  .cmspages-page-dzx img.svg-azx-banner,
  .cmspages-page-azx img.svg-dzx-banner,
  .cmspages-page-dzx img.svg-dzx-banner {
    height: 8em;
    margin: -1.5em 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cmspages-page-azx img.svg-azx-banner,
  .cmspages-page-dzx img.svg-azx-banner,
  .cmspages-page-azx img.svg-dzx-banner,
  .cmspages-page-dzx img.svg-dzx-banner {
    height: 12em;
    margin: -2em 0;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-azx img.svg-azx-banner,
  .cmspages-page-dzx img.svg-azx-banner,
  .cmspages-page-azx img.svg-dzx-banner,
  .cmspages-page-dzx img.svg-dzx-banner {
    height: 14em;
  }
}
.cmspages-page-azx img.svg-azx-banner-bottom,
.cmspages-page-dzx img.svg-azx-banner-bottom,
.cmspages-page-azx img.svg-dzx-banner-bottom,
.cmspages-page-dzx img.svg-dzx-banner-bottom {
  height: 8em;
}
.cmspages-page-azx img.svg-cargallery,
.cmspages-page-dzx img.svg-cargallery {
  width: 1em;
  height: 1.2em;
}
.cmspages-page-azx img.svg-azx-bottom,
.cmspages-page-dzx img.svg-azx-bottom,
.cmspages-page-azx img.svg-dzx-bottom,
.cmspages-page-dzx img.svg-dzx-bottom {
  height: 6.2em;
}
.cmspages-page-azx .azx-gfx-background-map,
.cmspages-page-dzx .azx-gfx-background-map {
  background-image: url('..//Fwd_CmsPages/images/dzx/gfx_karte.jpg');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .cmspages-page-azx .azx-gfx-background-map,
  .cmspages-page-dzx .azx-gfx-background-map {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .cmspages-page-azx .dzx-gfx-background-produktbild-dreiviertel,
  .cmspages-page-dzx .dzx-gfx-background-produktbild-dreiviertel {
    background-image: url('..//Fwd_CmsPages/images/dzx/gfx_dzx_produkt_angeschnitten_226x543.jpg');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .cmspages-page-azx .azx-gfx-background-produktbild-dreiviertel,
  .cmspages-page-dzx .azx-gfx-background-produktbild-dreiviertel {
    background-image: url('..//Fwd_CmsPages/images/azx/gfx_azx_produktbild_dreiviertel_433x443.jpg');
    background-position: 145% 100%;
    background-size: 380px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-azx .azx-gfx-background-produktbild-dreiviertel,
  .cmspages-page-dzx .azx-gfx-background-produktbild-dreiviertel {
    background-position: 110% 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .cmspages-page-azx .azx-gfx-background-produktbild-dreiviertel,
  .cmspages-page-dzx .azx-gfx-background-produktbild-dreiviertel {
    background-position: 100% 100%;
    background-size: auto 90%;
  }
}
.cmspages-page-azx .svg-tick-flexible,
.cmspages-page-dzx .svg-tick-flexible {
  height: 2em;
}
@media (min-width: 768px) {
  .cmspages-page-azx .svg-tick-flexible,
  .cmspages-page-dzx .svg-tick-flexible {
    height: 3em;
  }
}
.cmspages-page-azx .svg-plus-white,
.cmspages-page-dzx .svg-plus-white {
  height: 2.5em;
}
.cmspages-page-azx .banner-bg-sportfahrwerk-bottom,
.cmspages-page-dzx .banner-bg-sportfahrwerk-bottom {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.cmspages-page-azx .gfx-background-dzx div.btn,
.cmspages-page-dzx .gfx-background-dzx div.btn,
.cmspages-page-azx .gfx-background-azx div.btn,
.cmspages-page-dzx .gfx-background-azx div.btn {
  cursor: default;
}
.cmspages-page-azx .gfx-background-dzx .switch-to,
.cmspages-page-dzx .gfx-background-dzx .switch-to,
.cmspages-page-azx .gfx-background-azx .switch-to,
.cmspages-page-dzx .gfx-background-azx .switch-to,
.cmspages-page-azx .gfx-background-dzx .you-are-here,
.cmspages-page-dzx .gfx-background-dzx .you-are-here,
.cmspages-page-azx .gfx-background-azx .you-are-here,
.cmspages-page-dzx .gfx-background-azx .you-are-here {
  margin-top: .5em;
}
.cmspages-page-azx .gfx-background-dzx:hover,
.cmspages-page-dzx .gfx-background-dzx:hover,
.cmspages-page-azx .gfx-background-azx:hover,
.cmspages-page-dzx .gfx-background-azx:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cmspages-page-azx .gfx-background-dzx,
  .cmspages-page-dzx .gfx-background-dzx,
  .cmspages-page-azx .gfx-background-azx,
  .cmspages-page-dzx .gfx-background-azx {
    opacity: 0.2;
  }
}
@media (min-width: 992px) {
  .cmspages-page-azx .animation-overlay ul,
  .cmspages-page-dzx .animation-overlay ul {
    pointer-events: none;
  }
}
.cmspages-page-cookie-settings .amgdprcookie-main-wrapper {
  color: #000000;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-head {
  display: none;
}
@media (min-width: 992px) {
  .cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper {
    margin-left: auto;
  }
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn {
  margin: auto;
  white-space: nowrap;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn:not(:last-child) {
  margin-right: 1em;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container {
  border-radius: unset;
  box-shadow: unset;
  border: 1px solid #d0dae1;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-toggle-cookie input.disabled + .amgdprcookie-label {
  cursor: default;
  background: #f3f5f7;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-toggle-cookie input:checked:not(.disabled) + .amgdprcookie-label {
  background: #fcdb16;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-toggle-cookie input:not(:checked):not(.disabled) + .amgdprcookie-label {
  background: #d0dae1;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-caption {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.5rem;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-caption:first-child {
  margin-top: 0;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-caption:last-child {
  margin-bottom: 0;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-text {
  font-size: 0.85rem;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover {
  border-radius: unset;
  font-size: 0.85rem;
  color: #57616b;
  text-decoration: underline;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover:hover {
  text-decoration: none;
  opacity: 0.75;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:visited,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover:visited {
  color: #57616b;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover:hover,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:visited:hover,
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover:visited:hover {
  color: #57616b;
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options,
  .cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-check .amgdprcookie-options:hover {
    background-color: #a5b3c0;
    color: #ffffff;
    text-decoration: none;
  }
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-content-wrapper .amgdprcookie-table thead tr th.amgdprcookie-title {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.15rem;
  text-transform: uppercase;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-content-wrapper .amgdprcookie-table thead tr th.amgdprcookie-title:first-child {
  margin-top: 0;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-content-wrapper .amgdprcookie-table thead tr th.amgdprcookie-title:last-child {
  margin-bottom: 0;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-content-wrapper .amgdprcookie-table tbody tr.amgdprcookie-row {
  border-bottom: 1px solid #d0dae1;
}
.cmspages-page-cookie-settings #amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-content-wrapper .amgdprcookie-table tbody tr.amgdprcookie-row:last-child {
  border-bottom: 0;
}
.cmspages-page-datenschutz {
  /*.agreement-content ol.outer li.outer ol {
        margin-left: 0;
    }
    .agreement-content ol.outer li.outer ol li {
        margin: 0;
    }*/
}
.cmspages-page-datenschutz .agreement-content ol.outer,
.cmspages-page-datenschutz ol.outer li ol {
  list-style-type: none;
  counter-reset: item;
  word-break: break-word;
  text-align: left;
  /*margin-left: 0; padding: 0;*/
}
.cmspages-page-datenschutz .agreement-content li.outer,
.cmspages-page-datenschutz .agreement-content li.outer ol li {
  display: table;
  counter-increment: item;
  /*margin-bottom: 0.6em;*/
}
.cmspages-page-datenschutz .agreement-content li.outer:before {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.5rem;
}
.cmspages-page-datenschutz .agreement-content li.outer:before:first-child {
  margin-top: 0;
}
.cmspages-page-datenschutz .agreement-content li.outer:before:last-child {
  margin-bottom: 0;
}
.cmspages-page-datenschutz .agreement-content li.outer:before,
.cmspages-page-datenschutz .agreement-content li.outer ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  word-break: keep-all;
  font-style: italic;
  font-weight: 400;
}
.cmspages-page-datenschutz .agreement-content ol.outer li.outer ol li:before {
  content: counters(item, ".") ".";
  word-break: keep-all;
}
.cmspages-page-datensupport #datensupport-form .form-check {
  padding-left: 0;
}
.cmspages-page-entwicklungsanfrage #entwicklungsanfrage-form .form-group label {
  align-self: center;
}
.cmspages-page-fordfocusrs {
  /* Ford Focus page comparison slider styles */
  /* Ford Focus page bottom slider gallery styles */
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-comparison .slick-slide img {
  display: initial;
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-comparison .slick-slide img.card-img-top-logo {
  margin-left: 5rem;
  margin-top: -5rem;
  height: 3rem;
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .slick-slide,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .slick-track,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .slick-slide > div {
  display: flex !important;
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .slick-slide {
  height: auto;
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-sport,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-stabi,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-upper,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-spring {
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-sport,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-stabi,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-upper,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-spring {
    background-image: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-sport {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_sportfahrwerk.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-stabi {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_stabilisator.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-upper {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_hoeherlegungskits.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .bg-spring {
    background-image: url('..//Fwd_CmsPages/images/produkte/gfx_weitere_produkte_sportfedern.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery p,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery h4,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .btn--outline-light,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .btn--link,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .cmspages-page-view .cms-page-content li a,
.cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .cms-page-view .cms-page-content li a {
  text-shadow: 0px 0px 6px #000000;
}
@media (max-width: 1200px) {
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .btn--outline-light,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .btn--link,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .btn--colored,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .modal-popup .modal-footer button,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .cart-summary .checkout-methods-items .item .action.primary.checkout,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .cmspages-page-view .cms-page-content li a,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .cms-page-view .cms-page-content li a,
  .cmspages-page-fordfocusrs .slider-fordfocusrs-gallery .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
    width: 100%;
    display: block;
  }
}
.cmspages-page-fordfocusrs .ford-focus-coilovers {
  background: #000;
  background-image: url('..//Fwd_CmsPages/images/landing/fordfocusrs/gfx_background_mustang.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 574px) {
  .cmspages-page-fordfocusrs .ford-focus-coilovers {
    position: relative;
    overflow: hidden;
  }
  .cmspages-page-fordfocusrs .ford-focus-coilovers:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    margin-top: 25em;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('..//Fwd_CmsPages/images/landing/fordfocusrs/gfx_background_mustang.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .cmspages-page-fordfocusrs .ford-focus-coilovers {
    position: relative;
    background: #000;
    overflow: hidden;
  }
  .cmspages-page-fordfocusrs .ford-focus-coilovers:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    margin-top: 10em;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('..//Fwd_CmsPages/images/landing/fordfocusrs/gfx_background_mustang.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
  }
}
.cmspages-page-fordfocusrs .ford-focus-coilovers .overlay-image {
  background-image: url('..//Fwd_CmsPages/images/produkte/gfx_xta_cropped.png');
  background-size: 34%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.cmspages-page-fordfocusrs .ford-focus-coilovers .overlay-image img {
  margin-top: 25em;
  margin-left: -3.5em;
}
.cmspages-page-fordfocusrs .banner-ford-focus {
  background: #000;
  padding: 2em 1em;
}
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-small,
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-medium {
  position: relative;
}
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-small:before,
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-medium:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%);
}
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-small {
  margin: -1em;
}
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-medium {
  margin: -4em -1em -4em -1em;
}
.cmspages-page-fordfocusrs .banner-ford-focus .fordfocus-banner-img-large {
  margin: -1em -1em 2em -1em;
}
.cmspages-page-fordfocusrs .banner-ford-focus h1,
.cmspages-page-fordfocusrs .banner-ford-focus h2,
.cmspages-page-fordfocusrs .banner-ford-focus p {
  position: relative;
  z-index: 1;
}
.cmspages-page-fordfocusrs .banner-bg-ford-focus {
  background-image: url('..//Fwd_CmsPages/images/landing/fordfocusrs/gfx_buehne_ford_focus_rs_small.jpg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 574px) {
  .cmspages-page-fordfocusrs .banner-bg-ford-focus {
    background-image: url('..//Fwd_CmsPages/images/landing/fordfocusrs/gfx_buehne_ford_focus_rs_medium.jpg');
    background-position: right center;
  }
}
@media only screen and (min-width: 1200px) {
  .cmspages-page-fordfocusrs .banner-bg-ford-focus {
    background: #000;
  }
}
.cmspages-page-fordfocusrs .banner-bg-ford-focus-overlay {
  background: linear-gradient(to bottom, #000000 0%, #000000 22%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 60%, #000000 74%, #000000 100%);
  padding-top: 6em;
  padding-bottom: 6em;
}
@media only screen and (min-width: 574px) and (max-width: 1199px) {
  .cmspages-page-fordfocusrs .banner-bg-ford-focus-overlay {
    background: linear-gradient(to bottom, #000000 0%, #000000 10%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 76%, #000000 90%, #000000 100%);
  }
}
@media only screen and (max-width: 574px) {
  .cmspages-page-fordfocusrs .ford-focus-coilovers-col {
    z-index: 2;
  }
}
@media only screen and (max-width: 1199px) {
  .cmspages-page-fordfocusrs .ford-focus-coilovers-col {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: repeating-linear-gradient(to bottom, #000000 0%, #000000 60%, rgba(0, 0, 0, 0) 100%);
  }
}
.cmspages-page-fordfocusrs .card.dzx-azx {
  overflow: hidden;
}
.cmspages-page-fordfocusrs .card.dzx-azx .card-body img {
  height: 5em;
}
.cmspages-page-fordfocusrs .card img.bg-azx {
  right: -3rem;
  bottom: -5rem;
}
.cmspages-page-fordfocusrs .card img.bg-dzx {
  right: -1rem;
  bottom: -5rem;
}
.cmspages-page-fordfocusrs .card ul.dzx-azx-list {
  list-style-type: none;
  padding-inline-start: 1rem;
}
.cmspages-page-fordfocusrs .card ul.dzx-azx-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .6rem;
  font-weight: normal;
}
.cmspages-page-fordfocusrs .distanzscheiben-container {
  overflow: hidden;
}
.cmspages-page-fordfocusrs .slider-productoverview-comparison .coilover-features li:not(.core-feature) {
  display: none;
}
.cmspages-page-fordfocusrs .further-products {
  display: flex;
}
.cmspages-page-gewindefedern {
  /* Gewindefedern custom styles */
}
.cmspages-page-gewindefedern .lp-banner .lp-banner__gfx {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cmspages-page-gewindefedern .lp-banner .lp-banner__gfx {
    background: url("../Fwd_CmsPages/images/gewindefedern/gfx_buehne_background.jpg");
  }
}
.cmspages-page-gewindefedern .lp-banner img {
  height: auto;
  margin-top: 12%;
  margin-left: 8%;
}
@media (min-width: 992px) {
  .cmspages-page-gewindefedern .lp-banner img {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.cmspages-page-gewindefedern [data-section="hoeheneinstellung"] .overflow {
  overflow: visible;
}
.cmspages-page-gewindefedern [data-section="hoeheneinstellung"] .overflow img {
  max-height: none;
  margin-bottom: -8rem;
}
.cmspages-page-gewindefedern .gewindefedern-golf {
  background-image: url('../Fwd_CmsPages/images/gewindefedern/gfx_background_golf.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-gewindefedern .gewindefedern-gfx-produkt-geschuetzt {
  background-image: url('..//Fwd_CmsPages/images/gewindefedern/gfx_produkt_geschuetzt.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 575px) {
  .cmspages-page-gewindefedern .gewindefedern-gfx-audi {
    background-image: url('..//Fwd_CmsPages/images/gewindefedern/gfx_audi.jpg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-gewindefedern .gewindefedern-gfx-produkt-geschuetzt {
    background-size: contain;
  }
}
@media only screen and (min-width: 992px) {
  html.webp .cmspages-page-xgewindefahrwerk .banner-bg-x-coilover,
  html.webp .cmspages-page-xagewindefahrwerk .banner-bg-x-coilover,
  html.webp .cmspages-page-xtagewindefahrwerk .banner-bg-x-coilover,
  html.webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-x-coilover {
    background-image: url('..//Fwd_CmsPages/images/x_gewindefahrwerk/gfx_buehne_produkt.webp');
  }
  html.webp .cmspages-page-xgewindefahrwerk .banner-bg-xa-coilover,
  html.webp .cmspages-page-xagewindefahrwerk .banner-bg-xa-coilover,
  html.webp .cmspages-page-xtagewindefahrwerk .banner-bg-xa-coilover,
  html.webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xa-coilover {
    background-image: url('..//Fwd_CmsPages/images/xa_gewindefahrwerk/gfx_Produktbild_cut.webp');
  }
  html.webp .cmspages-page-xgewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xagewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xtagewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xta-coilover {
    background-image: url('..//Fwd_CmsPages/images/xta_gewindefahrwerk/gfx_buehne.webp');
  }
}
@media only screen and (max-width: 991px) {
  html.webp .cmspages-page-xgewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xagewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xtagewindefahrwerk .banner-bg-xta-coilover,
  html.webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xta-coilover {
    background-image: url('..//Fwd_CmsPages/images/xta_gewindefahrwerk/gfx_buehne_smartphone.webp');
  }
}
html.webp .cmspages-page-xgewindefahrwerk .gfx_background_versiegelt_corner,
html.webp .cmspages-page-xagewindefahrwerk .gfx_background_versiegelt_corner,
html.webp .cmspages-page-xtagewindefahrwerk .gfx_background_versiegelt_corner,
html.webp .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_versiegelt_corner {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_versiegelt_corner.webp');
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  html.no-webp .cmspages-page-xgewindefahrwerk .banner-bg-x-coilover,
  html.no-webp .cmspages-page-xagewindefahrwerk .banner-bg-x-coilover,
  html.no-webp .cmspages-page-xtagewindefahrwerk .banner-bg-x-coilover,
  html.no-webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-x-coilover {
    background-image: url('..//Fwd_CmsPages/images/x_gewindefahrwerk/gfx_buehne_produkt.jpg');
  }
  html.no-webp .cmspages-page-xgewindefahrwerk .banner-bg-xa-coilover,
  html.no-webp .cmspages-page-xagewindefahrwerk .banner-bg-xa-coilover,
  html.no-webp .cmspages-page-xtagewindefahrwerk .banner-bg-xa-coilover,
  html.no-webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xa-coilover {
    background-image: url('..//Fwd_CmsPages/images/xa_gewindefahrwerk/gfx_Produktbild_cut.jpg');
  }
  html.no-webp .cmspages-page-xgewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xagewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xtagewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xta-coilover {
    background-image: url('..//Fwd_CmsPages/images/xta_gewindefahrwerk/gfx_buehne.jpg');
  }
}
@media only screen and (max-width: 991px) {
  html.no-webp .cmspages-page-xgewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xagewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xtagewindefahrwerk .banner-bg-xta-coilover,
  html.no-webp .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xta-coilover {
    background-image: url('..//Fwd_CmsPages/images/xta_gewindefahrwerk/gfx_buehne_smartphone.jpg');
  }
}
html.no-webp .cmspages-page-xgewindefahrwerk .gfx_background_versiegelt_corner,
html.no-webp .cmspages-page-xagewindefahrwerk .gfx_background_versiegelt_corner,
html.no-webp .cmspages-page-xtagewindefahrwerk .gfx_background_versiegelt_corner,
html.no-webp .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_versiegelt_corner {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_versiegelt_corner.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk,
.cmspages-page-xagewindefahrwerk,
.cmspages-page-xtagewindefahrwerk,
.cmspages-page-xtaplus3gewindefahrwerk {
  /* XTA, XA, X coilovers page bottom slider gallery */
  /* Toyota wheel styles */
  /* Golf wheel styles */
  /* Seat wheel styles */
  /* Background shadow cars */
  /*img.svg-comparison {
        width: 1em;
        height: 1em;
    }*/
  /* Gewindefahrwerk custom styles */
  /* x coilovers custom styles */
  /*img.svg-appendix-coilovers {
        height: 4.5rem;
    }*/
  /*@media only screen and (min-width: 992px) {
        .banner-bg-x-coilover {
            background-image: url('@{baseDir}/Fwd_CmsPages/images/x_gewindefahrwerk/gfx_buehne_produkt.png');
            background-position: right bottom;
            background-size: 55%;
            background-repeat: no-repeat;
        }
    }*/
  /*img.x-xa-xta-appendix-banner-bottom {
        height: 3.8rem;
    }*/
  /* Mouse-over effects */
  /*
    .gfx_background_zugstufe_golf {
        background-image: url('../images/x_gewindefahrwerk/gfx_background_zugstufe_golf.png');
        background-position: right top;
        background-repeat: no-repeat;
    }
    */
  /*.gfx_individualisierung {
        background-image: url('../images/x_gewindefahrwerk/gfx_individualisierung.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }*/
  /*.gfx_background_zugstufe_golf div,
    .gfx_individualisierung div {
        border: solid 1px #bbb;
    }*/
  /* Only on ST X page */
  /* Only on ST X page */
  /*.gfx_background_versiegelt_corner {
        background-image: url('@{baseDir}/Fwd_CmsPages/images/x_gewindefahrwerk/gfx_background_versiegelt_corner.png');
        background-position: left top;
        background-repeat: no-repeat;
    }*/
  /* xa coilovers custom styles */
  /*@media only screen and (min-width: 992px) {
        .banner-bg-xa-coilover {
            background-image: url('@{baseDir}/Fwd_CmsPages/images/xa_gewindefahrwerk/gfx_Produktbild_cut.png');
            background-position: right bottom;
            background-size: 55%;
            background-repeat: no-repeat;
        }
    }*/
  /* xta coilovers custom styles */
  /*@media only screen and (min-width: 992px) {*/
  /*.banner-bg-xta-coilover {
        background-image: url('@{baseDir}/Fwd_CmsPages/images/xta_gewindefahrwerk/gfx_buehne.jpg');
        background-position: right bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }*/
  /*}*/
  /* coilover compare overlay */
}
.cmspages-page-xgewindefahrwerk .slider-coilovers-gallery .text-shadow,
.cmspages-page-xagewindefahrwerk .slider-coilovers-gallery .text-shadow,
.cmspages-page-xtagewindefahrwerk .slider-coilovers-gallery .text-shadow,
.cmspages-page-xtaplus3gewindefahrwerk .slider-coilovers-gallery .text-shadow {
  text-shadow: 0px 4px 6px #000000;
}
.cmspages-page-xgewindefahrwerk #carbody.toyota,
.cmspages-page-xagewindefahrwerk #carbody.toyota,
.cmspages-page-xtagewindefahrwerk #carbody.toyota,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.toyota {
  background-image: url('..//Fwd_CmsPages/images/xta_gewindefahrwerk/animation/hoehenverstellbarkeit/gfx_toyota_body.png');
}
.cmspages-page-xgewindefahrwerk #carbody.golf,
.cmspages-page-xagewindefahrwerk #carbody.golf,
.cmspages-page-xtagewindefahrwerk #carbody.golf,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.golf {
  background-image: url('..//Fwd_CmsPages/images/xa_gewindefahrwerk/animation/hoehenverstellbarkeit/gfx_golf_body.png');
}
.cmspages-page-xgewindefahrwerk #carbody.seat,
.cmspages-page-xagewindefahrwerk #carbody.seat,
.cmspages-page-xtagewindefahrwerk #carbody.seat,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.seat {
  background-image: url('..//Fwd_CmsPages/images/x_gewindefahrwerk/animation/hoehenverstellbarkeit/gfx_seat_body.png');
}
.cmspages-page-xgewindefahrwerk #carbody.toyota,
.cmspages-page-xagewindefahrwerk #carbody.toyota,
.cmspages-page-xtagewindefahrwerk #carbody.toyota,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.toyota,
.cmspages-page-xgewindefahrwerk #carbody.golf,
.cmspages-page-xagewindefahrwerk #carbody.golf,
.cmspages-page-xtagewindefahrwerk #carbody.golf,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.golf,
.cmspages-page-xgewindefahrwerk #carbody.seat,
.cmspages-page-xagewindefahrwerk #carbody.seat,
.cmspages-page-xtagewindefahrwerk #carbody.seat,
.cmspages-page-xtaplus3gewindefahrwerk #carbody.seat {
  position: relative;
  height: 300px;
  background-position: center bottom;
  background-size: 1120px;
  background-repeat: no-repeat;
  overflow-y: visible;
}
.cmspages-page-xgewindefahrwerk #carwheel-front,
.cmspages-page-xagewindefahrwerk #carwheel-front,
.cmspages-page-xtagewindefahrwerk #carwheel-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-front,
.cmspages-page-xgewindefahrwerk #carwheel-disc-front,
.cmspages-page-xagewindefahrwerk #carwheel-disc-front,
.cmspages-page-xtagewindefahrwerk #carwheel-disc-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-disc-front,
.cmspages-page-xgewindefahrwerk #carwheel-break-front,
.cmspages-page-xagewindefahrwerk #carwheel-break-front,
.cmspages-page-xtagewindefahrwerk #carwheel-break-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-break-front,
.cmspages-page-xgewindefahrwerk #carwheel-rear,
.cmspages-page-xagewindefahrwerk #carwheel-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-rear,
.cmspages-page-xgewindefahrwerk #carwheel-disc-rear,
.cmspages-page-xagewindefahrwerk #carwheel-disc-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-disc-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-disc-rear,
.cmspages-page-xgewindefahrwerk #carwheel-break-rear,
.cmspages-page-xagewindefahrwerk #carwheel-break-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-break-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-break-rear {
  position: absolute;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xgewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-rear {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -30px;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-front {
  left: 50%;
  margin-left: -465px;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-front #carwheel-front,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-front #carwheel-front,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-front #carwheel-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-front #carwheel-front {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-front #carwheel-break-front,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-front #carwheel-break-front,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-front #carwheel-break-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-front #carwheel-break-front {
  bottom: 65px;
  left: 180px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-front #carwheel-disc-front,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-front #carwheel-disc-front,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-front #carwheel-disc-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-front #carwheel-disc-front {
  bottom: 40px;
  left: 120px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-rear {
  right: 50%;
  margin-right: -310px;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-rear #carwheel-rear,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-rear #carwheel-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-rear #carwheel-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-rear #carwheel-rear {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-rear #carwheel-break-rear,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-rear #carwheel-break-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-rear #carwheel-break-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-rear #carwheel-break-rear {
  bottom: 65px;
  right: -45px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-toyota-rear #carwheel-disc-rear,
.cmspages-page-xagewindefahrwerk #carwheel-toyota-rear #carwheel-disc-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-toyota-rear #carwheel-disc-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-toyota-rear #carwheel-disc-rear {
  bottom: 40px;
  right: -40px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-front,
.cmspages-page-xagewindefahrwerk #carwheel-golf-front,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-front,
.cmspages-page-xgewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xagewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-rear {
  position: absolute;
  width: 145px;
  height: 144px;
  bottom: -37px;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-front,
.cmspages-page-xagewindefahrwerk #carwheel-golf-front,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-front {
  left: 50%;
  margin-left: -429px;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-front #carwheel-front,
.cmspages-page-xagewindefahrwerk #carwheel-golf-front #carwheel-front,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-front #carwheel-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-front #carwheel-front {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-front #carwheel-break-front,
.cmspages-page-xagewindefahrwerk #carwheel-golf-front #carwheel-break-front,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-front #carwheel-break-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-front #carwheel-break-front {
  bottom: 46px;
  left: 100px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-front #carwheel-disc-front,
.cmspages-page-xagewindefahrwerk #carwheel-golf-front #carwheel-disc-front,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-front #carwheel-disc-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-front #carwheel-disc-front {
  bottom: 30px;
  left: 103px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xagewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-rear {
  right: 50%;
  margin-right: -299px;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-rear #carwheel-rear,
.cmspages-page-xagewindefahrwerk #carwheel-golf-rear #carwheel-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-rear #carwheel-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-rear #carwheel-rear {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-rear #carwheel-break-rear,
.cmspages-page-xagewindefahrwerk #carwheel-golf-rear #carwheel-break-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-rear #carwheel-break-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-rear #carwheel-break-rear {
  bottom: 46px;
  right: 30px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-golf-rear #carwheel-disc-rear,
.cmspages-page-xagewindefahrwerk #carwheel-golf-rear #carwheel-disc-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-golf-rear #carwheel-disc-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-golf-rear #carwheel-disc-rear {
  bottom: 30px;
  right: -43px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-front,
.cmspages-page-xagewindefahrwerk #carwheel-seat-front,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-front,
.cmspages-page-xgewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xagewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-rear {
  position: absolute;
  width: 145px;
  height: 144px;
  bottom: -37px;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-front,
.cmspages-page-xagewindefahrwerk #carwheel-seat-front,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-front {
  left: 50%;
  margin-left: -415px;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-front #carwheel-front,
.cmspages-page-xagewindefahrwerk #carwheel-seat-front #carwheel-front,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-front #carwheel-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-front #carwheel-front {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-front #carwheel-break-front,
.cmspages-page-xagewindefahrwerk #carwheel-seat-front #carwheel-break-front,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-front #carwheel-break-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-front #carwheel-break-front {
  bottom: 52px;
  left: 160px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-front #carwheel-disc-front,
.cmspages-page-xagewindefahrwerk #carwheel-seat-front #carwheel-disc-front,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-front #carwheel-disc-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-front #carwheel-disc-front {
  bottom: 32px;
  left: 105px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xagewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-rear {
  right: 50%;
  margin-right: -294px;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-rear #carwheel-rear,
.cmspages-page-xagewindefahrwerk #carwheel-seat-rear #carwheel-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-rear #carwheel-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-rear #carwheel-rear {
  z-index: 3;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-rear #carwheel-break-rear,
.cmspages-page-xagewindefahrwerk #carwheel-seat-rear #carwheel-break-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-rear #carwheel-break-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-rear #carwheel-break-rear {
  bottom: 52px;
  right: -40px;
  z-index: 2;
}
.cmspages-page-xgewindefahrwerk #carwheel-seat-rear #carwheel-disc-rear,
.cmspages-page-xagewindefahrwerk #carwheel-seat-rear #carwheel-disc-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-seat-rear #carwheel-disc-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-seat-rear #carwheel-disc-rear {
  bottom: 32px;
  right: -39px;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk .carshadow.toyota,
.cmspages-page-xagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.toyota {
  width: 100%;
}
.cmspages-page-xgewindefahrwerk .carshadow.toyota,
.cmspages-page-xagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.toyota,
.cmspages-page-xgewindefahrwerk .carshadow.golf,
.cmspages-page-xagewindefahrwerk .carshadow.golf,
.cmspages-page-xtagewindefahrwerk .carshadow.golf,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.golf,
.cmspages-page-xgewindefahrwerk .carshadow.seat,
.cmspages-page-xagewindefahrwerk .carshadow.seat,
.cmspages-page-xtagewindefahrwerk .carshadow.seat,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.seat {
  width: 100%;
  height: 40px;
}
.cmspages-page-xgewindefahrwerk .carshadow.toyota,
.cmspages-page-xagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtagewindefahrwerk .carshadow.toyota,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.toyota {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+29,ffffff+58&0.9+0,0.8+29,0+58 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 58%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 58%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 58%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.cmspages-page-xgewindefahrwerk .carshadow.golf,
.cmspages-page-xagewindefahrwerk .carshadow.golf,
.cmspages-page-xtagewindefahrwerk .carshadow.golf,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.golf {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+29,ffffff+58&0.9+0,0.8+29,0+58 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 53%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.cmspages-page-xgewindefahrwerk .carshadow.seat,
.cmspages-page-xagewindefahrwerk .carshadow.seat,
.cmspages-page-xtagewindefahrwerk .carshadow.seat,
.cmspages-page-xtaplus3gewindefahrwerk .carshadow.seat {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+29,ffffff+58&0.9+0,0.8+29,0+58 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 51%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 29%, rgba(255, 255, 255, 0) 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.cmspages-page-xgewindefahrwerk #carwheel-front,
.cmspages-page-xagewindefahrwerk #carwheel-front,
.cmspages-page-xtagewindefahrwerk #carwheel-front,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-front,
.cmspages-page-xgewindefahrwerk #carwheel-rear,
.cmspages-page-xagewindefahrwerk #carwheel-rear,
.cmspages-page-xtagewindefahrwerk #carwheel-rear,
.cmspages-page-xtaplus3gewindefahrwerk #carwheel-rear {
  -webkit-animation: rotation .2s linear infinite;
  -moz-animation: rotation .2s linear infinite;
  animation: rotation .2s linear infinite;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1201px) {
  .cmspages-page-xgewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xgewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xgewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_toyota {
    background: -webkit-radial-gradient(bottom, #777777, transparent, transparent);
    z-index: 0;
  }
  .cmspages-page-xgewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_seat,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_seat {
    margin-bottom: -13rem;
    height: 13rem;
  }
  .cmspages-page-xgewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_golf {
    margin-bottom: -11rem;
    height: 11rem;
  }
  .cmspages-page-xgewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xagewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xtagewindefahrwerk .carshadow_bg_toyota,
  .cmspages-page-xtaplus3gewindefahrwerk .carshadow_bg_toyota {
    margin-bottom: -10rem;
    height: 10rem;
  }
}
.cmspages-page-xgewindefahrwerk ul.coilover-features,
.cmspages-page-xagewindefahrwerk ul.coilover-features,
.cmspages-page-xtagewindefahrwerk ul.coilover-features,
.cmspages-page-xtaplus3gewindefahrwerk ul.coilover-features {
  padding-left: 0;
  text-align: center;
}
.cmspages-page-xgewindefahrwerk ul.coilover-features li,
.cmspages-page-xagewindefahrwerk ul.coilover-features li,
.cmspages-page-xtagewindefahrwerk ul.coilover-features li,
.cmspages-page-xtaplus3gewindefahrwerk ul.coilover-features li {
  text-align: left;
  margin: .5em;
  display: inline-flex;
  align-items: center;
  width: 18em;
}
.cmspages-page-xgewindefahrwerk button.left-control,
.cmspages-page-xagewindefahrwerk button.left-control,
.cmspages-page-xtagewindefahrwerk button.left-control,
.cmspages-page-xtaplus3gewindefahrwerk button.left-control {
  background-color: #ddd;
}
.cmspages-page-xgewindefahrwerk .lp-banner .lp-banner__gfx,
.cmspages-page-xagewindefahrwerk .lp-banner .lp-banner__gfx,
.cmspages-page-xtagewindefahrwerk .lp-banner .lp-banner__gfx,
.cmspages-page-xtaplus3gewindefahrwerk .lp-banner .lp-banner__gfx {
  flex-direction: unset;
}
.cmspages-page-xgewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
.cmspages-page-xagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
.cmspages-page-xtagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
.cmspages-page-xtaplus3gewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text {
  flex: unset;
  margin: 0;
}
.cmspages-page-xgewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
.cmspages-page-xagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
.cmspages-page-xtagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
.cmspages-page-xtaplus3gewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child {
  margin-bottom: 12em;
}
@media (min-width: 992px) {
  .cmspages-page-xgewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
  .cmspages-page-xagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
  .cmspages-page-xtagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text {
    width: 50%;
    margin: 12% 0;
  }
  .cmspages-page-xgewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
  .cmspages-page-xagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
  .cmspages-page-xtagewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner .lp-banner__gfx .lp-banner__text p.xta_first-child {
    margin-bottom: initial;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-xgewindefahrwerk .banner-bg-x-coilover,
  .cmspages-page-xagewindefahrwerk .banner-bg-x-coilover,
  .cmspages-page-xtagewindefahrwerk .banner-bg-x-coilover,
  .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-x-coilover {
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .cmspages-page-xgewindefahrwerk .banner-bg-xa-coilover,
  .cmspages-page-xagewindefahrwerk .banner-bg-xa-coilover,
  .cmspages-page-xtagewindefahrwerk .banner-bg-xa-coilover,
  .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xa-coilover {
    background-position: right bottom;
    background-size: 55%;
    background-repeat: no-repeat;
  }
}
.cmspages-page-xgewindefahrwerk .banner-bg-xta-coilover,
.cmspages-page-xagewindefahrwerk .banner-bg-xta-coilover,
.cmspages-page-xtagewindefahrwerk .banner-bg-xta-coilover,
.cmspages-page-xtaplus3gewindefahrwerk .banner-bg-xta-coilover {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .cmspages-page-xgewindefahrwerk .banner-bg-gewindefahrwerk-overlay,
  .cmspages-page-xagewindefahrwerk .banner-bg-gewindefahrwerk-overlay,
  .cmspages-page-xtagewindefahrwerk .banner-bg-gewindefahrwerk-overlay,
  .cmspages-page-xtaplus3gewindefahrwerk .banner-bg-gewindefahrwerk-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0+30,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
}
.cmspages-page-xgewindefahrwerk .banner-bg-gewindefahrwerk-bottom,
.cmspages-page-xagewindefahrwerk .banner-bg-gewindefahrwerk-bottom,
.cmspages-page-xtagewindefahrwerk .banner-bg-gewindefahrwerk-bottom,
.cmspages-page-xtaplus3gewindefahrwerk .banner-bg-gewindefahrwerk-bottom {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.cmspages-page-xgewindefahrwerk .carousel-controls,
.cmspages-page-xagewindefahrwerk .carousel-controls,
.cmspages-page-xtagewindefahrwerk .carousel-controls,
.cmspages-page-xtaplus3gewindefahrwerk .carousel-controls {
  margin-top: -7rem;
  margin-left: -10rem;
}
.cmspages-page-xgewindefahrwerk .carousel-controls .left-control,
.cmspages-page-xagewindefahrwerk .carousel-controls .left-control,
.cmspages-page-xtagewindefahrwerk .carousel-controls .left-control,
.cmspages-page-xtaplus3gewindefahrwerk .carousel-controls .left-control {
  margin-right: -1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.cmspages-page-xgewindefahrwerk .carousel-controls .right-control,
.cmspages-page-xagewindefahrwerk .carousel-controls .right-control,
.cmspages-page-xtagewindefahrwerk .carousel-controls .right-control,
.cmspages-page-xtaplus3gewindefahrwerk .carousel-controls .right-control {
  margin-left: -1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.cmspages-page-xgewindefahrwerk .carousel-controls .left-control:focus,
.cmspages-page-xagewindefahrwerk .carousel-controls .left-control:focus,
.cmspages-page-xtagewindefahrwerk .carousel-controls .left-control:focus,
.cmspages-page-xtaplus3gewindefahrwerk .carousel-controls .left-control:focus,
.cmspages-page-xgewindefahrwerk .carousel-controls .right-control:focus,
.cmspages-page-xagewindefahrwerk .carousel-controls .right-control:focus,
.cmspages-page-xtagewindefahrwerk .carousel-controls .right-control:focus,
.cmspages-page-xtaplus3gewindefahrwerk .carousel-controls .right-control:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.cmspages-page-xgewindefahrwerk img.svg-x-xa-xta-gewindefahrwerk-bottom,
.cmspages-page-xagewindefahrwerk img.svg-x-xa-xta-gewindefahrwerk-bottom,
.cmspages-page-xtagewindefahrwerk img.svg-x-xa-xta-gewindefahrwerk-bottom,
.cmspages-page-xtaplus3gewindefahrwerk img.svg-x-xa-xta-gewindefahrwerk-bottom {
  /*height: 4.2rem;*/
  margin-top: .5rem;
}
.cmspages-page-xgewindefahrwerk .coilover-overlay-deck,
.cmspages-page-xagewindefahrwerk .coilover-overlay-deck,
.cmspages-page-xtagewindefahrwerk .coilover-overlay-deck,
.cmspages-page-xtaplus3gewindefahrwerk .coilover-overlay-deck {
  left: 50%;
  transform: translate(-50%, 0);
}
.cmspages-page-xgewindefahrwerk .coilover-overlay,
.cmspages-page-xagewindefahrwerk .coilover-overlay,
.cmspages-page-xtagewindefahrwerk .coilover-overlay,
.cmspages-page-xtaplus3gewindefahrwerk .coilover-overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmspages-page-xgewindefahrwerk .slider,
.cmspages-page-xagewindefahrwerk .slider,
.cmspages-page-xtagewindefahrwerk .slider,
.cmspages-page-xtaplus3gewindefahrwerk .slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 15px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
.cmspages-page-xgewindefahrwerk .slider:not([disabled]):focus,
.cmspages-page-xagewindefahrwerk .slider:not([disabled]):focus,
.cmspages-page-xtagewindefahrwerk .slider:not([disabled]):focus,
.cmspages-page-xtaplus3gewindefahrwerk .slider:not([disabled]):focus {
  box-shadow: none;
}
.cmspages-page-xgewindefahrwerk .slider-bg,
.cmspages-page-xagewindefahrwerk .slider-bg,
.cmspages-page-xtagewindefahrwerk .slider-bg,
.cmspages-page-xtaplus3gewindefahrwerk .slider-bg {
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 8px) !important;
}
.cmspages-page-xgewindefahrwerk .slider:hover,
.cmspages-page-xagewindefahrwerk .slider:hover,
.cmspages-page-xtagewindefahrwerk .slider:hover,
.cmspages-page-xtaplus3gewindefahrwerk .slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
.cmspages-page-xgewindefahrwerk .slider::-webkit-slider-thumb,
.cmspages-page-xagewindefahrwerk .slider::-webkit-slider-thumb,
.cmspages-page-xtagewindefahrwerk .slider::-webkit-slider-thumb,
.cmspages-page-xtaplus3gewindefahrwerk .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 90px;
  height: 51px;
  border: 0;
  background: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_animation_bedienelement.png');
  cursor: pointer;
}
.cmspages-page-xgewindefahrwerk .slider::-moz-range-thumb,
.cmspages-page-xagewindefahrwerk .slider::-moz-range-thumb,
.cmspages-page-xtagewindefahrwerk .slider::-moz-range-thumb,
.cmspages-page-xtaplus3gewindefahrwerk .slider::-moz-range-thumb {
  width: 90px;
  height: 52px;
  border: 0;
  background: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_animation_bedienelement.png');
  cursor: pointer;
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_curves,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_curves,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_curves,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_curves {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_zugstufe_curves.jpg');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_curves {
    background-position: right -8rem;
  }
}
@media only screen and (min-width: 769px) {
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_curves,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_curves {
    background-position: right top;
  }
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x,
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf,
.cmspages-page-xgewindefahrwerk .gfx_individualisierung,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung {
  position: relative;
  z-index: 1;
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xgewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*opacity: .1;*/
  z-index: -1;
  background-repeat: no-repeat;
  /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x div,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x div,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x div,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x div,
.cmspages-page-xgewindefahrwerk .gfx_individualisierung_x div,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung_x div,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung_x div,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung_x div {
  border: solid 1px #bbb;
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xgewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung_x:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf:before,
.cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x:before {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_zugstufe_golf.jpg');
}
@media only screen and (max-width: 768px) {
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x:before {
    background-position: right -1rem;
    background-size: 80%;
  }
}
@media only screen and (min-width: 769px) {
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf:before,
  .cmspages-page-xgewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xtagewindefahrwerk .gfx_background_zugstufe_golf_x:before,
  .cmspages-page-xtaplus3gewindefahrwerk .gfx_background_zugstufe_golf_x:before {
    background-position: right top;
  }
}
.cmspages-page-xgewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung:before,
.cmspages-page-xgewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xagewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xtagewindefahrwerk .gfx_individualisierung_x:before,
.cmspages-page-xtaplus3gewindefahrwerk .gfx_individualisierung_x:before {
  background-image: url('..//Fwd_CmsPages/images/x_gewindefahrwerk/gfx_individualisierung.png');
  background-position: top left;
}
.cmspages-page-xgewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
.cmspages-page-xagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
.cmspages-page-xtagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
.cmspages-page-xtaplus3gewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_golf.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
}
@media only screen and (max-width: 425px) {
  .cmspages-page-xgewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf {
    background-size: 150%;
    background-position: center 68%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .cmspages-page-xgewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf {
    background-size: contain;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cmspages-page-xgewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf {
    background-size: 100%;
    background-position: 50% 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cmspages-page-xgewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtagewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf,
  .cmspages-page-xtaplus3gewindefahrwerk .x-xa-xta_gewindefahrwerk_gfx_background_golf {
    background-size: 100%;
    background-position: center 75%;
  }
}
.cmspages-page-xgewindefahrwerk .tieferlegungsfedern-gfx-produkt-geschuetzt,
.cmspages-page-xagewindefahrwerk .tieferlegungsfedern-gfx-produkt-geschuetzt,
.cmspages-page-xtagewindefahrwerk .tieferlegungsfedern-gfx-produkt-geschuetzt,
.cmspages-page-xtaplus3gewindefahrwerk .tieferlegungsfedern-gfx-produkt-geschuetzt {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_background_versiegelt.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk .x_gewindefahrwerk_bg-composite,
.cmspages-page-xagewindefahrwerk .x_gewindefahrwerk_bg-composite,
.cmspages-page-xtagewindefahrwerk .x_gewindefahrwerk_bg-composite,
.cmspages-page-xtaplus3gewindefahrwerk .x_gewindefahrwerk_bg-composite {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_composite_federteller.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk .x_gewindefahrwerk_bg-sportsprings_gradient,
.cmspages-page-xagewindefahrwerk .x_gewindefahrwerk_bg-sportsprings_gradient,
.cmspages-page-xtagewindefahrwerk .x_gewindefahrwerk_bg-sportsprings_gradient,
.cmspages-page-xtaplus3gewindefahrwerk .x_gewindefahrwerk_bg-sportsprings_gradient {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_rennsportfedersystem.jpg');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk .x_gewindefahrwerk_bg-sportsprings,
.cmspages-page-xagewindefahrwerk .x_gewindefahrwerk_bg-sportsprings,
.cmspages-page-xtagewindefahrwerk .x_gewindefahrwerk_bg-sportsprings,
.cmspages-page-xtaplus3gewindefahrwerk .x_gewindefahrwerk_bg-sportsprings {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_rennsportfedersystem.jpg');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk .x_gewindefahrwerk_bg-safety,
.cmspages-page-xagewindefahrwerk .x_gewindefahrwerk_bg-safety,
.cmspages-page-xtagewindefahrwerk .x_gewindefahrwerk_bg-safety,
.cmspages-page-xtaplus3gewindefahrwerk .x_gewindefahrwerk_bg-safety {
  background-image: url('..//Fwd_CmsPages/images/gewindefahrwerke/gfx_staubschutz.jpg');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-xgewindefahrwerk .card-img-top-logo,
.cmspages-page-xagewindefahrwerk .card-img-top-logo,
.cmspages-page-xtagewindefahrwerk .card-img-top-logo,
.cmspages-page-xtaplus3gewindefahrwerk .card-img-top-logo {
  height: 3.5em;
}
.cmspages-page-haendleranfrage #haendleranfrage-form .form-group label {
  align-self: center;
}
.cmspages-page-haendlersuche li.list-inline-item.dealer {
  height: 21rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cmspages-page-haendlersuche li.list-inline-item.dealer {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-haendlersuche li.list-inline-item.dealer {
    width: 33.333%;
  }
}
.cmspages-page-haendlersuche .clearer {
  clear: both;
}
.cmspages-page-haendlersuche ul.chosen-results li {
  text-transform: capitalize;
}
.cmspages-page-haendlersuche .chosen-single span {
  text-transform: capitalize;
}
.cmspages-page-haendlersuche #mymap {
  position: relative;
  padding-bottom: 96%;
  height: 0;
  overflow: hidden;
}
.cmspages-page-haendlersuche #mymap .gm-style-iw-d {
  overflow: auto !important;
}
.cmspages-page-haendlersuche #mymap .gm-style-iw {
  font-size: 0.7rem;
  line-height: 1.42857143;
  padding: 1.5em !important;
}
.cmspages-page-haendlersuche #mymap .gm-svpc img {
  max-height: none;
}
.cmspages-page-haendlersuche #mymap .dealer__button-more {
  float: right;
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
  font-size: 0.85rem;
  margin-left: 1em;
}
.cmspages-page-haendlersuche #mymap .dealer__button-more:hover {
  opacity: 1;
}
.cmspages-page-haendlersuche #mymap .dealer__button-more:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-haendlersuche #mymap .dealer__distance {
  font-size: 0.85rem;
}
.cmspages-page-haendlersuche #mymap .dealer__email {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.cmspages-page-haendlersuche #mymap .dealer__email:hover {
  opacity: 1;
}
.cmspages-page-haendlersuche #mymap .dealer__email:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-haendlersuche #mymap .dealer__url {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.cmspages-page-haendlersuche #mymap .dealer__url:hover {
  opacity: 1;
}
.cmspages-page-haendlersuche #mymap .dealer__url:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-haendlersuche #loading-cover {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5) url("../Fwd_CmsPages/images/dealersearch/loading.gif") no-repeat center center;
  margin-top: -96%;
  position: relative;
  padding-bottom: 96%;
  height: 0;
  overflow: hidden;
}
.cmspages-page-haendlersuche #notfound-cover {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
.cmspages-page-haendlersuche #notfound-cover .notfound-modal {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  width: 200px;
  position: absolute;
  z-index: 999999;
  background: #ffffff;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  padding: 1em;
}
.cmspages-page-haendlersuche #notfound-cover .notfound-modal .button-ok {
  margin-top: 15px;
  min-width: 5em;
}
.cmspages-page-haendlersuche .dealerlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0;
}
.cmspages-page-haendlersuche .dealerlist .dealer {
  padding: 1.5em;
  margin: 0px;
  background-color: #f8f9fa;
}
.cmspages-page-haendlersuche .dealerlist .dealer .row {
  height: 100%;
}
.cmspages-page-haendlersuche .dealerlist .dealer .row > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cmspages-page-haendlersuche .dealerlist .dealer img {
  padding: 0 10px 10px 0;
}
.cmspages-page-haendlersuche .dealerlist .dealer .more {
  margin-top: 4px;
  padding-left: 15px;
  background: url("../Fwd_CmsPages/images/dealersearch/small_dot.png") 0px 7px no-repeat;
}
.cmspages-page-haendlersuche .dealerlist .dealer a {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.cmspages-page-haendlersuche .dealerlist .dealer a:hover {
  opacity: 1;
}
.cmspages-page-haendlersuche .dealerlist .dealer a:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-haendlersuche .dealerlist .dealer a.dealer__button-more {
  margin-top: auto;
  align-self: flex-end;
}
.cmspages-page-haendlersuche .dealerlist-large {
  height: 354px;
}
.cmspages-page-haendlersuche .dealerlist-large-en {
  height: 397px;
}
.cmspages-page-haendlersuche .dealerlist.horizontal {
  height: 280px !important;
  white-space: nowrap;
  overflow: auto;
}
.cmspages-page-haendlersuche .dealerlist.horizontal .row {
  margin: 0;
  display: inline-block;
}
.cmspages-page-haendlersuche .form-searchmap {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.cmspages-page-haendlersuche .form-searchmap input.input-text:disabled {
  background-color: #eeeeee;
}
.cmspages-page-haendlersuche .form-searchmap div#searchmapbtn {
  margin: 10px 0 10px 0;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete {
  position: relative;
  z-index: 999;
  left: 40px;
  top: 22px;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #F0F4F9;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #E7E9F4;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete li.odd {
  background-color: #E7F1F4;
}
.cmspages-page-haendlersuche .form-searchmap .searchmap-autocomplete li.selected {
  background-color: #DDE5F7;
}
.cmspages-page-haendlersuche .dealer-list-image {
  padding-right: 6px;
  height: 25px;
  width: 20px;
  border: 0;
  background: url(#) no-repeat center 0;
}
.cmspages-page-haendlersuche .title h6 {
  margin-bottom: .5em;
}
.cmspages-page-haendlersuche .checkelements .element-check {
  cursor: pointer;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
  flex-direction: row;
}
.cmspages-page-haendlersuche .checkelements .element-check:hover {
  background-color: #f8f9fa;
}
.cmspages-page-haendlersuche .checkelements .element-check:not(.on) .checked {
  display: none;
}
.cmspages-page-haendlersuche .checkelements .element-check .checkelement__checkmark {
  min-width: 1.42857143em;
}
.cmspages-page-haendlersuche .checkelements .element-check .checkelement__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.42857143em;
  height: 1.42857143em;
}
.cmspages-page-haendlersuche .checkelements .element-check .checkelement__name {
  margin: 0 .5em;
}
.cmspages-page-haendlersuche .checkelements .element-check .checkelement__info {
  background-image: url("../Fwd_CmsPages/images/dealersearch/circled-information-source.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: help;
  width: 1em;
  height: 1.42857143em;
}
.cmspages-page-haendlersuche .sort {
  display: none;
}
.cmspages-page-haendlersuche .toggle-adv-search {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cmspages-page-haendlersuche .dealerlist-small {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: visible;
    overflow-x: visible;
  }
}
.cmspages-page-haendlersuche .legend {
  display: flex;
  flex-wrap: wrap;
}
.cmspages-page-haendlersuche .legend-item {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.cmspages-page-haendlersuche .legend-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cmspages-page-haendlersuche .legend-icon {
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.cmspages-page-haendlersuche .legend-heading {
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .cmspages-page-haendlersuche .legend-item {
    width: 100%;
  }
  .cmspages-page-haendlersuche .legend-item:first-of-type {
    margin-bottom: 20px;
  }
}
.cmspages-page-haendlersuchedetails #mymap {
  position: relative;
  padding-bottom: 96%;
  height: 0;
  overflow: hidden;
}
.cmspages-page-haendlersuchedetails #mymap .gm-style img {
  max-height: none;
}
.cmspages-page-haendlersuchedetails #mymap .gm-style-iw {
  overflow: auto;
  font-size: 0.85rem;
  white-space: nowrap;
}
.cmspages-page-haendlersuchedetails .topdetails {
  margin: 10px 0;
}
.cmspages-page-haendlersuchedetails .righttoptitlediv {
  margin-bottom: 15px;
}
.cmspages-page-haendlersuchedetails .righttoptitlediv img,
.cmspages-page-haendlersuchedetails .righttoptitlediv div {
  display: inline-block;
  vertical-align: bottom;
}
.cmspages-page-haendlersuchedetails .righttoptitlediv img {
  margin-right: 10px;
}
.cmspages-page-haendlersuchedetails .righttoptitlediv h3 {
  margin-top: 0;
}
.cmspages-page-haendlersuchedetails .righttoptitlediv h4 {
  margin-top: 0;
  color: #a5b3c0;
}
.cmspages-page-haendlersuchedetails .rightbottomleftdiv {
  margin-top: 20px;
  display: none;
}
.cmspages-page-haendlersuchedetails .rightbottomrightdiv {
  margin-top: 20px;
  display: none;
}
.cmspages-page-haendlersuchedetails .all4car {
  margin: 10px 0px 0px 0px;
}
.cmspages-page-haendlersuchedetails .all4car ul {
  list-style-image: url("../Fwd_CmsPages/images/dealersearch/yellow_dot.png") !important;
  list-style-position: outside;
}
.cmspages-page-haendlersuchedetails .qualification {
  overflow: auto;
}
.cmspages-page-haendlersuchedetails .qualification ul {
  margin-top: 10px;
  list-style-image: url("../Fwd_CmsPages/images/dealersearch/yellow_dot.png") !important;
  list-style-position: outside;
}
.cmspages-page-haendlersuchedetails .qualification ul li {
  margin-bottom: 0;
}
.cmspages-page-haendlersuchedetails .qualification img {
  float: left;
  margin: 0px 10px 0px 0px;
}
.cmspages-page-haendlersuchedetails .qualification-container {
  margin: 10px 0px 30px 0px;
  display: none;
}
.cmspages-page-haendlersuchedetails .contactdealer {
  margin: 10px 0px 40px 0px;
}
.cmspages-page-haendlersuchedetails .contactform {
  margin: 10px 0px 40px 0px;
  display: none;
}
.cmspages-page-haendlersuchedetails .teamshop a {
  margin-right: 1em;
}
.cmspages-page-haendlersuchedetails .teamshop img {
  padding: .5em;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
}
.cmspages-page-haendlersuchedetails .showcars a {
  margin-right: 1em;
}
.cmspages-page-haendlersuchedetails .showcars img {
  padding: .5em;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
}
.cmspages-page-haendlersuchedetails p.showcars-text {
  clear: both;
  padding-top: 1em;
}
.cmspages-page-haendlersuchedetails .all4car-container {
  display: none;
}
.cmspages-page-haendlersuchedetails .title {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .cmspages-page-haendlersuchedetails .all4car-container {
    margin-top: 7em;
  }
}
@media (min-width: 992px) {
  .cmspages-page-hoeherlegungskits .lp-banner .lp-banner__gfx {
    background: url("../Fwd_CmsPages/images/hoeherlegungskits/gfx_buehne_background.jpg");
  }
}
.cmspages-page-hoeherlegungskits .lp-banner .lp-banner__gfx img {
  margin-top: 12%;
}
@media (min-width: 992px) {
  .cmspages-page-hoeherlegungskits .lp-banner .lp-banner__gfx img {
    margin-bottom: 0;
  }
}
body.cmspages-page-home {
  /* Begin of homepage slider styling */
  /* End of homepage slider styling */
}
body.cmspages-page-home [data-section="lieferprogramm"] img {
  width: 3em;
}
body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 1200px) {
  body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer {
    flex-direction: row;
  }
}
body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer .button-product-overview {
  width: 100%;
  margin-bottom: .5em !important;
}
@media (min-width: 1200px) {
  body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer .button-product-overview {
    margin-bottom: 0 !important;
    width: auto;
  }
}
body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer .button-to-shop {
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer .button-to-shop {
    width: auto;
  }
}
@media (min-width: 1540px) {
  body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer .button-to-shop {
    margin: 0 1em;
  }
}
body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer img {
  width: 5em;
  height: auto;
  display: none;
}
@media (min-width: 1540px) {
  body.cmspages-page-home [data-section="service"] .home-products-box .card-box-home-footer img {
    display: block;
  }
}
@media (min-width: 992px) {
  body.cmspages-page-home [data-section="news-block-baggsy"] > .row {
    flex-direction: row-reverse;
  }
}
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xtap3 h2 {
  top: 1.5em;
  position: absolute;
  color: #fff;
  z-index: 4;
  text-shadow: 0 6px 8px #000000;
}
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xtap3 p.price {
  top: 3.5em;
  position: absolute;
  color: #fff;
  font-size: 2em;
  z-index: 4;
  text-shadow: 0 6px 8px #000000;
}
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-x p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-x p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-x p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-x p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xa p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xa p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xa p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xa p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xta p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xta p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xta p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xta p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xtap3 p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xtap3 p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xtap3 p.button,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xtap3 p.button {
  left: 20em;
  bottom: 2em;
  position: absolute;
  z-index: 4;
}
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-x h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-x p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-x p.price {
  left: 13em;
}
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xa h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xta h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xtap3 h2,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xa p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xta p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-x-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xa-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xta-slider .text-xtap3 p.price,
body.cmspages-page-home [data-section="banner-slider"] .st-xtap3-slider .text-xtap3 p.price {
  left: 14em;
}
body.cmspages-page-home .home-headbanner-top-small {
  top: 1rem;
  z-index: 10;
}
body.cmspages-page-home .home-headbanner-bottom-small {
  bottom: 1rem;
  z-index: 10;
}
body.cmspages-page-home .config-home {
  background-image: url('../Fwd_CmsPages/images/home/gfx_background_produkte.png');
  background-size: cover;
  background-repeat: no-repeat;
}
body.cmspages-page-home .config-home img.svg-home {
  filter: invert(1);
}
body.cmspages-page-home .carousel-bottom {
  overflow: hidden;
  background: #000;
  position: relative;
}
body.cmspages-page-home .carousel-bottom .main-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.cmspages-page-home .carousel-bottom .overlay-image img {
  position: absolute;
  height: 130% !important;
  top: -10%;
  left: -15%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.cmspages-page-home .carousel-bottom .overlay-image img {
    left: -35%;
  }
}
body.cmspages-page-home .carousel-bottom .overlay-image-small {
  width: auto;
  height: auto;
}
body.cmspages-page-home .carousel-bottom .main-image img,
body.cmspages-page-home .carousel-bottom .overlay-image img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
body.cmspages-page-home .carousel-bottom .overlay-image,
body.cmspages-page-home .carousel-bottom .carousel-bottom-col {
  position: relative;
  z-index: 2;
}
body.cmspages-page-home .overlay-image-small {
  margin: -7em 0 -4em 0;
}
body.cmspages-page-home .testimonial-overlay {
  margin-top: 3em;
  margin-bottom: 3em;
}
body.cmspages-page-home .testimonial-overlay a {
  display: block;
}
body.cmspages-page-home .testimonial-overlay-small {
  margin-top: -1rem;
}
@media only screen and (max-width: 992px) {
  body.cmspages-page-home .card-box-home-footer img.kw-home-logo {
    height: 4rem;
  }
}
@media only screen and (min-width: 993px) {
  body.cmspages-page-home .card-box-home-footer img.kw-home-logo {
    height: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body.cmspages-page-home .card-box-home h2 {
    font-size: 4vh !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  body.cmspages-page-home .card-box-home h2 {
    font-size: 4vh !important;
  }
  body.cmspages-page-home .card-box-home .card-box-home-footer .left-btn {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  body.cmspages-page-home .card-box-home .card-box-home-footer .right-btn {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  body.cmspages-page-home .carousel-bottom-col {
    z-index: 2;
    background: linear-gradient(to bottom, #000000 0%, #000000 60%, rgba(0, 0, 0, 0.55) 100%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  body.cmspages-page-home .carousel-bottom-col {
    z-index: 2;
    background: linear-gradient(to bottom, #000000 0%, #000000 60%, rgba(0, 0, 0, 0.55) 100%);
  }
}
.cmspages-page-kontaktformular #kontaktformular-form .form-check {
  padding-left: 0;
}
.cmspages-page-kontaktformular #kontaktformular-form .form-check input[type="radio"] {
  position: relative;
}
.cmspages-page-kontaktformular #kontaktformular-form .form-group label {
  align-self: center;
}
.cmspages-page-news .page-title-wrapper > h1.page-title {
  margin-top: 0;
}
.cmspages-page-news #social-wall > h3 {
  margin-bottom: 1em;
}
.cmspages-page-news .card-deck .card {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
}
.cmspages-page-news .card-deck .card .card-body .card-text {
  text-align: justify;
}
.cmspages-page-news .card-deck .card .card-footer {
  border-top: 0;
}
.cmspages-page-news .card-deck .card .card-footer a {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.cmspages-page-news .card-deck .card .card-footer a:hover {
  opacity: 1;
}
.cmspages-page-news .card-deck .card .card-footer a:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-produkte .page-title-wrapper > h1.page-title {
  margin-top: 0;
}
.cmspages-page-produkte .slider-productoverview-comparison {
  position: relative;
  z-index: 1;
}
.cmspages-page-produkte .card-deck .card {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
}
.cmspages-page-produkte .card-deck .card .card-body .card-text {
  text-align: justify;
}
.cmspages-page-produkte .card-deck .card .card-footer {
  border-top: 0;
}
.cmspages-page-produkte .card-deck .card .card-footer a {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
}
.cmspages-page-produkte .card-deck .card .card-footer a:hover {
  opacity: 1;
}
.cmspages-page-produkte .card-deck .card .card-footer a:not(.text-white) {
  color: #57616b !important;
}
.cmspages-page-produkte .btn-outline-dark:hover,
.cmspages-page-produkte .btn-outline-light {
  background-color: transparent !important;
}
.cmspages-page-produkte .head-banner {
  background-image: url("..//Fwd_CmsPages/images/produkte/gfx_produktuebersicht_hintergrund.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.cmspages-page-produkte .absolute-center {
  margin: auto;
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
}
.cmspages-page-produkte .absolute-center .text-shadow {
  text-shadow: 0 0 3rem #000, 0 0 3rem #000, 0 0 3rem #000;
}
.cmspages-page-produkte .product-image-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 4em;
}
@media (max-width: 1540px) {
  .cmspages-page-produkte .product-image-boxes {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cmspages-page-produkte .product-image-boxes .product-image-box {
    flex-basis: auto;
    margin: 0 3px 3px 0;
  }
}
.cmspages-page-produkte .coilover-features li {
  display: flex;
  align-items: center;
}
.cmspages-page-produkte .product-image-box div {
  margin-top: -2.2rem;
}
.cmspages-page-produkte .product-image-box a.second-image {
  display: none;
}
.cmspages-page-produkte .product-image-box:hover a.first-image {
  display: none;
}
.cmspages-page-produkte .product-image-box:hover a.second-image {
  display: block;
}
.cmspages-page-produkte .carousel-bottom-product-overview .overlay-image img {
  margin-top: 25em;
  margin-left: -3.5em;
}
.cmspages-page-produkte img.svg-carousel-bottom-product-overview {
  width: 3em;
  height: 3em;
}
.cmspages-page-produkte .individual {
  background-image: url("..//Fwd_CmsPages/images/produkte/gfx_background_individualisierung.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.cmspages-page-produkte .individual img {
  filter: invert(1);
}
.cmspages-page-produkte .card-img-top-logo {
  height: 3.5em;
}
.cmspages-page-produkte img#gfx_gewindefedernsaetze {
  height: 771px;
  position: absolute;
  top: -30%;
  left: -30%;
  max-height: none;
  z-index: 1;
}
.cmspages-page-produkte .ribbon-new {
  position: absolute;
  right: 0;
}
.cmspages-page-produkte .ribbon-new img#gfx_corner_badge {
  position: relative;
  right: -17px;
  top: -17px;
}
.cmspages-page-produkte .ribbon-new span {
  font-weight: 700;
  font-size: 42px;
  position: absolute;
  right: 5px;
  top: 20px;
  transform: rotate(48deg);
}
.cmspages-page-produkte .carousel-bottom-produkte-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  bottom: -37.3%;
  background-image: url("..//Fwd_CmsPages/images/produkte/gfx_golf_r_line.png");
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto 100%;
}
.cmspages-page-produkte .carousel-bottom-produkte-new .coilspring-buy-btn {
  left: 0;
  bottom: 8rem;
}
.cmspages-page-produkte .carousel-bottom-produkte-new .coilspring-shop-btn {
  right: 0;
  bottom: 8rem;
}
.cmspages-page-produkte .wheel-spacer-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
  left: 0;
  height: 25rem;
}
.cmspages-page-produkte .card.dzx-azx {
  overflow: hidden;
}
.cmspages-page-produkte .card.dzx-azx .card-body img {
  height: 5em;
}
.cmspages-page-produkte .card img.bg-dzx {
  right: -1rem;
  bottom: -5rem;
}
.cmspages-page-produkte .card img.bg-azx {
  right: -3rem;
  bottom: -5rem;
}
.cmspages-page-produkte .card ul.dzx-azx-list {
  list-style-type: none;
  padding-inline-start: 1rem;
}
.cmspages-page-produkte .card ul.dzx-azx-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .6rem;
  font-weight: normal;
}
.cmspages-page-produkte .distanzscheiben-container {
  overflow: hidden;
}
.cmspages-page-produkte .carousel-bottom-product-overview {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmspages-page-produkte .carousel-bottom-product-overview:after {
  background: linear-gradient(to bottom, #000000 50%, rgba(0, 0, 0, 0) 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
}
@media (min-width: 992px) {
  .cmspages-page-produkte .carousel-bottom-product-overview:after {
    display: none;
  }
}
.cmspages-page-produkte .carousel-bottom-product-overview:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: -30vw;
  width: 100%;
  height: 100%;
  background-image: url("..//Fwd_CmsPages/images/produkte/gfx_audi_golf.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 220%;
}
@media (min-width: 576px) {
  .cmspages-page-produkte .carousel-bottom-product-overview:before {
    bottom: -30%;
  }
}
@media (min-width: 768px) {
  .cmspages-page-produkte .carousel-bottom-product-overview:before {
    background-position: right 200%;
    background-size: contain;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cmspages-page-produkte .carousel-bottom-product-overview:before {
    background-position: right center;
  }
}
.cmspages-page-produkte .carousel-bottom-product-overview .overlay-image {
  background-image: url("..//Fwd_CmsPages/images/produkte/gfx_xta_cropped.png");
  background-size: 34%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.cmspages-page-produkte .carousel-bottom-product-overview-col {
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .cmspages-page-produkte .carousel-bottom-product-overview-col {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.cmspages-page-produkte .carousel-bottom-produkte-new-outer {
  background: linear-gradient(to bottom, #000000 0%, #000000 75%, #ffffff 75%, #ffffff 75%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 574px) {
  .cmspages-page-produkte .overlay-image-small-produkte {
    margin: -40% auto;
  }
}
@media only screen and (max-width: 767px) {
  .cmspages-page-produkte .overlay-image-small-produkte {
    margin: -35% auto;
  }
}
@media only screen and (max-width: 991px) {
  .cmspages-page-produkte .overlay-image-small-produkte {
    margin: -25% auto;
  }
}
@media only screen and (max-width: 1199px) {
  .cmspages-page-produkte .overlay-image-small-produkte {
    margin: -15% auto;
  }
}
.cmspages-page-produkte .overlay-image-small-produkte .further-products {
  background: none;
}
.cmspages-page-produkte .price-text {
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .cmspages-page-produkte .price-font {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .cmspages-page-produkte .price-font {
    font-size: 0.8em;
  }
}
@media (max-width: 446px) {
  .cmspages-page-produkte .price-font {
    font-size: 0.6em;
  }
}
.cmspages-page-produkte .t-btn {
  z-index: 10;
}
.cmspages-page-rueckruf #rueckruf-form .form-group label {
  align-self: center;
}
.cmspages-page-servicezentrale {
  /* Servicezentrale custom styles */
  /* Servicezentrale FAQ styles */
}
.cmspages-page-servicezentrale .card-header {
  margin-bottom: 0;
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service {
  padding-bottom: 2rem;
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-header {
  min-height: 300px;
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer {
  height: 100px;
  left: 1rem;
  right: 1rem;
  bottom: .5rem;
  margin: auto;
}
@media (min-width: 1200px) {
  .cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer {
    height: 70px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer > div {
  width: 100%;
  margin-top: .5rem;
}
@media (min-width: 1200px) {
  .cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer > div:first-child {
    margin-right: 1em;
  }
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer a {
  width: 100%;
  box-sizing: inherit;
}
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer h3,
.cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer p {
  text-align: center;
}
@media (min-width: 768px) {
  .cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer h3,
  .cmspages-page-servicezentrale .slider-servicecentral-services .card-box-service .card-box-service-footer p {
    text-align: left;
  }
}
.cmspages-page-servicezentrale .slider-servicecentral-formulars .card-box-forms {
  padding-bottom: 2rem;
}
.cmspages-page-servicezentrale .slider-servicecentral-formulars .card-box-forms-header {
  height: 200px;
}
.cmspages-page-servicezentrale .service-absolute-center {
  bottom: 1em;
}
.cmspages-page-servicezentrale .servicezentrale .nav-pills .nav-link {
  background-color: #eee;
  border-radius: 0;
}
.cmspages-page-servicezentrale .servicezentrale .nav-pills .nav-link.active {
  background-color: #ddd;
}
.cmspages-page-servicezentrale .servicezentrale .nav-pills .nav-link:hover {
  opacity: 1;
}
.cmspages-page-servicezentrale .servicezentrale .nav-pills .show > .nav-link {
  background-color: #ddd;
}
.cmspages-page-servicezentrale .servicezentrale .list-group-item.active {
  color: #555;
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}
.cmspages-page-servicezentrale .servicezentrale .accordion .card .accordion .card {
  border: 0;
  border-radius: 0;
}
.cmspages-page-servicezentrale .servicezentrale .accordion .card .accordion .card .card-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup {
  margin-bottom: 0;
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup + .collapse.show,
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup + .collapse.collapsing {
  border-top: solid 2px white;
  margin-top: -1px;
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup .collapsed .icon-arrow {
  transform: rotate(90deg);
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup .icon-arrow {
  transition: transform 200ms ease-out;
  transform: rotate(-90deg);
  margin-left: .5em;
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-productgroup .icon-arrow:before {
  font-size: .85em;
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-question .collapsed .fa-caret-left {
  transform: rotate(-90deg);
}
.cmspages-page-servicezentrale .servicezentrale .btn-collapse-question .fa-caret-left {
  transition: transform 200ms ease-out;
  transform: rotate(90deg);
}
.cmspages-page-servicezentrale #contactformoverlay .bg-contactform {
  background-repeat: no-repeat;
}
.cmspages-page-servicezentrale #contactformoverlay img.svg-img-size-13 {
  width: 1.3rem;
  height: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .cmspages-page-servicezentrale #contactformoverlay .bg-contactform {
    background-image: url('../Magento_Theme/images/footer/gfx_customer_support.png');
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cmspages-page-servicezentrale #contactformoverlay .bg-contactform {
    background-position: right bottom;
    background-size: 36%;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-servicezentrale #contactformoverlay .bg-contactform {
    background-position: center bottom;
    background-size: 80%;
  }
}
@media only screen and (min-width: 992px) {
  html.webp .cmspages-page-sportfahrwerk .banner-bg-sportfahrwerk {
    background-image: url('..//Fwd_CmsPages/images/sportfahrwerk/gfx_Produktbild_cut.webp');
  }
}
@media only screen and (min-width: 992px) {
  html.no-webp .cmspages-page-sportfahrwerk .banner-bg-sportfahrwerk {
    background-image: url('..//Fwd_CmsPages/images/sportfahrwerk/gfx_Produktbild_cut.jpg');
  }
}
.cmspages-page-sportfahrwerk {
  /* Mobile device fading on click */
  /* Sportfahrwerkfahrwerk custom styles */
}
.cmspages-page-sportfahrwerk .ba-slider {
  position: relative;
  /* This works on large devices xl up */
}
.cmspages-page-sportfahrwerk .ba-slider > img {
  width: 100%;
  display: block;
  max-height: initial;
  max-width: initial;
}
.cmspages-page-sportfahrwerk .ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.cmspages-page-sportfahrwerk .ba-slider .resize > img {
  max-height: initial;
  max-width: initial;
}
.cmspages-page-sportfahrwerk .ba-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #ffffff;
  cursor: ew-resize;
}
.cmspages-page-sportfahrwerk .ba-slider .handle:after {
  /* Slider knob */
  position: absolute;
  bottom: 7.5%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '';
  background-image: url('..//Fwd_CmsPages/images/sportfahrwerk/gfx_golf_slider.png');
  background-size: contain;
  transition: all 0.3s ease;
}
.cmspages-page-sportfahrwerk .ba-slider .draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
.cmspages-page-sportfahrwerk .ba-slider .left-comparison {
  bottom: 8.7%;
  left: -19.4rem;
  opacity: .8;
}
.cmspages-page-sportfahrwerk .ba-slider .left-comparison span {
  padding-right: 1rem;
  white-space: nowrap;
}
.cmspages-page-sportfahrwerk .ba-slider .right-comparison {
  bottom: 8.7%;
  opacity: .8;
}
.cmspages-page-sportfahrwerk .ba-slider .right-comparison span {
  padding-left: 1rem;
  white-space: nowrap;
}
.cmspages-page-sportfahrwerk #fade-image > img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cmspages-page-sportfahrwerk #fade-image img.transparent {
  opacity: 0;
}
@media only screen and (max-width: 425px) {
  .cmspages-page-sportfahrwerk #fade-image {
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 426px) and (max-width: 575px) {
  .cmspages-page-sportfahrwerk #fade-image {
    margin-bottom: 15rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .cmspages-page-sportfahrwerk #fade-image {
    margin-bottom: 22rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .cmspages-page-sportfahrwerk #fade-image {
    margin-bottom: 25rem;
  }
}
.cmspages-page-sportfahrwerk button.left-control {
  background-color: #ddd;
}
.cmspages-page-sportfahrwerk .lp-banner .lp-banner__gfx {
  flex-direction: unset;
}
.cmspages-page-sportfahrwerk .lp-banner .lp-banner__gfx .lp-banner__text {
  flex: unset;
  margin: 0;
}
@media (min-width: 992px) {
  .cmspages-page-sportfahrwerk .lp-banner .lp-banner__gfx .lp-banner__text {
    width: 50%;
    margin: 12% 0;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-sportfahrwerk .banner-bg-sportfahrwerk {
    background-position: right bottom;
    background-size: 65%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1200px) {
  .cmspages-page-sportfahrwerk .banner-bg-sportfahrwerk-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0+30,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
}
.cmspages-page-sportfahrwerk .carousel-controls {
  margin-top: -7rem;
  margin-left: -10rem;
}
.cmspages-page-sportfahrwerk .carousel-controls .left-control {
  margin-right: -1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.cmspages-page-sportfahrwerk .carousel-controls .right-control {
  margin-left: -1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.cmspages-page-sportfahrwerk .carousel-controls .left-control:focus,
.cmspages-page-sportfahrwerk .carousel-controls .right-control:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.cmspages-page-stabilisatoren {
  /* Stabilisatoren custom styles */
}
.cmspages-page-stabilisatoren .stabilisatoren-banner {
  background-image: url('..//Fwd_CmsPages/images/stabilisatoren/gfx_buehne_background.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 575px) {
  .cmspages-page-stabilisatoren .stabilisatoren-banner {
    background-position: center 16%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cmspages-page-stabilisatoren .stabilisatoren-banner {
    background-position: center 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cmspages-page-stabilisatoren .stabilisatoren-banner {
    background-position: center 34%;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-stabilisatoren .stabilisatoren-banner {
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .cmspages-page-stabilisatoren .stabilisator-xl-margin {
    margin-top: -13em;
  }
}
.cmspages-page-stabilisatoren .arrow_bottom_box_bg {
  position: absolute;
  z-index: -1;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-radial-gradient(top, #cdcdcd, #ffffff, #ffffff);
}
.cmspages-page-stabilisatoren .arrow_bottom_box {
  position: relative;
  border-bottom: 2px solid #ddd;
}
.cmspages-page-stabilisatoren .arrow_bottom_box:after,
.cmspages-page-stabilisatoren .arrow_bottom_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cmspages-page-stabilisatoren .arrow_bottom_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.cmspages-page-stabilisatoren .arrow_bottom_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 23px;
  margin-left: -23px;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-item {
  display: none;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-item.active {
  display: block;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators {
  list-style: none;
  margin: 0;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators .active {
  background-color: transparent !important;
  background-image: url('..//Fwd_CmsPages/images/stabilisatoren/gfx_selection_bubble_active.png');
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators li {
  width: 56px !important;
  height: 56px !important;
  cursor: pointer;
  background-color: transparent !important;
  background-image: url('..//Fwd_CmsPages/images/stabilisatoren/gfx_selection_bubble.png');
  position: absolute;
  z-index: 15;
  margin: 0;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators li#bubble-0 {
  left: 24%;
  top: 58%;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators li#bubble-1 {
  left: 65%;
  bottom: 41%;
}
.cmspages-page-stabilisatoren #carouselstabilisatoren .stabi-indicators li#bubble-2 {
  left: 79%;
  bottom: 84%;
}
.cmspages-page-tieferlegungsfedern {
  /* Sportfedern custom styles */
}
.cmspages-page-tieferlegungsfedern .lp-banner .lp-banner__gfx {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cmspages-page-tieferlegungsfedern .lp-banner .lp-banner__gfx {
    background: url("../Fwd_CmsPages/images/tieferlegungsfedern/gfx_buehne_hintergrund.jpg");
  }
}
.cmspages-page-tieferlegungsfedern .lp-banner img {
  height: auto;
  margin-top: 12%;
  margin-left: 6%;
}
@media (min-width: 992px) {
  .cmspages-page-tieferlegungsfedern .lp-banner img {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.cmspages-page-tieferlegungsfedern [data-section="tieferlegung"] .overflow {
  overflow: visible;
}
.cmspages-page-tieferlegungsfedern [data-section="tieferlegung"] .overflow img {
  max-height: none;
  margin-bottom: -8rem;
}
.cmspages-page-tieferlegungsfedern .sportfedern-golf {
  background-image: url('..//Fwd_CmsPages/images/tieferlegungsfedern/gfx_golf.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmspages-page-tieferlegungsfedern .sportfedern-gfx-produkt-geschuetzt {
  background-image: url('..//Fwd_CmsPages/images/tieferlegungsfedern/gfx_produkt_geschuetzt.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 575px) {
  .cmspages-page-tieferlegungsfedern .sportfedern-gfx-audi,
  .cmspages-page-tieferlegungsfedern .gewindefedern-gfx-audi {
    background-image: url('..//Fwd_CmsPages/images/tieferlegungsfedern/gfx_audi.jpg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .cmspages-page-tieferlegungsfedern .sportfedern-gfx-produkt-geschuetzt {
    background-size: contain;
  }
}
.cmspages-page-versandkosten img.country-img-size {
  width: 2em;
}
@media print {
  .cmspages-page-widerruf .page-header,
  .cmspages-page-widerruf #legal-pages-header,
  .cmspages-page-widerruf #row-belehrung {
    display: none;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk .page-header {
  margin-bottom: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk .page-footer {
  margin-top: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk .page-main {
  /*padding: 0;*/
  overflow-x: hidden;
}
.cmspages-page-xtaplus3gewindefahrwerk .page-main .column.main {
  padding-bottom: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk .page-main .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .cmspages-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .cms-page-view .cms-page-content .widget-flex-container {
    padding: 0 1em;
  }
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .flex-container .btn,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .cmspages-page-view .cms-page-content .widget-flex-container .btn,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .cms-page-view .cms-page-content .widget-flex-container .btn {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .btn--outline-light,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .btn--colored,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .modal-popup .modal-footer button,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .cart-summary .checkout-methods-items .item .action.primary.checkout,
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav .container {
    max-width: none;
  }
  .cmspages-page-xtaplus3gewindefahrwerk .lp-banner__nav nav {
    display: none;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk #uebersicht {
  position: absolute;
  top: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .lp-banner__gfx {
  position: relative;
  padding: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .xtaplus3gewindefahrwerk-logo-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .xtaplus3gewindefahrwerk-logo-wrapper .xtaplus3gewindefahrwerk-logo {
  margin: 0 1em;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .xtaplus3gewindefahrwerk-logo-wrapper .xtaplus3gewindefahrwerk-logo div {
  margin-bottom: -5px;
  color: #fcdb16;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .lp-banner__nav nav {
  margin: auto;
}
.cmspages-page-xtaplus3gewindefahrwerk .xtaplus3gewindefahrwerk-banner .lp-banner__nav .x-xa-xta-appendix-banner-bottom {
  margin-top: -1rem;
}
.cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
  left: 0;
  right: 0;
  background: #000000;
  box-shadow: 0 0 5px #000000;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
    max-width: 1540px;
  }
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk .sticky-component_sticky-element {
    top: 0 !important;
    padding-top: calc(30px + 3rem) !important;
    max-width: 100%;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk .img-video-overlay {
  position: relative;
}
.cmspages-page-xtaplus3gewindefahrwerk .img-video-overlay > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px), (pointer: fine) {
  .cmspages-page-xtaplus3gewindefahrwerk .img-video-overlay > div {
    opacity: 0;
    transition: opacity 100ms;
  }
  .cmspages-page-xtaplus3gewindefahrwerk .img-video-overlay > div:hover {
    opacity: 1;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro {
  background: url('..//Fwd_CmsPages/images/xtaplus3_gewindefahrwerk/type_r_transparent_background.jpg');
  background-position: 60% -30%;
  background-size: 1510px;
  background-color: inherit !important;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#intro {
    background-size: cover;
    background-position: 0 0;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .intro-photo {
  width: 200%;
  max-width: 200%;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#intro .intro-photo {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .button-individualization {
  cursor: pointer;
  user-select: none;
  outline: 0;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  line-height: 1.42857143;
  font-size: 1em;
  text-decoration: none;
  border: 2px solid transparent !important;
  padding: 0.8rem 0.8rem !important;
  margin: 0;
  transition: none !important;
  font-size: 1em !important;
  background-color: #25e200 !important;
  border-color: #25e200 !important;
  color: #ffffff !important;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .button-individualization:hover {
  opacity: 1;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .cites {
  font-size: 0.85rem;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .cites span {
  margin-right: 1em;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more {
  font-weight: 700;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .mobile-container a {
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .cms-page-view .cms-page-content .widget-flex-container {
  justify-content: space-between;
  text-align: center;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .flex-container > a,
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .cmspages-page-view .cms-page-content .widget-flex-container > a,
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more .cms-page-view .cms-page-content .widget-flex-container > a {
  flex: 0 1 auto;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more a:hover {
  color: inherit;
}
.cmspages-page-xtaplus3gewindefahrwerk section#intro .links-more img {
  border-radius: 5px;
  border: solid 1px #a5b3c0;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] {
  text-align: center;
  padding-bottom: 8rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] > .row {
  background-color: #000000;
  position: relative;
  z-index: 2;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] + [data-section^="collapse"] {
  margin-top: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] + [data-section^="collapse"] > .row {
  padding-top: 0;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] img + h2 {
  margin-top: 16rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] h2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] h2 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-sticky {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-sticky {
    padding-top: 3rem;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse {
  transition: all 200ms ease-out;
  transition-property: letter-spacing, color, background-color, border-radius;
  transform: translateY(44%);
  position: relative;
  z-index: 1;
  background-color: #000000 !important;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse:not(.collapsed) {
  letter-spacing: -1ex;
  color: #ffffff;
  background-color: #ffffff !important;
  border-radius: 5em !important;
  border-color: #000000 !important;
  border-width: 4px !important;
  margin-bottom: -4px;
  box-shadow: 0 0 5px #000000;
  display: inline-block;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse:not(.collapsed).smaller-text {
  letter-spacing: -.94ex;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse:not(.collapsed):after {
  width: 1.5em;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .button-collapse:after {
  background-image: url("../images/icons/icn_close.svg");
  content: "";
  display: block;
  width: 0;
  height: 1.5em;
  position: absolute;
  top: 0;
  background-size: contain;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transition: width 200ms ease-out;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target {
  background-color: #ffffff !important;
  color: #000000 !important;
  z-index: 1 !important;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target:before {
  display: block;
  content: "";
  width: 99.6%;
  box-shadow: 0 0 5px black;
  transform: translateY(-5px);
  height: 5px;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target h3 + .list-ticks {
  margin-top: 3rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target img {
  max-height: none;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
  text-align: left;
  width: 100%;
  justify-content: space-around;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
    display: block;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div {
  max-width: 400px;
}
@media (max-width: 768px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div {
    margin-right: 0;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div h4 + .pl-4,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div h4 + .pl-4 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div ul,
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div ul {
    display: inline-block;
    text-align: left;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .flex-container--gapped > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .widget-flex-container--gapped > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .flex-container > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .flex-container > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div ul ul,
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div ul ul {
  display: block;
  margin-top: 1rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .list-ticks {
  margin-top: 1rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] .collapse-target .list-ticks > li:before {
  top: 0;
  transform: none;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #img-drehmoment {
  margin-top: 6rem;
  max-width: 90%;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #img-drehmoment {
    max-width: 70%;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #img-ventil-innenleben {
  max-width: 90%;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #flex-container0 > div {
  flex: 0 0 auto;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #flex-container1 img {
  max-width: 70%;
  display: block;
  margin: auto;
  margin-bottom: -20%;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #flex-container1 img#compression-diagram {
  max-width: 100%;
  margin-bottom: 30%;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse0-target #flex-container1 > div {
  margin-bottom: 3rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse1-target #flex-container2 > div {
  flex: 0 0 auto;
}
.cmspages-page-xtaplus3gewindefahrwerk section[id^="collapse"] #collapse1-target #flex-container3 > div {
  margin-bottom: 4rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization {
  padding-bottom: 8rem;
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization .coilover-features {
  text-align: left;
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization .coilover-features li {
  margin-left: 0;
  width: auto;
  display: flex;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#individualization .coilover-features li {
    display: inline-flex;
  }
}
@media (max-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#individualization h6 {
    text-align: center;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization #ral-farben div {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#individualization #ral-farben div {
    justify-content: space-between;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization #ral-farben div img {
  flex: 0 1 30%;
  width: 100%;
}
@media (min-width: 992px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#individualization #ral-farben div img {
    flex: 1 0 auto;
    width: 0;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#individualization .button--colored {
  text-transform: uppercase;
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality {
  padding-bottom: 8rem;
  color: #ffffff;
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality h2 {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .bg-coilover {
    background-image: url('../Fwd_CmsPages/images/xtaplus3_gewindefahrwerk/xtaplus3_qualitaet_612w.jpg');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality .svg-quality {
  filter: invert(1);
}
@media (min-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .made-by-kw {
    position: absolute;
    left: 5em;
    bottom: 1em;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality .xtaplus3-coilover {
  max-width: 90%;
  margin-left: auto;
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality .flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .widget-flex-container--gapped,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
  margin-top: 3em;
}
@media (min-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .widget-flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .widget-flex-container--gapped,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container,
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container {
    margin-top: 10em;
  }
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality .flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .widget-flex-container--gapped > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div,
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div {
  background-color: #1b1b1b;
}
.cmspages-page-xtaplus3gewindefahrwerk section#quality .flex-container--gapped > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .flex-container > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .flex-container > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
.cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child) {
  margin-right: 1em;
}
@media (min-width: 1200px) {
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .flex-container--gapped > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .widget-flex-container--gapped > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .flex-container > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .flex-container > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cmspages-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cmspages-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child),
  .cmspages-page-xtaplus3gewindefahrwerk section#quality .cms-page-view .cms-page-content .cms-page-view .cms-page-content .widget-flex-container > div:not(:last-child) {
    margin-right: 3.5em;
  }
}
.globe-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gfx-background-globe,
.gfx-background-globe-small {
  background-image: url('../Fwd_CmsPages/images/allgemein/gfx_background_globe.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .gfx-background-globe {
    background-image: none;
  }
  .gfx-background-globe-small {
    background-size: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gfx-background-globe {
    background-size: 130%;
  }
  .gfx-background-globe-small {
    background-image: none;
  }
}
@media only screen and (min-width: 1200px) {
  .gfx-background-globe {
    background-size: cover;
  }
  .gfx-background-globe-small {
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  [data-section="serviceprogramm"] .card-deck {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  [data-section="serviceprogramm"] .card {
    margin: 0;
  }
}
#coilovercompareoverlay .modal-footer {
  border-top: 0;
}
#coilovercompareoverlay .slider-productoverview-comparison {
  display: flex;
}
#coilovercompareoverlay .slider-productoverview-comparison > div {
  flex: 1 0 0;
}
@media (max-width: 768px) {
  #coilovercompareoverlay .slider-productoverview-comparison.d-block.d-md-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #coilovercompareoverlay .slider-productoverview-comparison.d-block.d-lg-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  #coilovercompareoverlay .slider-productoverview-comparison.d-block.d-xl-flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#coilovercompareoverlay .slider-productoverview-comparison > div:not(:last-child) {
  margin-right: 15px;
}
#coilovercompareoverlay .slider-productoverview-comparison .coilover-features {
  text-align: left;
}
#coilovercompareoverlay .slider-productoverview-comparison .card-img-top-logo {
  margin-left: 1em;
  margin-top: -5em;
}
.coilover-comparison-new .borders {
  margin-bottom: -1px;
}
.coilover-comparison-new .borders .coilover-col {
  border: solid 1px #a5b3c0;
  padding: .75rem;
}
.coilover-comparison-new .coilover-col {
  display: flex;
  flex-basis: 10%;
}
.coilover-comparison-new .coilover-col.coilover-legend {
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .coilover-comparison-new .coilover-col.coilover-legend {
    flex-basis: 20%;
    justify-content: flex-start;
  }
}
.coilover-comparison-new .coilover-col.coilover-legend img {
  width: 7vw;
  height: auto;
}
@media (min-width: 992px) {
  .coilover-comparison-new .coilover-col.coilover-legend img {
    width: 3.5rem;
    margin-right: 1rem;
  }
}
.coilover-comparison-new .coilover-col.coilover-legend span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .coilover-comparison-new .coilover-col.coilover-legend span {
    display: none;
  }
}
.coilover-comparison-new .coilover-col.coilover {
  margin-left: 1%;
}
@media (min-width: 576px) {
  .coilover-comparison-new .coilover-col.coilover {
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .coilover-comparison-new .coilover-col.coilover.coilover-xtaplus3 {
    margin-left: 0;
    border-left: 0;
  }
}
.coilover-comparison-new .coilover-col.coilover.coilover-xtaplus3 .product-logo,
.coilover-comparison-new .coilover-col.coilover.coilover-xtaplus3 svg {
  transform: scale(1.3);
  transform-origin: bottom center;
}
.coilover-comparison-new .coilover-col.coilover .product-img {
  height: 35vw;
  display: block;
  margin: auto;
  margin-bottom: -3vw;
}
@media (min-width: 768px) {
  .coilover-comparison-new .coilover-col.coilover .product-img {
    height: 25vw;
    margin-bottom: -2vw;
  }
}
@media (min-width: 1540px) {
  .coilover-comparison-new .coilover-col.coilover .product-img {
    height: 20vw;
    margin-bottom: -1vw;
  }
}
.coilover-comparison-new .coilover-col.coilover .product-logo,
.coilover-comparison-new .coilover-col.coilover svg {
  height: 6vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .coilover-comparison-new .coilover-col.coilover .product-logo,
  .coilover-comparison-new .coilover-col.coilover svg {
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .coilover-comparison-new .coilover-col.coilover .product-logo,
  .coilover-comparison-new .coilover-col.coilover svg {
    height: 4rem;
  }
}
.coilover-comparison-new .coilover-col.coilover .coilover-check {
  width: 5vw;
  height: auto;
  display: block;
  margin: auto;
}
@media (min-width: 1200px) {
  .coilover-comparison-new .coilover-col.coilover .coilover-check {
    width: 2.5rem;
  }
}
.coilover-comparison-new .coilover-legend-mobile {
  margin-top: 3rem;
}
.coilover-comparison-new .coilover-legend-mobile .coilover-col.coilover-legend {
  margin-bottom: 1rem;
  justify-content: flex-start;
}
.coilover-comparison-new .coilover-legend-mobile .coilover-col.coilover-legend img {
  margin-right: 3%;
}
.coilover-comparison-new .coilover-legend-mobile .coilover-col.coilover-legend span {
  display: inline;
}
.coilover-comparison-new .coilover-row-images .coilover-col {
  display: block;
}
.coilover-comparison-new .coilover-row-buttons .coilover-col {
  flex-direction: column;
}
@media (max-width: 992px) {
  .coilover-comparison-new .coilover-row-buttons .coilover-col {
    border: 0;
    padding: 0;
  }
}
.coilover-comparison-new .coilover-row-buttons a {
  width: 100%;
  padding: 0.8em 0.8em !important;
}
@media (max-width: 768px) {
  .coilover-comparison-new .coilover-row-buttons a {
    font-size: 2vw !important;
  }
}
.coilover-comparison-new .coilover-row-buttons .btn--colored,
.coilover-comparison-new .coilover-row-buttons .modal-popup .modal-footer button,
.coilover-comparison-new .coilover-row-buttons .cart-summary .checkout-methods-items .item .action.primary.checkout,
.coilover-comparison-new .coilover-row-buttons .minicart-wrapper .block-minicart .block-content > .actions .action.checkout {
  margin-bottom: 1rem;
}
#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 {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 7.5px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  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: 7.5px;
}
.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.125rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 7.5px 7.5px 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.125rem;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  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: 0.75rem;
  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: 0.75rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 7.5px;
  right: 22.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.generated-teaser.teaser-7,
.generated-teaser.teaser-8 {
  background-image: url("../images/yellowPurple/kw-30-background.jpg");
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-size: cover;
  row-gap: 4rem;
}
.generated-teaser.teaser-7 > *,
.generated-teaser.teaser-8 > * {
  order: unset;
}
.generated-teaser.teaser-7 .manufacturer-image-box,
.generated-teaser.teaser-8 .manufacturer-image-box {
  display: block;
}
.generated-teaser.teaser-7 .main-image-box,
.generated-teaser.teaser-8 .main-image-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.generated-teaser.teaser-7 .description-box,
.generated-teaser.teaser-8 .description-box {
  padding: 0;
  margin-left: 25px;
  margin-right: auto;
  max-width: 330px;
  text-transform: unset;
  color: #fff;
}
.generated-teaser.teaser-7 .description-box br,
.generated-teaser.teaser-8 .description-box br {
  display: none;
}
.generated-teaser.teaser-7 .name-box,
.generated-teaser.teaser-8 .name-box {
  display: none;
}
.generated-teaser.teaser-7 .action-label-box,
.generated-teaser.teaser-8 .action-label-box {
  background-color: #fff;
  color: purple;
}
.generated-teaser.teaser-7 .action-label-box::after,
.generated-teaser.teaser-8 .action-label-box::after {
  background-image: url("../images/yellowPurple/label-edge.png");
}
.generated-teaser.teaser-6 {
  background-image: url("../images/ap/2023-04-13-banner-hintergrund-pdp.png");
}
.generated-teaser.teaser-6 .action-label-box {
  background-color: #000203;
  color: #FCFF00;
}
.generated-teaser.teaser-6 .action-label-box::after {
  background-image: url("../images/ap/label-edge-2023.png");
}
.generated-teaser.teaser-6 .name-box {
  text-shadow: 0px 2px 2px #000203;
}
.generated-teaser.teaser-6 .button-box .button span {
  color: #000203;
}
.generated-teaser.teaser-6 .button-box .button:focus-visible,
.generated-teaser.teaser-6 .button-box .button:hover {
  background-color: #fff200 !important;
}
html[lang="en"] .success-teaser-container {
  display: none !important;
}
html[lang="de"] .checkout-onepage-success .page-title-wrapper {
  text-align: center;
  margin-top: 8rem;
}
html[lang="de"] .checkout-onepage-success .page-title-wrapper .base::before {
  content: "\e914";
  font-family: 'dts';
  color: green;
  position: relative;
  top: -4.5rem;
  left: 45%;
}
html[lang="de"] .checkout-onepage-success .checkout-success {
  text-align: center;
}
html[lang="de"] .checkout-onepage-success .checkout-success p span {
  font-weight: 900;
}
html[lang="de"] .checkout-onepage-success p {
  margin-bottom: 3rem;
}
html[lang="de"] .checkout-onepage-success p a {
  color: #4a4a49;
}
html[lang="de"] .checkout-onepage-success .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
html[lang="de"] .checkout-onepage-success .actions-toolbar .primary {
  margin: 0 auto;
}
html[lang="de"] .checkout-onepage-success .actions-toolbar .primary .action.primary.continue {
  background-color: #000000;
  border-color: #000000;
}
html[lang="de"] .checkout-onepage-success .actions-toolbar .primary .action.primary.continue:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
html[lang="de"] .checkout-onepage-success .print {
  display: block;
  float: unset;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 110%;
  margin-top: 7rem;
  background-color: #a8a18f;
  background-image: url("../images/streetSociety/street-society-banner-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
  width: 100%;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  padding: 3rem 2rem;
  gap: 2rem;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-logo {
  max-width: 180px;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-text {
  font-size: 1.6rem;
  color: #fff;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-text strong {
  text-transform: none;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-action .success-teaser-coupon {
  padding: 1rem 1.5rem;
  width: max-content;
  background-color: #fff;
  color: #000;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-action .success-teaser-link {
  padding: 1rem 3rem;
  width: max-content;
  background-color: #000;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-action .success-teaser-link::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/streetSociety/arrow.svg");
  margin-left: 1rem;
}
html[lang="de"] .checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-badge {
  position: absolute;
  top: -2rem;
  right: 0;
  padding: 1rem;
  width: 100px;
  height: auto;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .2));
}
html[lang="de"] .checkout-onepage-success #registration {
  text-align: center;
  margin: 2rem 0 0rem;
}
html[lang="de"] .checkout-onepage-success #registration p {
  margin: 0;
  margin-bottom: 1rem;
}
html[lang="de"] .checkout-onepage-success #registration .action.primary {
  background: #000;
  border-color: #000;
}
@media screen and (min-width: 1024px) {
  html[lang="de"] body.checkout-onepage-success .page-title-wrapper {
    margin-top: 0rem;
  }
  html[lang="de"] body.checkout-onepage-success .page-title-wrapper .base::before {
    margin-right: 2rem;
    position: relative;
    top: 0.5rem;
    left: unset;
  }
  html[lang="de"] body.checkout-onepage-success .page-title-wrapper .print {
    margin-top: 2rem;
    margin-bottom: 10rem;
  }
  html[lang="de"] body.checkout-onepage-success .success-teaser-container {
    padding-bottom: 0;
    background-image: url("../images/streetSociety/street-society-banner-bg.png");
    background-position-x: 100%;
  }
  html[lang="de"] body.checkout-onepage-success .success-teaser-container .success-teaser-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    padding: 2rem 3rem 3rem;
  }
  html[lang="de"] body.checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-logo {
    max-width: 170px;
  }
  html[lang="de"] body.checkout-onepage-success .success-teaser-container .success-teaser-item .success-teaser-badge {
    top: 0rem;
  }
}
