@charset "UTF-8";
/**
 * Copyright © 2019 CGI. All rights reserved.
 * See COPYING.txt for license details.
 *
 * @author    CGI <info.de@cgi.com>
 * @copyright 2019 CGI
 * @link      http://www.de.cgi.com/
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font: normal 300 16px/20px "Roboto", "Open Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #282828;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1.15em;
}

.page-title, .filter-title {
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (min-width: 1025px) {
  .page-title, .filter-title {
    font-size: 32px;
  }
}

ul {
  margin: 15px 0;
  padding-left: 40px;
  list-style-type: disc;
}
ul ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: circle;
}

.product-items, .user__menu-list, .language__list, .pages-items, .breadcrumbs .items, .navigation ul, .footer__links, .filter-current-list, .filter-options-content .items {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol {
  margin: 15px 0;
  padding-left: 20px;
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-current-list li:before, .filter-options-content .items li:before {
  display: none;
}

a {
  color: #0066B1;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
a:hover, a:focus {
  color: #0653B6;
}

:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  padding: 0;
  margin: 0 0 1em;
}

strong {
  font-weight: 700;
}

select select, select select select, select, textarea, .input, input {
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  font: 400 16px/20px "Roboto", Helvetica, Arial, sans-serif;
  padding: 13px 15px;
  width: 100%;
  color: #282828;
  -webkit-appearance: none;
  outline: none;
}
select select::-webkit-input-placeholder, select select select::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #7F7F7F;
  font-style: italic;
  letter-spacing: normal;
}
select:-moz-placeholder, textarea:-moz-placeholder, .input:-moz-placeholder, input:-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
select select::-moz-placeholder, select select select::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .input::-moz-placeholder, input::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, .input:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #7F7F7F;
  font-style: italic;
  letter-spacing: normal;
}
select select:focus, select:focus, textarea:focus, input:focus {
  border-color: #0066B1;
}
.input--disabled, input[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
input.mage-error:focus,
textarea.mage-error:focus,
select.mage-error:focus, input.mage-error,
textarea.mage-error,
select.mage-error {
  border-color: #DA4031;
  color: #DA4031;
}
input.mage-error:focus::-webkit-input-placeholder,
textarea.mage-error:focus::-webkit-input-placeholder,
select.mage-error:focus::-webkit-input-placeholder, input.mage-error::-webkit-input-placeholder,
textarea.mage-error::-webkit-input-placeholder,
select.mage-error::-webkit-input-placeholder {
  color: #DA4031;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error:-moz-placeholder,
textarea.mage-error:-moz-placeholder,
select.mage-error:-moz-placeholder {
  color: #DA4031;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error:focus::-moz-placeholder,
textarea.mage-error:focus::-moz-placeholder,
select.mage-error:focus::-moz-placeholder, input.mage-error::-moz-placeholder,
textarea.mage-error::-moz-placeholder,
select.mage-error::-moz-placeholder {
  color: #DA4031;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error:-ms-input-placeholder,
textarea.mage-error:-ms-input-placeholder,
select.mage-error:-ms-input-placeholder {
  color: #DA4031;
  font-style: italic;
  letter-spacing: normal;
}
input[type=password] {
  letter-spacing: 0.3em;
}
input[type=password]::-webkit-input-placeholder {
  color: #7F7F7F;
  font-style: italic;
  letter-spacing: normal;
}
input[type=password]:-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input[type=password]::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input[type=password]:-ms-input-placeholder {
  color: #7F7F7F;
  font-style: italic;
  letter-spacing: normal;
}
input[type=date] {
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 48px;
}

.input-wrapper {
  position: relative;
}

.show-password {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 48px;
  height: 46px;
  border-radius: 0 2px 2px 0;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-password__icon {
  height: 46px;
  width: 46px;
}
.show-password__icon-eye-ball-shape, .show-password__icon-eye-fill, .show-password__icon-background {
  fill: #D9D9D9;
}
.show-password__icon-eye-ball-fill, .show-password__icon-eye-shape {
  fill: #6F6F6F;
}

.button, .wishlist-index-index .wishlist-item__form button, .subscriptions .subscriptions-empty__text--big, .subscriptions-empty .subscriptions-empty__button, .catalog-product_compare-index .learn-more, .customer-account-create #submit-create-account.action, .customer-account-login .action.login.primary,
.customer-account-login .action.create.primary, .account .order-history-empty__button,
.account .order-history__link,
.account .action.save.primary, .product .action.tocart, .block-authentication .action.action-login,
.block-authentication .action.action-register, button.secondary, button {
  font: 700 16px/20px "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 13px 25px;
  position: relative;
  transition: 0.25s ease-in-out;
  border-radius: 2px;
  background: #0066B1;
  border: 1px solid #0066B1;
  appearance: none;
  outline: none;
  text-decoration: none;
}
.button:hover, .wishlist-index-index .wishlist-item__form button:hover, .subscriptions .subscriptions-empty__text--big:hover, .subscriptions-empty .subscriptions-empty__button:hover, .catalog-product_compare-index .learn-more:hover, .customer-account-create #submit-create-account.action:hover, .customer-account-login .action.login.primary:hover,
.customer-account-login .action.create.primary:hover, .account .order-history-empty__button:hover,
.account .order-history__link:hover,
.account .action.save.primary:hover, .product .action.tocart:hover, .block-authentication .action.action-login:hover,
.block-authentication .action.action-register:hover, button:hover, .button:focus, .wishlist-index-index .wishlist-item__form button:focus, .subscriptions .subscriptions-empty__text--big:focus, .subscriptions-empty .subscriptions-empty__button:focus, .catalog-product_compare-index .learn-more:focus, .customer-account-create #submit-create-account.action:focus, .customer-account-login .action.login.primary:focus,
.customer-account-login .action.create.primary:focus, .account .order-history-empty__button:focus,
.account .order-history__link:focus,
.account .action.save.primary:focus, .product .action.tocart:focus, .block-authentication .action.action-login:focus,
.block-authentication .action.action-register:focus, button:focus {
  background: #0653B6;
  border-color: #0653B6;
}
.button[disabled], .wishlist-index-index .wishlist-item__form button[disabled], .subscriptions [disabled].subscriptions-empty__text--big, .subscriptions-empty [disabled].subscriptions-empty__button, .catalog-product_compare-index [disabled].learn-more, .customer-account-create [disabled]#submit-create-account.action, .customer-account-login [disabled].action.login.primary,
.customer-account-login [disabled].action.create.primary, .account [disabled].order-history-empty__button,
.account [disabled].order-history__link,
.account [disabled].action.save.primary, .product [disabled].action.tocart, .block-authentication [disabled].action.action-login,
.block-authentication [disabled].action.action-register, button[disabled] {
  background: #bbd2f3;
  border-color: #bbd2f3;
  pointer-events: none;
}
.button--white, .coupon__submit, .checkout-index-index .drivers__button--add, .button--secondary, button.secondary {
  background: #fff;
  color: #282828;
  border: 1px solid #282828;
}
.button--white:hover, .coupon__submit:hover, .checkout-index-index .drivers__button--add:hover, .button--secondary:hover, button.secondary:hover, .button--white:focus, .coupon__submit:focus, .checkout-index-index .drivers__button--add:focus, .button--secondary:focus, button.secondary:focus {
  background: #fff;
  color: #0066B1;
  border-color: #0066B1;
}
.button--white[disabled], [disabled].coupon__submit, .checkout-index-index [disabled].drivers__button--add, [disabled].button--secondary, button[disabled].secondary {
  background: #fff;
  border-color: #ccc;
  color: #ccc;
}
.button--md {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
.button--sm {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
}
.button--icon {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.button--icon .button__icon {
  width: 16px;
  height: 20px;
  fill: #282828;
  stroke: #282828;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.button--arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.button--arrow:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  background: url("../src/sprites/svg/arrow-right.svg") no-repeat center center;
}
.modal-popup .action-close {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  width: auto;
  border-radius: 0;
}

input[type=radio], input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  left: -9999px;
  border: 0;
}
.filter-options-content .items a:before, input[type=radio] + label:before, input[type=checkbox] + label:before, input[type=checkbox] + .label:before, .filter-options-content .items a:after, input[type=radio] + label:after, input[type=checkbox] + label:after, input[type=checkbox] + .label:after {
  position: absolute;
  content: "";
}
.filter-options-content .items a, input[type=radio] + label, input[type=checkbox] + label, input[type=checkbox] + .label {
  position: relative;
  padding-left: 34px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.filter-options-content .items a:before, input[type=radio] + label:before, input[type=checkbox] + label:before, input[type=checkbox] + .label:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #0066B1;
  background: #fff;
  border-radius: 2px;
  margin: 0;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + .label:before {
  border-color: #0066B1;
}
.filter-options-content .items a:after, input[type=radio] + label:after, input[type=checkbox] + label:after, input[type=checkbox] + .label:after {
  top: 5px;
  left: 5px;
  opacity: 0;
  width: 14px;
  height: 14px;
  transition: opacity 0.25s linear;
  border-radius: 2px;
  background: url("../src/sprites/svg/checkmark-icon.svg") center center no-repeat;
}
input[type=radio]:checked + label:after, input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + .label:after {
  opacity: 1;
}
input.mage-error[type=radio] + label:before, input.mage-error[type=checkbox] + label:before,
textarea.mage-error[type=radio] + label:before,
textarea.mage-error[type=checkbox] + label:before,
select.mage-error[type=radio] + label:before,
select.mage-error[type=checkbox] + label:before {
  border-color: #DA4031;
}
input[type=radio][disabled] + label, input[type=checkbox][disabled] + label, input[type=checkbox][disabled] + .label {
  opacity: 0.5;
}

.amform-checkbox {
  -webkit-appearance: checkbox !important;
  appearance: checkbox;
  border-radius: 0px !important;
}

.amcform-gdpr label input {
  -webkit-appearance: checkbox !important;
  appearance: checkbox;
  border-radius: 0px !important;
}

.form label, form label,
.form .label,
form .label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.form__row, .fieldset .field,
fieldset .field {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form__row-column {
  margin-bottom: 16px;
}
.form__row-column:last-child {
  margin-bottom: 0;
}
.form__row--hidden {
  display: none;
}
.form__column {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .form__row, .fieldset .field,
fieldset .field {
    flex-direction: row;
  }
  .form__row-column {
    margin: 0 16px 0 0;
    flex: 1 0 0;
  }
  .form__row-column:last-child {
    margin-right: 0;
  }
}

input[type=radio] + label:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:before {
  border-color: #0066B1;
}
input[type=radio] + label:after {
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #0066B1;
}
input[type=radio].radio-button + label {
  border-radius: 2px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 10px 16px;
  display: flex;
  transition: 0.2s ease-in-out;
}
input[type=radio].radio-button + label .type {
  font-size: 20px;
  width: 80px;
}
input[type=radio].radio-button + label .price {
  transition: font-size 0.2s ease-in-out;
  margin-left: auto;
}
input[type=radio].radio-button + label:before, input[type=radio].radio-button + label:after {
  display: none;
}
input[type=radio].radio-button:checked + label {
  border-color: #0066B1;
  color: #0066B1;
  font-weight: 700;
}
input[type=radio].radio-button:checked + label .price {
  font-size: 20px;
}
@media (min-width: 1025px) {
  input[type=radio].radio-button:checked + label .price {
    font-size: 24px;
  }
}

select select, select select select, select {
  padding-right: 60px;
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-size: 29px 24px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
select select:focus:active, select:focus:active {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
select select[multiple], select[multiple] {
  background: none;
  height: 131px;
}

select[multiple]:focus {
  background: none;
}
select[multiple]:focus:active {
  background: none;
}

select::-ms-expand {
  display: none;
}

.message {
  display: block;
  padding: 15px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.message a {
  color: inherit;
}
.message a:hover, .message a:focus {
  color: inherit;
}
.message.success {
  background: green;
  color: #FFF;
}
.message.error {
  background: #faeae8;
  color: #DA4031;
}
.message.info {
  background: #d1ecf1;
  color: #0c5460;
}
.message.warning {
  background: #fff3cd;
  color: #856404;
}
.message.notice {
  background: #cce5ff;
  color: #004085;
}

.price-slider {
  margin: 0 0 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
}
.price-slider__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
.ui-slider-horizontal {
  height: 2px;
  background: #8A8A8A;
  position: relative;
}
.ui-slider-range {
  top: 0;
  height: 100%;
  background: #0066B1;
  position: absolute;
  z-index: 1;
}
.ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0066B1;
  position: absolute;
  z-index: 2;
  margin-left: -8px;
  margin-top: -7px;
}
.price-slider__widget {
  margin: 0 8px 13px;
}
.price-slider__inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.price-slider__input {
  border: 0;
  padding: 0;
  margin: 0;
  width: 33px;
  font-size: 14px;
  line-height: 16px;
  color: #2E2E2E;
}
.price-slider__input-holder {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
}
.price-slider__input-holder--to {
  justify-content: flex-end;
}
.price-slider__currency {
  margin-right: 4px;
}
.price-slider__submit {
  overflow: visible;
}
.price-slider--km {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 16px;
}
.price-slider--km .price-slider__widget {
  display: block !important;
}
.price-slider--power {
  margin-bottom: 0;
  padding-top: 16px;
}
@media (min-width: 1025px) {
  .price-slider__input {
    background-color: transparent;
  }
}

.user__holder, .language__holder {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: -1;
  transform: translateY(-10px);
  background: #FFF;
  width: 100%;
  max-height: calc(100vh - 150px);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 0 15px 15px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .user__trigger, .language__current {
    display: flex;
    align-items: center;
  }
  .user__trigger:after, .language__current:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 21px;
    content: "";
    background-image: url("../src/sprites/svg/dropdown-down.svg");
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    flex: 0 0 21px;
    order: 99;
    margin-left: 8px;
  }
  .active.user__trigger .user__holder, .active.user__trigger .language__holder, .active.language__current .user__holder, .active.language__current .language__holder, .active.user__trigger ~ .user__holder, .active.user__trigger ~ .language__holder, .active.language__current ~ .user__holder, .active.language__current ~ .language__holder {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .user__holder, .language__holder {
    width: 192px;
    border-radius: 2px;
    box-shadow: 2px 2px 20px 0 rgba(36, 36, 36, 0.2);
    position: relative;
    z-index: 100;
    position: absolute;
    right: 0;
    transform: translate(11px, 14px);
    display: none;
    background-color: #FFF;
    padding: 24px 16px;
    top: calc(100% + 5px);
  }
  .user__holder:after, .language__holder:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #FFF transparent;
    top: -16px;
    right: 5px;
  }
}

div.control[class*=" above-all"] {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.account-nav li.nav.item {
  border-left: 8px solid #FFF;
  box-sizing: border-box;
  list-style: none;
  padding: 21px 32px 21px 56px;
}
.account-nav li.nav.item a {
  color: #282828;
  text-decoration: none;
}
.account-nav li.nav.item.current {
  border-image: linear-gradient(180deg, #0E8BDC 0%, #0653B6 100%) 0 100%;
  border-left: 8px solid;
}
.account-nav ul.nav.items {
  border-right: 1px solid #E6E6E6;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .account-nav {
    display: none;
  }
}

.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s linear, z-index 0s linear;
  opacity: 0;
}
.loading-overlay--visible {
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.3s linear, z-index 0s linear 0.3s;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #2969d4;
}

.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;
  }
}
.packet {
  position: relative;
  width: 308px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.packet__progress {
  width: 100%;
  height: 100%;
}
.packet__progress-path {
  will-change: auto;
  stroke-miterlimit: round;
  stroke-linecap: round;
  transition: stroke-dashoffset 850ms ease-in-out 0.3s;
}
.packet__progress-bg {
  stroke: #E5F2F6;
  stroke-width: 5%;
}
.packet__progress-meter {
  stroke: #0066B1;
  stroke-width: 7%;
}
.packet__distance {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.packet__date {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.packet__date-title {
  font-size: 16px;
}
.packet__date-value {
  font-size: 20px;
}
.packet__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #282828;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 65px 45px 35px;
  line-height: 1.25em;
}
.packet__values {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  display: flex;
  padding: 0 15%;
  justify-content: space-between;
  color: #282828;
}
.packet__data {
  font-weight: 400;
  font-size: 14px;
}
.packet__data-value {
  margin-right: 5px;
}
.packet__info {
  bottom: -10px;
  position: absolute;
  text-align: center;
}
@media (min-width: 1025px) {
  .packet {
    height: 380px;
    width: 410px;
  }
  .packet__info {
    bottom: -30px;
  }
  .packet__values {
    bottom: 20px;
  }
  .packet__distance {
    font-size: 40px;
  }
  .packet__progress-bg {
    stroke-width: 4%;
  }
  .packet__progress-meter {
    stroke-width: 6%;
  }
  .packet__data {
    font-size: 16px;
  }
  .packet__date-value {
    font-size: 24px;
  }
}

.tooltip {
  position: relative;
}
.tooltip:after {
  position: absolute;
  content: attr(data-tooltip);
  border-radius: 2px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 13px;
  line-height: 1.25em;
  top: calc(-100% - 10px);
  min-width: 150px;
  z-index: 5;
  display: none;
}
.tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
  position: absolute;
  top: -100%;
  left: 10px;
}
.tooltip--show:after, .tooltip--show:before {
  display: block;
}

.progress-bar {
  position: relative;
  height: 16px;
  width: 100%;
}
.progress-bar__bg, .progress-bar__current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.progress-bar__bg {
  background: #e1ebfa;
}
.progress-bar__current {
  background: linear-gradient(270deg, #003D78 0%, #0066B1 100%);
  width: 5%;
  transition: width 0.85s ease-in-out 0.3s;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.page-footer > .content, .page-main, .modal-inner-wrap, .footer__container, .header__container {
  max-width: 1256px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.page-main-full-width {
  padding-left: 16px;
  padding-right: 16px;
}

.columns {
  display: flex;
  flex-direction: column;
}
.columns__top {
  width: 100%;
}
.columns__sidebar {
  order: 1;
}
.columns__main {
  order: 2;
}
@media (min-width: 768px) {
  .columns {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .columns__sidebar {
    display: block;
    flex: 0 1 200px;
    margin-right: 2%;
  }
  .columns .columns__main {
    flex: 1 1 0%;
  }
}
@media (min-width: 1025px) {
  .columns__sidebar {
    margin-right: 24px;
    flex: 0 1 228px;
  }
  body.account .columns .columns__sidebar {
    display: block;
    flex-basis: 252px;
    margin-right: 8.4150326797%;
  }
}
@media (min-width: 1254px) {
  .columns__sidebar {
    flex: 0 1 288px;
  }
  body.account .columns .columns__sidebar {
    flex-basis: 312px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 72px;
  background: #FFF linear-gradient(to right, rgba(217, 217, 217, 0.2) 0%, rgb(217, 217, 217) 56%, rgb(217, 217, 217) 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 20px 0;
  z-index: 1100;
}
.header__container {
  display: flex;
}
.header__logo-link {
  display: block;
}
.header__logo-img {
  width: 112px;
  height: 33px;
}
.header__user {
  width: 24px;
  height: 24px;
  margin: auto 0 auto auto;
}
.header__user-link {
  display: flex;
}
.header__user-icon {
  width: 24px;
  height: 24px;
  stroke: #636463;
}
.header__nav, .header__lng {
  display: none;
}
.header__devider {
  width: 1px;
  background: #B8B8B8;
  margin: auto 24px;
  height: 27px;
}
.header__hamburger {
  width: 24px;
  height: 24px;
  margin: auto 0;
}
.header__hamburger-label {
  display: none;
}
.header__hamburger-icon {
  width: 24px;
  height: 24px;
  stroke: #6E6F6E;
  transition: stroke 0.3s ease-in-out;
}
.nav-open .header .header__hamburger-icon {
  stroke: #000;
}
.nav-sections-item-content .header__nav {
  display: block;
}
@media (min-width: 1025px) {
  .header {
    height: 124px;
    padding: 35px 0;
  }
  .header__container {
    align-items: center;
  }
  .header__logo-img {
    width: 183px;
    height: 54px;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav, .header__lng {
    display: block;
  }
  .header__nav {
    order: 2;
    margin-left: auto;
  }
  .header__lng {
    order: 3;
    margin-left: 70px;
  }
  .header__devider {
    order: 4;
    margin: 0 16px;
  }
  .header__user {
    order: 5;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .header__user-icon {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1025px) {
  .header__lng {
    margin-left: 140px;
  }
}

.sidebar-additional {
  display: none;
}

.footer__nav h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../src/sprites/svg/dropdown-down-white.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 26px;
  order: 99;
}
.footer__nav [aria-expanded=true] h3:after {
  transform: rotate(180deg);
}
.footer__nav a {
  display: block;
  color: #EBEBEB;
  padding: 12px 0;
  transition: opacity 0.3s ease-in-out;
}
.footer__nav a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .footer__nav h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
  }
  .footer__nav h3:after {
    display: none;
  }
  .footer__nav a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 0;
  }
}

.footer__top {
  background: #6F6F6F;
  color: #FFF;
}
.footer__bottom {
  background: #000;
  color: #E5E5E5;
  font-size: 14px;
}
.footer__top, .footer__bottom {
  padding: 25px 0;
}
.footer__links {
  margin: 0 -8px;
}
.footer__links li {
  display: inline-block;
  padding: 0 8px;
}
.footer__links a {
  color: #E5E5E5;
}
.footer__links a:hover, .footer__links a:focus {
  opacity: #E5E5E5;
}
.footer__social {
  padding-bottom: 25px !important;
}
.footer__nav p {
  margin: 0;
}
.footer__nav .pagebuilder-column-group {
  display: flex;
  flex-direction: column;
}
.footer__nav [data-content-type=text] {
  display: none;
}
.footer__nav .pagebuilder-column {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.footer__nav [data-element=inner] {
  padding: 0 !important;
}
.footer__copyright {
  padding: 0 0 25px;
  display: block;
}
@media (min-width: 768px) {
  .footer__top {
    padding: 35px 0 55px;
  }
  .footer__bottom .footer__container {
    display: flex;
  }
  .footer__content {
    margin-left: auto;
  }
  .footer__copyright {
    padding: 0 25px 0 0;
  }
  .footer__nav .pagebuilder-column-group {
    flex-direction: row;
  }
  .footer__nav [data-content-type=text] {
    display: block;
  }
  .footer__social {
    padding-bottom: 35px !important;
  }
}

.navigation {
  background: #FFF;
}
.navigation ul li {
  border-bottom: 1px solid #D9D9D9;
}
.navigation .submenu {
  padding: 0 0 0 15px;
  position: static !important;
  display: none;
}
.navigation .submenu li {
  border: 0;
}
.navigation a {
  font-size: 16px;
  line-height: 20px;
  color: #242424;
  text-decoration: none;
  display: block;
  padding: 17px 0;
}
.navigation a .ui-icon {
  width: 25px;
  height: 25px;
  fill: #636463;
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  order: 2;
  position: relative;
  top: 2px;
}
.navigation .category-item.active, .navigation .category-item.active a {
  font-weight: 700;
  color: #0066B1;
}
.navigation a[aria-haspopup=true] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation a.ui-state-active .navigation a .ui-icon, .navigation a a.ui-state-active .ui-icon {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
@media (min-width: 1025px) {
  .navigation {
    background-color: transparent;
  }
  .navigation ul {
    display: flex;
  }
  .navigation ul li {
    margin: 0 30px;
    border: 0;
  }
  .navigation ul li.parent {
    display: none;
  }
  .navigation a {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
  }
  .navigation .category-item.active, .navigation .category-item.active a {
    font-weight: 700;
    color: #0066B1;
  }
}

.breadcrumbs {
  display: none;
}
@media (min-width: 1025px) {
  .breadcrumbs {
    display: flex;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 24px 0 48px;
  }
  .breadcrumbs a {
    margin-right: 15px;
    position: relative;
    text-decoration: none;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .breadcrumbs strong {
    font-weight: 400;
  }
  .breadcrumbs .items {
    display: flex;
    align-items: center;
  }
  .breadcrumbs .item {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .breadcrumbs .item:last-child:after {
    display: none;
  }
  .breadcrumbs .item:after {
    content: "";
    background: url("../src/sprites/svg/chevron-right-solid.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
  }
}

.pages {
  display: block;
}
.pages-label {
  display: none;
}
.pages-items {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pages-items li {
  margin: 0 8px;
}
.pages-items li.current .pages .page, .pages .pages-items li.current .page {
  border-color: #0066B1;
  background: #0066B1;
  color: #FFF;
}
.pages-items li.pages-item-next, .pages-items li.pages-item-previous {
  display: block;
}
.pages .page {
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #636463;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B8B8B8;
  background: #FFF;
  border-radius: 2px;
}
.pages .page .label {
  display: none;
}
.pages .page {
  text-decoration: none;
}

.modal-popup {
  background: #ffffff;
  left: 0;
  min-width: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .modal-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    width: 100%;
    height: auto;
    max-width: 808px;
    transform: translate(-50%, -50%);
  }
}
.modal-inner-wrap {
  padding-top: 63px;
  position: relative;
}
@media (min-width: 1025px) {
  .modal-inner-wrap {
    padding: 40px;
  }
}
.modal-inner-wrap {
  max-height: 100vh;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .modal-header {
    padding: 32px 0;
  }
}
.modal-footer {
  max-width: 392px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.modal-title {
  font-size: 20px;
  position: relative;
  padding: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.modal-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 184px;
  height: 2px;
  background: linear-gradient(to right, #0066B1, #0E8BDB);
}
@media (min-width: 1025px) {
  .modal-title {
    font-size: 32px;
  }
}
.modal-popup .action-close {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 0 !important;
  background-color: transparent !important;
}
@media (min-width: 1025px) {
  .modal-popup .action-close {
    cursor: pointer;
    right: 40px;
    top: 40px;
  }
}
.modal-popup .action-close span {
  width: 24px;
  height: 24px;
  fill: #6E6F6E;
  background-image: url("../src/sprites/svg/close.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
}
@media (min-width: 1025px) {
  .modal-popup .action-close span {
    background-size: 32px 32px;
  }
}
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modals-wrapper {
  position: absolute;
  z-index: 2000;
}
@media (min-width: 1025px) {
  .modals-overlay {
    background: rgba(36, 36, 36, 0.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
  }
}

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.language {
  position: relative;
}
.language__label {
  display: none;
}
.language__current {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.language__current:hover {
  opacity: 0.8;
}
.language__current span {
  display: block;
}
.language__holder {
  width: auto;
  text-align: center;
  left: auto;
}
.language__list {
  font-size: 14px;
}
.language__link {
  color: #242424;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
.language__link:hover {
  opacity: 0.8;
}
.language__link--current {
  font-weight: 700 !important;
}
@media (min-width: 1025px) {
  .language__list-item {
    margin-bottom: 14px;
  }
  .language__list-item:last-child {
    margin-bottom: 0;
  }
}

.fieldset,
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.fieldset .field,
fieldset .field {
  flex-direction: column;
}

.page-title, .filter-title {
  position: relative;
  padding: 0 0 5px;
}
.page-title:after, .filter-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 2px;
  background: linear-gradient(to right, #0066B1, #0E8BDB);
}
@media (min-width: 1025px) {
  .page-title, .filter-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 81px;
    margin-top: 52px;
  }
  .page-title:after, .filter-title:after {
    margin-left: 0;
    transform: translateX(-50%);
    width: 184px;
  }
}

.mage-error[generated=true] {
  color: #DA4031;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  padding: 5px 5px 0;
  display: block;
}

.page-wrapper {
  padding-top: 72px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .page-wrapper {
    padding-top: 124px;
  }
}

.page-main {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-grow: 1;
  width: 100%;
}
.catalog-product_compare-index .page-main, .catalog-product-view .page-main {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .catalog-category-view .page-main {
    padding-top: 0;
  }
}

.page-main-full-width [data-content-type=row][data-appearance=full-width] {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.minicart-wrapper {
  display: none;
}

.block-search {
  display: none;
}

.page.messages .messages .message:first-child {
  margin-top: 10px;
}

.nav-sections {
  background: #FFF;
  z-index: -1;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 72px;
  width: 100%;
  pointer-events: none;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 0 15px 15px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.nav-open .nav-sections {
  z-index: 500;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .nav-sections {
    z-index: 1100;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    left: 360px;
    background: transparent;
    top: 40px;
    width: auto;
    display: none;
  }
}

.nav-sections-item-title {
  display: none;
}

.block {
  margin-bottom: 15px;
}

.toolbar-products .limiter,
.toolbar-products .modes {
  display: none;
}

.sorter {
  display: none;
}
.sorter-label, .sorter-inner, .sorter-action {
  display: none;
}
.sorter.active {
  display: block;
}

.block-cms-link {
  margin: 0;
}

.comparation-page-link {
  display: none;
}
@media (min-width: 1025px) {
  .comparation-page-link {
    display: block;
    margin-top: 8px;
  }
}

.language-switcher--mobile {
  display: block;
}
@media (min-width: 1025px) {
  .language-switcher--mobile {
    display: none;
  }
}

.share {
  display: flex;
  margin: 0 -15px;
}
.share__link, .product .action.tocompare, .product .action.towishlist {
  display: inline-flex;
  font-weight: 400;
  text-decoration: none;
  align-items: center;
  padding: 3px 0;
  margin: 0 15px;
  width: 50%;
}
.share__link-icon, .product .action .action-icon {
  width: 18px;
  height: 16px;
  margin-right: 8px;
  flex: 0 0 18px;
}
.share__link--print {
  display: none;
}
@media (min-width: 1025px) {
  .share__link, .product .action.tocompare, .product .action.towishlist {
    padding: 0;
    width: auto;
  }
  .share__link--print {
    display: inline-flex;
  }
}

.filter {
  background: #FFF;
  display: none;
}
.filter-title {
  text-align: left;
  margin-bottom: 32px;
  padding-bottom: 0;
}
.filter-title:after {
  margin-left: 0;
  left: 0;
  height: 1px;
  width: 48px;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  display: block;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #D9D9D9;
}
.filter-options-title, .filter-current-subtitle {
  font-weight: 700;
  color: #242424;
  padding: 16px;
  display: block;
}
.filter-options-content .items .item {
  margin-bottom: 24px;
}
.filter-options-content {
  margin: 0;
  padding: 0 19px;
  display: none;
}
.filter-options-content .items a {
  text-decoration: none;
  color: #242424;
  display: block;
}
.filter-options-content .items a:hover, .filter-options-content .items a:focus {
  color: #242424;
}
.filter-options-item {
  overflow: hidden;
}
.filter-options-title, .filter-current-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-options-title:after, .filter-current-subtitle:after {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 26px;
  order: 99;
}
.filter-options-item.active .filter-options-title:after, .filter-options-item.active .filter-current-subtitle:after {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
.filter-current {
  background: #FAFAFA;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.filter-current-subtitle {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.filter-current-subtitle:before {
  content: "(" attr(data-count) ")";
  margin-left: 5px;
  order: 2;
}
.filter-current-subtitle:after {
  margin-left: auto;
}
.filter-current-content {
  display: none;
}
.filter-current-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.filter-current-list-item {
  margin: 0 8px 24px;
}
.filter-current-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 2px;
  background: #FAFAFA;
  border: 2px solid #C8C8C8;
}
.filter-current-item-label {
  font-weight: 300;
  margin-right: 4px;
}
.filter-current-item-value {
  font-weight: 700;
  margin-right: 16px;
}
.filter-current-item .action {
  display: block;
  flex: 0 0 16px;
}
.filter-current-item .action-icon {
  width: 16px;
  height: 16px;
  fill: #636463;
  display: block;
}
.filter-current-item .action-label {
  display: none;
}
.filter-clear {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 18px;
}
.filter-current-inner.active .filter-current-subtitle:after {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
.filter-extra {
  text-align: center;
}
.filters__clear-all {
  display: inline-flex;
  margin: 24px auto;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .filter {
    display: block;
    background: #FAFAFA;
    padding: 16px;
  }
  .filter-title {
    font-size: 24px !important;
    text-transform: none;
    margin-top: 0;
  }
  .filter-title:after {
    width: 48px;
    transform: none;
  }
  .filter-current {
    padding: 0;
    margin: 0 0 24px;
    background: transparent;
    border: 0;
  }
  .filter-current-subtitle {
    display: none;
  }
  .filter-current-content {
    padding: 0;
    display: block;
  }
  .filter-current-item {
    border: 0;
  }
  .filter-current-item-label {
    margin-right: auto;
  }
  .filter-current-list-item {
    margin-bottom: 12px;
    width: 100%;
  }
  .filter-clear {
    margin-bottom: 0;
    margin-left: 16px;
  }
}

.filter-options-content .items .item .count {
  display: none;
}
.zipcode-form {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.zipcode-form #locateme {
  display: none;
}
.zipcode-form .control {
  display: flex;
}
.zipcode-form .input-wrapper {
  width: calc(100% - 76px);
}
.zipcode-form .actions-toolbar {
  flex: 0 0 60px;
  margin-left: 16px;
}
.zipcode-form__desc {
  font-size: 12px;
  line-height: 15px;
}

.filters__filter--type-price {
  display: none;
}
.features {
  padding: 16px !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 2px !important;
  margin-bottom: 16px !important;
}
.features [data-content-type=heading] {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}
.features [data-content-type=text] {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #242424;
  padding-left: 24px !important;
  background: url("../src/sprites/svg/checked.svg") left top 4px no-repeat;
  background-size: 17px 17px;
}

.user {
  position: relative;
}
.user__welcome, .user__menu-link--welcome, .user__menu-list li.welcome span {
  font-weight: 700;
  font-size: 20px;
  padding: 17px 0;
}
.user__menu-list {
  display: flex;
  flex-direction: column;
}
.user__menu-list-item, .user__menu-list li {
  border-bottom: 1px solid #D9D9D9;
  order: 2;
}
.user__menu-list-item--welcome, .user__menu-list li.welcome {
  order: 1;
  border: 0;
  padding: 16px 0;
}
.user__menu-list-item--compare, .user__menu-list li.compare {
  display: none;
}
.user__menu-list-item--logout, .user__menu-list li.authorization-link {
  order: 99;
}
.user__menu-link, .user__menu-list li a, .user__menu-list li.current strong {
  display: flex;
  align-items: center;
  color: #242424;
  text-decoration: none;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  line-height: 20px;
  color: #242424;
  text-decoration: none;
  padding: 17px 0;
}
.user__menu-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.user__menu-link--logout, .user__menu-list li.authorization-link a {
  padding-left: 24px;
  background-image: url("../src/sprites/svg/logout.svg");
}
.user__trigger:after {
  display: none;
}
.user--active .user__holder, .user.active .user__holder {
  z-index: 500;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.user--logged .user__trigger-icon {
  stroke: #0066B1;
}
@media (min-width: 1025px) {
  .user__holder {
    width: 192px;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(6px, 14px);
    left: auto;
  }
  .user__menu-list {
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  .user__menu-list-item, .user__menu-list li {
    padding: 15px 0;
    border-bottom: 0;
  }
  .user__menu-list-item--logout, .user__menu-list li.authorization-link {
    border-top: 1px solid #E6E6E6;
  }
  .user__menu-link, .user__menu-list li a, .user__menu-list li.current strong {
    transition: opacity 0.3s ease-in-out;
    padding: 0 0 0 24px;
    font-size: 14px;
    background-position: left top 1px;
  }
  .user__menu-link:hover, .user__menu-list li a:hover, .user__menu-list li.current strong:hover {
    opacity: 0.8;
  }
  .user__menu-link--welcome, .user__menu-list li.welcome span {
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 0;
  }
  .user__menu-link--wishlist, .user__menu-list li.wishlist a {
    background-image: url("../src/sprites/svg/star.svg");
  }
  .user__menu-link--subscriptions {
    background-image: url("../src/sprites/svg/wheel.svg");
  }
  .user__menu-link--orders {
    background-image: url("../src/sprites/svg/list.svg");
  }
  .user__menu-link--help {
    background-image: url("../src/sprites/svg/question.svg");
  }
  .user__menu-link--account, .user__menu-list li a#my-account-link, .user__menu-link--register {
    background-image: url("../src/sprites/svg/smile.svg");
  }
  .user__menu-link--login {
    background-image: url("../src/sprites/svg/logout.svg");
  }
  .user--active .user__holder, .user.active .user__holder {
    transform: translate(6px, 14px);
  }
}

.user__menu-list li .counter {
  display: none;
}
.order-confirmed {
  max-width: 600px;
  margin: 0 auto;
}
.order-confirmed__content {
  text-align: center;
}
.order-confirmed__title {
  font-size: 20px;
  line-height: 1.35em;
  margin-bottom: 24px;
  font-weight: 300;
}
.order-confirmed__message {
  margin-bottom: 24px;
}
.order-confirmed__icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 24px;
}
.order-confirmed__actions {
  margin-bottom: 24px;
}
.order-confirmed__action {
  display: block;
  max-width: 392px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .order-confirmed__title {
    font-size: 24px;
  }
  .order-confirmed__title, .order-confirmed__message, .order-confirmed__icon {
    margin-bottom: 30px;
  }
  .order-confirmed__icon {
    width: 100px;
    height: 100px;
  }
}

.ordered-products {
  display: none;
}

.additional-services-section {
  text-align: center;
}

.block-authentication .block-title {
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 20px;
}
.block-authentication .action.action-login,
.block-authentication .action.action-register {
  padding: 13px 25px;
}
.block-authentication .action {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 34px;
  padding-top: 24px;
}
.block-authentication .actions-toolbar {
  text-align: center;
}
.block-authentication .block-new-customer {
  padding-bottom: 40px;
}
.block-authentication .block-new-customer,
.block-authentication .block-customer-login {
  margin: 0 auto;
}
.block-authentication .control {
  position: relative;
}
.block-authentication .control .show-password {
  cursor: pointer;
}

@media (min-width: 1025px) {
  .modal-popup.popup-authentication {
    max-width: 600px;
  }

  .block-authentication .block-new-customer,
.block-authentication .block-customer-login {
    max-width: 392px;
  }
}
.product-info-main .qty {
  display: none;
}
.product .page-title, .product .filter-title {
  text-align: left;
  margin: 0 0 30px;
}
.product .page-title:after, .product .filter-title:after {
  left: 0;
  margin-left: 0;
}
.product.media {
  margin-bottom: 28px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.product.media .action-skip-wrapper {
  display: none;
}
.product__label {
  padding: 6px 26px 6px 26px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  background: #FFF;
  max-width: 200px;
}
.product__label:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #007bff transparent transparent;
}
.product-card__label--special, .product__label--special {
  background: linear-gradient(to right, #0E8BDC 0%, #0066B1 100%);
  color: #FFF;
}
.product__promo {
  color: #DA4031;
  font-size: 14px;
  font-weight: 400;
}
.product-info-main .product-options-wrapper .fieldset .field {
  margin-bottom: 24px;
}
.product-info-main .product-options-wrapper .fieldset .field .label {
  font-size: 20px;
  line-height: 24px;
  color: #242424;
  font-weight: 300;
  margin-bottom: 26px;
}
.product__option-item {
  margin-bottom: 8px;
}
.product-info-main .product-info-price {
  margin-bottom: 27px;
}
.product-info-main .product-info-price .price-container {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}
.product-info-main .product-info-price .price__section-title, .product-info-main .product-info-price .price-container .price-title, .product-info-main .product-info-price .price__item-value, .product-info-main .product-info-price .price-container .price {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.product-info-main .product-info-price .price__item-label, .product-info-main .product-info-price .price-container .price-label,
.product-info-main .product-info-price .price-container .price-label-custom {
  display: none !important;
}
.product.data.items {
  display: flex;
  flex-direction: column;
}
.product.data.items #additional {
  order: 1;
  margin-bottom: 32px;
}
.product__location {
  order: 2;
}
.product.data.items #description {
  order: 3;
}
.product__actions {
  margin-bottom: 24px;
}
.product__vat {
  font-size: 14px;
  margin-bottom: 24px;
  text-align: right;
}
.product__city {
  margin: 30px 0;
}
.product .action.tocompare, .product .action.towishlist {
  width: auto;
}
.product .action.towishlist .product .action .action-icon, .product .action .action.towishlist .action-icon {
  position: relative;
  top: -2px;
}
.product .action.tocompare {
  display: none;
}
.product__addto, .product .product-addto-links {
  display: flex;
}
.product__actions {
  display: flex;
}
.product__share {
  margin-right: 0;
  width: 66.6%;
}
@media (min-width: 1025px) {
  .product {
    display: block;
    overflow: hidden;
  }
  .product__preview {
    width: 67.9738562092%;
    padding-right: 10.4575163399%;
    margin: 0 0 56px;
    display: flex;
    flex-direction: column;
    float: left;
  }
  .product-info-main, .product__features {
    width: 32.0261437908%;
    float: right;
  }
  .product__details, .product__faq {
    width: 67.9738562092%;
    padding-right: 10.4575163399%;
    float: left;
  }
  .product-info-main {
    padding-top: 110px;
  }
  .product__faq {
    clear: left;
  }
  .product__features {
    clear: right;
  }
  .product .page-title, .product .filter-title {
    margin: 0;
  }
  .product__name {
    order: 1;
    margin-bottom: 24px;
  }
  .product__actions {
    order: 2;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  .product.media {
    order: 3;
    margin: 0;
    display: block;
  }
  .product-info-main .product-options-wrapper .fieldset .field .label {
    margin-bottom: 24px;
  }
  .product .product-add-form {
    margin-bottom: 40px;
  }
  .product__city {
    margin: 0 0 38px;
  }
  .product__share {
    margin-right: 24px;
  }
  .product .action.tocompare {
    display: inline-flex;
    order: 1;
  }
  .product .action.towishlist {
    order: 2;
  }
}

.product.detailed .items .title {
  display: none;
}
.product-info-main #payment-request-button {
  display: none;
}
.product-info-main .product-info-price .price-container {
  flex-direction: row;
}
.product-info-main .product-info-price .price__section {
  width: 50%;
}
.product-info-main .product-info-price .price__section--devider {
  border-left: 1px solid #AFAFAF;
  padding-left: 12px;
}
.product-info-main .product-info-price .price__section--devider .price__section-title {
  text-align: right;
}
.product-info-main .product-info-price .price__section--devider .price__item-label {
  display: block !important;
}
.product-info-main .product-info-price .price__item-value {
  margin: 0;
}
.product-info-main .product-info-price .price__item--extra-km .price__item-value {
  font-weight: 700;
}
.product-info-main .product-info-price .price__item--extra-km .price__item-value-postfix {
  font-weight: 400;
}

.product__attribute {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.product__attribute-title {
  font-weight: 700;
  color: #242424;
  padding: 16px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__attribute-title:after {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 26px;
  order: 99;
}
.product__attribute-content {
  display: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.017em;
  color: #2E2E2E;
}
.product__attribute-list {
  padding-left: 34px;
  columns: 2;
}
.product__attribute-list-item {
  margin-bottom: 11px;
}
.product__attribute--active .product__attribute-title:after {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
.fotorama__stage {
  margin-bottom: 24px;
}
.fotorama__nav__frame--thumb {
  padding: 0 !important;
  margin-right: 24px !important;
  height: 56px !important;
}
.fotorama__nav-wrap {
  padding-left: 16px;
}
.fotorama__stage .fotorama__stage__frame .fotorama__img {
  display: block;
  position: static;
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}
.fotorama__thumb {
  padding-bottom: 8px;
  position: relative;
  background-color: transparent !important;
}
.fotorama__thumb .fotorama__img {
  width: 100%;
  height: auto !important;
  position: static !important;
  display: block;
  transform: none !important;
}
.fotorama__thumb:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  border-radius: 1.5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  background: #0066B1;
}
.fotorama__active .fotorama__thumb:after {
  opacity: 1;
}
.fotorama__thumb__arr {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease-in-out !important;
}
.fotorama__thumb__arr .fotorama__thumb--icon {
  display: block;
  position: static !important;
  transform: none !important;
  width: 28px;
  height: 28px;
}
.fotorama__thumb__arr:active {
  background-color: transparent !important;
}
.fotorama__thumb__arr.fotorama__thumb__arr--right {
  right: 5px !important;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left {
  left: 5px !important;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb__arr .fotorama__thumb--icon, .fotorama__thumb__arr .fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon {
  transform: rotate(180deg) !important;
}
@media (min-width: 1025px) {
  .fotorama__nav--thumbs {
    display: flex !important;
    justify-content: center;
  }
  .fotorama__nav-wrap {
    padding-left: 0;
  }
  .fotorama__thumb .fotorama__img {
    border-radius: 2px;
  }
  .fotorama__stage .fotorama__stage__frame .fotorama__img {
    border-radius: 2px;
  }
}

.fotorama {
  padding-bottom: 4px;
}
.fotorama__nav--thumbs {
  overflow: visible !important;
}
.fotorama__thumb-border {
  display: none;
}

.price__item {
  display: flex;
  justify-content: space-between;
}
.price__item--deposit {
  display: none;
}

.products__top {
  margin-bottom: 12px;
  padding-top: 57px;
  position: relative;
}
.products__toolbar, .toolbar-products {
  margin: 0 0 20px;
}
.products__toolbar--top .toolbar-products .toolbar-products .pages, .toolbar-products .products__toolbar--top .toolbar-products .pages {
  display: none;
}
.products__toolbar--bottom .toolbar-products {
  margin-bottom: 40px;
}
.products__toolbar--bottom .toolbar-products .toolbar-amount,
.products__toolbar--bottom .toolbar-products .toolbar-sorter {
  display: none !important;
}
.product-items li {
  margin-bottom: 16px;
}
.product-items li:before {
  display: none;
}
.products-grid {
  margin-bottom: 16px;
}
.products__action {
  display: inline-block;
  margin: 0 8px;
}
.toolbar-amount {
  font-size: 14px;
  color: #242424;
  text-align: center;
}
.toolbar-amount span {
  color: #0066B1;
  font-weight: 400;
}
.toolbar-sorter {
  display: none;
}
.products__actions {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  background: #FFF;
  margin: 0 -8px;
  width: calc(100% + 16px);
  height: 57px;
  top: 0;
}
.products__actions--sticky {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 300;
  border-bottom-color: #D9D9D9;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
}
@media (min-width: 581px) {
  .product-items {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-items li {
    width: 50%;
    padding: 0 8px 16px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .product-items li {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .products__top {
    display: none;
  }
  .toolbar-sorter {
    display: block;
    margin-left: auto;
  }
  .toolbar-amount {
    text-align: left;
    margin: 0;
  }
  .product-items {
    margin: 0 -12px;
  }
  .product-items li {
    padding: 0 12px 24px;
  }
  .products__toolbar, .toolbar-products {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
  }
  .products__toolbar--bottom .toolbar-products {
    justify-content: center;
  }
}

.product-items li {
  background-color: transparent;
}

.toolbar-products {
  margin: 0;
}
div.custom_filter-brand .apply-button {
  margin-bottom: 20px;
}

.product-item {
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.product-item-photo {
  overflow: hidden;
  display: block;
}
.product-item-photo .product-image-container, .product-item-photo .product-image-wrapper {
  display: block;
}
.product-item-photo .product-image-container {
  width: 100% !important;
}
.product-item-photo .product-image-wrapper {
  padding-bottom: 0 !important;
}
.product-item-photo .product-image-photo {
  display: block;
  width: 100%;
  height: auto;
}
.product-item-details {
  padding: 12px 24px 24px;
  overflow: visible;
}
.product-item-name {
  display: block;
  position: relative;
  padding: 0 0 3px;
  margin: 0 0 10px;
}
.product-item-link {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.product-item-name:after {
  content: "";
  width: 48px;
  height: 2px;
  background: #0066B1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-item .price-box[data-role=priceBox] {
  margin: 0 0 8px;
}
.product-item .price-box .price-container {
  display: flex;
  align-items: center;
}
.product-item .price-box .price-container .price-label, .product-item .price-box .price-container .price-label-custom {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.product-item .price-box .price-container .price-label {
  color: #0066B1;
  font-weight: 400;
  margin-right: 4px;
}
.product-item .price-box .price-container .price {
  color: #0066B1;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  margin-right: 4px;
}
.product-item .price-box .price-container .price-label-custom {
  color: #282828;
  font-weight: 400;
}
.product-card__statuses {
  padding: 0 0 16px;
  margin: auto 0 16px;
  border-bottom: 1px solid #D9D9D9;
}
.product-card__status, .product-card__attribute {
  margin: 0 0 7px;
  display: flex;
  align-items: center;
}
.product-card__status-icon, .product-card__attribute-icon {
  width: 16px;
  height: 16px;
  fill: #636463;
  margin-right: 7px;
  display: block;
}
.product-card__status-data, .product-card__attribute-data {
  font-size: 14px;
  color: #242424;
}
.product-card__status:last-child, .product-card__attribute:last-child {
  margin-bottom: 0;
}
.product-item-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-item-actions .actions-secondary {
  display: flex;
  justify-content: flex-end;
}
.product-item-actions .actions-primary {
  display: none;
}
.product-item-actions .action {
  display: block;
}
.product-item-actions .action-icon {
  width: 24px;
  height: 24px;
  fill: #0066B1;
  display: block;
}
.product-item-actions .action-label {
  display: none;
}
.product-item-actions .action.tocart {
  display: none;
}
.product-item-actions .action.tocompare {
  display: none;
  margin-right: 24px;
}
.product-item-inner {
  position: relative;
}
@media (min-width: 581px) {
  .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-item-details {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .product-item-photo .product-image-photo {
    transition: transform 0.85s ease-in-out;
  }
  .product-item-photo .product-image-photo:hover {
    transform: scale(1.02);
  }
  .product-item-actions .action.tocompare {
    display: block;
    order: 1;
  }
  .product-item-actions .action.towishlist {
    order: 2;
  }
}

.product-item-info {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.product-item .price-box .price__section-title {
  display: none;
}
.product-item .price-box .price__section--devider {
  display: none;
}
.product-item .price-box .price__item {
  display: flex;
  align-items: baseline;
}
.product-item .price-box .price__item--extra-km {
  display: none;
}
.product-item .price-box .price-container .price:after {
  content: "";
}
.product-item .price-box .price-container .price-title {
  display: none;
}

.cms-home .page-main {
  padding-top: 0;
}
.cms-home .page-title-wrapper {
  display: none;
}

.page-layout-1column .columns__main {
  flex: 1 1 100%;
  max-width: 100%;
}

.customer-forgotpassword__form {
  max-width: 400px;
  margin: 0 auto;
}
.customer-forgotpassword__form .actions-toolbar .secondary {
  margin-top: 15px;
}
.customer-forgotpassword__form .captcha-image img {
  margin: 15px 0;
}

form.password.reset {
  margin: 0 auto;
  max-width: 400px;
}

.vlc-customer-help img {
  display: inline-block;
  font-size: 0;
}
@media (min-width: 1025px) {
  .vlc-customer-help .breadcrumbs {
    display: none;
  }
}

.text-with-button a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .text-with-button > div[data-content-type=text] {
    align-self: flex-end;
    width: 288px;
  }
  .text-with-button .button, .text-with-button .wishlist-index-index .wishlist-item__form button, .wishlist-index-index .wishlist-item__form .text-with-button button, .text-with-button .subscriptions .subscriptions-empty__text--big, .subscriptions .text-with-button .subscriptions-empty__text--big, .text-with-button .subscriptions-empty .subscriptions-empty__button, .subscriptions-empty .text-with-button .subscriptions-empty__button, .text-with-button .catalog-product_compare-index .learn-more, .catalog-product_compare-index .text-with-button .learn-more, .text-with-button .customer-account-create #submit-create-account.action, .customer-account-create .text-with-button #submit-create-account.action, .text-with-button .customer-account-login .action.login.primary, .customer-account-login .text-with-button .action.login.primary,
.text-with-button .customer-account-login .action.create.primary,
.customer-account-login .text-with-button .action.create.primary, .text-with-button .account .order-history-empty__button, .account .text-with-button .order-history-empty__button,
.text-with-button .account .order-history__link,
.account .text-with-button .order-history__link,
.text-with-button .account .action.save.primary,
.account .text-with-button .action.save.primary, .text-with-button button, .text-with-button .block-authentication .action.action-login, .block-authentication .text-with-button .action.action-login,
.text-with-button .block-authentication .action.action-register,
.block-authentication .text-with-button .action.action-register, .text-with-button .product .action.tocart, .product .text-with-button .action.tocart {
    align-self: flex-end;
    cursor: pointer;
    padding: 13px 74px;
    width: auto;
    min-width: 288px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-category-view .columns__sidebar {
    margin: 0;
    flex: none;
  }
}
@media (min-width: 1025px) {
  .catalog-category-view .columns__sidebar {
    padding-top: 72px;
  }
}

.page-404__image {
  margin: 0 auto !important;
}
.page-404__content {
  margin: 0 auto !important;
  max-width: 600px;
}
.page-404__description-item {
  margin-left: 0;
}
.page-404__description-list {
  margin-top: 0;
}
.page-404__disc {
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 20px;
}
.page-404__disc-item {
  line-height: 21px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .page-404 {
    margin-bottom: 40px;
  }
  .page-404__disc {
    margin-bottom: 32px;
  }
}

.cms-no-route .page-main {
  padding-top: 0;
}
.cms-no-route .heading {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cms-no-route .heading {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.customer-account-confirmation .actions-toolbar .secondary {
  margin-top: 15px;
}
.customer-account-confirmation form.send.confirmation {
  margin: 0 auto;
  max-width: 400px;
}

@media (max-width: 767px) {
  .pagebuilder-column-group {
    flex-direction: column;
  }

  .pagebuilder-column {
    width: 100% !important;
  }
}
select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .car-type__type-img {
    flex: 1 1 0%;
  }

  .car-type__type-title {
    flex: 1 0 0%;
  }

  .heading--light.heading {
    text-transform: none;
  }

  .product-item-photo {
    max-height: 195px;
  }

  .product-item-details {
    flex: 1 1 auto;
  }

  .product-item.price-box.price__item {
    align-items: flex-end;
  }
}
.pagebuilder-column-group {
  min-height: 1px;
}

.payments__nav {
  display: flex;
  align-items: flex-end;
}
.payments__nav-item {
  border: 1px solid #0066B1;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  margin-right: 5px;
  padding: 13px 32px;
  font-weight: 400;
  color: #333;
}
.payments__nav-item--active {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  color: #000;
  background: linear-gradient(to bottom, #deeaff, #fff);
  margin-bottom: -1px;
}
.payments__list-item {
  margin-bottom: 16px;
}
.payments__tabs {
  border: 1px solid #0066B1;
  border-radius: 0 4px 4px 4px;
  padding: 16px 16px 8px;
}
.payments__tab {
  display: none;
}
.payments__tab--active {
  display: block;
}
@media (min-width: 1025px) {
  .payments__tabs {
    padding: 32px 32px 16px;
  }
}

.payment__top {
  padding: 16px;
  border-radius: 4px;
  display: flex;
  box-shadow: 0 0 16px rgba(51, 51, 51, 0.2);
}
.payment__dropdown {
  padding: 16px 8px;
  border-radius: 0 0 4px 4px;
  margin: 0 5px;
  box-shadow: 0 9px 16px #d8d8d8;
  overflow-x: auto;
}
.payment__left {
  margin-right: 16px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  background: #ececec;
}
.payment__center {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.payment__right {
  width: 34px;
}
.payment__icon {
  width: 114px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 73px;
}
.payment__name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
  border-bottom: 2px solid #0066B1;
  margin-right: auto;
}
.payment__details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.payment__data {
  display: inline-flex;
  font-size: 13px;
  line-height: 1.3em;
  padding-right: 16px;
  margin-bottom: 5px;
}
.payment__data-name {
  font-weight: 400;
  margin-right: 5px;
  flex: 0 0 100px;
}
.payment__data-value {
  font-weight: 300;
}
.payment__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.payment__action {
  padding: 5px;
  border-radius: 50%;
  background: #0066B1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  transition: opacity 0.3s ease-in-out;
}
.payment__action-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.payment__action:hover {
  opacity: 0.8;
}
.payment__show {
  transition: transform 0.3s ease-in-out;
}
.payment__show--active {
  transform: rotate(180deg);
}
.payment__table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  background: #fff;
}
.payment__table th, .payment__table td {
  padding: 5px 10px;
}
.payment__table th {
  background: #dbf0ff;
  color: #333;
  text-transform: uppercase;
  text-align: left;
}
.payment__table td {
  border-top: 1px solid #dbf0ff;
  border-bottom: 1px solid #dbf0ff;
}
.payment__table tr {
  transition: opacity 0.3s ease-in-out;
}
.payment__table tr:hover {
  opacity: 0.8;
}
.payment__asset-serial {
  width: 30%;
}
.payment__asset-status {
  width: 15%;
}
.payment__asset-badge {
  border-radius: 2px;
  padding: 2px 5px;
  display: inline-flex;
  font-size: 11px;
  line-height: 100%;
  font-weight: 400;
}
.payment__asset-badge--active {
  background: #51bb51;
  color: #fff;
}
.payment__asset-badge--inactive {
  background: #DA4031;
  color: #fff;
}
.payment__asset-badge--pending {
  background: #ccc;
  color: #333;
}
.payment__asset-badge--noticeperiod {
  background: #869eb9;
  color: #fff;
}
@media (min-width: 1025px) {
  .payment__left {
    display: block;
  }
  .payment__details {
    flex-direction: row;
  }
  .payment__table {
    font-size: 13px;
  }
  .payment__data {
    width: 50%;
    font-size: 14px;
  }
  .payment__data-name {
    flex-basis: auto;
  }
  .payment__dropdown {
    padding: 32px;
    margin: 0 32px;
  }
}

.customer-subscription__update-form {
  display: none;
}
.customer-subscription__update-form-actions {
  display: flex;
  justify-content: center;
}
.customer-subscription__update-form-submit {
  max-width: 280px;
}
.customer-subscription__update-form .customer-credit-card__title {
  display: none;
}

.payment-methods__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-left: 1px;
  align-items: flex-end;
  flex-flow: row wrap;
}
.payment-methods__list-item {
  margin-left: -1px;
}
.payment-methods__item {
  padding: 8px 16px;
}
.payment-methods__method-form {
  display: none;
}
.payment-methods__method-form.tab-active {
  display: block;
}
.payment-methods__status + .mage-error {
  display: none !important;
}
@media (min-width: 1025px) {
  .payment-methods__item {
    padding: 16px 32px;
  }
}

/**
 * Copyright © 2019 CGI. All rights reserved.
 * See COPYING.txt for license details.
 *
 * @author    CGI <info.de@cgi.com>
 * @copyright 2019 CGI
 * @link      http://www.de.cgi.com/
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
@font-face {
  font-family: "BMW Type Next Latin TT";
  src: url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Thin.ttf") format("truetype"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Thin.woff2") format("woff2"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "BMW Type Next Latin TT";
  src: url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Light.ttf") format("truetype"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Light.woff2") format("woff2"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BMW Type Next Latin TT";
  src: url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Regular.ttf") format("truetype"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Regular.woff2") format("woff2"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BMW Type Next Latin TT";
  src: url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Bold.ttf") format("truetype"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Bold.woff2") format("woff2"), url("../font/bmw-type-next-latin-tt/BMWTypeNextLatinTT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.page-title, .filter-title {
  letter-spacing: 0.02em;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.button, .wishlist-index-index .wishlist-item__form button, .subscriptions .subscriptions-empty__text--big, .subscriptions-empty .subscriptions-empty__button, .catalog-product_compare-index .learn-more, .customer-account-create #submit-create-account.action, .customer-account-login .action.login.primary,
.customer-account-login .action.create.primary, .account .order-history-empty__button,
.account .order-history__link,
.account .action.save.primary, button, button.secondary, .block-authentication .action.action-login,
.block-authentication .action.action-register, .product .action.tocart {
  font-family: "BMW Type Next Latin TT", sans-serif;
  background: #0066B1;
  border-color: #0066B1;
  font-weight: 700;
  border-width: 1px;
}
.button:hover, .wishlist-index-index .wishlist-item__form button:hover, .subscriptions .subscriptions-empty__text--big:hover, .subscriptions-empty .subscriptions-empty__button:hover, .catalog-product_compare-index .learn-more:hover, .customer-account-create #submit-create-account.action:hover, .customer-account-login .action.login.primary:hover,
.customer-account-login .action.create.primary:hover, .account .order-history-empty__button:hover,
.account .order-history__link:hover,
.account .action.save.primary:hover, button:hover, .block-authentication .action.action-login:hover,
.block-authentication .action.action-register:hover, .product .action.tocart:hover, .button:focus, .wishlist-index-index .wishlist-item__form button:focus, .subscriptions .subscriptions-empty__text--big:focus, .subscriptions-empty .subscriptions-empty__button:focus, .catalog-product_compare-index .learn-more:focus, .customer-account-create #submit-create-account.action:focus, .customer-account-login .action.login.primary:focus,
.customer-account-login .action.create.primary:focus, .account .order-history-empty__button:focus,
.account .order-history__link:focus,
.account .action.save.primary:focus, button:focus, .block-authentication .action.action-login:focus,
.block-authentication .action.action-register:focus, .product .action.tocart:focus {
  background: #003D78;
  color: #FFF;
  border-color: #003D78;
}
.button[disabled], .wishlist-index-index .wishlist-item__form button[disabled], .subscriptions [disabled].subscriptions-empty__text--big, .subscriptions-empty [disabled].subscriptions-empty__button, .catalog-product_compare-index [disabled].learn-more, .customer-account-create [disabled]#submit-create-account.action, .customer-account-login [disabled].action.login.primary,
.customer-account-login [disabled].action.create.primary, .account [disabled].order-history-empty__button,
.account [disabled].order-history__link,
.account [disabled].action.save.primary, button[disabled], .block-authentication [disabled].action.action-login,
.block-authentication [disabled].action.action-register, .product [disabled].action.tocart {
  background: #b2d1e8;
  border-color: #b2d1e8;
  color: #FFF;
}
.button--icon .button__icon {
  fill: #000;
  stroke: #000;
}
.button--white, .coupon__submit, .checkout-index-index .drivers__button--add, .button--secondary, button.secondary {
  color: #000;
  background: #FFF;
  border: 1px solid #000;
}
.button--white:hover, .coupon__submit:hover, .checkout-index-index .drivers__button--add:hover, .button--secondary:hover, button.secondary:hover, .button--white:focus, .coupon__submit:focus, .checkout-index-index .drivers__button--add:focus, .button--secondary:focus, button.secondary:focus {
  color: #0066B1;
  border-color: #0066B1;
  background: transparent;
}
.button--black, .button--secondary, button.secondary {
  background: #000;
  color: #FFF;
  border-color: #000;
}
.button--black:hover, .button--secondary:hover, button.secondary:hover, .button--black:focus, .button--secondary:focus, button.secondary:focus {
  background: #FFF;
  border-color: #000;
  color: #000;
}
.button--black[disabled], [disabled].button--secondary, button[disabled].secondary {
  background: #B2B2B2;
  border-color: #B2B2B2;
  color: #FFF;
}
.button--blue, .button--primary {
  background: #0066B1;
  border-color: #0066B1;
  color: #FFF;
}
.button--blue:hover, .button--primary:hover, .button--blue:focus, .button--primary:focus {
  background: #0066B1;
  color: #FFF;
  border-color: #0066B1;
}
.button--blue[disabled], [disabled].button--primary {
  background: #0066B1;
  border-color: #0066B1;
  color: #FFF;
}
.button--md {
  padding-top: 9px;
  padding-bottom: 9px;
}
.button--sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
input, .input, textarea, select select, select select select, select {
  font-family: "BMW Type Next Latin TT", sans-serif;
  font-weight: 400;
  border-color: #E6E6E6;
  background-color: #FFF;
  color: #000;
  padding-top: 13px;
  padding-bottom: 13px;
}
input::-webkit-input-placeholder, .input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select select::-webkit-input-placeholder, select select select::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #bbb;
  font-style: normal;
  letter-spacing: normal;
}
input:-moz-placeholder, .input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-style: normal;
  letter-spacing: normal;
}
input::-moz-placeholder, .input::-moz-placeholder, textarea::-moz-placeholder, select select::-moz-placeholder, select select select::-moz-placeholder, select::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-style: normal;
  letter-spacing: normal;
}
input:-ms-input-placeholder, .input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bbb;
  font-style: normal;
  letter-spacing: normal;
}
input:focus, textarea:focus, select select:focus, select:focus {
  border-color: #0066B1;
}
input[disabled], .input--disabled {
  opacity: 0.5;
}
input.mage-error,
textarea.mage-error,
select.mage-error, input.mage-error:focus,
textarea.mage-error:focus,
select.mage-error:focus {
  border-color: #DA4031;
  color: #DA4031;
}
input.mage-error::-webkit-input-placeholder,
textarea.mage-error::-webkit-input-placeholder,
select.mage-error::-webkit-input-placeholder, input.mage-error:focus::-webkit-input-placeholder,
textarea.mage-error:focus::-webkit-input-placeholder,
select.mage-error:focus::-webkit-input-placeholder {
  color: #DA4031;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error:-moz-placeholder,
textarea.mage-error:-moz-placeholder,
select.mage-error:-moz-placeholder {
  color: #DA4031;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error::-moz-placeholder,
textarea.mage-error::-moz-placeholder,
select.mage-error::-moz-placeholder, input.mage-error:focus::-moz-placeholder,
textarea.mage-error:focus::-moz-placeholder,
select.mage-error:focus::-moz-placeholder {
  color: #DA4031;
  opacity: 1;
  font-style: italic;
  letter-spacing: normal;
}
input.mage-error:-ms-input-placeholder,
textarea.mage-error:-ms-input-placeholder,
select.mage-error:-ms-input-placeholder {
  color: #DA4031;
  font-style: italic;
  letter-spacing: normal;
}
input[type=password] {
  letter-spacing: 0.3em;
  background: #FFF;
}
input[type=password]::-webkit-input-placeholder {
  color: #bbb;
  font-style: normal;
  letter-spacing: normal;
}
input[type=password]:-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-style: normal;
  letter-spacing: normal;
}
input[type=password]::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-style: normal;
  letter-spacing: normal;
}
input[type=password]:-ms-input-placeholder {
  color: #bbb;
  font-style: normal;
  letter-spacing: normal;
}
input[type=date] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-wrapper {
  position: relative;
}

.show-password {
  background: transparent;
  bottom: 2px;
  height: 44px;
  right: 2px;
  top: 2px;
  width: 44px;
}
.show-password__icon-background {
  fill: transparent;
}
.show-password__icon-eye-shape, .show-password__icon-eye-ball-shape, .show-password__icon-eye-fill {
  fill: #000;
}
.show-password__icon-eye-ball-fill {
  fill: #FFF;
}

input[type=checkbox] + label:before, input[type=checkbox] + .label:before, input[type=radio] + label:before, .filter-options-content .items a:before {
  border-color: #0066B1;
  border-width: 2px;
}
input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + .label:before {
  background: white;
  border-color: #0066B1;
}
input[type=checkbox] + label:after, input[type=checkbox] + .label:after, input[type=radio] + label:after, .filter-options-content .items a:after {
  background-size: 14px 12px;
  background-image: url("../src/sprites/svg/checkmark-blue.svg");
}

input[type=radio]:checked + label:before {
  border-color: #0066B1;
}
input[type=radio] + label:after {
  background: white;
  border: 2px solid #0066B1;
}
input[type=radio]:checked + label:after {
  border-color: #0066B1;
}

input[type=radio].radio-button:checked + label {
  border-color: #0066B1;
  color: #0066B1;
}

select select, select select select, select {
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-position: right 18px center;
  background-size: 19px 13px;
  padding-right: 50px;
}
select select:focus:active, select:focus:active {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}
select select[multiple], select[multiple] {
  border: 2px solid #000;
}
select select[multiple]:focus {
  background: none;
}
select select[multiple]:focus:active {
  background: none;
}

.form label,
.form .label, form label,
form .label {
  font-weight: 700;
}

.message {
  font-family: "MINI Sans Serif", sans-serif;
}

.header {
  padding: 15px 0;
}
.header__humburger-icon {
  stroke: unset;
  stroke: none;
}
@media (min-width: 1025px) {
  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

a {
  color: #0066B1;
}
a:hover, a:focus {
  color: #0066B1;
}

.page-title, .filter-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.page-title:after, .filter-title:after {
  background: linear-gradient(to left, #0E8BDC 0%, #0066B1 100%);
}
@media (min-width: 1025px) {
  .page-title, .filter-title {
    padding-bottom: 10px;
  }
  .page-title:after, .filter-title:after {
    height: 4px;
  }
}

.pages-items li.current .pages .page,
.pages .pages-items li.current .page {
  background: #000;
  border-color: #000;
}

.mage-error[generated=true] {
  font-family: "BMW Type Next Latin TT", sans-serif;
}

.comparation-page-link {
  font-weight: 400;
}

.toolbar-amount {
  font-family: "BMW Type Next Latin TT";
}
@media (min-width: 1025px) {
  .toolbar-amount {
    font-size: 16px;
  }
}

.product__label--special, .product-card__label--special {
  z-index: 1;
}
@media (min-width: 1025px) {
  .product__label--special, .product-card__label--special {
    font-size: 14px;
    font-weight: 700;
  }
}

@media (min-width: 1025px) {
  .product-item .price-box .price-container .price {
    font-size: 24px;
  }
}

.product-card__status-data, .product-card__attribute-data {
  color: #000;
  font-family: "BMW Type Next Latin TT";
}

.product-card__status-icon, .product-card__attribute-icon {
  fill: #000;
}

.product-card__attribute {
  color: #000;
  font-family: "BMW Type Next Latin TT";
}

@media (min-width: 1025px) {
  .product-item-link {
    font-size: 24px;
  }
}

.wishlist-index-index .product-item-actions .action-icon {
  width: 24px;
  height: 24px;
}

.customer-account-login .actions-toolbar {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.customer-account-login .actions-toolbar .primary {
  order: 2;
}
.customer-account-login .actions-toolbar .action.remind {
  padding-top: 8px;
}

.login-text-wrap {
  margin-bottom: 34px;
}

.show-password {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 48px;
  height: 48px;
  border-radius: 0 2px 2px 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-password__icon {
  height: 46px;
  width: 46px;
}
.show-password__icon-eye-ball-shape, .show-password__icon-eye-fill, .show-password__icon-background {
  fill: #D9D9D9;
}
.show-password__icon-eye-ball-fill, .show-password__icon-eye-shape {
  fill: #6F6F6F;
}

.form .label, form .label {
  font-weight: 700;
}

@media (min-width: 768px) {
  .block-new-customer,
.block-customer-login {
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .block-new-customer .block-content,
.block-customer-login .block-content {
    max-width: 392px;
  }

  .block-dealer div {
    max-width: 392px;
  }
}
@media (min-width: 1025px) {
  .login-container {
    max-width: 982px;
    margin: 0 auto;
  }
}
.customer-forgotpassword__form .actions-toolbar .secondary {
  margin-top: 24px;
}

.action.back {
  font-weight: 500;
}

@media (min-width: 768px) {
  .customer-forgotpassword {
    padding-top: 50px;
  }
  .customer-forgotpassword .email {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .customer-account-create .page-main {
    margin: 0 auto;
    max-width: 850px;
  }
}
.vlc-customer-help .pagebuilder-button-primary:hover {
  color: #ffffff;
}

.customer-logout__message {
  text-align: center;
}

.toolbar-products .pages-items li {
  margin: 0 8px;
}
@media (min-width: 768px) {
  .toolbar-products .pages-items li {
    margin: 0 12px;
  }
  .toolbar-products .pages-items li.pages-item-previous {
    margin-right: 28px;
  }
  .toolbar-products .pages-items li.pages-item-next {
    margin-left: 28px;
  }
}
.toolbar-products .pages .page {
  border: 1px solid #E6E6E6;
  font-size: 12px;
  color: #262626;
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .toolbar-products .pages .page {
    border: 2px solid #E6E6E6;
    height: 40px;
    font-size: 16px;
    width: 40px;
  }
}
.toolbar-products .pages-item-previous .action,
.toolbar-products .pages-item-next .action {
  border: 1px solid #E6E6E6;
  display: block;
  height: 32px;
  width: 32px;
  background-size: 28px 28px;
  background: url("../src/sprites/svg/arrow.svg") center center no-repeat;
}
.toolbar-products .pages-item-previous .action span,
.toolbar-products .pages-item-next .action span {
  display: none;
}
.toolbar-products .pages-item-previous .action.previous,
.toolbar-products .pages-item-next .action.previous {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .toolbar-products .pages-item-previous .action,
.toolbar-products .pages-item-next .action {
    border: 2px solid #E6E6E6;
    height: 40px;
    width: 40px;
  }
}

.account-nav ul.nav.items {
  border-right-color: #E6E6E6;
}

.account-nav li.nav.item.current {
  border-color: unset !important;
  border-image: linear-gradient(180deg, #0066B1 0%, #003D78 100%) 0 100% !important;
}

.account-nav li.nav.item.current {
  border-color: #000;
  border-image: none;
}

.account .my-account__text-block #phone {
  font-weight: 400;
}
.account .order-history__list-item {
  font-size: 16px;
  line-height: 21px;
  text-transform: initial;
}
.account .order-details__block--border-bottom,
.account .order-history__item {
  border-bottom-color: #E6E6E6;
}
.account .order-details__table-row,
.account .order-details__accordion-item:nth-of-type(1) {
  border-top-color: #E6E6E6;
}
.account .action.remind {
  color: #000;
}
.account .form-edit-account .block-text--smaller {
  font-family: "BMW Type Next Latin TT", sans-serif;
}
.account .form-edit-account .block-name-heading {
  font-weight: 700;
}
.account .action.remind,
.account .order-details__text,
.account .order-details__accordion-title {
  font-family: "BMW Type Next Latin TT", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.account .order-details__accordion-title {
  font-weight: 700;
}
.account .order-details__heading,
.account .block-title,
.account .box-title {
  font-family: "BMW Type Next Latin TT", sans-serif;
  line-height: 29px;
}
.account .order-details__heading:after,
.account .block-title:after,
.account .box-title:after {
  background: #0066B1;
}
.account .form-edit-account {
  border-color: #E6E6E6;
}
.account .form-edit-account .action-to-account {
  background-size: contain;
}
.account .payment-methods__holder {
  background: #E6E6E6;
}
.account .personal-data::before,
.account .personal-data::after,
.account .payment-methods:after {
  background: #E6E6E6;
}
.account .order-history__link {
  padding: 5px 8px;
}
.account .download-icon:after,
.account .order-details__list-item-text--download-icon:after,
.account .order-details__table-link--download-icon:after {
  height: 20px;
  width: 20px;
}
.account .order-details__list-item-text--download-icon:after {
  left: 8px;
}
.account .account-edit__label,
.account .block-text--smaller {
  font-family: "BMW Type Next Latin TT", sans-serif;
}
.account .fieldset.info .label {
  font-weight: 700;
}
.account .fieldset.info .label--customer {
  font-weight: 300;
}
@media (min-width: 768px) {
  .account .field.telephone-number.required,
.account .field.mobile-number.required {
    width: calc(50% - 13px);
  }
  .account .order-history__list-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1280px) {
  .account .field.mobile-number.required,
.account .field.telephone-number.required {
    width: 100%;
  }
}

.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .block-loginpage-divider--dealer {
  border-color: #E6E6E6;
}
.customer-account-login .login-container .action.remind,
.customer-account-login .login-container .block-content p,
.customer-account-login .login-container #block-customer-login-heading,
.customer-account-login .login-container #block-new-customer-heading {
  font-family: "BMW Type Next Latin TT", sans-serif;
  font-weight: 300;
}
.customer-account-login .login-container .block-content p {
  color: #000;
}
.customer-account-login .login-container .action.remind {
  font-weight: 500;
}

@media (min-width: 768px) {
  .block-name-heading {
    line-height: 38px;
  }
}
.catalog-product_compare-index .page-title-wrapper .page-title, .catalog-product_compare-index .page-title-wrapper .filter-title {
  margin-bottom: 40px;
}
.catalog-product_compare-index .page-title-wrapper .page-title:after, .catalog-product_compare-index .page-title-wrapper .filter-title:after {
  height: 4px;
  transform: inherit;
  width: 80px;
}
.catalog-product_compare-index .table-wrapper.comparison .cell.label {
  background: #FFF;
  left: 0;
  position: sticky;
  z-index: 10;
}
.catalog-product_compare-index .learn-more:hover span, .catalog-product_compare-index .learn-more:focus span, .catalog-product_compare-index .learn-more:hover, .catalog-product_compare-index .learn-more:focus {
  color: #FFF;
}
.catalog-product_compare-index .table-wrapper.comparison .price-item-label--darkGrey,
.catalog-product_compare-index .price-item-label.price-item-label--blue,
.catalog-product_compare-index .action.print.hidden-print,
.catalog-product_compare-index .table-wrapper.comparison .cell,
.catalog-product_compare-index .cell .attribute.label,
.catalog-product_compare-index .price-item-label,
.catalog-product_compare-index .product-item-name-link,
.catalog-product_compare-index .compare-price {
  font-family: "BMW Type Next Latin TT", sans-serif;
}
.catalog-product_compare-index .table-wrapper.comparison .product-item-name-link {
  font-size: 24px;
  line-height: 29px;
  color: #242424;
}
.catalog-product_compare-index .table-wrapper.comparison .compare-divider {
  border-bottom-color: #E6E6E6;
}
.catalog-product_compare-index .table-wrapper.comparison td.cell.product.attribute:last-child,
.catalog-product_compare-index .table-wrapper.comparison th.cell.label.product-label:first-child {
  border-right-color: #E6E6E6;
}
.catalog-product_compare-index .table-wrapper.comparison .cell:first-child {
  border-left-color: #E6E6E6;
  border-right-color: #E6E6E6;
}
.catalog-product_compare-index .action.print.hidden-print {
  color: #0066B1;
  font-weight: 400;
}
.catalog-product_compare-index .table-wrapper.comparison .price-item-label {
  font-size: 16px;
}
.catalog-product_compare-index .table-wrapper.comparison .action.towishlist {
  background: none;
}
.catalog-product_compare-index .product-attributes-sub-table {
  color: #242424;
  font-size: 20px;
}
.catalog-product_compare-index .product-attributes-sub-table .product-card__status span {
  font-size: 20px;
}
.catalog-product_compare-index .product-attributes-sub-table .attribute.value {
  color: #000;
}
.catalog-product_compare-index .table-wrapper.comparison .action.delete:after {
  height: 18px;
  width: 18px;
}
.catalog-product_compare-index .table-wrapper.comparison td.cell.product.attribute:last-child,
.catalog-product_compare-index .table-wrapper.comparison .cell.product.info:last-child {
  border-right: 0;
  min-width: 312px;
  padding-right: 0;
}
.catalog-product_compare-index tr:not(.product-attributes-row) td.cell.product.attribute .attribute:last-child {
  border-bottom: 1px solid #E4DCD3;
}

.subscriptions {
  margin-left: -16px;
  margin-right: -16px;
}
.subscriptions .subscriptions__product-title:after {
  background: #0066B1;
}
.subscriptions .subscriptions__paket {
  background: linear-gradient(297.74deg, #003D78 0%, #0066B1 100%);
  box-shadow: 2px 2px 25px 0 rgba(36, 36, 36, 0.1);
}
.subscriptions .subscriptions__paket-button {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.subscriptions .subscriptions__paket-button:hover {
  color: #0066B1;
}
.subscriptions .subscriptions__cycle-text {
  color: #0066B1;
}
.subscriptions .subscriptions__status {
  font-weight: 400;
}
.subscriptions .subscriptions__collapsible.active .subscriptions__status-info,
.subscriptions .subscriptions__title,
.subscriptions .subscriptions__product-title,
.subscriptions .subscriptions__status-info,
.subscriptions .subscriptions__status,
.subscriptions .subscriptions__cycle-text,
.subscriptions .subscriptions__paket-per-paket,
.subscriptions .subscriptions__product-attr-item,
.subscriptions .subscriptions__link {
  font-family: "BMW Type Next Latin TT", sans-serif;
}
.subscriptions .subscriptions__link {
  color: #0066B1;
}
.subscriptions .subscriptions__title {
  font-weight: 300;
  text-transform: initial;
}
.subscriptions .subscriptions__title:after {
  background-image: url("../src/sprites/svg/icon-plus.svg");
}
.subscriptions .subscriptions__collapsible.allow.active .subscriptions__title:after {
  background-image: url("../src/sprites/svg/icon-minus.svg");
}
.subscriptions .subscriptions__status--pending {
  background-image: url("../src/sprites/svg/clock.svg");
}
.subscriptions .subscriptions__status--suspended {
  background-image: url("../src/sprites/svg/suspended.svg");
}
.subscriptions .subscriptions__status--notice,
.subscriptions .subscriptions__status--canceled {
  background-image: url("../src/sprites/svg/cancelled.svg");
}
.subscriptions .subscriptions__status-wrap,
.subscriptions .subscriptions__status {
  color: #000;
}
.subscriptions .subscriptions__paket-button[disabled] {
  border-color: #6fabd1;
  color: #6fabd1;
}
.subscriptions .subscriptions__paket-title--main {
  border-color: #E6E6E6;
  font-weight: 700;
}
.subscriptions .subscriptions__paket-per-paket,
.subscriptions .subscriptions__paket-title-size {
  font-weight: 400;
}
.subscriptions .subscriptions__pending-box-list-item,
.subscriptions .subscriptions__status--active {
  background: url("../src/sprites/svg/checkmark-grey.svg") no-repeat left center;
}
.subscriptions .subscriptions__product-attr-item--car-fuel-icon {
  background: url("../src/sprites/svg/gas.svg") no-repeat left center;
}
.subscriptions .subscriptions__product-attr-item--drive-icon {
  background: url("../src/sprites/svg/tire.svg") no-repeat left center;
}
.subscriptions .subscriptions__product-attr-item--transmission-icon {
  background: url("../src/sprites/svg/gearbox.svg") no-repeat left center;
}
.subscriptions .subscriptions__product-attr-item--ps-icon {
  background: url("../src/sprites/svg/power-ps.svg") no-repeat left center;
}
.subscriptions .subscriptions__progress-bar-wrap {
  background: #E1EBFA;
}
.subscriptions .subscriptions__progress-bar {
  background: #0066B1;
}
.subscriptions .subscriptions__pending-box {
  border-color: #E6E6E6;
}
.subscriptions .subscriptions__pending-box-title {
  font-weight: 700;
}
.subscriptions .packet__distance {
  color: #0066B1;
  line-height: 54px;
}
.subscriptions .packet__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.subscriptions .packet__date-value,
.subscriptions .packet__date-title,
.subscriptions .packet__info,
.subscriptions .packet__data {
  font-weight: 300;
}
.subscriptions .packet__date-value {
  line-height: 33px;
}
.subscriptions .subscriptions__image {
  margin-top: 0;
}
.subscriptions .subscriptions__product-title {
  margin-bottom: 7px;
}
.subscriptions .subscriptions__collapsible.allow.active {
  padding-left: 16px;
  padding-right: 16px;
}
.subscriptions .subscriptions__collapsible {
  padding: 23px 16px;
}
@media (min-width: 768px) {
  .subscriptions {
    margin-left: 0;
    margin-right: 0;
  }
  .subscriptions .subscriptions__product-title {
    margin-bottom: 0;
  }
  .subscriptions .subscriptions__content,
.subscriptions .subscriptions__collapsible.allow.active {
    background: #F9F9F9;
    border-bottom-color: #E6E6E6 !important;
    border-top-color: #E6E6E6 !important;
  }
  .subscriptions .subscriptions__collapsible {
    padding: 36px 24px;
  }
  .subscriptions .subscriptions__paket-per-paket,
.subscriptions .subscriptions__paket-title-size {
    font-weight: 300;
  }
}

.subscription-modal .subscriptions__button-disabled .button[disabled], .subscription-modal .subscriptions__button-disabled button[disabled], .subscription-modal .subscriptions__button-disabled .block-authentication [disabled].action.action-login, .block-authentication .subscription-modal .subscriptions__button-disabled [disabled].action.action-login,
.subscription-modal .subscriptions__button-disabled .block-authentication [disabled].action.action-register,
.block-authentication .subscription-modal .subscriptions__button-disabled [disabled].action.action-register, .subscription-modal .subscriptions__button-disabled .product [disabled].action.tocart, .product .subscription-modal .subscriptions__button-disabled [disabled].action.tocart, .subscription-modal .subscriptions__button-disabled .account [disabled].order-history-empty__button, .account .subscription-modal .subscriptions__button-disabled [disabled].order-history-empty__button,
.subscription-modal .subscriptions__button-disabled .account [disabled].order-history__link,
.account .subscription-modal .subscriptions__button-disabled [disabled].order-history__link,
.subscription-modal .subscriptions__button-disabled .account [disabled].action.save.primary,
.account .subscription-modal .subscriptions__button-disabled [disabled].action.save.primary, .subscription-modal .subscriptions__button-disabled .customer-account-login [disabled].action.login.primary, .customer-account-login .subscription-modal .subscriptions__button-disabled [disabled].action.login.primary,
.subscription-modal .subscriptions__button-disabled .customer-account-login [disabled].action.create.primary,
.customer-account-login .subscription-modal .subscriptions__button-disabled [disabled].action.create.primary, .subscription-modal .subscriptions__button-disabled .customer-account-create [disabled]#submit-create-account.action, .customer-account-create .subscription-modal .subscriptions__button-disabled [disabled]#submit-create-account.action, .subscription-modal .subscriptions__button-disabled .catalog-product_compare-index [disabled].learn-more, .catalog-product_compare-index .subscription-modal .subscriptions__button-disabled [disabled].learn-more, .subscription-modal .subscriptions__button-disabled .subscriptions-empty [disabled].subscriptions-empty__button, .subscriptions-empty .subscription-modal .subscriptions__button-disabled [disabled].subscriptions-empty__button, .subscription-modal .subscriptions__button-disabled .subscriptions [disabled].subscriptions-empty__text--big, .subscriptions .subscription-modal .subscriptions__button-disabled [disabled].subscriptions-empty__text--big {
  background: #b2d1e8;
  border-color: #b2d1e8;
  color: #FFF;
}

.packet__progress-bg {
  stroke: #E1EBFA;
}

.packet__progress-meter {
  stroke: #003D78;
}

.page-404__link {
  font-family: "BMW Type Next Latin TT", sans-serif;
}

.wishlist-index-index .wishlist-item__form button {
  font-weight: 700;
  max-width: 288px;
}

#notice-cookie-block {
  background: linear-gradient(270deg, #62BAFF 0%, #0066B1 100%);
  font-family: "BMW Type Next Latin TT", sans-serif;
}
#notice-cookie-block .content .notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
#notice-cookie-block .action.allow {
  color: #0066B1;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
#notice-cookie-block .action.allow:hover {
  background-color: #ffffff;
  color: #0653b6;
}

.header {
  background-image: linear-gradient(to right, rgba(217, 217, 217, 0.15) 0%, #DEDEDE 100%);
}
.header__logo-img {
  width: 130px;
  height: 42px;
}
@media (min-width: 1025px) {
  .header__logo-img {
    width: 184px;
    height: 60px;
  }
}
.header__lng {
  font-family: "BMW Type Next Latin TT";
}

body {
  font-family: "BMW Type Next Latin TT", sans-serif;
  color: #262626;
}

.heading {
  font-family: "BMW Type Next Latin TT", serif;
  font-weight: 600;
}

.user__welcome, .user__menu-link--welcome, .user__menu-list li.welcome span {
  font-weight: 700;
}
.user__trigger-icon {
  stroke: #0066B1;
  fill: white;
}
.user__menu-list-item, .user__menu-list li {
  border-bottom-color: #DEDEDE;
}
.user--logged .user__trigger-icon {
  stroke: #0066B1;
  fill: #0066B1;
  color: #0066B1;
}
@media (min-width: 1025px) {
  .user__menu-link, .user__menu-list li.current strong, .user__menu-list li a {
    font-weight: 500;
  }
  .user__menu-link--wishlist, .user__menu-list li.wishlist a {
    background-image: url("../src/sprites/svg/star.svg");
  }
}

.fotorama__thumb:after {
  background: #0066B1;
}
.fotorama__thumb__arr {
  width: 40px;
  height: 40px !important;
  top: 5px !important;
}
.fotorama__thumb__arr .fotorama__thumb--icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background: url("../src/sprites/svg/arrow-in-circle.svg") center center no-repeat !important;
}

.product__label {
  font-weight: 700;
}
.product__label--special, .product-card__label--special {
  background: linear-gradient(to right, #0E8BDC 0%, #0066B1 100%);
}
.product__label--special:before, .product-card__label--special:before {
  border-right-color: #0E8BDC;
}
.product__city {
  font-family: "BMW Type Next Latin TT", sans-serif;
}
.product__city .car-city__title {
  color: #000;
}
.product__city .car-city__link {
  color: #0066B1;
  display: inline-flex;
  align-items: center;
}
.product__city .car-city__link:before {
  content: "";
  background: url("../src/sprites/svg/arrow-down-blue.svg") no-repeat center center;
  background-size: 16px 10px;
  width: 16px;
  height: 10px;
  display: block;
}
.product .action.towishlist .action-icon {
  position: relative;
  top: -1px;
}
@media (min-width: 1025px) {
  .product-info-main .product-options-wrapper .fieldset .field .label {
    font-size: 24px;
  }
  .product__city .car-city__img {
    margin-right: 20px;
  }
  .product__city .car-city__icon {
    width: 80px;
    height: 80px;
  }
}

.product__attribute {
  border-color: #DEDEDE;
}
.product__attribute-title:after {
  background-size: 19px 13px;
}

.features {
  border-color: #DEDEDE !important;
}
.features [data-content-type=text] {
  background-position: left top 2px;
}

.checkout-index-index .steps-progress__step-line:after {
  background: #0066B1;
}
.checkout-index-index .steps-progress__step--valid .steps-progress__step-status, .checkout-index-index .steps-progress__step--active .steps-progress__step-status {
  background: #0066B1;
  border-color: #0066B1;
}
.checkout-index-index .steps-progress__step--current .steps-progress__step-status {
  background: #0066B1;
  border-color: #0066B1;
}
@media (min-width: 1025px) {
  .checkout-index-index .steps-progress__step-title {
    font-weight: 300;
  }
  .checkout-index-index .steps-progress__step-icon {
    width: 16px;
    height: 16px;
  }
}

.checkout-index-index .mini-product__option {
  border-color: #000;
  color: #000;
  font-weight: 300;
}
.checkout-index-index .mini-product__name:after {
  background: #0066B1;
}
.checkout-index-index .mini-product__annot {
  color: #000;
}

.checkout-index-index .drivers .remove-link {
  font-weight: 400;
}
.checkout-index-index .drivers .block__form-wrapper {
  border-color: #DEDEDE;
  border-radius: 2px;
}
.checkout-index-index .checkout__sidebar, .checkout-index-index .checkout__actions {
  background: #f9f9f9;
}
.checkout-index-index .checkout__totals {
  border-bottom-color: #ececec;
  padding-bottom: 24px;
}
.checkout-index-index .customer-overview__discount-block {
  border-top-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
}
.checkout-index-index .customer-overview__link-edit {
  background-image: url("../src/sprites/svg/edit.svg");
}
.checkout-index-index .block__title {
  font-weight: 300;
}
.checkout-index-index .bordered-bottom {
  border-color: #DEDEDE;
}

.lds-spinner div:after {
  background: #0066B1 !important;
}

.price-slider {
  border-bottom-color: #DEDEDE;
}
.price-slider__title {
  font-weight: 700;
}
.price-slider__input-holder {
  font-weight: 400;
}
.ui-slider-range, .ui-slider-handle {
  background: #0066B1;
}
.ui-slider-horizontal {
  background: #666;
}

.filter-title {
  color: #000;
  padding-bottom: 5px;
}
.filter-options-item {
  border-bottom-color: #DEDEDE;
}
.filter-current {
  background: #6F6F6F;
  border-color: transparent;
}
.filter-current-item {
  border-color: #DEDEDE;
  background: #fafafa;
  font-family: inherit;
}
.filter-current-content {
  background-color: transparent !important;
}
@media (min-width: 1025px) {
  .filter {
    background: #FAFAFA;
  }
  .filter-title {
    padding-bottom: 2px;
  }
  .filter-current {
    background-color: transparent;
  }
  .filter-title {
    margin-top: 0;
  }
}

.zipcode-form {
  border-bottom-color: #DEDEDE;
}
.zipcode-form__desc {
  font-weight: 300;
}

.faq__item-title {
  top: 0;
}
.faq__item {
  border-color: #DEDEDE !important;
}
.faq__item-title {
  top: 0;
}
.faq__item-title:after {
  background-size: 20px 12px !important;
  background-image: url("../src/sprites/svg/dropdown-down.svg") !important;
}
.faq__item--active .faq__item-title:after {
  background-image: url("../src/sprites/svg/dropdown-up.svg") !important;
}

.package__content {
  font-family: "MINI Sans Serif", sans-serif;
}
.package__distance {
  font-family: "MINI Serif", serif;
}

.tooltip:after {
  font-family: "MINI Sans Serif", sans-serif;
}

.coupon__title {
  font-weight: 700;
  color: #000;
}
.coupon .customer-overview__field-choice:after {
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-position: center center;
  background-size: 19px 13px;
}
.coupon.discount-block--active .customer-overview__field-choice:after {
  background-image: url("../src/sprites/svg/dropdown-up.svg");
}

.pages-items li.current .pages .page, .pages .pages-items li.current .page {
  border-color: #0066B1;
  background: #0066B1;
}

.footer__top {
  background-color: #666;
  color: white;
}
.footer__bottom {
  background-color: #262626;
  color: white;
  font-weight: 300;
}
.footer__links a {
  font-weight: 300;
  color: white;
  text-transform: none;
  text-decoration: underline;
}
.footer__nav h3:after {
  background-image: url("../src/sprites/svg/dropdown-down-white.svg");
}
.footer__nav a {
  color: white;
}

.social__link {
  background-color: #636463 !important;
}
.social:after {
  background: linear-gradient(to right, rgb(228, 220, 211) 0%, #666 100%) !important;
}

.product-item-link {
  color: #262626;
}
.product-item-name:after {
  background: #0066B1;
}
.product-item .price-box .price-container .price, .product-item .price-box .price-container .price-label, .product-item .price-box .price-container .price-label-custom {
  color: inherit;
}
.product-item .price-box .price-container .price-label-custom {
  color: #262626;
}
.product-item .price-box[data-role=priceBox] {
  color: #0066B1;
}
.product-card__status-icon {
  fill: #6F6F6F;
  max-height: 12px;
}
.product-card__attribute-icon {
  max-height: none;
}
.product-item-actions .action-icon {
  fill: white;
}

.share__link, .product .action.towishlist, .product .action.tocompare {
  color: #0066B1;
}
.share__link-icon, .product .action .action-icon {
  fill: white;
}

.toolbar-amount span {
  color: #0066B1;
  font-weight: 300;
}

.breadcrumbs {
  color: #000;
}

.stripe__card.StripeElement--focus {
  border-color: #0066B1;
}

.payments__nav-item {
  border-color: #0066B1;
}
.payments__nav-item--active {
  background: linear-gradient(to bottom, #e5f1ff, #fff);
}
.payments__tabs {
  border-color: #0066B1;
}

.payment__name {
  border-bottom-color: #0066B1;
}
.payment__action {
  background: #0066B1;
}

.account .wrapper__documents {
  margin-bottom: 3rem;
}
.account .document__download {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.account .document__download-block {
  margin: 2px 0 0;
}
.account .document__download-insurance {
  display: flex;
  align-items: center;
}
.account .document__download-insurance svg {
  width: 20px;
  height: 20px;
  fill: #0066B1;
  margin-right: 10px;
}
.account .document__download-insurance a {
  color: #0066B1;
  margin-top: 2px;
}

.navigation ul li {
  border-bottom-color: #DEDEDE;
}
.navigation a {
  transition: opacity 0.3s ease-in-out;
}
.navigation a:hover {
  color: #000;
  opacity: 0.7;
}
.navigation .category-item.active, .navigation .category-item.active a {
  font-weight: 700;
  color: #0066B1;
}

.language__current {
  color: #000;
}
.language__current:after {
  background-image: url("../src/sprites/svg/small-dropdown-down.svg");
  background-size: 13px 7px;
}

.filter-title {
  text-transform: none;
}
.filter-title:after {
  height: 2px;
}
.filter-options-title, .filter-current-subtitle {
  text-transform: none;
}
.filter-options-title:after, .filter-current-subtitle:after {
  width: 48px;
  height: 2px;
}
.filter-options-title:after, .filter-current-subtitle:after {
  width: 24px;
  height: 24px;
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  background-size: 19px 12px;
  flex: 0 0 24px;
}
.filter-options-item.active .filter-options-title:after, .filter-options-item.active .filter-current-subtitle:after {
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  transform: rotate(180deg);
}
.filter-current-item-label {
  font-weight: 300;
  margin-right: 4px;
}
.filter-current-item-value {
  font-weight: 700;
  margin-right: 16px;
}
.filter-current-item .action {
  display: block;
  flex: 0 0 14px;
}
.filter-current-item .action-icon {
  width: 14px;
  height: 14px;
  fill: #000;
  display: block;
}
.filter-current-item .action-label {
  display: none;
}
.filter-current-inner.active .filter-current-subtitle:after {
  background-image: url("../src/sprites/svg/dropdown-down.svg");
  transform: rotate(180deg);
}

div.custom_filter-brand .apply-button {
  margin-bottom: 20px;
}

#zipcode-form div.input-wrapper span.reset-zip-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 15px;
}
#zipcode-form div.input-wrapper span.reset-zip-filter:before {
  position: absolute;
  width: 100%;
  content: "";
  transform: rotate(-45deg);
  background-color: #1c69d4;
  height: 2px;
}
#zipcode-form div.input-wrapper span.reset-zip-filter:after {
  position: absolute;
  width: 100%;
  content: "";
  transform: rotate(45deg);
  background-color: #1c69d4;
  height: 2px;
}

/*# sourceMappingURL=main.css.map */
