ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: 700;
}
.tp-widget-businessinfo,
.tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.tp-widget-review__source__information .information-text {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
}
.tp-widget-humanscore,
.tp-widget-empty-horizontal__title,
.tp-widget-empty-vertical__title,
.bold-underline {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tp-widget-humanscore,
  .tp-widget-empty-horizontal__title,
  .tp-widget-empty-vertical__title,
  .bold-underline {
    font-weight: 600;
  }
}
.tp-widget-review__source__information .information-title {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 700;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.hidden {
  display: none;
}
.tp-widget-loader,
.tp-widget-fallback {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tp-widget-review__source__information {
  background-color: #fff;
  border: 1px solid #dcdce6;
  border-radius: 2px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  color: #1b1b21;
  display: none;
  left: -50px;
  line-height: 16px;
  padding: 16px 8px;
  position: absolute;
  top: calc(100% + 12px);
  z-index: 10;
  cursor: default;
}
@media screen and (min-width: 530px) {
  .tp-widget-review__source__information {
    padding: 16px;
  }
}
#fallback-logo {
  display: none;
}
.no-svg #fallback-logo {
  display: inline-block;
}
.tp-widget-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .tp-widget-wrapper--fullwidth {
    max-width: 100%;
  }
  .tp-widget-wrapper--fullwidth .tp-widget-attributes-scores-wrapper {
    border-bottom: 1px solid #d6d6d6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .tp-widget-wrapper--fullwidth
    .tp-widget-attributes-scores-wrapper
    .tp-widget-scores,
  .tp-widget-wrapper--fullwidth
    .tp-widget-attributes-scores-wrapper
    .tp-widget-attributes {
    border-bottom: none;
  }
  .tp-widget-wrapper--fullwidth
    .tp-widget-attributes-scores-wrapper
    .tp-widget-scores {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.tp-stars .tp-star__canvas,
.tp-stars .tp-star__canvas--half {
  fill: #dcdce6;
}
.tp-stars .tp-star__shape {
  fill: #fff;
}
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas,
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas--half {
  fill: #ff3722;
}
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas,
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
  fill: #ff8622;
}
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas,
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
  fill: #ffce00;
}
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #73cf11;
}
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-stars--1--half .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
  fill: #ff3722;
}
.tp-stars--2--half .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
  fill: #ff8622;
}
.tp-stars--3--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #ffce00;
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-widget-loader,
.tp-widget-fallback {
  max-width: 50%;
  text-align: center;
  width: 400vh;
}
.tp-widget-loader svg,
.tp-widget-fallback svg {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .tp-widget-loader,
  .tp-widget-fallback {
    max-width: 200px;
  }
}
.tp-widget-loader--loaded {
  opacity: 0;
}
.bold-underline {
  border-bottom: 1px solid rgba(25, 25, 25, 0.6);
}
.bold-underline:hover {
  border-color: #191919;
}
.dark {
  color: #fff;
}
.dark a {
  color: #fff;
}
.dark .bold-underline:not(.bold-underline--single-theme) {
  border-color: rgba(255, 255, 255, 0.6);
}
.dark .bold-underline:not(.bold-underline--single-theme):hover {
  border-color: #fff;
}
.dark .tp-logo__text {
  fill: #fff;
}
.dark .tp-widget-loader .tp-logo__text {
  fill: #191919;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html {
  height: 100%;
}
svg {
  display: block;
  width: 100%;
}
a {
  color: #191919;
  text-decoration: none;
}
.tp-widget-empty-vertical {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.tp-widget-empty-vertical__title {
  font-size: 18px;
  margin: 0 0 12px;
  text-align: center;
}
.tp-widget-empty-vertical__stars {
  margin: 0 0 8px;
  width: 150px;
}
.tp-widget-empty-vertical__subtitle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tp-widget-empty-vertical__subtitle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-align: center;
}
.tp-widget-empty-vertical__logo {
  margin: 0 0 5px 5px;
  width: 90px;
}
.tp-widget-empty-horizontal {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.tp-widget-empty-horizontal__title {
  font-size: 14px;
  text-align: center;
}
.tp-widget-empty-horizontal__logo {
  margin: 0 0 5px 5px;
  width: 90px;
}
@media screen and (max-width: 300px) {
  .tp-widget-empty-vertical__subtitle-wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tp-widget-empty-vertical__logo {
    margin: 5px 0 0;
  }
  .tp-widget-empty-horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tp-widget-empty-horizontal__logo {
    margin: 0;
  }
}
.tp-widget-review__source {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #6c6c85;
}
.tp-widget-review__source__information {
  width: 180px;
}
@media screen and (min-width: 530px) {
  .tp-widget-review__source__information {
    width: 250px;
  }
}
.tp-widget-review__source__information a {
  color: #1a66ff;
  text-decoration: underline;
}
.tp-widget-review__source__information .information-title {
  color: #1b1b21;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
}
.tp-widget-review__source__information .information-text {
  color: #1b1b21;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.tp-widget-review__source__arrow {
  background-color: #fff;
  border-left: 1px solid #dcdce6;
  border-top: 1px solid #dcdce6;
  content: "";
  display: block;
  position: absolute;
  left: 28%;
  top: -8px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
}
@media screen and (min-width: 530px) {
  .tp-widget-review__source__arrow {
    left: 20%;
  }
}
.tp-widget-review__source:hover .tp-widget-review__source__information {
  display: block;
}
.tp-widget-review__source:hover .tp-widget-review__source__information a {
  text-decoration: underline;
}
.tp-widget-review__source:hover::after {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.top-row {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.top-row .tp-widget-stars {
  margin: 0 0 12px;
  width: 99px;
}
.tp-widget-review__source {
  display: block;
  min-width: 0;
}
.verification-label-wrapper {
  position: relative;
}
.verification-label-wrapper .verification-label {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  overflow: hidden;
}
.verification-label-wrapper .verification-label .label-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 14px;
  margin: 0 4px 2px auto;
  width: 14px;
}
.verification-label-wrapper .verification-label .label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark .tp-widget-review .name,
.dark .tp-widget-review .date {
  color: rgba(255, 255, 255, 0.6);
}
.dark .tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label {
  color: #fff;
}
.dark .tp-widget-review-next .svg-slider-arrow .arrow-slider-circle,
.dark .tp-widget-review-prev .svg-slider-arrow .arrow-slider-circle {
  stroke: rgba(255, 255, 255, 0.6);
}
.dark .tp-widget-review-next .svg-slider-arrow .arrow-slider-shape,
.dark .tp-widget-review-prev .svg-slider-arrow .arrow-slider-shape {
  fill: rgba(255, 255, 255, 0.6);
}
.dark
  .tp-widget-review-next.display-none
  .svg-slider-arrow
  .arrow-slider-circle,
.dark
  .tp-widget-review-prev.display-none
  .svg-slider-arrow
  .arrow-slider-circle {
  stroke: rgba(255, 255, 255, 0.3);
}
.dark .tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-shape,
.dark
  .tp-widget-review-prev.display-none
  .svg-slider-arrow
  .arrow-slider-shape {
  fill: rgba(255, 255, 255, 0.3);
}
.dark .tp-widget-review__source {
  color: #fff;
}
html {
  -webkit-font-smoothing: antialiased;
}
.tp-widget-wrapper {
  max-width: none;
  min-height: 150px;
  min-width: 300px;
  will-change: transform;
}
.tp-widget-wrapper .wrapper-left {
  text-align: center;
  z-index: 100;
}
.tp-widget-wrapper .wrapper-left :focus {
  outline-offset: -2px;
}
.tp-widget-wrapper .wrapper-right {
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
}
.tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label {
  color: #191919;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 0 0 20px;
}
.tp-widget-profile-link {
  display: block;
}
.tp-widget-humanscore {
  font-size: 24px;
  margin: 0 0 12px;
  display: block;
}
.tp-widget-stars {
  margin: 0 auto 12px;
  width: 162px;
  display: block;
}
.tp-widget-businessinfo {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 16px;
  display: block;
}
@media screen and (max-height: 139px) {
  .tp-widget-businessinfo {
    margin-bottom: 8px;
  }
}
.tp-widget-logo {
  margin: 0 auto;
  width: 106px;
  display: block;
}
.tp-widget-reviews-wrapper {
  overflow: hidden;
  position: relative;
}
.tp-widget-reviews {
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.tp-widget-review {
  display: inline-block;
  height: 110px;
  margin: 0 15px 10px 0;
  padding: 0 0 0 20px;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
@media screen and (max-height: 139px) {
  .tp-widget-review {
    margin-bottom: 0;
  }
}
.tp-widget-review .header {
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.tp-widget-review .text {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 8px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.tp-widget-review .text-single-line {
  white-space: nowrap;
}
.tp-widget-review .date-and-user-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
}
.tp-widget-review .date-and-user-info-wrapper .name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 120%;
}
.tp-widget-review .date-and-user-info-wrapper .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3px;
}
.tp-widget-review-prev {
  left: 0;
}
.tp-widget-review-prev .svg-slider-arrow {
  transform: translate(-50%, -50%);
}
.tp-widget-review-next {
  right: 0;
}
.tp-widget-review-next .svg-slider-arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}
.tp-widget-review-next,
.tp-widget-review-prev {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
.tp-widget-review-next .svg-slider-arrow,
.tp-widget-review-prev .svg-slider-arrow {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: block;
  left: 50%;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
}
.tp-widget-review-next .svg-slider-arrow:hover,
.tp-widget-review-prev .svg-slider-arrow:hover {
  background: #c2d5f7;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tp-widget-review-next .svg-slider-arrow .arrow-slider-circle,
.tp-widget-review-prev .svg-slider-arrow .arrow-slider-circle {
  stroke: #191919;
}
.tp-widget-review-next .svg-slider-arrow .arrow-slider-shape,
.tp-widget-review-prev .svg-slider-arrow .arrow-slider-shape {
  fill: #191919;
}
.tp-widget-review-next .svg-slider-arrow svg,
.tp-widget-review-prev .svg-slider-arrow svg {
  height: 24px !important;
  width: 24px !important;
}
.tp-widget-review-next.display-none,
.tp-widget-review-prev.display-none {
  cursor: default;
}
.tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-circle,
.tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-circle {
  stroke: #d1d1d1;
}
.tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-shape,
.tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-shape {
  fill: #d1d1d1;
}
.tp-widget-review-next.display-none button:hover,
.tp-widget-review-prev.display-none button:hover {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 520px) {
  .tp-widget-wrapper .wrapper-left {
    float: left;
    width: 200px;
  }
  .tp-widget-wrapper .wrapper-right {
    float: left;
    margin: 0;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 728px) {
  .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
  .tp-widget-wrapper .wrapper-right .tp-widget-review__source__information {
    width: 250px;
  }
  .tp-widget-wrapper .wrapper-right .tp-widget-review__source__arrow {
    left: 20%;
  }
}
@media screen and (min-width: 930px) {
  .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1175px) {
  .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}

.vue-tel-input {
    border-radius: 3px;
    display: flex;
    border: 1px solid #bbb;
    text-align: left
}

.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled .selection,.vue-tel-input.disabled input {
    cursor: no-drop
}

.vue-tel-input:focus-within {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    border-color: #66afe9
}

.vti__dropdown {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.vti__dropdown.show {
    max-height: 300px;
    overflow: scroll
}

.vti__dropdown.disabled,.vti__dropdown.open {
    background-color: #f3f3f3
}

.vti__dropdown.disabled {
    cursor: no-drop;
    outline: none
}

.vti__dropdown:hover {
    background-color: #f3f3f3
}

.vti__selection {
    font-size: .8em;
    display: flex;
    align-items: center
}

.vti__selection .vti__country-code {
    color: #666
}

.vti__flag-wrapper {
    display: inline-block;
    width: 30px;
    text-align: center
}

.vti__flag {
    margin-right: 5px;
    margin-left: 5px
}

.vti__dropdown-list {
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc
}

.vti__dropdown-list.below {
    top: 33px
}

.vti__dropdown-list.above {
    top: auto;
    bottom: 100%
}

.vti__dropdown-arrow {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    display: inline-block;
    color: #666
}

.vti__dropdown-item {
    cursor: pointer;
    padding: 4px 15px
}

.vti__dropdown-item.highlighted {
    background-color: #f3f3f3
}

.vti__dropdown-item.last-preferred {
    border-bottom: 1px solid #cacaca
}

.vti__dropdown-item .vti__flag {
    display: inline-block;
    margin-right: 5px
}

.vti__input {
    border: none;
    border-radius: 0 2px 2px 0;
    width: 100%;
    outline: none;
    padding-left: 7px
}

.vti__search_box {
    border: 1px solid #ccc;
    width: 94%;
    padding: 7px;
    margin: 2px 2px
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

:after,:before {
    content: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: initial
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: initial
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: initial;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: initial
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.container {
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.container,.container.checkout-container {
    max-width: 1358px
}

.container .row {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: -10px;
    margin-left: -10px
}

.container .col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 8px
}

.container .col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 8px
}

.container .col-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 8px
}

.container .col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 8px
}

.container .col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 8px
}

.container .col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 8px
}

.container .col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 8px
}

.container .col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 8px
}

.container .col-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 8px
}

.container .col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 8px
}

.container .col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 8px
}

.container .col-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 8px
}

.container .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 8px
}

.container .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 8px
}

.container .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 8px
}

.container .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 8px
}

.container .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 8px
}

.container .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 8px
}

.container .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 8px
}

.container .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 8px
}

.container .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 8px
}

.container .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 8px
}

.container .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 8px
}

.container .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 8px
}

@media screen and (min-width: 768px) {
    .container .col-md-1 {
        flex:0 0 auto;
        width: 8.33333%;
        padding: 0 8px
    }

    .container .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
        padding: 0 8px
    }

    .container .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
        padding: 0 8px
    }

    .container .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
        padding: 0 8px
    }

    .container .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
        padding: 0 8px
    }

    .container .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0 8px
    }

    .container .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
        padding: 0 8px
    }

    .container .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
        padding: 0 8px
    }

    .container .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
        padding: 0 8px
    }

    .container .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
        padding: 0 8px
    }

    .container .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
        padding: 0 8px
    }

    .container .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 8px
    }
}

@media screen and (min-width: 992px) {
    .container .col-lg-1 {
        flex:0 0 auto;
        width: 8.33333%;
        padding: 0 8px
    }

    .container .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
        padding: 0 8px
    }

    .container .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        padding: 0 8px
    }

    .container .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
        padding: 0 8px
    }

    .container .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
        padding: 0 8px
    }

    .container .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0 8px
    }

    .container .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
        padding: 0 8px
    }

    .container .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
        padding: 0 8px
    }

    .container .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
        padding: 0 8px
    }

    .container .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
        padding: 0 8px
    }

    .container .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
        padding: 0 8px
    }

    .container .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 8px
    }
}

@media screen and (min-width: 1358px) {
    .container .col-xl-1 {
        flex:0 0 auto;
        width: 8.33333%;
        padding: 0 8px
    }

    .container .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
        padding: 0 8px
    }

    .container .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
        padding: 0 8px
    }

    .container .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
        padding: 0 8px
    }

    .container .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
        padding: 0 8px
    }

    .container .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0 8px
    }

    .container .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
        padding: 0 8px
    }

    .container .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
        padding: 0 8px
    }

    .container .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
        padding: 0 8px
    }

    .container .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
        padding: 0 8px
    }

    .container .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
        padding: 0 8px
    }

    .container .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 8px
    }
}

@media screen and (min-width: 1694px) {
    .container .col-xxl-1 {
        flex:0 0 auto;
        width: 8.33333%;
        padding: 0 8px
    }

    .container .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
        padding: 0 8px
    }

    .container .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
        padding: 0 8px
    }

    .container .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
        padding: 0 8px
    }

    .container .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
        padding: 0 8px
    }

    .container .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0 8px
    }

    .container .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
        padding: 0 8px
    }

    .container .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
        padding: 0 8px
    }

    .container .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
        padding: 0 8px
    }

    .container .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
        padding: 0 8px
    }

    .container .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
        padding: 0 8px
    }

    .container .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 8px
    }
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    font-family: Inter,sans-serif;
    color: #212b36
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
    color: transparent
}

img:-moz-loading {
    visibility: hidden
}

.hidden {
    display: none!important
}

h1,h2,h3,h4,h5,h6,span.h2,span.h3,span.h4,span.h5,span.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600
}

span.h2,span.h3,span.h4,span.h5,span.h6 {
    display: block
}

h1 {
    font-size: 4rem;
    line-height: 40px
}

h2,span.h2 {
    font-size: 2.8rem;
    line-height: 34px
}

h3,span.h3 {
    font-size: 2.4rem;
    line-height: 28px
}

h4,span.h4 {
    font-size: 2rem;
    line-height: 22px
}

h5,span.h5 {
    font-size: 1.6rem;
    line-height: 21px
}

h6,span.h6 {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500
}

p {
    margin-top: 0
}

@media (max-width: 768px) {
    h1 {
        font-size:3.2rem;
        line-height: 40px
    }

    h2,span.h2 {
        font-size: 2.4rem;
        line-height: 34px
    }

    h3,span.h3 {
        font-size: 2.1rem;
        line-height: 28px
    }

    h4,span.h4 {
        font-size: 1.8rem;
        line-height: 24px
    }

    h5,span.h5 {
        font-size: 1.4rem;
        line-height: 21px
    }

    h6,span.h6 {
        font-size: 1.3rem;
        line-height: 20px;
        font-weight: 500
    }
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid;
    cursor: pointer
}

button[disabled] {
    cursor: default;
    background-color: #ccc;
    border-color: #c5c5c5
}

a.button:hover {
    text-decoration: none
}

@media (hover: hover) and (pointer:fine) {
    a.button:hover {
        color:#fff
    }
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    max-width: 100%
}

input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #637381
}

input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: #637381
}

input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder {
    color: #637381
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width:1024px) {
    input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
        font-size:1.6rem
    }

    input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
        font-size: 1.4rem
    }

    input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
        font-size: 1.4rem
    }

    input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder {
        font-size: 1.4rem
    }

    .vue-tel-input input::-webkit-input-placeholder {
        font-size: 1.4rem
    }

    .vue-tel-input input::-moz-placeholder {
        font-size: 1.4rem
    }

    .vue-tel-input input::placeholder {
        font-size: 1.4rem
    }

    form.trodo-form .address-form .input-block.b_postcode:before,form.trodo-form .address-form .input-block.postcode:before,form.trodo-form .address-form .input-block.shipping_postcode:before {
        line-height: 3.4!important;
        max-height: 50px!important
    }

    form.trodo-form .trodo-dropdown {
        padding: 14px 12px!important;
        line-height: 17px!important
    }

    form.trodo-form .input-block.select .trodo-dropdown {
        line-height: 18px!important
    }
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    background: transparent
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
    border-color: #f49342;
    outline: none
}

input[type=email].error,input[type=number].error,input[type=password].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,textarea.error {
    border-color: #de3618;
    background-color: #fbeae5
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type=checkbox],input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

thead th {
    font-size: 1.3rem;
    padding: 5px 0
}

td,th {
    padding: 15px 8px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
}

.loading-component-box {
    background-color: #efefef;
    width: 100%;
    margin-bottom: 40px;
    height: 30vh
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1
}

.clearfix:after {
    content: "";
    clear: both;
    display: table
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    text-align: center;
    line-height: 5.2;
    opacity: .5;
    transition: .15s
}

.back-to-top button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.back-to-top:hover {
    opacity: 1
}

.needsclick {
    z-index: 1
}

.-t-color {
    color: #212b36
}

.-sub-t-color {
    color: #637381
}

.-border {
    border: 1px solid #c4cdd5;
    border-radius: 6px
}

.-border.-r10 {
    border-radius: 10px
}

.-divider {
    margin: 15px 0;
    border-bottom: 1px solid #dfe3e8
}

.-divider-top {
    border-top: 1px solid #dfe3e8
}

.-divider-bottom {
    border-bottom: 1px solid #dfe3e8
}

.-w-full {
    width: 100%!important
}

.-popup {
    position: absolute;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(33,43,54,.08);
    background: #fff;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10
}

.-popup:after,.-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 21
}

.-popup:after {
    border: 5em solid transparent;
    border-top-width: 0;
    border-bottom-width: 5em;
    border-bottom-color: #fff
}

.-popup:after,.-popup:before {
    font-size: 2px;
    -webkit-clip-path: circle(54% at 50% 95%);
    clip-path: circle(54% at 50% 95%);
    content: "";
    top: -10px
}

.-popup:before {
    border: 5em solid transparent;
    border-top-width: 0;
    border-bottom-width: 5em;
    border-bottom-color: #dfe3e8
}

.-trodo-message {
    padding: 16px 16px 16px 52px;
    border: 1px solid;
    border-radius: 6px;
    position: relative
}

.-trodo-message:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 15px;
    top: 17px;
    border-radius: 50%
}

.-trodo-message b {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 21px
}

.-trodo-message p {
    overflow: hidden;
    font-weight: 500;
    color: #212b36;
    margin-bottom: 0
}

.-trodo-message p+.hint {
    margin-top: 4px
}

.-trodo-message .hint {
    display: inline-block;
    font-weight: 500;
    color: #212b36;
    text-decoration: underline
}

.-trodo-message .-action {
    color: #212b36;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none
}

.-trodo-message .close-btn {
    right: 10px;
    background-color: initial;
    width: 15px;
    height: 15px;
    background-size: 21px
}

.-trodo-message.-success {
    background-color: #f1f8f5;
    border-color: rgba(9,134,73,.4)
}

.-trodo-message.-success:before {
    background-image: url( '/images/img-theme/success.svg' )
}

.-trodo-message.-error {
    background-color: #fbeae5;
    border-color: rgba(222,54,24,.4)
}

.-trodo-message.-error:before {
    background-image: url(svg/20/error-alt.svg)
}

.-trodo-message.-warning {
    background-color: #fffaeb;
    border-color: rgba(181,71,8,.4)
}

.-trodo-message.-warning:before {
    background-image: url( '/images/img-theme/warning.svg' )
}

.-trodo-message.-notice {
    background-color: #ebf4fa;
    border-color: rgba(0,119,199,.4)
}

.-trodo-message.-notice:before {
    background-image: url(svg/20/notice.svg)
}

.-trodo-message.-on-top {
    z-index: 30
}

.-info-icon {
    cursor: pointer
}

.-info-icon:after {
    margin: 1px 0 0 4px;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-image: url(svg/16/info.svg)
}

.-chevron-rotate-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.-chevron-rotate-left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.-chevron,.-chevron-left,.-chevron-right {
    position: relative
}

.-chevron-left:after,.-chevron-right:after,.-chevron:after {
    content: "";
    background-image: url('/images/img-theme/chevron.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 20px;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

.-chevron-left.-chevron-white:after,.-chevron-right.-chevron-white:after,.-chevron.-chevron-white:after {
    background-image: url('/images/img-theme/chevron-white.svg');
}

.-chevron-left.-chevron-blue:after,.-chevron-right.-chevron-blue:after,.-chevron.-chevron-blue:after {
    background-image: url(svg/20/chevron-blue.svg)
}

.-chevron-right:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.-chevron-left:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.-chevron-start:before {
    content: "";
    background-image: url('/images/img-theme/chevron.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 20px;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

.-chevron-top:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.-chevron-bottom:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.-chevron-link {
    text-decoration: none;
    font-weight: 500
}

.-chevron-link:after {
    content: "";
    background-image: url('/images/img-theme/chevron-right-blue.svg');;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5px;
    height: 8px;
    display: inline-block;
    transition: var(--animation-duration);
    position: relative;
    left: 8px;
    top: 0
}

.-chevron-link:hover:after {
    left: 12px
}

.-chevron-left-link {
    text-decoration: none;
    font-weight: 500;
    position: relative
}

.-chevron-left-link:before {
    content: "";
    background-image: url( '/images/img-theme/chevron-small.svg' );
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 15px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: var(--animation-duration);
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.-chevron-left-link:hover:before {
    left: -25px
}

.-checkbox label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-left: 35px
}

.-checkbox label:after,.-checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    left: 0;
    top: -1px
}

.-checkbox input:checked+label:before {
    background-color: #0077c7
}

.-checkbox input:checked+label:after {
    background-image: url('/images/img-theme/check-white.svg');
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat
}

.-checkbox input:disabled+label:after,.-checkbox input:disabled+label:before {
    background-color: #dfe3e8
}

.-checkbox input:disabled+label {
    color: #dfe3e8;
    cursor: not-allowed
}

.-radio label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-left: 35px
}

.-radio label:after,.-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #c4cdd5;
    border-radius: 50%;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto
}

.-radio input:checked+label:before {
    background-color: #0077c7
}

.-radio input:checked+label:after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 13px
}

.-btn-disabled-overlay .-trodo-btn {
    pointer-events: none
}

.-toggle-relay {
    display: inline-block;
    position: relative;
    border: 1px solid #c4cdd5;
    border-radius: 12px;
    padding: 3px
}

.-toggle-relay input {
    height: 0;
    width: 0;
    visibility: visible
}

.-toggle-relay label {
    cursor: pointer;
    text-indent: -9999px;
    width: 32px;
    height: 16px;
    background: #dfe3e8;
    display: block;
    border-radius: 100px;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.-toggle-relay label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #637381;
    border-radius: 90px;
    transition: var(--animation-duration);
    z-index: 10
}

.-toggle-relay label:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    left: -4px;
    bottom: 0;
    width: 38px;
    height: 22px;
    border: 1px solid #0077c7;
    border-radius: 12px;
    opacity: 0
}

.-toggle-relay input:checked+label {
    background-color: #b4e0fa
}

.-toggle-relay input:checked+label:after {
    background-color: #0077c7;
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.-toggle-relay input:focus+label:before,.-toggle-relay input:target+label:before {
    opacity: 1
}

.-toggle-relay input:disabled+label:before {
    opacity: 1;
    background: hsla(0,0%,100%,.6);
    border: transparent;
    top: -4px;
    left: -5px;
    z-index: 20;
    width: 42px;
    height: 24px
}

.-trodo-loading-placeholder {
    position: relative
}

.-trodo-loading-placeholder:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    z-index: 19;
    background-color: hsla(0,0%,100%,.7);
    width: calc(100% + 4px);
    height: 100%
}

.-trodo-loading-circle,.-trodo-loading-grey-circle {
    position: relative;
    overflow: hidden
}

.-trodo-loading-circle:after,.-trodo-loading-grey-circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    background-color: hsla(0,0%,100%,.7);
    width: 100%;
    height: 100%
}

.-trodo-loading-circle:before,.-trodo-loading-grey-circle:before {
    content: "";
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url(svg/assets/trodo-symbol-animation.svg);
    -webkit-animation: loadingD 3.5s linear infinite;
    animation: loadingD 3.5s linear infinite;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20
}

.-trodo-loading-grey-circle:after {
    background-color: rgba(248,249,249,.7)
}

.-trodo-loading {
    position: relative
}

.-trodo-loading>*>* {
    overflow: hidden;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    color: transparent!important;
    border-color: transparent!important;
    background: linear-gradient(90deg,#eee 2%,#ddd 18%,#eee 33%);
    background-size: 1300px
}

.-trodo-loading>*>*>* {
    opacity: 0;
    color: transparent
}

@-webkit-keyframes placeholderAnimate {
    0% {
        background-position: -650px
    }

    to {
        background-position: 650px
    }
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px
    }

    to {
        background-position: 650px
    }
}

.-trodo-loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    background-color: hsla(0,0%,100%,.7);
    width: 100%;
    height: 100%
}

.-back-btn {
    width: 24px;
    height: 24px;
    background-color: #dfe3e8;
    background-image: url( '/images/img-theme/chevron-small.svg' );
    cursor: pointer;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle
}

.-trodo-accordion {
    padding: 0 24px
}

.-trodo-accordion .accordion-item {
    border-bottom: 1px solid #dfe3e8
}

.-trodo-accordion .accordion-item:last-child {
    border-bottom: none
}

.-trodo-accordion .accordion-item .accordion-title {
    font-weight: 600;
    position: relative;
    padding: 16px 16px 16px 0;
    cursor: pointer
}

.-trodo-accordion .accordion-item .accordion-title:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 15px;
    height: 22px
}

.-trodo-accordion .accordion-item .accordion-content {
    color: #637381;
    height: 0;
    opacity: 0
}

.-trodo-accordion .accordion-item.active {
    padding-bottom: 16px
}

.-trodo-accordion .accordion-item.active .accordion-title:after {
    content: "-"
}

.-trodo-accordion .accordion-item.active .accordion-content {
    height: auto;
    opacity: 1
}

.-trodo-day-time .day {
    width: 120px;
    text-overflow: ellipsis
}

.-trodo-day-time .day,.-trodo-day-time .time {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.-trodo-day-time .time {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #dfe3e8;
    border-radius: 100%;
    margin-right: 8px
}

.-trodo-day-time .time.full-time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #287555
}

.-trodo-day-time .time.half-time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #287555
}

.-trodo-day-time .time-value {
    vertical-align: middle
}

.-trodo-tooltip {
    display: block;
    z-index: 9999999;
    max-width: 200px
}

.-trodo-tooltip .tooltip-inner {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px 4px
}

.-trodo-tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #000;
    z-index: 1
}

.-trodo-tooltip[x-placement^=top] {
    margin-bottom: 5px
}

.-trodo-tooltip[x-placement^=top] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.-trodo-tooltip[x-placement^=bottom] {
    margin-top: 5px
}

.-trodo-tooltip[x-placement^=bottom] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.-trodo-tooltip[x-placement^=right] {
    margin-left: 5px
}

.-trodo-tooltip[x-placement^=right] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.-trodo-tooltip[x-placement^=left] {
    margin-right: 5px
}

.-trodo-tooltip[x-placement^=left] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.-trodo-tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: #000;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}

.-trodo-tooltip.popover .popover-arrow {
    border-color: #f9f9f9
}

.-trodo-tooltip[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s,visibility .15s
}

.-trodo-tooltip[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s
}

.-horizontal-separator {
    color: #212b36;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 16px 0;
    justify-content: center;
    display: flex;
    width: 100%;
    font-weight: 600
}

.-horizontal-separator:after,.-horizontal-separator:before {
    content: "";
    background-color: #dfe3e8;
    position: absolute;
    margin: auto;
    height: 1px;
    bottom: 0;
    width: 43%;
    top: 0
}

.-horizontal-separator:after {
    right: 0
}

.-horizontal-separator:before {
    left: 0
}

@-webkit-keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media (min-width: 769px) {
    .-visible-xs {
        display:none
    }
}

@media (max-width: 768px) {
    .-hidden-xs {
        display:none
    }
}

.trodo-dropdown {
    position: relative;
    cursor: pointer;
    line-height: 16px
}

.trodo-dropdown .selected-value {
    overflow-x: clip;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
		width: 100%;
}

.trodo-dropdown .selected-value span {
    white-space: nowrap
}

.trodo-dropdown .selected-value .flag-icon {
    margin-right: 6px
}

.trodo-dropdown:after {
    content: "";
    background-image: url( '/images/img-theme/chevron-small.svg' );
    background-size: 22px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: var(--animation-duration)
}

.trodo-dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.trodo-dropdown.disabled {
    cursor: default;
    background-color: #f8f9f9;
    color: #212b36
}

.trodo-dropdown.disabled:after {
    display: none
}

.trodo-dropdown .dropdown-search {
    margin: 0 15px 10px;
    max-width: calc(100% - 30px);
    padding: 14px!important
}

.trodo-dropdown .inside-search-block {
    position: relative;
    line-height: 22px
}

.trodo-dropdown .inside-search-block label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 20px
}

.trodo-dropdown .inside-search-block .inside-search {
    padding: 0 0 0 30px;
    border: none;
    height: auto
}

.trodo-dropdown .native-select-block {
    padding: 12px 10px;
    line-height: 20px
}

.trodo-dropdown .native-select-block .custom-native-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.trodo-dropdown .native-select-block .custom-native-dropdown label {
    display: none
}

.trodo-dropdown .native-select-block .trodo-native-select {
    cursor: pointer;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    max-height: 100%;
    width: 100%;
    height: 100%;
    background-color: initial;
    position: relative;
    z-index: 1
}

.trodo-dropdown .native-select-block .trodo-native-select::-ms-expand {
    display: none
}

.trodo-dropdown.trodo-dropdown-block-custom-input {
    max-height: 100%;
    height: 100%;
    padding: 8px 20px 8px 10px!important
}

.trodo-dropdown.trodo-dropdown-block-custom-input div {
    height: 100%
}

.trodo-dropdown.trodo-dropdown-block-custom-input:after {
    display: none
}

.trodo-dropdown .inside-custom-input-block {
    line-height: 17px
}

.trodo-dropdown .inside-custom-input-block label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.trodo-dropdown .inside-custom-input-block .inside-custom-number {
    padding: 0;
    border: none;
    height: 100%;
    position: relative;
    z-index: 1
}

.trodo-dropdown .qty-arrows {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #c4cdd5;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.trodo-dropdown .qty-arrows:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #c4cdd5;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto
}

.trodo-dropdown .qty-arrows button {
    position: relative;
    display: block;
    background: #f8f9f9;
    padding: 0;
    border: none;
    height: 50%;
    width: 16px;
    border-radius: 5px;
    transition: var(--animation-duration)
}

.trodo-dropdown .qty-arrows button:hover {
    background-color: #fff
}

.trodo-dropdown .qty-arrows button:active {
    background-color: #dfe3e8
}

.trodo-dropdown .qty-arrows button:disabled {
    background-color: #dfe3e8!important
}

.trodo-dropdown .qty-arrows button.qty-inc {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.trodo-dropdown .qty-arrows button.qty-inc img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.trodo-dropdown .qty-arrows button.qty-dec {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.trodo-dropdown .qty-arrows button img {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    max-width: inherit;
    bottom: 0;
    top: 0;
    margin: auto
}

.trodo-dropdown .dropdown-options-container {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    min-width: 120px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 2px 16px 0 rgba(33,43,54,.08);
    padding: 10px 0;
    z-index: 10;
    cursor: default;
    display: none
}

.trodo-dropdown .dropdown-options-container.-trodo-loading-circle,.trodo-dropdown .dropdown-options-container.-trodo-loading-grey-circle {
    min-height: 180px
}

.trodo-dropdown .dropdown-options-container .input-search-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 2
}

.trodo-dropdown .dropdown-options-container li {
    padding: 5px 15px;
    list-style: none;
    cursor: pointer;
    position: relative
}

.trodo-dropdown .dropdown-options-container li:hover {
    background-color: #f8f9f9
}

.trodo-dropdown .dropdown-options-container li span {
    font-size: 1.3rem;
    color: #637381;
    display: block
}

.trodo-dropdown .dropdown-options-container li a {
    text-decoration: none;
    color: #212b36
}

.trodo-dropdown .dropdown-options-container.chevron li:after {
    content: "";
    background-image: url('/images/img-theme/chevron.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.trodo-dropdown .dropdown-options-container .optgroup:after {
    content: "";
    border-bottom: 1px solid #dfe3e8;
    width: calc(100% - 25px);
    margin: 0 auto 15px;
    display: block;
    box-sizing: border-box;
    padding-top: 15px
}

.trodo-dropdown .dropdown-options-container .optgroup:last-child:after {
    content: "";
    border: none;
    margin-bottom: 0;
    padding-top: 0
}

.trodo-dropdown .dropdown-options-container .optgroup h6 {
    font-size: 1.2rem;
    text-transform: capitalize;
    padding: 0 15px;
    margin-bottom: 5px;
    font-weight: 600
}

.trodo-dropdown .dropdown-options-container .optgroup h6 .back-btn {
    width: 24px;
    height: 24px;
    background-color: #dfe3e8;
    background-image: url( '/images/img-theme/chevron-small.svg' );
    cursor: pointer;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle
}

.trodo-dropdown .dropdown-options-container .optgroup h6 .selected {
    font-size: 1.6rem;
    vertical-align: middle
}

.trodo-dropdown .dropdown-options-container .optgroup.by-search h6 {
    margin-bottom: 0!important
}

.trodo-dropdown .dropdown-options-container .optgroup.by-search:after {
    display: none
}

.trodo-dropdown .dropdown-options-container .country-list-renderer li {
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap
}

.trodo-dropdown .dropdown-options-container .country-list-renderer li span {
    font-size: 1.4rem;
    display: inline-block;
    color: #212b36
}

.trodo-dropdown .dropdown-options-container .country-list-renderer li span.flag-icon {
    margin-right: 6px
}

.trodo-dropdown.open .dropdown-options-container {
    display: block
}

.trodo-dropdown.search-include .dropdown-options-container {
    padding-top: 0
}

.trodo-dropdown.search-include .dropdown-options-container .input-search-block {
    background: #fff;
    padding-top: 10px
}

.trodo-dropdown-hidden-input {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    padding: 0
}

.goverlay {
    background: rgba(33,43,54,.5)!important
}

.glightbox-clean .gclose,.glightbox-modern .gclose {
    background-color: initial!important
}

.gslide-media {
    margin: auto;
    max-width: 95%
}

.gslide-image {
    background-color: #fff
}

.ginlined-content {
    min-height: 300px
}

.ginlined-content iframe {
    max-width: 100%
}

.View360-navigationBtn {
    background-color: hsla(0,0%,79.2%,.1)!important;
    border-color: #dfe3e8!important
}

.View360-canvasHolder {
    text-align: center
}

.View360-canvasHolder,.View360-canvasHolder canvas,.View360-holder,.view-360 {
    max-height: 480px
}

.sticky-parent {
    position: relative;
    height: 100%
}

.sticky {
    position: sticky;
    max-width: 100%;
    width: 100%;
    transition: .2s;
		top: 0;
		left: 0;
}

.home-page {
    margin-bottom: 30px
}

.home-page .category-list .row {
    justify-content: space-between
}

.home-page .category-list .category .cat-name {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500;
    word-break: break-word
}

.notification .-trodo-message {
    margin-top: 15px
}

a {
    color: #0077c7;
    text-decoration: none
}

@media (hover: hover) and (pointer:fine) {
    a:hover {
        color:#0078c3;
        text-decoration: underline
    }
}

.single-block {
    margin-top: 60px;
    padding-bottom: 60px
}

.single-block .title {
    margin-bottom: 40px;
    text-align: center
}

.single-block .title .h-title,.single-block .title h2 {
    font-size: 2.8rem;
    margin-bottom: 8px
}

.ProductDetailHtml .page-content {
    overflow: unset;
}

.page-content {
    overflow: hidden;
    min-height: 200px
}

.page-content .partfinder-block:not(.is-homepage) {
    padding-bottom: 0 !important;
    max-height: 281px
}

.page-content .partfinder-block:not(.is-homepage).vehicle-exist {
    margin-bottom: 0
}

.page-content .partfinder-block:not(.is-homepage).tire-exist {
    padding-bottom: 0;
    background-image: none;
    background-color: #212b36;
    margin-bottom: 0
}

.page-content .partfinder-block:not(.is-homepage) .title h3 {
    margin: 25px 0 -20px
}

.page-content .partfinder-block:not(.is-homepage) section.partfinder {
    position: relative;
    bottom: -53px;
    background-color: #212b36;
    border-radius: 6px
}

.page-content .partfinder-block:not(.is-homepage) section.partfinder .select-vehicle {
    margin-right: 0
}

.active-trodo-overlay .trodo-overlay {
    z-index: 50
}

.trodo-overlay-block {
    position: fixed;
    background-color: rgba(33,43,54,.5);
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%
}

.count-item {
    position: relative;
    display: inline-block
}

.count-item>.count,.count-item>a .count {
    position: absolute;
    top: -5px;
    right: -4px;
    border-radius: 15px;
    background-color: #de3618;
    font-size: 1rem;
    height: 22px;
    min-width: 22px;
    color: #fff;
    padding: 0 5px;
    line-height: 16px;
    border: 3px solid #fbeae5;
    font-weight: 600;
    text-align: center
}

.count-item>.count.empty,.count-item>a .count.empty {
    display: none
}

.count-item .count-item-img {
    max-width: 32px;
    height: 32px
}

.close-btn {
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -40px;
    top: 10px;
    display: block;
    background-color: #f8f9f9;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2
}

.s-mobile {
    display: none!important
}

section.pagination {
    padding-bottom: 10px
}

section.pagination .page-number {
    margin-right: 15px
}

section.pagination li {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all var(--animation-duration);
    position: relative
}

section.pagination li a,section.pagination li span {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #212b36;
    position: relative;
    z-index: 2;
		justify-content: center;
		align-items: center;
}

section.pagination li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #c4cdd5;
    margin: -2px;
    z-index: 1;
    cursor: pointer;
    transition: all var(--animation-duration);
    border-radius: 4px;
    opacity: 0
}

section.pagination li.num {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

section.pagination li.num:not(.current) {
    cursor: pointer
}

section.pagination li.current {
    border-color: transparent
}

section.pagination li.current:after {
    border-color: #0077c7;
    opacity: 1
}

@media (hover: hover) and (pointer:fine) {
    section.pagination li:hover {
        border-color:transparent
    }

    section.pagination li:hover:after {
        border-color: #0077c7;
        opacity: 1
    }
}

section.pagination li img {
    width: 15px;
    height: 11px
}

section.pagination li.p-arrow-left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.pagination li.disabled {
    position: relative;
    border-color: #c4cdd5
}

section.pagination li.disabled:before {
    content: "";
    position: absolute;
    background-color: hsla(0,0%,100%,.6);
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 3
}

section.pagination li.disabled:after {
    display: none
}

section.pagination li:last-child {
    margin-right: 0
}

section.pagination li.p-arrow-left.hide,section.pagination li.p-arrow-right.hide {
    display: none!important
}

section.pagination .medium-type li.p-arrow-left {
    margin-right: 15px
}

section.pagination .medium-type li.p-arrow-right {
    margin-left: 8px
}

section.pagination .full-type li:first-child,section.pagination .full-type li:nth-child(2),section.pagination .full-type li:nth-child(5),section.pagination .full-type li:nth-child(6) {
    margin-right: 16px
}

aside {
    width: 304px;
    min-width: 304px;
    margin-right: 32px
}

aside .filter {
    background-color: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 15px
}

aside .filter h4 {
    font-size: 1.6rem;
    margin-bottom: 15px
}

aside .filter li {
    list-style: none
}

aside .filter li a {
    color: #212b36;
    text-decoration: none;
    font-weight: 500
}

aside .filter .search-bar {
    margin-bottom: 15px
}

aside .filter .search-bar input {
    width: 100%;
    font-size: 1.3rem
}

aside .filter .search-bar.with-padding {
    padding: 5px 25px 0
}

aside .filter.category-filter .filters ul {
    margin: 0 -25px
}

aside .filter.category-filter li a {
    display: block;
    overflow-wrap: break-word;
    position: relative;
    padding: 5px 35px 5px 25px
}

aside .filter.category-filter li a.has-child-category:after {
    content: "";
    background-image: url( '/images/img-theme/chevron-small.svg' );
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 20px;
    width: 10px;
    height: 10px;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

aside .filter.category-filter li a.active,aside .filter.category-filter li a:hover {
    background-color: #f8f9f9
}

aside .filter.product-filter {
    padding: 0;
    border-bottom: none
}

aside .filter .accordion-filter {
    display: flex;
    flex-direction: column;
    position: relative
}

aside .filter .accordion-filter .accordion-header button {
    background-color: initial;
    border: none;
    font-weight: 700;
    font-size: 1.6rem;
    width: 100%;
    padding: 15px 25px;
    text-align: left;
    position: relative;
    white-space: normal
}

aside .filter .accordion-filter .accordion-header button:active,aside .filter .accordion-filter .accordion-header button:focus,aside .filter .accordion-filter .accordion-header button:hover {
    background-color: initial;
    border: none;
    outline: none
}

aside .filter .accordion-filter .accordion-header button:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    right: 25px
}

aside .filter .accordion-filter .accordion-header button span {
    display: inline-block;
    max-width: 100%;
    padding-right: 15px;
    vertical-align: middle
}

aside .filter .accordion-filter .accordion-item {
    border-bottom: 1px solid #dfe3e8
}

aside .filter .accordion-filter .accordion-item.category_ids,aside .filter .accordion-filter .accordion-item.manufacturer {
    order: -1;
    border-bottom: 1px solid #dfe3e8
}

aside .filter .accordion-filter .accordion-item.same_day_dispatch {
    order: -2;
    border-bottom: 1px solid #dfe3e8
}

aside .filter .accordion-filter .accordion-item.accordion-active .accordion-header button:after {
    content: "-"
}

aside .filter .accordion-filter .accordion-body .accordion-content {
    padding: 5px 25px 25px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    max-height: 300px;
    overflow-y: auto
}

aside .filter .accordion-filter .accordion-body li {
    margin-bottom: 10px
}

aside .filter.year-filter .accordion-content {
    padding: 5px 0 25px!important
}

aside .filter.year-filter .accordion-content li {
    margin-bottom: 0
}

aside .filter.year-filter .accordion-content li a {
    display: block;
    padding: 5px 35px 5px 25px
}

aside .filter.year-filter .accordion-content li a.router-link-active,aside .filter.year-filter .accordion-content li a:hover {
    background-color: #f8f9f9
}

aside .filter .extra-categories {
    padding-top: 10px;
    margin-top: 10px
}

.toolbar {
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.toolbar,.toolbar .left {
    display: flex;
    align-items: center
}

.toolbar .sort-by {
    width: 200px;
    margin-right: 15px;
    text-transform: capitalize
}

.toolbar .sort-by .trodo-dropdown {
    padding: 12px 24px 12px 12px;
    line-height: 14px
}

.toolbar .sort-by .trodo-dropdown .selected-value {
    overflow: visible
}

.toolbar .limiter {
    width: 70px;
    margin-right: 15px
}

@media screen and ( max-width: 767px ) {
	.toolbar .limiter {
		display: none;
	}
}

.toolbar .limiter .trodo-dropdown {
    padding: 13px;
    line-height: 13px
}

.toolbar .view-type {
    padding: 7px 12px
}

.toolbar .view-type li {
    display: inline-block;
    padding-right: 10px
}

.toolbar .view-type li:last-child {
    padding-right: 0
}

.toolbar .view-type li img {
    width: 24px;
    vertical-align: middle;
    opacity: .2
}

.toolbar .view-type li button.active img {
    opacity: 1
}

.toolbar .pager .pagination {
    padding-bottom: 0
}

section.trodo-popup {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    max-width: 900px;
    background-color: initial;
    top: 10%;
    max-height: 80vh;
    min-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 900px;
    z-index: 10;
    border-radius: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

section.trodo-popup .close-btn {
    right: 10px;
    border-color: #dfe3e8;
    background-color: #dfe3e8
}

section.trodo-popup .header-popup {
    background-color: #f8f9f9;
    border-bottom: 1px solid #dfe3e8;
    padding: 45px 24px 14px
}

section.trodo-popup .popup-title h2 {
    font-size: 2.4rem;
    margin-bottom: 8px
}

section.trodo-popup .popup-title img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #098649;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px
}

section.trodo-popup .popup-title.notice img {
    border-color: #b4e0fa
}

section.trodo-popup .popup-title.warning img {
    border-color: #f48e09
}

section.trodo-popup .popup-title.success img {
    border-color: #098649
}

section.trodo-popup::-webkit-scrollbar {
    display: none
}

section.trodo-popup>section {
    background-color: #fff
}

.add-to-cart-popup .cart-info .block-img {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 70px;
    height: 70px;
    padding: 4px;
    margin-right: 15px;
    border-color: #dfe3e8
}

.add-to-cart-popup .cart-info .block-img .product-img-block {
    width: 60px;
    height: 60px
}

.add-to-cart-popup .cart-info .product-info {
    padding-top: 10px
}

.add-to-cart-popup .cart-info .product-info .count {
    padding-right: 5px
}

.add-to-cart-popup .cart-info .product-info .price {
    padding-right: 15px
}

.add-to-cart-popup .cart-info li {
    display: flex;
    margin-bottom: 15px;
    list-style: none
}

.add-to-cart-popup .cart-info .cart-result .button:first-child {
    margin-right: 15px;
    margin-bottom: 15px
}

.add-to-cart-popup .cart-info .cart-result .button:last-child {
    color: #212b36;
    font-weight: 500;
    background: transparent
}

.add-to-cart-popup .popup-content .-trodo-message {
    margin-top: 15px
}

.add-to-cart-popup .product-slider-list .title .h-title {
    font-size: 2.4rem;
    margin-bottom: 0
}

.add-to-cart-popup .product-slider-list .product {
    border-bottom: none
}

.add-to-cart-popup .product-slider-list .btns a.button,.add-to-cart-popup .product-slider-list .btns button {
    width: 100%;
    margin-top: 15px
}

section.trodo-popup.main-cross-sell-popup {
    max-width: 1016px
}

section.cross-sell-popup {
    display: flex;
    justify-content: space-between
}

section.cross-sell-popup .cross-sell-block {
    width: 50%;
    padding: 40px 40px 40px 35px
}

section.cross-sell-popup .cross-sell-block .cross-sell-products {
    padding-top: 12px
}

section.cross-sell-popup .cross-sell-block .product {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #dfe3e8;
    padding: 24px 0
}

section.cross-sell-popup .cross-sell-block .product:last-child {
    border-bottom: none;
    padding-bottom: 0
}

section.cross-sell-popup .cross-sell-block .product .product-img {
    margin-right: 24px;
    width: 60px;
    min-width: 60px
}

section.cross-sell-popup .cross-sell-block .product .title {
    margin-bottom: 4px;
    margin-right: 15px
}

section.cross-sell-popup .cross-sell-block .product .title .h-title,section.cross-sell-popup .cross-sell-block .product .title h2,section.cross-sell-popup .cross-sell-block .product .title h5 {
    font-size: 1.4rem;
    font-weight: 500
}

section.cross-sell-popup .cross-sell-block .product .details {
    max-width: 200px;
    flex: 1
}

section.cross-sell-popup .cross-sell-block .product .action {
    margin-left: auto
}

section.cross-sell-popup .cross-sell-block .product .action-details .action {
    display: none
}

section.cross-sell-popup .cross-sell-block .product .add-to-cart {
    color: #212b36;
    background-color: #fff;
    border-color: #c4cdd5
}

section.cross-sell-popup .cross-sell-block .product .add-to-cart:hover {
    background: #0063b4;
    border-color: #0063b4;
    color: #fff
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup h3 {
    margin-bottom: 16px
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery .content-box {
    display: flex;
    align-items: center
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery .content-box b {
    font-weight: 600
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery img {
    margin-right: 8px
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery progress {
    margin-top: 8px;
    border-radius: 34px;
    width: 100%;
    height: 6px
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery progress::-webkit-progress-bar {
    background-color: #dfe3e8;
    border-radius: 34px
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup .free-delivery progress::-webkit-progress-value {
    background-color: #00cfb4;
    border-radius: 34px
}

section.cross-sell-popup .cross-sell-block .free-delivery-popup.is-applied .free-delivery {
    display: flex;
    background-color: #f2fdfb;
    border: 1px solid #15b79e;
    padding: 24px;
    border-radius: 6px
}

section.cross-sell-popup .cart-item {
    width: 50%;
    padding: 40px;
    background-color: #f8f9f9;
    border-left: 1px solid #dfe3e8
}

section.cross-sell-popup .cart-item.cross-sell-not-exist {
    width: 100%
}

section.cross-sell-popup .cart-item h2 {
    display: flex
}

section.cross-sell-popup .cart-item h2 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 5px;
    border: 3px solid #bbe5b3
}

section.cross-sell-popup .cart-item .product {
    display: flex;
    align-items: flex-start;
    margin: 32px 0
}

section.cross-sell-popup .cart-item .product .block-img {
    margin-right: 24px;
    border-radius: 5px;
    overflow: hidden;
    padding: 9px;
    background: #fff
}

section.cross-sell-popup .cart-item .product .block-img .product-img-block {
    width: 60px
}

section.cross-sell-popup .cart-item .product .product-title {
    display: block;
    font-weight: 500;
    margin-bottom: 8px
}

section.cross-sell-popup .cart-item .product .action {
    display: inline-block;
    margin-right: 15px
}

section.cross-sell-popup .cart-item .product .action .qty {
    width: 55px;
    margin-right: 10px
}

section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown {
    max-width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown:after {
    background-size: 18px
}

section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown .selected-value {
    padding-left: 4px;
    vertical-align: middle
}

section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown .dropdown-options-container {
    top: 40px;
    max-height: 143px;
    overflow-y: auto
}

section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown .native-select-block {
    padding: 8px 10px
}

section.cross-sell-popup .cart-item .product .price-block {
    display: inline-block
}

section.cross-sell-popup .cart-item .cart-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

section.cross-sell-popup .cart-item .cart-result .button {
    width: 100%;
    margin-bottom: 15px;
    padding: 13px 10px
}

section.cross-sell-popup .cart-item .cart-result .button.-outline {
    border-color: #c4cdd5
}

section.cross-sell-popup .price-block .price {
    font-weight: 600
}

section.cross-sell-popup .price-block .price .old-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

section.cross-sell-popup .price-block .price .special-price {
    color: #de3618
}

section.cross-sell-popup .price-block .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: bottom;
    font-weight: 700;
    margin-left: 5px
}

section.product-popup-description .header-popup p {
    font-size: 1.6rem
}

section.product-popup-description .popup-content {
    padding: 24px
}

section.product-popup-description .product-action {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center
}

section.product-popup-description .product-action .price-block {
    margin-right: 25px;
    padding: 15px 0
}

section.product-popup-description .product-action .price-block .price {
    font-size: 2.8rem;
    font-weight: 600
}

section.product-popup-description .product-action .price-block .price .old-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

section.product-popup-description .product-action .price-block .price .special-price {
    color: #de3618
}

section.product-popup-description .product-action .price-block .pvn {
    font-size: 1.3rem;
    color: #637381
}

section.product-popup-description .product-action .action {
    display: flex;
    align-items: center
}

section.product-popup-description .product-action .action .qty {
    width: 64px;
    margin-right: 10px
}

section.product-popup-description .product-action .action .qty .trodo-dropdown {
    max-width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

section.product-popup-description .product-action .action .qty .trodo-dropdown .selected-value {
    padding-left: 4px;
    vertical-align: middle
}

section.product-popup-description .product-action .action .qty .trodo-dropdown .dropdown-options-container {
    top: 55px;
    max-height: 143px;
    overflow-y: auto
}

section.product-popup-description .product-action .action a.button,section.product-popup-description .product-action .action button {
    padding: 13px 50px
}

section.product-popup-description .product-action .action .wishlist {
    margin-left: 10px
}

section.product-popup-description .product-action .action .wishlist label {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: block
}

section.product-popup-description .product-action .action .wishlist label:after,section.product-popup-description .product-action .action .wishlist label:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: ""
}

section.product-popup-description .product-action .action .wishlist label:before {
    box-sizing: border-box;
    margin: -2.25rem;
    border: 2.25rem solid #e2264d;
    width: 4.5rem;
    height: 4.5rem;
    -webkit-transform: scale(0);
    transform: scale(0)
}

section.product-popup-description .product-action .action .wishlist label:after {
    margin: -.1875rem;
    width: .375rem;
    height: .375rem;
    box-shadow: .32476rem -3rem 0 -.1875rem #ff8080,-.32476rem -2.625rem 0 -.1875rem #ffed80,2.54798rem -1.61656rem 0 -.1875rem #ffed80,1.84982rem -1.89057rem 0 -.1875rem #a4ff80,2.85252rem .98418rem 0 -.1875rem #a4ff80,2.63145rem .2675rem 0 -.1875rem #80ffc8,1.00905rem 2.84381rem 0 -.1875rem #80ffc8,1.43154rem 2.22414rem 0 -.1875rem #80c8ff,-1.59425rem 2.562rem 0 -.1875rem #80c8ff,-.84635rem 2.50595rem 0 -.1875rem #a480ff,-2.99705rem .35095rem 0 -.1875rem #a480ff,-2.48692rem .90073rem 0 -.1875rem #ff80ed,-2.14301rem -2.12438rem 0 -.1875rem #ff80ed,-2.25479rem -1.38275rem 0 -.1875rem #ff8080
}

section.product-popup-description .product-action .action .wishlist label svg {
    stroke: #000;
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: all .3s ease-in-out
}

section.product-popup-description .product-action .action .wishlist input:checked+label {
    color: #e2264d;
    -webkit-filter: none;
    filter: none;
    will-change: font-size;
    -webkit-animation: heart 1s cubic-bezier(.17,.89,.32,1.49);
    animation: heart 1s cubic-bezier(.17,.89,.32,1.49)
}

section.product-popup-description .product-action .action .wishlist input:checked+label:after,section.product-popup-description .product-action .action .wishlist input:checked+label:before {
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

section.product-popup-description .product-action .action .wishlist input:checked+label:after {
    will-change: opacity,box-shadow;
    -webkit-animation-name: sparkles;
    animation-name: sparkles
}

section.product-popup-description .product-action .action .wishlist input:checked+label:before {
    will-change: transform,border-width,border-color;
    -webkit-animation-name: bubble;
    animation-name: bubble
}

section.product-popup-description .product-action .action .wishlist input:checked+label svg {
    fill: #e2264d;
    stroke: #a51616;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

section.trodo-popup.main-country-popup {
    overflow-y: visible;
    overflow-x: visible
}

section.country-popup .header-popup p {
    font-size: 1.6rem
}

section.country-popup .popup-content {
    padding: 24px
}

section.country-popup .country-action {
    position: relative;
    max-width: 336px;
    background-color: #fff
}

section.country-popup .country-action .country-label {
    font-size: 1.3rem;
    color: #637381;
    position: absolute;
    left: 12px;
    top: 3px
}

section.country-popup .country-action .trodo-dropdown {
    border: 1px solid #c4cdd5;
    padding: 20px 12px 5px 12px
}

section.country-popup .country-action .trodo-dropdown .dropdown-options-container {
    top: 55px;
    max-height: 250px;
    overflow-y: auto
}

section.country-popup .country-action .trodo-dropdown .dropdown-options-container .dropdown-search {
    width: 100%
}

.product-contact-form-popup form.trodo-form {
    margin: 20px 0 0;
    padding-bottom: 20px
}

.product-contact-form-popup form.trodo-form .input-block {
    margin-bottom: 15px!important
}

section.add-vehicle-popup .header-popup {
    padding: 40px
}

section.add-vehicle-popup .header-popup p {
    font-size: 1.6rem;
    margin-bottom: 0
}

section.add-vehicle-popup .popup-title h2 {
    font-size: 2.8rem
}

section.add-vehicle-popup .popup-content {
    padding: 40px
}

section.add-vehicle-popup .vehicle-action {
    display: flex;
    justify-content: space-between;
    margin-top: 32px
}

section.add-vehicle-popup .vehicle-action .reg-number-block {
    flex-wrap: wrap;
    width: 45%
}

section.add-vehicle-popup .vehicle-action .reg-number-block.only-vin {
    width: 100%
}

section.add-vehicle-popup .vehicle-action .reg-number-block .reg-number {
    border-color: #c4cdd5;
    border-width: 1px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: 62px
}

section.add-vehicle-popup .vehicle-action .reg-number-block .reg-number.-error {
    border-color: #de3618
}

section.add-vehicle-popup .vehicle-action .reg-number-block .reg-number:before {
    left: 1px;
    top: 1px;
    bottom: 1px;
    height: calc(100% - 2px)
}

section.add-vehicle-popup .vehicle-action .reg-number-block .reg-number input {
    font-size: 1.6rem;
    padding: 14px 16px 13px 45px
}

section.add-vehicle-popup .vehicle-action .reg-number-block .vin-number {
    overflow: visible
}

section.add-vehicle-popup .vehicle-action .reg-number-block .vin-number input {
    width: 100%;
    padding: 16px;
    text-transform: inherit;
    font-size: 1.6rem;
    background: transparent
}

section.add-vehicle-popup .vehicle-action .reg-number-block .vin-number:before {
    display: none
}

section.add-vehicle-popup .vehicle-action .kba-number-block {
    justify-content: center;
    flex-wrap: wrap
}

section.add-vehicle-popup .vehicle-action .kba-number-block .kba-number {
    width: 100%
}

section.add-vehicle-popup .vehicle-action .kba-number-block button {
    padding: 2px 15px 2px 0;
    color: #212b36
}

section.add-vehicle-popup .vehicle-action .kba-number-block button img {
    -webkit-filter: none;
    filter: none
}

section.add-vehicle-popup .vehicle-action .kba-number-block input {
    border: 1px solid #c4cdd5;
    width: 100%;
    padding: 16px;
    text-transform: inherit;
    font-size: 1.6rem;
    min-height: 60px
}

section.add-vehicle-popup .vehicle-action .kba-number-block input:last-child {
    margin-right: 0
}

section.add-vehicle-popup .vehicle-action .kba-number-block .error-text {
    width: 100%;
    text-align: left
}

section.add-vehicle-popup .vehicle-action .separator {
    text-align: center;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 12px 0;
    margin: 0 25px;
    white-space: nowrap;
    line-height: 32px
}

section.add-vehicle-popup .vehicle-action .separator span {
    display: inline-block;
    height: 32px;
    width: 34px;
    background-color: #dfe3e8;
    border-radius: 100%
}

section.add-vehicle-popup .popup-content .btns button {
    padding: 13px 24px
}

section.add-vehicle-popup .popup-content .btns button:first-child {
    margin-right: 15px
}

section.add-vehicle-popup .popup-content .btns button.-outline {
    color: #212b36
}

section.add-vehicle-popup .popup-content .btns button:disabled {
    color: #f5f5f5;
    background-color: #ccc
}

section.main-confirmation-popup {
    border-radius: 0
}

section.confirmation-popup .popup-title {
    margin-bottom: 0
}

section.confirmation-popup .description h2,section.confirmation-popup .description h3,section.confirmation-popup .description h4,section.confirmation-popup .description h5,section.confirmation-popup .description h6 {
    margin-bottom: 15px
}

section.confirmation-popup .popup-content {
    padding: 20px 40px
}

section.confirmation-popup .popup-content .btns button:first-child {
    margin-right: 15px
}

section.confirmation-popup .popup-content .btns button.-outline {
    color: #212b36
}

section.confirmation-popup .popup-content .btns button:disabled {
    color: #f5f5f5;
    background-color: #ccc
}

section.order-list-popup .header-popup {
    padding: 24px
}

section.order-list-popup .account-history .-checkbox label {
    padding-bottom: 15px
}

section.order-list-popup .account-history .product-img-block {
    width: 80px;
    height: 80px
}

section.order-list-popup .account-history .product-img-block.loading {
    background-color: #f8f9f9
}

section.order-list-popup .history-mobile-table .-checkbox label {
    padding-bottom: 10px
}

section.order-list-popup .history-mobile-table .products {
    padding: 15px 0
}

section.order-list-popup .history-mobile-table .products .tr.product {
    border-top: 1px solid #dfe3e8;
    padding: 10px 0;
    justify-content: flex-start;
    flex-wrap: wrap
}

section.order-list-popup .history-mobile-table .products .tr.product .product-name,section.order-list-popup .history-mobile-table .products .tr.product .product-price,section.order-list-popup .history-mobile-table .products .tr.product .product-qty {
    padding: 5px 10px
}

section.order-list-popup .history-mobile-table .products .tr.product .product-info {
    width: calc(100% - 100px)
}

section.order-list-popup .history-mobile-table .products .tr:last-child {
    padding-top: inherit!important;
    color: inherit!important;
    font-size: inherit!important
}

section.order-list-popup .history-mobile-table .products .tr.not-available {
    cursor: default;
    opacity: .5;
    background-color: #fff
}

section.order-list-popup .history-mobile-table .product-img-block {
    width: 60px;
    height: 60px
}

section.order-list-popup .popup-content {
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-top: 1px solid #dfe3e8;
    padding: 20px 40px
}

section.order-list-popup .popup-content .btns button:first-child {
    margin-right: 15px
}

section.order-list-popup .popup-content .btns button.-outline {
    color: #212b36
}

section.order-list-popup .popup-content .btns button:disabled {
    color: #f5f5f5;
    background-color: #ccc
}

section.rma-order-list-popup .header-popup {
    padding-bottom: 0
}

section.rma-order-list-popup .popup-title {
    margin-bottom: 24px;
    padding-bottom: 46px;
    position: relative
}

section.rma-order-list-popup .popup-title p {
    margin-bottom: 0;
    line-height: 24px
}

section.rma-order-list-popup .popup-title .search-bar {
    position: absolute;
    bottom: 0
}

section.rma-order-list-popup .popup-title .search-bar .input-block {
    margin-top: 8px;
    max-width: 265px;
    position: relative
}

section.rma-order-list-popup .popup-title .search-bar .input-block label {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 10px
}

section.rma-order-list-popup .popup-title .search-bar .input-block input {
    width: 100%;
    padding-left: 35px;
    padding-right: 30px;
    font-size: 1.3rem
}

section.rma-order-list-popup .popup-title .search-bar .input-block img {
    width: inherit;
    height: inherit;
    border: none;
    margin: 0;
    vertical-align: inherit
}

section.rma-order-list-popup .popup-title .search-bar .input-block img.close-btn {
    position: absolute;
    right: 10px;
    background: none
}

section.rma-order-list-popup .popup-title .search-bar.sticky {
    transition: 0s!important;
    left: 0;
    padding: 15px;
    z-index: 2;
    background-color: #f8f9f9;
    border-bottom: 1px solid #dfe3e8
}

section.rma-order-list-popup .popup-title .search-bar.sticky .input-block {
    margin-top: 0
}

section.rma-order-list-popup .popup-content {
    padding: 20px
}

section.rma-order-list-popup .popup-content .btns button {
    padding: 13px 24px
}

section.rma-order-list-popup .account-history {
    margin: 0 -24px
}

section.rma-order-list-popup .account-history .table {
    border-top: 1px solid #dfe3e8
}

section.rma-order-list-popup .account-history .table .thead {
    padding: 18px 20px
}

section.rma-order-list-popup .account-history .table .thead .tr {
    display: flex;
    align-items: center
}

section.rma-order-list-popup .account-history .table .thead .tr .th {
    font-weight: 500
}

section.rma-order-list-popup .account-history .table .thead .tr .th.order-number {
    width: 20%;
    max-width: 100%
}

section.rma-order-list-popup .account-history .table .thead .tr .th.created-at {
    width: 20%
}

section.rma-order-list-popup .account-history .table .thead .tr .th.grand-total {
    width: 60%;
    text-align: right
}

section.rma-order-list-popup .account-history .table .tbody .tr {
    border-top: 1px solid #dfe3e8;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.order-check {
    width: 4%
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.order-number {
    width: 16%;
    max-width: 100%
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.create-date {
    width: 16%
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.sum {
    width: 64%;
    text-align: right
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-check {
    width: 6%;
    padding-left: 20px
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-image {
    width: 12%
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name {
    width: 62%
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name h6 {
    font-weight: 400
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name span {
    display: inline-block
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name .sep {
    padding: 0 5px
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-price {
    width: 20%;
    text-align: right;
    padding-right: 20px
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-price span {
    display: inline-block
}

section.rma-order-list-popup .account-history .table .tbody .tr .td.product-price .sep {
    padding: 0 5px
}

section.rma-order-list-popup .account-history .table .tbody .tr.product {
    padding: 4px 20px
}

section.rma-order-list-popup .account-history .table .tbody .tr.product.not-available {
    position: relative;
    cursor: default
}

section.rma-order-list-popup .account-history .table .tbody .tr.product.not-available:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #f7f7f7
}

section.rma-order-list-popup .account-history .table .tbody .tr:hover {
    transition: var(--animation-duration);
    background-color: #f8f9f9
}

section.rma-order-list-popup .account-history .info-message {
    padding: 14px 24px;
    margin-bottom: 0
}

section.rma-order-list-popup.sticky-container .popup-title {
    position: inherit
}

section.rma-order-list-popup.sticky-container .sticky {
    bottom: inherit
}

section.rma-order-list-popup.stop-sticky .search-bar {
    top: inherit!important
}

section.cookie-consent .content {
    display: block!important
}

section.cookie-consent .title {
    max-width: 100%;
    margin-bottom: 14px
}

section.cookie-consent .title p {
    margin: 0;
    line-height: 26px
}

section.cookie-consent .btn-box button {
    margin-right: 10px
}

section.cookie-consent .btn-box button:last-child {
    margin-right: 0
}

section.cookie-consent-popup .cookie-groups {
    margin-top: 25px
}

section.cookie-consent-popup .cookie-groups .group {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.cookie-consent-popup .cookie-groups .group .group-description {
    margin-right: 10px
}

section.cookie-consent-popup .cookie-groups .group .description-content {
    margin-bottom: 10px
}

section.cookie-consent-popup .cookie-groups .group h4 {
    margin-bottom: 5px
}

section.cookie-consent-popup .popup-content {
    padding: 24px
}

section.remove-customer-popup .remove-content {
    padding: 20px 0
}

section.remove-customer-popup .remove-content .comment textarea {
    min-height: 171px
}

section.remove-customer-popup .remove-content .btns {
    padding: 20px 15px;
    text-align: right
}

section.remove-customer-popup .remove-content .btns button:first-child {
    margin-right: 20px
}

section.trodo-popup.main-login-popup {
    min-width: auto;
    max-width: 360px;
    border-radius: 10px
}

section.trodo-popup.main-login-popup .login-popup {
    border-radius: 10px
}

section.trodo-popup.main-login-popup .login-popup .close-btn-block .close-btn {
    z-index: 10
}

section.trodo-popup.main-login-popup .login-popup .login-register-form {
    min-height: auto;
    padding-top: 0
}

section.trodo-popup.main-login-popup .login-popup .login-register-form .container {
    padding: 0
}

section.trodo-popup.main-login-popup .login-popup .login-register-form .action-popup {
    padding: 20px
}

.trodo-popup.main-simple-popup {
    min-width: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.trodo-popup.main-simple-popup section.simple-popup .content {
    padding: 24px
}

.animate__animated {
    z-index: 10
}

form.trodo-form .input-block:not(.checkbox):not(.radio) {
    position: relative;
    margin-bottom: 15px
}

form.trodo-form .input-block:not(.checkbox):not(.radio).margin-none {
    margin-bottom: 0
}

form.trodo-form .input-block:not(.checkbox):not(.radio) label {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #637381;
    line-height: 18px;
    padding-right: 12px;
    transition: var(--animation-duration)
}

form.trodo-form .input-block:not(.checkbox):not(.radio) label span {
    color: #de3617
}

form.trodo-form .input-block:not(.checkbox):not(.radio) input {
    width: 100%;
    padding: 14px 12px;
    height: auto;
    transition: var(--animation-duration)
}

form.trodo-form .input-block:not(.checkbox):not(.radio) input:not(:-moz-placeholder-shown) {
    padding: 22px 12px 6px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) input:not(:placeholder-shown) {
    padding: 22px 12px 6px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) input:not(:-moz-placeholder-shown)+label {
    font-size: 1.3rem;
    top: 5px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) input:not(:placeholder-shown)+label {
    font-size: 1.3rem;
    top: 5px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) textarea {
    width: 100%;
    padding: 14px 12px;
    height: auto;
    transition: var(--animation-duration)
}

form.trodo-form .input-block:not(.checkbox):not(.radio) textarea:not(:-moz-placeholder-shown)+label {
    font-size: 0;
    opacity: 0
}

form.trodo-form .input-block:not(.checkbox):not(.radio) textarea:not(:placeholder-shown)+label {
    font-size: 0;
    opacity: 0
}

form.trodo-form .input-block:not(.checkbox):not(.radio) textarea+label {
    padding-right: 0;
    line-height: 22px
}

form.trodo-form .input-block:not(.checkbox):not(.radio).attachments input,form.trodo-form .input-block:not(.checkbox):not(.radio).file input {
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute
}

form.trodo-form .input-block:not(.checkbox):not(.radio).attachments label,form.trodo-form .input-block:not(.checkbox):not(.radio).file label {
    cursor: pointer;
    position: relative;
    top: inherit!important;
    left: inherit;
    font-size: 1.4rem!important;
    color: inherit;
    background-color: #fff;
    display: block;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    text-align: center;
    font-weight: 500
}

form.trodo-form .input-block:not(.checkbox):not(.radio).attachments label:hover,form.trodo-form .input-block:not(.checkbox):not(.radio).file label:hover {
    background-color: #f8f9f9
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input {
    border: none
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown {
    background-color: #f8f9f9;
    border-radius: 4px;
    border: 1px solid #c4cdd5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    outline: none
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown.disabled {
    pointer-events: none
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown.disabled .vti__dropdown-arrow {
    display: none
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown .vti__country-code {
    font-size: 1.4rem;
    color: #212b36;
    padding-right: 8px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown .vti__dropdown-item {
    padding: 10px 15px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input input {
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 12px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input input:active,form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input input:focus,form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input input:not(:-ms-input-placeholder),form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input input:not(:placeholder-shown) {
    padding: 14px 12px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown-list {
    width: 320px;
    z-index: 7
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vue-tel-input .vti__dropdown-list.below {
    top: 50px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vdp-datepicker input {
    padding: 14px 12px
}

form.trodo-form .input-block:not(.checkbox):not(.radio) .vdp-datepicker input:active,form.trodo-form .input-block:not(.checkbox):not(.radio) .vdp-datepicker input:focus,form.trodo-form .input-block:not(.checkbox):not(.radio) .vdp-datepicker input:not(:-ms-input-placeholder),form.trodo-form .input-block:not(.checkbox):not(.radio) .vdp-datepicker input:not(:placeholder-shown) {
    padding: 14px 12px
}

form.trodo-form .input-block.checkbox {
    margin-bottom: 15px
}

form.trodo-form .input-block .hint,form.trodo-form .input-block .notice {
    display: block;
    color: #637381;
    font-size: 1.3rem
}

form.trodo-form .input-block .email-hint {
    margin-top: 5px;
    color: #f49342;
    padding-left: 30px;
    position: relative
}

form.trodo-form .input-block .email-hint:before {
    content: "";
    background-image: url( '/images/img-theme/warning.svg' );
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 3px solid #fffaeb;
    border-radius: 100%
}

form.trodo-form .input-block .-checkbox label {
    position: relative
}

form.trodo-form .input-block.region-id .dropdown-options li,form.trodo-form .input-block.region-id .trodo-dropdown .selected-value .label,form.trodo-form .input-block.region .dropdown-options li,form.trodo-form .input-block.region .trodo-dropdown .selected-value .label {
    text-transform: capitalize
}

form.trodo-form .trodo-dropdown {
    line-height: 16px;
    max-height: 47px;
    padding: 14px 12px
}

form.trodo-form .trodo-dropdown.open {
    background-color: #fff
}

form.trodo-form .trodo-dropdown .dropdown-options-container {
    top: 55px;
    max-height: 300px;
    overflow-y: auto
}

form.trodo-form input:disabled {
    background-color: #f8f9f9
}

form.trodo-form .form-error input {
    border-color: #de3618;
    background-color: #fbeae5
}

form.trodo-form .form-error .trodo-dropdown {
    border-color: #c4cdd5;
    background-color: #fbeae5
}

form.trodo-form .form-error .trodo-dropdown input {
    background-color: #fff;
    border-color: #c4cdd5
}

form.trodo-form .form-error .-checkbox label:after,form.trodo-form .form-error .-checkbox label:before {
    border-color: #de3618
}

form.trodo-form .address-form .input-block.b_postcode:before,form.trodo-form .address-form .input-block.postcode:before,form.trodo-form .address-form .input-block.shipping_postcode:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #f8f9f9;
    box-sizing: border-box;
    border: 1px solid #c4cdd5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    line-height: 3.3;
    max-height: 47px
}

form.trodo-form .address-form.lt .input-block.b_postcode:before,form.trodo-form .address-form.lt .input-block.postcode:before,form.trodo-form .address-form.lt .input-block.shipping_postcode:before,form.trodo-form .address-form.lv .input-block.b_postcode:before,form.trodo-form .address-form.lv .input-block.postcode:before,form.trodo-form .address-form.lv .input-block.shipping_postcode:before {
    content: attr(data-prefix)
}

form.trodo-form .address-form.lt .input-block.b_postcode input,form.trodo-form .address-form.lt .input-block.postcode input,form.trodo-form .address-form.lt .input-block.shipping_postcode input,form.trodo-form .address-form.lv .input-block.b_postcode input,form.trodo-form .address-form.lv .input-block.postcode input,form.trodo-form .address-form.lv .input-block.shipping_postcode input {
    padding-left: 62px
}

form.trodo-form .address-form.lt .input-block.b_postcode label,form.trodo-form .address-form.lt .input-block.postcode label,form.trodo-form .address-form.lt .input-block.shipping_postcode label,form.trodo-form .address-form.lv .input-block.b_postcode label,form.trodo-form .address-form.lv .input-block.postcode label,form.trodo-form .address-form.lv .input-block.shipping_postcode label {
    left: 62px
}

form.trodo-form .address-form.lt .input-block.b_postcode:before,form.trodo-form .address-form.lt .input-block.postcode:before,form.trodo-form .address-form.lt .input-block.shipping_postcode:before {
    content: "LT -"
}

form.trodo-form .address-form.lv .input-block.b_postcode:before,form.trodo-form .address-form.lv .input-block.postcode:before,form.trodo-form .address-form.lv .input-block.shipping_postcode:before {
    content: "LV -"
}

form.trodo-form .attachments-preview {
    border: 2px dashed #dfe3e8;
    padding: 54px 24px 14px;
    margin-top: 24px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative
}

form.trodo-form .attachments-preview .close-btn {
    right: 10px
}

form.trodo-form .attachments-preview .preview {
    display: inline-block;
    width: calc(50% - 5px);
    border: 1px solid #dfe3e8;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px
}

form.trodo-form .attachments-preview .preview:nth-child(2n) {
    margin-right: 0
}

form.trodo-form input#email.email-invalid {
    border-color: #f49342
}

.error-text {
    color: #de3618;
    font-size: 1.3rem;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    max-width: 100%
}

.error-text:before {
    content: "";
    background-image: url(svg/20/error-accent.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 100%
}

.error-text.success-text {
    color: #59ce59;
    padding-left: 15px
}

.error-text.success-text:before {
    display: none
}

.error-text.on-top {
    z-index: 30
}

section.main-filter-popup {
    border-radius: 0
}

section.filter-popup .active-filters {
    padding: 25px 15px 15px
}

section.filter-popup .active-filters li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px
}

section.filter-popup .active-filters li a {
    background-color: #dfe3e8;
    transition: var(--animation-duration);
    font-size: 1.3rem;
    color: #212b36;
    text-decoration: none;
    border-radius: 13.5px;
    padding: 3px 10px
}

section.filter-popup .active-filters li a:after {
    content: "";
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px
}

section.filter-popup .active-filters li a .category {
    font-weight: 700;
    padding-right: 5px
}

section.filter-popup .active-filters li a.clear-all {
    color: #0077c7
}

section.filter-popup .active-filters li a.clear-all:after {
    display: none
}

section.filter-popup aside {
    margin: 0 auto
}

section.filter-popup aside .filter.product-filter {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    overflow-y: auto
}

section.filter-popup aside .filter.product-filter .accordion-filter .accordion-item:last-child {
    border-bottom: 1px solid #dfe3e8
}

section.filter-popup aside .filter.product-filter .accordion-filter .accordion-item.category_ids {
    border-top: 1px solid #dfe3e8
}

section.filter-popup .btns {
    padding: 0 10px;
    display: flex;
    justify-content: space-between
}

section.filter-popup .btns button {
    width: 100%
}

section.filter-popup .btns .-outline {
    color: #212b36;
    margin-right: 15px;
    font-weight: 500
}

section.filter-popup .blob-count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 40px
}

aside .advanced-cross-sell-widget {
    background-color: #fff;
    padding: 24px 12px 20px;
    margin-bottom: 58px;
    margin-top: 15px;
    border: 1px solid #dfe3e8
}

aside .advanced-cross-sell-widget .title {
    margin-bottom: 24px;
    text-align: left
}

aside .advanced-cross-sell-widget .title .h-title,aside .advanced-cross-sell-widget .title h2 {
    font-size: 1.8rem;
    line-height: 24px
}

aside .advanced-cross-sell-widget .trodo-slider .splide {
    max-height: 100%
}

aside .advanced-cross-sell-widget .product {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #dfe3e8;
    padding: 12px 0;
    margin: 12px 0
}

aside .advanced-cross-sell-widget .product .title {
    margin-bottom: 8px
}

aside .advanced-cross-sell-widget .product .title .h-title,aside .advanced-cross-sell-widget .product .title h2,aside .advanced-cross-sell-widget .product .title h5 {
    font-size: 1.4rem;
    font-weight: 500;
    min-height: 63px;
    line-height: 21px
}

aside .advanced-cross-sell-widget .product .action-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

aside .advanced-cross-sell-widget .product .price-block {
    margin-bottom: 4px;
    padding-right: 24px;
    font-weight: 600
}

aside .advanced-cross-sell-widget .product .price-block .special-price {
    color: #de3618
}

aside .advanced-cross-sell-widget .product .price-block .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    margin-left: 5px;
    white-space: nowrap
}

aside .advanced-cross-sell-widget .product .product-img {
    margin-right: 16px;
    min-width: 80px
}

aside .advanced-cross-sell-widget .product .product-img .product-img-block {
    width: 80px;
    height: 80px
}

aside .advanced-cross-sell-widget .product .product-img .loading {
    background-color: #f8f9f9
}

aside .advanced-cross-sell-widget .product .details {
    width: 100%
}

aside .advanced-cross-sell-widget .product .add-to-cart {
    color: #212b36;
    background-color: #fff;
    border-color: #dfe3e8;
    white-space: pre-wrap
}

aside .advanced-cross-sell-widget .product .add-to-cart:hover {
    background: rgba(248,249,249,.6);
    border-color: rgba(99,115,129,.7);
    color: #212b36
}

aside .advanced-cross-sell-widget .trodo-slider .slider-pagination {
    bottom: -50px
}

aside .advanced-cross-sell-widget .trodo-slider .splide__slide {
    max-width: 90%;
    margin-right: -1%!important
}

aside .advanced-cross-sell-widget .trodo-slider .splide__slide .splide__slide__row:last-child .product {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px
}

aside .advanced-cross-sell-widget .trodo-slider.single-slide .splide__slide {
    max-width: 100%;
    margin-right: 0!important
}

section.geoip-popup .title {
    max-width: calc(100% - 190px)
}

section.geoip-popup .title p {
    margin: 0;
    line-height: 26px
}

section.geoip-popup .compare-action .button {
    font-size: 1.4rem
}

section.geoip-popup .compare-action .button:first-child {
    margin-right: 15px
}

section.cookie-consent .compare-action .button {
    color: #fff!important
}

section.trodo-popup.main-cart-popup .cart-popup {
    top: 0;
    right: 0;
    left: 0;
    width: 100%
}

section.trodo-popup.main-cart-popup .cart-popup .header-popup {
    background-color: #fff
}

section.trodo-popup.main-cart-popup .cart-popup .close-btn-block {
    border-bottom: none;
    padding-bottom: 0
}

section.trodo-popup.main-cart-popup .cart-popup .close-btn-block h5 {
    text-align: center
}

.simple-image-block {
    display: inline-block;
    max-width: 100%
}

.simple-image-block.loading {
    background-color: #fbfbfb
}

section.remove-address-popup .description {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 16px;
    margin: 32px 0
}

section.remove-address-popup .popup-content {
    padding: 20px 40px
}

section.remove-address-popup .popup-content button:first-child {
    margin-right: 16px
}

section.account-additional-payment.checkout.checkout-step .checkout-title {
    padding-top: 8px
}

section.account-additional-payment .breadcrumbs a {
    color: #637381;
    font-size: 1.3rem;
    margin-left: 13px;
    font-weight: 400
}

section.account-additional-payment .breadcrumbs a:before {
    opacity: .5;
    background-size: 16px;
    width: 16px;
    height: 16px;
    left: -16px
}

section.account-additional-payment .breadcrumbs a:hover:before {
    left: -20px
}

section.trodo-popup.main-garage-popup {
    border-radius: 0
}

section.trodo-popup.main-garage-popup .close-btn-block {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none
}

section.trodo-popup.main-garage-popup .close-btn-block h5 {
    text-align: center
}

section.trodo-popup.main-garage-popup .garage-popup .garage-empty .button {
    width: 100%;
    margin-bottom: 15px
}

section.trodo-popup.main-garage-popup .garage-popup .garage-empty .button:hover {
    color: #fff
}

section.trodo-popup.main-garage-popup .garage-popup .garage-empty li {
    padding: 10px 0;
    border-bottom: 1px solid #dfe3e8;
    list-style: none
}

section.trodo-popup.main-garage-popup .garage-popup .garage-empty li:last-child {
    border: none
}

section.trodo-popup.main-garage-popup .garage-popup .garage-empty li img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px
}

section.trodo-popup.main-garage-popup .garage-popup .garage {
    padding: 25px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .title {
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .title h5 {
    margin: 0
}

section.trodo-popup.main-garage-popup .garage-popup .garage .title a {
    font-weight: 500
}

section.trodo-popup.main-garage-popup .garage-popup .garage li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

section.trodo-popup.main-garage-popup .garage-popup .garage li:last-child {
    margin-bottom: 0
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-name {
    max-width: 65%
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-name span {
    color: #637381;
    font-size: 1.3rem
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-name .engine {
    display: block
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-action .button {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-action .button:last-child {
    margin-left: 10px
}

section.trodo-popup.main-garage-popup .garage-popup .garage li .vehicle-action .button img {
    width: 20px;
    height: 20px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .garage-part ul {
    max-height: 265px;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .garage-part ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #fff
}

section.trodo-popup.main-garage-popup .garage-popup .garage .garage-part ul::-webkit-scrollbar {
    width: 7px;
    background-color: #dfe3e8
}

section.trodo-popup.main-garage-popup .garage-popup .garage .garage-part ul::-webkit-scrollbar-thumb {
    background-color: #dfe3e8
}

section.trodo-popup.main-garage-popup .garage-popup .garage .history-part {
    border-top: 1px solid #dfe3e8;
    background-color: #f8f9f9;
    margin: 25px -25px -25px;
    padding: 25px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part {
    background-color: #f8f9f9;
    border-bottom: 1px solid #dfe3e8;
    margin: -25px -25px 25px;
    padding: 25px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item .vehicle-name span {
    color: #637381;
    font-size: 1.3rem
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item .vehicle-action {
    min-width: 35%;
    text-align: right
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item .vehicle-action .button {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item .vehicle-action .button img {
    width: 20px;
    height: 20px
}

section.trodo-popup.main-garage-popup .garage-popup .garage .vehicle-part .vehicle-item .vehicle-action .button:last-child {
    margin-left: 10px
}

section.trodo-popup.main-garage-popup .garage-popup .garage button.add-a-vehicle,section.trodo-popup.main-garage-popup .garage-popup .garage button.remove-a-vehicle {
    width: 100%;
    margin-top: 10px
}

body.body-bottom-popup iframe#launcher {
    bottom: 75px!important;
    z-index: 19!important
}

body.body-overlay iframe#launcher {
    z-index: 19!important
}

.billing-address,.delivery-address {
    font-style: normal
}

.billing-address h6,.delivery-address h6 {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 1.5rem
}

.billing-address ul,.delivery-address ul {
    color: #637381;
    font-size: 1.4rem;
    list-style: none
}

.billing-address div {
    display: flex
}

.billing-address div img {
    margin-right: 8px
}

.billing-address div img,.billing-address div ul {
    display: inline-block;
    vertical-align: middle
}

section.account-settings .content .full-address-form,section.checkout .content .full-address-form {
    padding: 25px
}

section.account-settings .content .full-address-form .trodo-form,section.checkout .content .full-address-form .trodo-form {
    border: none;
    padding: 0
}

section.account-settings .content .full-address-form .trodo-form.shipping-form,section.checkout .content .full-address-form .trodo-form.shipping-form {
    padding: 16px 0 5px 0;
    border-bottom: 1px solid #dfe3e8
}

section.account-settings .content .full-address-form .trodo-form.billing-form,section.checkout .content .full-address-form .trodo-form.billing-form {
    padding: 16px 0 16px 0
}

section.account-settings .content .full-address-form .trodo-form.billing-form .billing-info,section.checkout .content .full-address-form .trodo-form.billing-form .billing-info {
    margin-bottom: 5px
}

section.account-settings .content .full-address-form.new-address .billing-form,section.checkout .content .full-address-form.new-address .billing-form {
    padding-bottom: 0
}

section.account-settings .content .full-address-form .title span,section.checkout .content .full-address-form .title span {
    font-weight: 500;
    font-size: 1.6rem
}

section.account-settings .content .full-address-form .title.billing-title,section.checkout .content .full-address-form .title.billing-title {
    margin-top: 16px
}

section.account-settings .content .full-address-form .shipping-form,section.checkout .content .full-address-form .shipping-form {
    border: none
}

section.account-settings .content .full-address-form .btns-block button,section.checkout .content .full-address-form .btns-block button {
    width: 100%
}

.slide-down-enter-active,.slide-down-leave-active {
    transition-duration: var(--animation-duration);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    padding: 0;
    overflow: hidden;
    z-index: 50
}

.slide-down-enter-to,.slide-down-leave {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.slide-down-enter,.slide-down-leave-to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.slide-down-height-enter-active,.slide-down-height-leave-active {
    transition-duration: var(--animation-duration);
    transition-timing-function: ease-in
}

.slide-down-height-enter-to,.slide-down-height-leave {
    max-height: 400px;
    overflow: hidden
}

.slide-down-height-enter,.slide-down-height-leave-to {
    overflow: hidden;
    max-height: 0
}

.slide-down-curtain-enter-active,.slide-down-curtain-leave-active {
    transition: max-height var(--animation-duration) ease-in-out
}

.slide-down-curtain-enter-to,.slide-down-curtain-leave {
    overflow: hidden;
    max-height: 400px
}

.slide-down-curtain-enter,.slide-down-curtain-leave-to {
    overflow: hidden;
    max-height: 0
}

.slide-left-enter-active,.slide-left-leave-active {
    transition: var(--animation-duration)
}

.slide-left-enter-to,.slide-left-leave {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-left-enter,.slide-left-leave-to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-enter-active,.fade-leave-active {
    transition: opacity var(--animation-duration) ease
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.fade-absolute-leave-active,.fade-enter-absolute-active {
    transition: opacity var(--animation-duration) ease
}

.fade-absolute-enter,.fade-absolute-leave-to {
    opacity: 0;
    position: absolute
}

.opacity-enter-active,.opacity-leave-active {
    transition: var(--animation-duration)
}

.opacity-enter-to,.opacity-leave {
    opacity: 1
}

.opacity-enter,.opacity-leave-to {
    opacity: 0
}

.menu-translate-fade-enter-active,.menu-translate-fade-leave-active {
    transition: all var(--animation-duration)
}

.menu-translate-fade-enter-active {
    transition-delay: var(--animation-duration)
}

.menu-translate-fade-enter {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.menu-translate-fade-leave-to {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.loading-box {
    position: relative;
    min-height: 100vh
}

.loading-box .loader-container {
    position: absolute;
    width: 100%;
    background-color: hsla(0,0%,100%,.9);
    z-index: 99;
    height: 100vh
}

.loading-box .loader {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px
}

.loading-box .loader.is-pdp {
    top: 20%;
    width: 250px;
    height: 250px;
    -webkit-animation: loadingD 3.5s linear infinite;
    animation: loadingD 3.5s linear infinite
}

#trodo-icon-animation-mobile {
    display: inline-block;
    -webkit-transform-origin: center;
    transform-origin: center;
    overflow: visible
}

#trodo-icon-animation {
    overflow: visible
}

#trodo-icon-animation .st0 {
    -webkit-animation: trodo-icon-animation-0 .4s ease-in infinite alternate;
    animation: trodo-icon-animation-0 .4s ease-in infinite alternate
}

#trodo-icon-animation .st1 {
    -webkit-animation: trodo-icon-animation-1 .4s ease-in infinite alternate;
    animation: trodo-icon-animation-1 .4s ease-in infinite alternate
}

#trodo-icon-animation .st2 {
    -webkit-animation: trodo-icon-animation-2 .4s ease-in infinite alternate;
    animation: trodo-icon-animation-2 .4s ease-in infinite alternate
}

#trodo-icon-animation .st3 {
    -webkit-animation: trodo-icon-animation-3 .4s ease-in infinite alternate;
    animation: trodo-icon-animation-3 .4s ease-in infinite alternate
}

#trodo-icon-animation .st4 {
    -webkit-animation: trodo-icon-animation-4 .4s ease-in infinite alternate;
    animation: trodo-icon-animation-4 .4s ease-in infinite alternate
}

@-webkit-keyframes trodo-icon-animation-0 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,-50,-50);
        transform: matrix(1,0,0,1,-50,-50)
    }
}

@keyframes trodo-icon-animation-0 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,-50,-50);
        transform: matrix(1,0,0,1,-50,-50)
    }
}

@-webkit-keyframes trodo-icon-animation-1 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,50);
        transform: matrix(1,0,0,1,0,50)
    }
}

@keyframes trodo-icon-animation-1 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,50);
        transform: matrix(1,0,0,1,0,50)
    }
}

@-webkit-keyframes trodo-icon-animation-2 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,-50,15);
        transform: matrix(1,0,0,1,-50,15)
    }
}

@keyframes trodo-icon-animation-2 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,-50,15);
        transform: matrix(1,0,0,1,-50,15)
    }
}

@-webkit-keyframes trodo-icon-animation-3 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,40,-50);
        transform: matrix(1,0,0,1,40,-50)
    }
}

@keyframes trodo-icon-animation-3 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,40,-50);
        transform: matrix(1,0,0,1,40,-50)
    }
}

@-webkit-keyframes trodo-icon-animation-4 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,50,15);
        transform: matrix(1,0,0,1,50,15)
    }
}

@keyframes trodo-icon-animation-4 {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,50,15);
        transform: matrix(1,0,0,1,50,15)
    }
}

.skeleton-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    background: linear-gradient(90deg,#f4f6f8 2%,#ececec 18%,#f4f6f8 33%);
    background-size: 1300px;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: shimmer;
    animation-name: shimmer
}

.skeleton-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    content: ""
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -650px
    }

    to {
        background-position: 650px
    }
}

@keyframes shimmer {
    0% {
        background-position: -650px
    }

    to {
        background-position: 650px
    }
}

.main-section.-init-data-loading .skeleton-box {
    background: transparent!important
}

header.page-header {
    position: relative;
    border-bottom: 1px solid #dfe3e8
}

header.page-header .logo h1 {
    line-height: inherit
}

header.page-header .logo h1 strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

header.page-header .header-mobile {
    display: none
}

header.page-header .header-desktop {
    background: #fff;
    position: relative
}

header.page-header .header-minimal {
    padding: 15px 0;
    border-bottom: 1px solid #dfe3e8
}

header.page-header .header-minimal .logo {
    max-width: 100%;
    max-height: 34px;
    height: auto
}

header.page-header .header-minimal .logo img {
    vertical-align: middle;
    height: 34px;
    width: auto
}

header.page-header .close-btn-block {
    display: none
}

header.page-header .col {
    padding: 0 10px;
    flex: 0 0 auto
}

header.page-header .header-top {
    border-bottom: 1px solid #dfe3e8;
    padding: 10px 0;
    min-height: 42px
}

header.page-header .header-top .skeleton-country-top {
    text-align: right
}

header.page-header .header-top .without-left-menu {
    width: 100%
}

header.page-header .header-top .header-cms-links {
    display: flex;
    align-items: center;
    position: relative
}

header.page-header .header-top .header-cms-links .cms-link-inline ul {
    display: flex;
    align-items: center
}

header.page-header .header-top .header-cms-links .cms-link-inline li {
    list-style: none;
    margin-right: 24px;
    white-space: nowrap
}

header.page-header .header-top .header-cms-links .cms-link-inline li.no-margin {
    margin: 0
}

header.page-header .header-top .header-cms-links .cms-link-inline li a {
    color: #212b36
}

header.page-header .header-top .header-cms-links .cms-link-inline li a:hover {
    color: #0077c7;
    text-decoration: none
}

header.page-header .header-top .header-cms-links .cms-link-inline .trygg-list-block {
    min-width: 130px
}

header.page-header .header-top .header-cms-links .cms-link-inline .trygg-list-block a img {
    margin-right: 4px;
    vertical-align: middle
}

header.page-header .header-top .header-cms-links .cms-link-inline .trygg-list-block a span {
    vertical-align: middle
}

header.page-header .header-top .header-cms-links .cms-link-inline .trustpilot-block {
    height: 18px;
    width: 290px;
    background: transparent;
    padding: 0;
    text-align: left;
    color: inherit
}

header.page-header .header-top .header-cms-links .cms-link-inline .trustpilot-block .container {
    padding: 0
}

header.page-header .header-top .header-cms-links .trodo-dropdown {
    margin-right: 39px;
    line-height: 20px;
    min-height: 20px
}

header.page-header .header-top .header-cms-links .trodo-dropdown .dropdown-options-container {
    min-width: 160px;
    top: 30px
}

header.page-header .header-top .header-cms-links .trodo-dropdown li {
    padding: 0
}

header.page-header .header-top .header-cms-links .trodo-dropdown li a {
    padding: 5px 15px;
    display: inline-block
}

header.page-header .header-top .header-cms-links .trodo-dropdown:after {
    right: -15px;
    background-size: 17px;
    width: 10px;
    height: 7px
}

header.page-header .header-top.ssr,header.page-header .header-top.ssr.eu .header-cms-links {
    overflow: hidden
}

header.page-header .store-links ul {
    margin-bottom: 0
}

header.page-header .store-links li {
    display: inline;
    margin-right: 25px
}

header.page-header .store-links li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #637381;
    vertical-align: middle;
    position: relative;
    transition: var(--animation-duration)
}

header.page-header .store-links li a>img {
    opacity: .6;
    transition: var(--animation-duration)
}

header.page-header .store-links li a:after {
    content: "";
    height: 2px;
    width: 0;
    max-width: 100%;
    background-color: #0077c7;
    position: absolute;
    left: 0;
    top: 29px;
    transition: var(--animation-duration)
}

header.page-header .store-links li a.active,header.page-header .store-links li a:hover {
    color: #212b36
}

header.page-header .store-links li a.active>img,header.page-header .store-links li a:hover>img {
    opacity: 1
}

header.page-header .store-links li a.active:after,header.page-header .store-links li a:hover:after {
    width: 100%
}

header.page-header .store-links li span {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 500
}

header.page-header .store-links li img {
    max-height: 20px;
    max-width: 32px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle
}

header.page-header .country-and-languages .country-list {
    margin-left: 15px;
    position: relative;
    padding-left: 20px;
    max-width: 218px
}

header.page-header .country-and-languages .country-list span.flag-icon {
    width: 22px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: -6px;
    bottom: 2px;
    margin: auto;
    border-radius: 2px
}

header.page-header .country-and-languages .country-list .trodo-dropdown {
    min-height: 17px
}

header.page-header .country-and-languages .country-list .trodo-dropdown:after {
    display: none;
    padding-right: 0
}

header.page-header .country-and-languages .country-list .trodo-dropdown:before {
    display: none
}

header.page-header .country-and-languages .country-list .country-dropdown .selected-value span.flag-icon {
    bottom: 1px;
    left: -26px
}

header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container {
    max-height: 300px;
    overflow-y: auto;
    min-width: 300px
}

header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container .dropdown-search {
    width: 100%
}

header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container li {
    padding: 5px 15px 5px 40px
}

header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container li .flag-icon {
    left: 11px
}

header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container li .label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

header.page-header .country-and-languages .country-list .country-selected {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

header.page-header .country-and-languages .country-list .country-selected.allow-select {
    cursor: pointer
}

header.page-header .country-and-languages .country-list.disabled .trodo-dropdown,header.page-header .country-and-languages .country-list.disabled .trodo-dropdown .label {
    background-color: #fff
}

header.page-header .country-and-languages .currency-list .trodo-dropdown {
    min-height: 17px
}

header.page-header .country-and-languages .currency-list .dropdown-options-container {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

header.page-header .country-and-languages .currency-list .trodo-dropdown,header.page-header .country-and-languages .language-list .trodo-dropdown {
    padding-right: 25px
}

header.page-header .country-and-languages .currency-list .trodo-dropdown:after,header.page-header .country-and-languages .language-list .trodo-dropdown:after {
    background-size: 17px;
    width: 10px;
    height: 7px
}

header.page-header .country-and-languages .currency-list .selected-value span,header.page-header .country-and-languages .language-list .selected-value span {
    display: inline-block
}

header.page-header .country-and-languages .currency-list .selected-value span:first-letter,header.page-header .country-and-languages .language-list .selected-value span:first-letter {
    text-transform: uppercase
}

header.page-header .country-and-languages .trodo-dropdown .dropdown-options-container {
    top: 30px;
    text-align: left;
    right: 0;
    left: inherit
}

header.page-header .country-and-languages .trodo-dropdown .selected-value span {
    vertical-align: middle
}

header.page-header .country-and-languages>ul {
    text-align: right
}

header.page-header .country-and-languages>ul>li {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    height: 20px
}

header.page-header .header-middle {
    padding: 25px 0
}

header.page-header .header-middle .row {
    align-items: center
}

header.page-header .header-middle .row .logo-col {
    max-width: 16%;
		width: 100%;
}

header.page-header .header-middle .row .search-col {
    max-width: 46%;
		width: 100%;
}

header.page-header .header-middle .row .customer-col {
    max-width: 30%;
		width: 100%;
}

header.page-header .header-middle .row .shop-col {
    max-width: 8%;
		width: 100%;
}

header.page-header .header-middle .row.wishlist-disabled .search-col {
    max-width: 53%;
		width: 100%;
}

header.page-header .header-middle .row.wishlist-disabled .customer-col {
    max-width: 27%;
		width: 100%;
}

header.page-header .header-middle .row.wishlist-disabled .shop-col {
    max-width: 4%;
		width: 100%;
}

header.page-header .header-middle .logo {
    max-width: 100%;
    max-height: 40px;
    height: auto
}

header.page-header .header-middle .logo img {
    vertical-align: middle
}

header.page-header .header-middle .search-bar {
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    position: relative;
}

header.page-header .header-middle .search-bar form {
    display: flex
}

header.page-header .header-middle .search-bar input,header.page-header .header-middle .search-bar select {
    border: none;
    margin: 0;
    background: transparent;
    width: 100%
}

header.page-header .header-middle .search-bar .input-block {
    width: 100%;
    position: relative
}

header.page-header .header-middle .search-bar .input-block input {
    width: 90%
}

header.page-header .header-middle .search-bar .input-block img {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

header.page-header .header-middle .search-bar .select-block {
    width: 30%;
    background-color: #f8f9f9;
    border-right: 1px solid #c4cdd5;
    transition: var(--animation-duration);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

header.page-header .header-middle .search-bar .select-block .trodo-dropdown {
    padding: 11px 24px 8px 12px
}

header.page-header .header-middle .search-bar .select-block:hover {
    background-color: #fcfdfd
}

header.page-header .header-middle .search-bar .result-box {
    position: absolute;
    top: 50px;
    background: #fff;
    padding: 25px 0;
    z-index: 1;
    width: 100%;
    min-width: 530px;
    box-shadow: 0 2px 16px 0 rgba(33,43,54,.08)
}

header.page-header .header-middle .search-bar .result-box h5 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px
}

header.page-header .header-middle .search-bar .result-box img {
    max-width: 100%;
    height: auto
}

header.page-header .header-middle .search-bar .result-box .items-block h5 {
    padding: 0 25px
}

header.page-header .header-middle .search-bar .result-box .items-block li {
    list-style: none
}

header.page-header .header-middle .search-bar .result-box .items-block li a {
    padding: 5px 25px;
    display: block;
    text-decoration: none;
    color: #212b36
}

header.page-header .header-middle .search-bar .result-box .items-block li a span {
    display: block
}

header.page-header .header-middle .search-bar .result-box .items-block li a span:first-letter {
    text-transform: uppercase
}

header.page-header .header-middle .search-bar .result-box .items-block li a:hover {
    background-color: #f8f9f9
}

header.page-header .header-middle .search-bar .result-box .categories-block {
    margin: 0 25px
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-result-col {
    padding: 0 5px
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-result-col .category-result {
    overflow: hidden;
    margin-bottom: 10px;
    border-color: #dfe3e8;
    text-align: center
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-result-col .category-result .cat-img-block {
    width: 135px;
    height: 90px
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-result-col .category-result .cat-img-block.loading {
    background-color: #f8f9f9
}

header.page-header .header-middle .search-bar .result-box .categories-block a {
    text-decoration: none;
    color: #212b36
}

header.page-header .header-middle .search-bar .result-box .categories-block a:hover {
    color: #0078c3
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 5px 10px 5px;
    height: 41px
}

header.page-header .header-middle .search-bar .result-box .categories-block .category-title h6 {
    line-height: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 100%
}

header.page-header .customer-block {
    display: flex;
    align-items: center
}

header.page-header .customer-block>div:first-child {
    margin-right: 25px
}

header.page-header .customer-block a {
    text-decoration: none;
    display: block
}

header.page-header .customer-block .icon-block {
    float: left;
    margin-right: 15px
}

header.page-header .customer-block .icon-block img {
    height: 32px;
    max-width: 32px;
    vertical-align: middle
}

header.page-header .customer-block .text-block {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

header.page-header .customer-block .text-block b.h6,header.page-header .customer-block .text-block h6 {
    display: block;
    text-transform: capitalize;
    line-height: 15px;
    font-weight: 500;
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 1.3rem
}

header.page-header .customer-block .text-block b.h6:after,header.page-header .customer-block .text-block h6:after {
    content: "";
    background-image: url( '/images/img-theme/chevron-small.svg' );
    background-size: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    margin-left: 5px
}

header.page-header .customer-block .text-block span {
    font-size: 1.3rem;
    overflow: hidden
}

header.page-header .customer-block .customer-section,header.page-header .customer-block .garage-section {
    position: relative;
    display: flex
}

header.page-header .customer-block .customer-section .customer-popup,header.page-header .customer-block .customer-section .garage-popup,header.page-header .customer-block .garage-section .customer-popup,header.page-header .customer-block .garage-section .garage-popup {
    top: 60px;
    left: -80px;
    padding: 25px;
    width: 360px;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

header.page-header .customer-block .customer-section .customer-popup:after,header.page-header .customer-block .customer-section .garage-popup:after,header.page-header .customer-block .garage-section .customer-popup:after,header.page-header .customer-block .garage-section .garage-popup:after {
    left: 87px
}

header.page-header .customer-block .customer-section .customer-popup:before,header.page-header .customer-block .customer-section .garage-popup:before,header.page-header .customer-block .garage-section .customer-popup:before,header.page-header .customer-block .garage-section .garage-popup:before {
    left: 86px
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty .button,header.page-header .customer-block .customer-section .customer-popup .not-signed-in .button,header.page-header .customer-block .customer-section .garage-popup .garage-empty .button,header.page-header .customer-block .customer-section .garage-popup .not-signed-in .button,header.page-header .customer-block .garage-section .customer-popup .garage-empty .button,header.page-header .customer-block .garage-section .customer-popup .not-signed-in .button,header.page-header .customer-block .garage-section .garage-popup .garage-empty .button,header.page-header .customer-block .garage-section .garage-popup .not-signed-in .button {
    width: 100%;
    margin-bottom: 15px
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty .button:hover,header.page-header .customer-block .customer-section .customer-popup .not-signed-in .button:hover,header.page-header .customer-block .customer-section .garage-popup .garage-empty .button:hover,header.page-header .customer-block .customer-section .garage-popup .not-signed-in .button:hover,header.page-header .customer-block .garage-section .customer-popup .garage-empty .button:hover,header.page-header .customer-block .garage-section .customer-popup .not-signed-in .button:hover,header.page-header .customer-block .garage-section .garage-popup .garage-empty .button:hover,header.page-header .customer-block .garage-section .garage-popup .not-signed-in .button:hover {
    color: #fff
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty .button.register,header.page-header .customer-block .customer-section .customer-popup .not-signed-in .button.register,header.page-header .customer-block .customer-section .garage-popup .garage-empty .button.register,header.page-header .customer-block .customer-section .garage-popup .not-signed-in .button.register,header.page-header .customer-block .garage-section .customer-popup .garage-empty .button.register,header.page-header .customer-block .garage-section .customer-popup .not-signed-in .button.register,header.page-header .customer-block .garage-section .garage-popup .garage-empty .button.register,header.page-header .customer-block .garage-section .garage-popup .not-signed-in .button.register {
    font-weight: 500
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty .button.register:hover,header.page-header .customer-block .customer-section .customer-popup .not-signed-in .button.register:hover,header.page-header .customer-block .customer-section .garage-popup .garage-empty .button.register:hover,header.page-header .customer-block .customer-section .garage-popup .not-signed-in .button.register:hover,header.page-header .customer-block .garage-section .customer-popup .garage-empty .button.register:hover,header.page-header .customer-block .garage-section .customer-popup .not-signed-in .button.register:hover,header.page-header .customer-block .garage-section .garage-popup .garage-empty .button.register:hover,header.page-header .customer-block .garage-section .garage-popup .not-signed-in .button.register:hover {
    color: #212b36
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty li,header.page-header .customer-block .customer-section .customer-popup .not-signed-in li,header.page-header .customer-block .customer-section .garage-popup .garage-empty li,header.page-header .customer-block .customer-section .garage-popup .not-signed-in li,header.page-header .customer-block .garage-section .customer-popup .garage-empty li,header.page-header .customer-block .garage-section .customer-popup .not-signed-in li,header.page-header .customer-block .garage-section .garage-popup .garage-empty li,header.page-header .customer-block .garage-section .garage-popup .not-signed-in li {
    padding: 7px 0;
    border-bottom: 1px solid #dfe3e8;
    list-style: none
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty li:last-child,header.page-header .customer-block .customer-section .customer-popup .not-signed-in li:last-child,header.page-header .customer-block .customer-section .garage-popup .garage-empty li:last-child,header.page-header .customer-block .customer-section .garage-popup .not-signed-in li:last-child,header.page-header .customer-block .garage-section .customer-popup .garage-empty li:last-child,header.page-header .customer-block .garage-section .customer-popup .not-signed-in li:last-child,header.page-header .customer-block .garage-section .garage-popup .garage-empty li:last-child,header.page-header .customer-block .garage-section .garage-popup .not-signed-in li:last-child {
    border: none
}

header.page-header .customer-block .customer-section .customer-popup .garage-empty li img,header.page-header .customer-block .customer-section .customer-popup .not-signed-in li img,header.page-header .customer-block .customer-section .garage-popup .garage-empty li img,header.page-header .customer-block .customer-section .garage-popup .not-signed-in li img,header.page-header .customer-block .garage-section .customer-popup .garage-empty li img,header.page-header .customer-block .garage-section .customer-popup .not-signed-in li img,header.page-header .customer-block .garage-section .garage-popup .garage-empty li img,header.page-header .customer-block .garage-section .garage-popup .not-signed-in li img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details li,header.page-header .customer-block .customer-section .garage-popup ul.project-details li,header.page-header .customer-block .garage-section .customer-popup ul.project-details li,header.page-header .customer-block .garage-section .garage-popup ul.project-details li {
    display: flex
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details .image-block,header.page-header .customer-block .customer-section .garage-popup ul.project-details .image-block,header.page-header .customer-block .garage-section .customer-popup ul.project-details .image-block,header.page-header .customer-block .garage-section .garage-popup ul.project-details .image-block {
    margin-top: 4px;
    margin-right: 20px;
    width: 32px;
    height: 32px
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details .image-block img,header.page-header .customer-block .customer-section .garage-popup ul.project-details .image-block img,header.page-header .customer-block .garage-section .customer-popup ul.project-details .image-block img,header.page-header .customer-block .garage-section .garage-popup ul.project-details .image-block img {
    width: 32px;
    height: 32px
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details .description,header.page-header .customer-block .customer-section .garage-popup ul.project-details .description,header.page-header .customer-block .garage-section .customer-popup ul.project-details .description,header.page-header .customer-block .garage-section .garage-popup ul.project-details .description {
    width: calc(100% - 56px)
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details .description h5,header.page-header .customer-block .customer-section .garage-popup ul.project-details .description h5,header.page-header .customer-block .garage-section .customer-popup ul.project-details .description h5,header.page-header .customer-block .garage-section .garage-popup ul.project-details .description h5 {
    font-size: 1.4rem;
    margin-bottom: 4px;
    font-weight: 500
}

header.page-header .customer-block .customer-section .customer-popup ul.project-details .description p,header.page-header .customer-block .customer-section .garage-popup ul.project-details .description p,header.page-header .customer-block .garage-section .customer-popup ul.project-details .description p,header.page-header .customer-block .garage-section .garage-popup ul.project-details .description p {
    margin-bottom: 0;
    color: #637381;
    line-height: 24px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info span,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info span,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info span,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info span {
    font-size: 1.4rem
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info .icon-block,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info .icon-block,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info .icon-block,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info .icon-block {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info .icon-block .a-thumb,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info .icon-block .a-thumb,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info .icon-block .a-thumb,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info .icon-block .a-thumb {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f8f9f9;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    color: #212b36;
    margin-right: 10px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info .text-block b.h6:after,header.page-header .customer-block .customer-section .customer-popup .signed-in .customer-info .text-block h6:after,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info .text-block b.h6:after,header.page-header .customer-block .customer-section .garage-popup .signed-in .customer-info .text-block h6:after,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info .text-block b.h6:after,header.page-header .customer-block .garage-section .customer-popup .signed-in .customer-info .text-block h6:after,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info .text-block b.h6:after,header.page-header .customer-block .garage-section .garage-popup .signed-in .customer-info .text-block h6:after {
    display: none
}

header.page-header .customer-block .customer-section .customer-popup .signed-in ul,header.page-header .customer-block .customer-section .garage-popup .signed-in ul,header.page-header .customer-block .garage-section .customer-popup .signed-in ul,header.page-header .customer-block .garage-section .garage-popup .signed-in ul {
    margin: 0 -25px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in ul a,header.page-header .customer-block .customer-section .garage-popup .signed-in ul a,header.page-header .customer-block .garage-section .customer-popup .signed-in ul a,header.page-header .customer-block .garage-section .garage-popup .signed-in ul a {
    padding: 5px 25px;
    color: #212b36;
    transition: var(--animation-duration)
}

header.page-header .customer-block .customer-section .customer-popup .signed-in ul a:hover,header.page-header .customer-block .customer-section .garage-popup .signed-in ul a:hover,header.page-header .customer-block .garage-section .customer-popup .signed-in ul a:hover,header.page-header .customer-block .garage-section .garage-popup .signed-in ul a:hover {
    background-color: #f8f9f9
}

header.page-header .customer-block .customer-section .customer-popup .signed-in ul li,header.page-header .customer-block .customer-section .garage-popup .signed-in ul li,header.page-header .customer-block .garage-section .customer-popup .signed-in ul li,header.page-header .customer-block .garage-section .garage-popup .signed-in ul li {
    list-style: none
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .logout,header.page-header .customer-block .customer-section .garage-popup .signed-in .logout,header.page-header .customer-block .garage-section .customer-popup .signed-in .logout,header.page-header .customer-block .garage-section .garage-popup .signed-in .logout {
    border-top: 1px solid #dfe3e8;
    color: #212b36;
    margin-top: 15px;
    padding-top: 15px
}

header.page-header .customer-block .customer-section .customer-popup .signed-in .logout:hover,header.page-header .customer-block .customer-section .garage-popup .signed-in .logout:hover,header.page-header .customer-block .garage-section .customer-popup .signed-in .logout:hover,header.page-header .customer-block .garage-section .garage-popup .signed-in .logout:hover {
    color: #0078c3
}

header.page-header .customer-block .customer-section .garage.garage-partial .vehicle-part,header.page-header .customer-block .garage-section .garage.garage-partial .vehicle-part {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

header.page-header .customer-block .customer-section .garage .title,header.page-header .customer-block .garage-section .garage .title {
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px
}

header.page-header .customer-block .customer-section .garage .title h5,header.page-header .customer-block .garage-section .garage .title h5 {
    margin: 0
}

header.page-header .customer-block .customer-section .garage .title a,header.page-header .customer-block .garage-section .garage .title a {
    font-weight: 500
}

header.page-header .customer-block .customer-section .garage li,header.page-header .customer-block .garage-section .garage li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

header.page-header .customer-block .customer-section .garage li:last-child,header.page-header .customer-block .garage-section .garage li:last-child {
    margin-bottom: 0
}

header.page-header .customer-block .customer-section .garage li .vehicle-name,header.page-header .customer-block .garage-section .garage li .vehicle-name {
    max-width: 65%
}

header.page-header .customer-block .customer-section .garage li .vehicle-name span,header.page-header .customer-block .garage-section .garage li .vehicle-name span {
    color: #637381;
    font-size: 1.3rem
}

header.page-header .customer-block .customer-section .garage li .vehicle-name .engine,header.page-header .customer-block .garage-section .garage li .vehicle-name .engine {
    display: block
}

header.page-header .customer-block .customer-section .garage li .vehicle-action .button,header.page-header .customer-block .garage-section .garage li .vehicle-action .button {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

header.page-header .customer-block .customer-section .garage li .vehicle-action .button:last-child,header.page-header .customer-block .garage-section .garage li .vehicle-action .button:last-child {
    margin-left: 10px
}

header.page-header .customer-block .customer-section .garage li .vehicle-action .button img,header.page-header .customer-block .garage-section .garage li .vehicle-action .button img {
    width: 20px;
    height: 20px
}

header.page-header .customer-block .customer-section .garage .garage-part ul,header.page-header .customer-block .garage-section .garage .garage-part ul {
    max-height: 470px;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px
}

header.page-header .customer-block .customer-section .garage .garage-part ul::-webkit-scrollbar-track,header.page-header .customer-block .garage-section .garage .garage-part ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #fff
}

header.page-header .customer-block .customer-section .garage .garage-part ul::-webkit-scrollbar,header.page-header .customer-block .garage-section .garage .garage-part ul::-webkit-scrollbar {
    width: 7px;
    background-color: #dfe3e8
}

header.page-header .customer-block .customer-section .garage .garage-part ul::-webkit-scrollbar-thumb,header.page-header .customer-block .garage-section .garage .garage-part ul::-webkit-scrollbar-thumb {
    background-color: #dfe3e8
}

header.page-header .customer-block .customer-section .garage .history-part,header.page-header .customer-block .garage-section .garage .history-part {
    border-top: 1px solid #dfe3e8;
    background-color: #f8f9f9;
    margin: 25px -25px -25px;
    padding: 25px
}

header.page-header .customer-block .customer-section .garage .vehicle-part,header.page-header .customer-block .garage-section .garage .vehicle-part {
    background-color: #f8f9f9;
    border-bottom: 1px solid #dfe3e8;
    margin: -25px -25px 25px;
    padding: 25px
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item .vehicle-name span,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item .vehicle-name span {
    color: #637381;
    font-size: 1.3rem
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item .vehicle-action,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item .vehicle-action {
    min-width: 35%;
    text-align: right
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item .vehicle-action .button,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item .vehicle-action .button {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item .vehicle-action .button img,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item .vehicle-action .button img {
    width: 20px;
    height: 20px
}

header.page-header .customer-block .customer-section .garage .vehicle-part .vehicle-item .vehicle-action .button:last-child,header.page-header .customer-block .garage-section .garage .vehicle-part .vehicle-item .vehicle-action .button:last-child {
    margin-left: 10px
}

header.page-header .customer-block .customer-section .garage button.add-a-vehicle,header.page-header .customer-block .customer-section .garage button.remove-a-vehicle,header.page-header .customer-block .garage-section .garage button.add-a-vehicle,header.page-header .customer-block .garage-section .garage button.remove-a-vehicle {
    width: 100%;
    margin-top: 10px
}

header.page-header .customer-block .customer-section {
    max-width: 150px;
    min-width: 125px
}

header.page-header .customer-block .garage-section {
    max-width: 170px
}

header.page-header .customer-block .garage-section .icon-block {
    position: relative
}

header.page-header .customer-block .garage-section .icon-block .garage-attention {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    right: -3px;
    top: -2px;
    border: 3px solid #fffaeb
}

header.page-header .customer-block .garage-section .icon-block .garage-attention:after {
    content: "";
    background-image: url( '/images/img-theme/warning.svg' );
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0
}

header.page-header .customer-block .garage-section .icon-block .garage-attention img {
    width: 16px;
    height: 16px;
    vertical-align: top
}

header.page-header .customer-block .garage-section .icon-block .garage-attention.car-fulfilled:after {
    background: url( '/images/img-theme/success.svg' )
}

header.page-header .customer-block .garage-section .icon-block.car-selected .garage-attention {
    border-color: #f1f8f5
}

header.page-header .customer-block .popup .text-block,header.page-header .customer-block .popup .text-block h6,header.page-header .customer-block .popup .text-block span.h6 {
    max-width: inherit
}

header.page-header .shop-block {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

header.page-header .shop-block.wishlist-enabled {
    justify-content: space-between
}

header.page-header .shop-block .cart,header.page-header .shop-block .wishlist {
    position: relative
}

header.page-header .shop-block .cart>button img,header.page-header .shop-block .wishlist>button img {
    vertical-align: middle
}

header.page-header .shop-block .cart button.empty {
    pointer-events: none;
    cursor: default
}

header.page-header .header-bottom {
    padding-bottom: 15px
}

header.page-header .header-bottom .row {
    align-items: center
}

header.page-header .header-bottom .catalog-block {
    white-space: nowrap
}

header.page-header .header-bottom .catalog-block .toggle-catalog {
    color: #212b36;
    text-decoration: none
}

header.page-header .header-bottom .catalog-block .toggle-catalog span {
    font-size: 1.4rem;
    font-weight: 500
}

header.page-header .header-bottom .catalog-block .toggle-catalog .-toggle-btn {
    margin-right: 7px
}

header.page-header .header-bottom .category-links-block {
    position: relative;
    margin-left: 5px
}

header.page-header .header-bottom .category-links-block:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c4cdd5;
    position: absolute;
    left: 0
}

header.page-header .header-bottom .category-links-block ul {
    line-height: 27px
}

header.page-header .header-bottom .category-links-block li {
    display: inline-block;
    padding-left: 30px
}

header.page-header .header-bottom .category-links-block li a {
    color: #212b36;
    text-decoration: none;
    font-weight: 500
}

header.page-header .header-bottom .category-links-block li a:hover {
    color: #0078c3
}

header.page-header .header-bottom .category-links-block li a.active {
    color: #0078c3;
    position: relative
}

header.page-header .header-bottom .category-links-block li a.active-route {
    color: #0078c3
}

header.page-header .help-center {
    color: #212b36;
    cursor: pointer;
    font-weight: 500;
    text-align: right;
    position: relative
}

header.page-header .help-center .help-popup {
    top: 36px;
    padding: 25px;
    width: 315px;
    text-align: left;
    right: 0;
    left: inherit;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

header.page-header .help-center .help-popup:after {
    right: 33px
}

header.page-header .help-center .help-popup:before {
    right: 32px
}

header.page-header .help-center .help-popup .button {
    width: 100%;
    margin-bottom: 15px
}

header.page-header .help-center .help-popup .button:hover {
    color: #fff
}

header.page-header .help-center .help-popup .button.register {
    font-weight: 500
}

header.page-header .help-center .help-popup .button.register:hover {
    color: #212b36
}

header.page-header .help-center .help-popup li {
    padding: 10px 0;
    border-bottom: 1px solid #dfe3e8;
    list-style: none
}

header.page-header .help-center .help-popup li a {
    color: #212b36
}

header.page-header .help-center .help-popup li:last-child {
    border: none
}

header.page-header .help-center .help-popup li img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px
}

header.page-header .help-center .help-popup .block-header {
    display: none
}

header.page-header .help-center .toggle-help-center {
    display: inline-block;
    color: #b42318;
    text-decoration: none;
    font-weight: 500
}

header.page-header .help-center .toggle-help-center span {
    vertical-align: middle
}

header.page-header .help-center .toggle-help-center img {
    width: 14px;
    margin-right: 7px;
    height: 14px;
    vertical-align: middle
}

header.page-header .catalog-menu {
    position: absolute;
    width: 100%;
    top: 165px;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

header.page-header .catalog-menu .catalog-menu-content {
    display: flex;
    border-color: #dfe3e8;
    box-shadow: 0 10px 16px 0 rgba(33,43,54,.08);
    position: relative;
    align-items: stretch
}

header.page-header .catalog-menu .catalog-menu-content.single .category-menu-list {
    border-right: none
}

header.page-header .catalog-menu .catalog-menu-content.without-items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

header.page-header .catalog-menu .catalog-menu-content .category-menu-list {
    max-height: 100%;
    height: auto
}

header.page-header .category-menu-list {
    background-color: #fff;
    border-right: 1px solid #dfe3e8;
    padding: 25px 0;
    min-width: 320px;
    transition: max-height .2s ease;
    max-height: 500px;
    height: 100%
}

header.page-header .category-menu-list li {
    list-style: none
}

header.page-header .category-menu-list a {
    padding: 5px 20px 5px 12px;
    text-decoration: none;
    color: #212b36;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

header.page-header .category-menu-list a .cat-name {
    width: calc(100% - 45px);
    overflow-wrap: break-word
}

@media (hover: hover) and (pointer:fine) {
    header.page-header .category-menu-list a:hover {
        background-color:#f8f9f9
    }
}

header.page-header .category-menu-list a.active {
    background-color: #f8f9f9
}

header.page-header .category-menu-list .cat-img-block {
    width: 45px;
    height: 30px
}

header.page-header .category-menu-list .cat-img-block.loading {
    background-color: #f8f9f9
}

header.page-header .category-menu-list img {
    margin-right: 5px
}

header.page-header .category-menu-items {
    background-color: #fff;
    padding: 25px 25px 0;
    width: 100%
}

header.page-header .category-menu-items .single-cat {
    text-align: center;
    margin-bottom: 15px
}

header.page-header .category-menu-items .cat-img-block {
    width: 90px;
    height: 60px
}

header.page-header .category-menu-items .cat-img-block.loading {
    background-color: #f8f9f9
}

header.page-header .category-menu-items h6 {
    overflow-wrap: break-word;
    margin-top: 10px
}

header.page-header .category-menu-items a.category-link {
    text-decoration: none;
    color: #212b36;
    font-weight: 600
}

header.page-header .category-menu-items a.category-link:hover {
    color: #0078c3
}

header.page-header .category-menu-items .show-more-link {
    display: inline-block;
    margin: 24px 0;
    padding-left: 8px
}

header.page-header .category-menu-items .show-more-link:hover {
    color: #0078c3
}

header.page-header .category-menu-items.is-scrollable {
    overflow-y: auto
}

header.page-header .catalog-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 50;
    width: 100%;
    max-width: 360px
}

header.page-header .catalog-menu-mobile .close-btn {
    right: 12px;
    top: 12px;
    background-image: url('/images/img-theme/close-white.svg');
    background-color: #5f646b;
    color: #fff
}

header.page-header .catalog-menu-mobile .catalog-back-btn {
    left: 12px;
    right: inherit;
    background-image: url('/images/img-theme/chevron-white.svg');;
    width: 32px!important;
    height: 32px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (hover: hover) and (pointer:fine) {
    header.page-header .catalog-menu-mobile .catalog-back-btn:hover {
        background-color:#5f646b!important
    }
}

header.page-header .catalog-menu-mobile .catalog-menu-container {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden
}

header.page-header .catalog-menu-mobile .store-links ul {
    border-bottom: 1px solid #dfe3e8;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

header.page-header .catalog-menu-mobile .store-links li {
    margin-right: 0
}

header.page-header .catalog-menu-mobile .store-links li a {
    padding: 10px;
    display: block
}

header.page-header .catalog-menu-mobile .store-links li a:after {
    display: none
}

@media (hover: hover) and (pointer:fine) {
    header.page-header .catalog-menu-mobile .store-links li a:hover {
        background-color:#f8f9f9
    }
}

header.page-header .catalog-menu-mobile .store-links .toggle-mode .active-store {
    padding: 10px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #212b36;
    vertical-align: middle;
    transition: var(--animation-duration);
    border-bottom: 1px solid #dfe3e8;
    font-weight: 500
}

header.page-header .catalog-menu-mobile .store-links .toggle-mode .active-store:before {
    content: "";
    background-image: url( '/images/img-theme/chevron-small.svg' );
    background-position: 50%;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: var(--animation-duration);
    background-size: 20px;
    right: 15px
}

header.page-header .catalog-menu-mobile .store-links .toggle-mode .active-store:after {
    display: none
}

header.page-header .catalog-menu-mobile .store-links .toggle-mode .active-store img {
    max-height: 20px;
    max-width: 32px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle
}

header.page-header .catalog-menu-mobile .border-block h5 {
    font-weight: 500;
    font-size: 1.4rem
}

header.page-header .catalog-menu-mobile .border-block a {
    padding: 7px 10px;
    text-decoration: none;
    color: #212b36;
    width: 100%;
    display: block
}

@media (hover: hover) and (pointer:fine) {
    header.page-header .catalog-menu-mobile .border-block a:hover {
        background-color:#f4f6f8
    }
}

header.page-header .catalog-menu-mobile .border-block ul {
    padding: 10px 0
}

header.page-header .catalog-menu-mobile .border-block li {
    display: block
}

header.page-header .catalog-menu-mobile .border-block:after {
    content: "";
    width: calc(100% - 20px);
    display: block;
    margin: auto;
    height: 1px;
    background-color: #dfe3e8
}

header.page-header .catalog-menu-mobile .border-block:last-child:after {
    display: none
}

header.page-header .catalog-menu-mobile .cat-tree .category-title {
    padding-left: 16px;
    max-width: 70%
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages {
    padding-right: 6px
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages>ul {
    display: flex;
    padding: 0
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .trodo-dropdown .dropdown-options-container {
    padding: 0
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .trodo-dropdown .dropdown-options-container .dropdown-options {
    color: #212b36
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .trodo-dropdown .dropdown-options-container ul {
    padding: 7px 0
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .trodo-dropdown .selected-value span {
    font-size: 1.4rem
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .trodo-dropdown:after {
    background-image: url(svg/16/chevron-small-white.svg)
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .country-list {
    max-width: 140px
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .country-list span.flag-icon {
    left: -6px;
    top: 0;
    bottom: 0
}

header.page-header .catalog-menu-mobile .cat-tree .country-and-languages .currency-list {
    margin-left: 15px
}

header.page-header .catalog-menu-mobile .cat-tree .cat-navigation {
    padding-top: 64px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dfe3e8;
    background-image: url( '/images/img-theme/mobile-catalog.webp' );
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.page-header .catalog-menu-mobile .cat-tree .menu-breadcrumbs ul {
    white-space: nowrap;
    padding: 18px 0 18px 10px;
    margin-right: 10px;
    max-width: 100%;
    cursor: grab;
    overflow-x: scroll
}

header.page-header .catalog-menu-mobile .cat-tree .menu-breadcrumbs ul::-webkit-scrollbar {
    display: none
}

header.page-header .catalog-menu-mobile .cat-tree .menu-breadcrumbs ul li {
    display: inline-block;
    position: relative
}

header.page-header .catalog-menu-mobile .cat-tree .menu-breadcrumbs ul li a {
    display: inline-block;
    width: inherit;
    color: #212b36;
    background-color: #dfe3e8;
    padding: 4px 8px;
    border-radius: 6px
}

header.page-header .catalog-menu-mobile .cat-tree .menu-breadcrumbs ul li a:hover {
    background-color: #f8f9f9;
    text-decoration: none
}

header.page-header .catalog-menu-mobile .cat-tree .category-menu-list {
    border-right: none;
    width: 100%;
    padding: 0;
    min-width: inherit;
    overflow-y: auto;
		max-height: calc(100vh - 220px);
}

header.page-header .catalog-menu-mobile .cat-tree .category-menu-list a {
    padding-right: 30px;
    display: flex;
		font-weight: 600;
}

header.page-header .catalog-menu-mobile .cat-tree .category-menu-list a .cat-tree-name {
    width: calc(100% - 45px);
    overflow-wrap: break-word
}

header.page-header .catalog-menu-mobile .language .country-block,header.page-header .catalog-menu-mobile .language .language-block {
    display: flex;
    justify-content: space-between
}

header.page-header .catalog-menu-mobile .language .country-block span,header.page-header .catalog-menu-mobile .language .language-block span {
    margin-right: 30px;
    font-size: 1.3rem;
    color: #637381
}

header.page-header .catalog-menu-mobile .language .languages li a {
    padding-left: 20px
}

header.page-header .catalog-menu-mobile .language .languages li.active a {
    background-color: #f8f9f9
}

header.page-header .catalog-menu-mobile .profile .section {
    display: flex;
    align-items: center
}

header.page-header .catalog-menu-mobile .profile .section .icon-block {
    width: 24px;
    margin-right: 10px
}

header.page-header .catalog-menu-mobile .profile .section .icon-block img {
    vertical-align: middle
}

header.page-header .catalog-menu-mobile .profile .section .text-block {
    display: flex;
    justify-content: space-between;
    width: 100%
}

header.page-header .catalog-menu-mobile .profile .section .text-block span {
    margin-right: 30px
}

header.page-header .catalog-menu-mobile .help-center {
    text-align: left
}

header.page-header .catalog-menu-mobile .help-center img {
    width: 14px;
    vertical-align: middle;
    margin-right: 11px
}

header.page-header .catalog-menu-mobile .help-center h5 {
    color: #b42318;
    display: inline-block;
    vertical-align: middle
}

header.page-header .short-header {
    border-bottom: 1px solid #dfe3e8
}

header.page-header .short-header .short-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

header.page-header .short-header .short-header-content .logo {
    max-width: 100%;
    max-height: 34px;
    height: auto
}

header.page-header .short-header .short-header-content .logo img {
    vertical-align: middle;
    height: 34px;
    width: 100%
}

header.page-header .short-header .short-header-content .language-list {
    margin-right: 15px
}

header.page-header .short-header .short-header-content .right {
    display: flex;
    align-items: center
}

header.page-header .short-header .short-header-content .right .country-and-languages>ul>li {
    margin-right: 24px
}

header.page-header .short-header .short-header-content .right .country-and-languages .language-list .selected-value span {
    display: inline-block
}

header.page-header .short-header .short-header-content .right .country-and-languages .language-list .selected-value span:first-letter {
    text-transform: uppercase
}

header.page-header .short-header .short-header-content .right .help-center {
    margin-right: 24px
}

header.page-header .short-header .short-header-content .right .help-center .toggle-help-center {
    color: #212b36
}

header.page-header .short-header .short-header-content .right .help-center .toggle-help-center.disabled {
    cursor: pointer;
    pointer-events: none
}

header.page-header .short-header .short-header-content .right .help-center span {
    font-size: 1.4rem;
    font-weight: 400
}

header.page-header .short-header .short-header-content .right .customer-block {
    position: relative
}

header.page-header .short-header .short-header-content .right .customer-block .customer-section {
    max-width: 100%;
    min-width: auto
}

header.page-header .short-header .short-header-content .right .customer-block .customer-section .customer-info .icon-block {
    vertical-align: top
}

header.page-header .short-header .short-header-content .right .customer-block>div:first-child {
    margin-right: 0
}

header.page-header .short-header .short-header-content .right .customer-block .clearfix {
    display: flex;
    align-items: center;
    justify-content: end
}

header.page-header .short-header .short-header-content .right .customer-block .icon-block,header.page-header .short-header .short-header-content .right .customer-block .text-block {
    display: inline-block;
    max-width: 100%;
    float: none
}

header.page-header .short-header .short-header-content .right .customer-block .icon-block {
    margin-right: 0
}

header.page-header .short-header .short-header-content .right .customer-block .icon-block img {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    vertical-align: middle
}

header.page-header .short-header .short-header-content .right .customer-block .text-block span {
    color: #212b36;
    font-size: 1.4rem;
    white-space: nowrap
}

header.page-header .short-header .short-header-content .right .customer-block .text-block b.h6,header.page-header .short-header .short-header-content .right .customer-block .text-block h6 {
    display: none
}

header.page-header .short-header .short-header-content .right .customer-block .customer-popup {
    top: 36px;
    right: 0;
    left: inherit;
    min-width: 232px
}

header.page-header .short-header .short-header-content .right .customer-block .customer-popup:before {
    left: inherit;
    right: 24px
}

header.page-header .short-header .short-header-content .right .customer-block .customer-popup:after {
    left: inherit;
    right: 25px
}

header.page-header .short-header .short-header-content .right .customer-block .customer-popup h6 {
    display: block
}

header.page-header .short-header .short-header-content .right .customer-block .garage-section {
    display: none
}

header.page-header .short-header .trodo-dropdown:after {
    background-size: 17px
}

header.page-header .short-header.checkout-page-component .customer-block .customer-section {
    min-width: 0
}

header.page-header .short-header.checkout-page-component .customer-block .customer-section a {
    cursor: default
}

.cart-popup {
    top: 60px;
    right: 0;
    left: inherit;
    width: 380px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-radius: 10px
}

.cart-popup:after {
    right: 6px
}

.cart-popup:before {
    right: 5px
}

.cart-popup .cart-product-list {
    border-radius: 10px;
    overflow: hidden
}

.cart-popup .cart-product-list .clear-all-block {
    text-align: right;
    padding: 10px 25px;
    font-size: 1.3rem
}

.cart-popup .cart-product-list ul {
    padding: 20px;
    max-height: 375px;
    overflow-y: auto
}

.cart-popup .cart-product-list li {
    list-style: none;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.cart-popup .cart-product-list li:last-child {
    padding: 0
}

.cart-popup .cart-product-list li .product-img {
    margin-right: 16px
}

.cart-popup .cart-product-list li .product-img .product-img-block {
    width: 60px;
    height: 60px
}

.cart-popup .cart-product-list li .product-img .loading {
    background-color: #fbfbfb
}

.cart-popup .cart-product-list li .product-info {
    width: calc(100% - 65px)
}

.cart-popup .cart-product-list li .product-info p.out-of-stock {
    color: #de3618;
    margin-bottom: 5px;
    font-weight: 500
}

.cart-popup .cart-product-list li .product-info p.out-of-stock img {
    vertical-align: middle
}

.cart-popup .cart-product-list li .product-info .price .special-price {
    display: block;
    font-size: 1.4rem;
    color: #de3618
}

.cart-popup .cart-product-list li .product-info .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: middle;
    font-weight: 700
}

.cart-popup .cart-product-list li a {
    text-decoration: none
}

.cart-popup .cart-product-list li h6 {
    margin-bottom: 10px;
    font-size: 1.4rem
}

.cart-popup .cart-product-list li .count {
    padding-right: 5px
}

.cart-popup .cart-product-list li .price-block {
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px
}

.cart-popup .cart-product-list li .remove {
    font-weight: 500
}

.cart-popup .cart-product-list li .action {
    max-width: 64px;
    width: 100%;
    margin-right: 16px;
    display: inline-block
}

.cart-popup .cart-product-list li .action .qty .trodo-dropdown {
    max-width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    line-height: 15px
}

.cart-popup .cart-result {
    border-top: 1px solid #dfe3e8;
    background-color: #f8f9f9
}

.cart-popup .cart-result .result-action-block {
    padding: 20px
}

.cart-popup .cart-result .free-delivery-block {
    margin-bottom: 15px
}

.cart-popup .cart-result .free-delivery-block b {
    font-weight: 500
}

.cart-popup .cart-result .free-delivery-block .free-delivery .content-box {
    display: flex;
    align-items: center
}

.cart-popup .cart-result .free-delivery-block.is-applied {
    background-color: #f2fdfb;
    border: 1px solid #15b79e;
    border-radius: 6px;
    padding: 10px 15px
}

.cart-popup .cart-result .free-delivery-block img {
    margin-right: 8px;
    vertical-align: text-bottom
}

.cart-popup .cart-result .free-delivery-block progress {
    border-radius: 34px;
    width: 100%;
    height: 6px
}

.cart-popup .cart-result .free-delivery-block progress::-webkit-progress-bar {
    background-color: #dfe3e8;
    border-radius: 34px
}

.cart-popup .cart-result .free-delivery-block progress::-webkit-progress-value {
    background-color: #00cfb4;
    border-radius: 34px
}

.cart-popup .cart-result .sum {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between
}

.cart-popup .cart-result .button {
    width: 100%;
    margin-top: 12px
}

.cart-popup .cart-result .button:last-child {
    color: #212b36;
    font-weight: 500
}

.cart-popup .wishlist-result .button {
    color: #fff!important;
    margin-top: 0!important
}

.partfinder-block:not(.vehicle-exist) .trustpilot-top {
    min-height: 52px
}

.partfinder-block:not(.vehicle-exist) .trustpilot-bottom {
    min-height: 40px
}

.partfinder-block .trustpilot-block {
    background-color: rgba(33,43,54,.5)
}

.trustpilot-block {
    background-color: #212b36;
    text-align: center;
    color: #fff;
    padding: 16px 0 !important;
}

.trustpilot-block .tp-rating-widget {
    height: 24px;
    overflow: hidden
}

.trustpilot-block .trustpilot-widget {
    max-width: 320px;
    margin: 0 auto
}

.trustpilot-block.border-only {
    padding: 0;
    height: 1px;
    background-color: #dfe3e8
}

.trustpilot-block .tp-widget-logo {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 72px
}

.trustpilot-block .tp-widget-wrapper {
    text-align: center;
    height: 100%;
    margin: 0 auto !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
		min-height: 0;
}

.trustpilot-block .tp-widget-trustscore {
    font-size: 18px;
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle
}

.trustpilot-block .tp-widget-stars {
    margin: 0 8px 0 0;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.trustpilot-block a {
    color: #191919;
    text-decoration: none;
    font-family: Helvetica Neue,Helvetica,Arial,"sans-serif"
}

.trustpilot-block a:hover div {
    color: #191919
}

.trustpilot-block .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,.trustpilot-block .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: #00b67a
}

.trustpilot-block .tp-stars .tp-star__shape {
    fill: #fff
}

.trustpilot-block .tp-stars .tp-star__canvas,.trustpilot-block .tp-stars .tp-star__canvas--half {
    fill: #dcdce6
}

.trustpilot-block .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas,.trustpilot-block .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half,.trustpilot-block .tp-stars--4--half .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: #00b67a
}

.trustpilot-block .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas,.trustpilot-block .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
    fill: #73cf11
}

.partfinder-block {
    padding-bottom: 100px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 5%;
    position: relative;
    transition: var(--animation-duration)
}

.partfinder-block:not(.custom-background) {
    background-image: url('/images/img-theme/partfinder-bg.webp')
}

.partfinder-block.vehicle-exist {
    padding-bottom: 229px;
    background-position: center 5%
}

.partfinder-block.no-margin {
    margin-bottom: 0!important
}

.partfinder-block.tire-exist {
    padding-bottom: 0;
    background-image: none;
    background-color: #212b36
}

.partfinder-block.without-config .trustpilot-block {
    min-height: 53px;
    background-color: #1f2933
}

.partfinder-block .title h3,.partfinder-block .title span.h3 {
    font-size: 4rem;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding: 65px 0 25px
}

.partfinder-block section.partfinder {
    background-color: rgba(33,43,54,.5);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.partfinder-block section.partfinder .separator {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 15px 0;
    margin: 0 25px
}

.partfinder-block section.partfinder .separator:after,.partfinder-block section.partfinder .separator:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: hsla(0,0%,100%,.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.partfinder-block section.partfinder .separator:after {
    top: 0
}

.partfinder-block section.partfinder .separator:before {
    bottom: 0
}

.partfinder-block section.partfinder .select-block {
    margin-right: 10px;
    width: 100%
}

.partfinder-block section.partfinder .select-block.make {
    max-width: 200px
}

.partfinder-block section.partfinder .select-block.fuel,.partfinder-block section.partfinder .select-block.model,.partfinder-block section.partfinder .select-block.type {
    max-width: 245px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown {
    padding: 15px;
    outline: none;
    background-color: #fff;
    border-color: #c4cdd5;
    border-width: 2px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown.open {
    border-color: #f49342
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .selected-value {
    font-size: 1.6rem;
    line-height: 19px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container {
    top: 65px;
    min-width: 180px;
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li {
    padding: 6px 35px 6px 15px;
    line-height: 20px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li.active,.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li:hover {
    background-color: #0078c3;
    color: #fff
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li.active span,.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li:hover span {
    color: #dfe3e8
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li.active:after,.partfinder-block section.partfinder .select-block .trodo-dropdown .dropdown-options-container li:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.partfinder-block section.partfinder .select-block .trodo-dropdown.disabled {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    opacity: 1
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle:before,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle:before {
    left: inherit;
    width: 25px;
    height: 25px;
    right: 4px
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-placeholder {
    position: static
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle:after,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle:after,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-placeholder:after {
    border-radius: 6px;
    left: 0;
    width: 100%
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle .dropdown-options-container,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle .dropdown-options-container,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-placeholder .dropdown-options-container {
    display: none
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle .dropdown-options,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle .dropdown-options,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-placeholder .dropdown-options {
    position: relative
}

.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-circle .dropdown-options:after,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-grey-circle .dropdown-options:after,.partfinder-block section.partfinder .select-block .trodo-dropdown .-trodo-loading-placeholder .dropdown-options:after {
    content: "";
    background: hsla(0,0%,100%,.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.partfinder-block section.partfinder .partfinder-select-loading {
    padding: 26px;
    height: 53px;
    width: 100%;
    max-width: 710px;
    outline: none;
    background-color: #e8e8e8;
    border: 2px solid #fff;
    border-radius: 4px
}

.partfinder-block section.partfinder button {
    min-width: 56px;
    height: 56px
}

.partfinder-block section.partfinder button img {
    vertical-align: middle;
    display: inline-block
}

.partfinder-block section.partfinder button:disabled {
    background-color: #0077c7!important;
    border-color: #0077c7!important;
    color: #fff!important
}

.partfinder-block .partfinder-error {
    position: absolute;
    bottom: 0;
    left: 25px;
    color: #de3618;
    font-size: 1.3rem
}

.partfinder-block:not(.is-homepage) {
    padding-bottom: 0;
    max-height: 281px
}

.partfinder-block:not(.is-homepage).vehicle-exist {
    margin-bottom: 0
}

.partfinder-block:not(.is-homepage).tire-exist {
    padding-bottom: 0;
    background-image: none;
    background-color: #212b36;
    margin-bottom: 0
}

.partfinder-block:not(.is-homepage).is-visible+section.category-list .grey-background,.partfinder-block:not(.is-homepage).is-visible+section:not(.category-list) {
    padding-top: 53px
}

.partfinder-block:not(.is-homepage) .title h3 {
    margin: 25px 0 -20px
}

.partfinder-block:not(.is-homepage) section.partfinder {
    position: relative;
    bottom: -53px;
    background-color: #212b36;
    border-radius: 6px
}

.partfinder-block:not(.is-homepage) section.partfinder .select-vehicle {
    margin-right: 0
}

.partfinder-block.is-homepage .partfinder .select-vehicle {
    margin-bottom: 20px
}

.partfinder-block+.category-list .grey-background {
    padding: 0
}

.reg-number-block {
    display: flex
}

.reg-number-block .reg-number {
    position: relative;
    border-color: #fff;
    background-color: #fff;
    border-width: 2px;
    overflow: hidden;
    margin-right: 10px;
    max-width: 230px
}

.reg-number-block .reg-number:before {
    content: "reg";
    color: #fff;
    background-color: #173d88;
    background-image: url(svg/20/eu-stars.svg);
    background-position: center 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3rem;
    line-height: 80px;
    font-weight: 600
}

.reg-number-block .reg-number.lv:before {
    content: "lv"
}

.reg-number-block .reg-number.no:before {
    content: "n";
    background-image: url(svg/20/no.svg);
    background-color: #039
}

.reg-number-block .reg-number.se:before {
    content: "s"
}

.reg-number-block .reg-number.fr:before {
    content: "f"
}

.reg-number-block .reg-number.fi:before {
    content: "fin"
}

.reg-number-block .reg-number.es:before {
    content: "e"
}

.reg-number-block .reg-number.lt:before {
    content: "lt"
}

.reg-number-block .reg-number.ee:before {
    content: "est"
}

.reg-number-block .reg-number.ie:before {
    content: "irl"
}

.reg-number-block .reg-number.at:before {
    content: "a"
}

.reg-number-block .reg-number.af:before {
    content: "afg"
}

.reg-number-block .reg-number.al:before {
    content: "al"
}

.reg-number-block .reg-number.ad:before {
    content: "and"
}

.reg-number-block .reg-number.am:before {
    content: "am"
}

.reg-number-block .reg-number.au:before {
    content: "aus"
}

.reg-number-block .reg-number.az:before {
    content: "az"
}

.reg-number-block .reg-number.be:before {
    content: "b"
}

.reg-number-block .reg-number.bd:before {
    content: "bd"
}

.reg-number-block .reg-number.bb:before {
    content: "bds"
}

.reg-number-block .reg-number.bf:before {
    content: "bf"
}

.reg-number-block .reg-number.bg:before {
    content: "bg"
}

.reg-number-block .reg-number.bz:before {
    content: "bh"
}

.reg-number-block .reg-number.ba:before {
    content: "bih"
}

.reg-number-block .reg-number.bo:before {
    content: "bol"
}

.reg-number-block .reg-number.br:before {
    content: "br"
}

.reg-number-block .reg-number.bh:before {
    content: "brn"
}

.reg-number-block .reg-number.bn:before {
    content: "bru"
}

.reg-number-block .reg-number.bs:before {
    content: "bs"
}

.reg-number-block .reg-number.mm:before {
    content: "bur"
}

.reg-number-block .reg-number.vg:before {
    content: "bvi"
}

.reg-number-block .reg-number.bw:before {
    content: "bw"
}

.reg-number-block .reg-number.by:before {
    content: "by"
}

.reg-number-block .reg-number.cm:before {
    content: "cam"
}

.reg-number-block .reg-number.ca:before {
    content: "cdn"
}

.reg-number-block .reg-number.cd:before {
    content: "cgo"
}

.reg-number-block .reg-number.ch:before {
    content: "ch"
}

.reg-number-block .reg-number.ci:before {
    content: "ci"
}

.reg-number-block .reg-number.lk:before {
    content: "cl"
}

.reg-number-block .reg-number.co:before {
    content: "co"
}

.reg-number-block .reg-number.cr:before {
    content: "cr"
}

.reg-number-block .reg-number.cu:before {
    content: "cu"
}

.reg-number-block .reg-number.cy:before {
    content: "cy"
}

.reg-number-block .reg-number.cz:before {
    content: "cz"
}

.reg-number-block .reg-number.de:before {
    content: "d"
}

.reg-number-block .reg-number.dk:before {
    content: "dk"
}

.reg-number-block .reg-number.do:before {
    content: "dom"
}

.reg-number-block .reg-number.bj:before {
    content: "dy"
}

.reg-number-block .reg-number.dz:before {
    content: "dz"
}

.reg-number-block .reg-number.ke:before {
    content: "eak"
}

.reg-number-block .reg-number.tz:before {
    content: "eat"
}

.reg-number-block .reg-number.ug:before {
    content: "eau"
}

.reg-number-block .reg-number.ec:before {
    content: "ec"
}

.reg-number-block .reg-number.eg:before {
    content: "eg"
}

.reg-number-block .reg-number.er:before {
    content: "er"
}

.reg-number-block .reg-number.sv:before {
    content: "es"
}

.reg-number-block .reg-number.et:before {
    content: "eth"
}

.reg-number-block .reg-number.fj:before {
    content: "fji"
}

.reg-number-block .reg-number.li:before {
    content: "fl"
}

.reg-number-block .reg-number.fo:before {
    content: "fo"
}

.reg-number-block .reg-number.ga:before {
    content: "g"
}

.reg-number-block .reg-number.gg:before {
    content: "gbg"
}

.reg-number-block .reg-number.je:before {
    content: "gbj"
}

.reg-number-block .reg-number.im:before {
    content: "gbm"
}

.reg-number-block .reg-number.gi:before {
    content: "gbz"
}

.reg-number-block .reg-number.gt:before {
    content: "gca"
}

.reg-number-block .reg-number.ge:before {
    content: "ge"
}

.reg-number-block .reg-number.gh:before {
    content: "gh"
}

.reg-number-block .reg-number.gr:before {
    content: "gr"
}

.reg-number-block .reg-number.gy:before {
    content: "guy"
}

.reg-number-block .reg-number.hu:before {
    content: "h"
}

.reg-number-block .reg-number.hk:before {
    content: "hk"
}

.reg-number-block .reg-number.jo:before {
    content: "hkj"
}

.reg-number-block .reg-number.hn:before {
    content: "hn"
}

.reg-number-block .reg-number.hr:before {
    content: "hr"
}

.reg-number-block .reg-number.it:before {
    content: "i"
}

.reg-number-block .reg-number.il:before {
    content: "il"
}

.reg-number-block .reg-number.in:before {
    content: "ind"
}

.reg-number-block .reg-number.ir:before {
    content: "ir"
}

.reg-number-block .reg-number.iq:before {
    content: "irq"
}

.reg-number-block .reg-number.is:before {
    content: "is"
}

.reg-number-block .reg-number.jp:before {
    content: "j"
}

.reg-number-block .reg-number.jm:before {
    content: "ja"
}

.reg-number-block .reg-number.kh:before {
    content: "kh"
}

.reg-number-block .reg-number.kg:before {
    content: "kg"
}

.reg-number-block .reg-number.sa:before {
    content: "ksa"
}

.reg-number-block .reg-number.kw:before {
    content: "kwt"
}

.reg-number-block .reg-number.kz:before {
    content: "kz"
}

.reg-number-block .reg-number.lu:before {
    content: "l"
}

.reg-number-block .reg-number.la:before {
    content: "lao"
}

.reg-number-block .reg-number.ly:before {
    content: "lar"
}

.reg-number-block .reg-number.lr:before {
    content: "lb"
}

.reg-number-block .reg-number.ls:before {
    content: "ls"
}

.reg-number-block .reg-number.mt:before {
    content: "m"
}

.reg-number-block .reg-number.ma:before {
    content: "ma"
}

.reg-number-block .reg-number.my:before {
    content: "mal"
}

.reg-number-block .reg-number.mc:before {
    content: "mc"
}

.reg-number-block .reg-number.md:before {
    content: "md"
}

.reg-number-block .reg-number.mx:before {
    content: "mex"
}

.reg-number-block .reg-number.me:before {
    content: "mne"
}

.reg-number-block .reg-number.mn:before {
    content: "mgl"
}

.reg-number-block .reg-number.mz:before {
    content: "moc"
}

.reg-number-block .reg-number.mu:before {
    content: "ms"
}

.reg-number-block .reg-number.mv:before {
    content: "mv"
}

.reg-number-block .reg-number.mw:before {
    content: "mw"
}

.reg-number-block .reg-number.na:before {
    content: "nam"
}

.reg-number-block .reg-number.nr:before {
    content: "nau"
}

.reg-number-block .reg-number.np:before {
    content: "nep"
}

.reg-number-block .reg-number.ni:before {
    content: "nic"
}

.reg-number-block .reg-number.nl:before {
    content: "nl"
}

.reg-number-block .reg-number.mk:before {
    content: "nmk"
}

.reg-number-block .reg-number.nz:before {
    content: "nz"
}

.reg-number-block .reg-number.om:before {
    content: "om"
}

.reg-number-block .reg-number.pt:before {
    content: "p"
}

.reg-number-block .reg-number.pa:before {
    content: "pa"
}

.reg-number-block .reg-number.pe:before {
    content: "pe"
}

.reg-number-block .reg-number.pk:before {
    content: "pk"
}

.reg-number-block .reg-number.pl:before {
    content: "pl"
}

.reg-number-block .reg-number.pg:before {
    content: "png"
}

.reg-number-block .reg-number.py:before {
    content: "py"
}

.reg-number-block .reg-number.qa:before {
    content: "q"
}

.reg-number-block .reg-number.ar:before {
    content: "ra"
}

.reg-number-block .reg-number.tw:before {
    content: "rc"
}

.reg-number-block .reg-number.cf:before {
    content: "rca"
}

.reg-number-block .reg-number.cg:before {
    content: "rcb"
}

.reg-number-block .reg-number.cl:before {
    content: "rch"
}

.reg-number-block .reg-number.gn:before {
    content: "rg"
}

.reg-number-block .reg-number.ht:before {
    content: "rh"
}

.reg-number-block .reg-number.id:before {
    content: "ri"
}

.reg-number-block .reg-number.mr:before {
    content: "rim"
}

.reg-number-block .reg-number.lb:before {
    content: "rl"
}

.reg-number-block .reg-number.mg:before {
    content: "rm"
}

.reg-number-block .reg-number.ml:before {
    content: "rmm"
}

.reg-number-block .reg-number.ne:before {
    content: "rn"
}

.reg-number-block .reg-number.ro:before {
    content: "ro"
}

.reg-number-block .reg-number.kr:before {
    content: "rok"
}

.reg-number-block .reg-number.uy:before {
    content: "rou"
}

.reg-number-block .reg-number.ph:before {
    content: "rp"
}

.reg-number-block .reg-number.sm:before {
    content: "rsm"
}

.reg-number-block .reg-number.bi:before {
    content: "ru"
}

.reg-number-block .reg-number.ru:before {
    content: "rus"
}

.reg-number-block .reg-number.rw:before {
    content: "rwa"
}

.reg-number-block .reg-number.sz:before {
    content: "sd"
}

.reg-number-block .reg-number.sg:before {
    content: "sgp"
}

.reg-number-block .reg-number.sk:before {
    content: "sk"
}

.reg-number-block .reg-number.si:before {
    content: "slo"
}

.reg-number-block .reg-number.sr:before {
    content: "sme"
}

.reg-number-block .reg-number.sn:before {
    content: "sn"
}

.reg-number-block .reg-number.so:before {
    content: "so"
}

.reg-number-block .reg-number.rs:before {
    content: "srb"
}

.reg-number-block .reg-number.sd:before {
    content: "sud"
}

.reg-number-block .reg-number.sc:before {
    content: "sy"
}

.reg-number-block .reg-number.sy:before {
    content: "syr"
}

.reg-number-block .reg-number.th:before {
    content: "t"
}

.reg-number-block .reg-number.td:before {
    content: "tch"
}

.reg-number-block .reg-number.tg:before {
    content: "tg"
}

.reg-number-block .reg-number.tj:before {
    content: "tj"
}

.reg-number-block .reg-number.tm:before {
    content: "tm"
}

.reg-number-block .reg-number.tn:before {
    content: "tn"
}

.reg-number-block .reg-number.to:before {
    content: "to"
}

.reg-number-block .reg-number.tr:before {
    content: "tr"
}

.reg-number-block .reg-number.tt:before {
    content: "tt"
}

.reg-number-block .reg-number.ua:before {
    content: "ua"
}

.reg-number-block .reg-number.ae:before {
    content: "uae"
}

.reg-number-block .reg-number.us:before {
    content: "usa"
}

.reg-number-block .reg-number.uz:before {
    content: "uz"
}

.reg-number-block .reg-number.va:before {
    content: "v"
}

.reg-number-block .reg-number.vn:before {
    content: "vn"
}

.reg-number-block .reg-number.gm:before {
    content: "wag"
}

.reg-number-block .reg-number.sl:before {
    content: "wal"
}

.reg-number-block .reg-number.ng:before {
    content: "wan"
}

.reg-number-block .reg-number.dm:before {
    content: "wd"
}

.reg-number-block .reg-number.gd:before {
    content: "wg"
}

.reg-number-block .reg-number.lc:before {
    content: "wl"
}

.reg-number-block .reg-number.ws:before {
    content: "ws"
}

.reg-number-block .reg-number.vc:before {
    content: "wv"
}

.reg-number-block .reg-number.ye:before {
    content: "yar"
}

.reg-number-block .reg-number.ve:before {
    content: "yv"
}

.reg-number-block .reg-number.zm:before {
    content: "z"
}

.reg-number-block .reg-number.za:before {
    content: "za"
}

.reg-number-block .reg-number.zw:before {
    content: "zw"
}

.reg-number-block .reg-number.gb {
    background-color: #ffcd00
}

.reg-number-block .reg-number.gb:before {
    content: "GB";
    background-color: #00309a;
    background-image: url(svg/20/gb.svg);
    color: #ffcd00
}

.reg-number-block .reg-number.gb input {
    background-color: #ffcd00
}

.reg-number-block .reg-number.gb input::-webkit-input-placeholder {
    color: #000
}

.reg-number-block .reg-number.gb input::-moz-placeholder {
    color: #000
}

.reg-number-block .reg-number.gb input::placeholder {
    color: #000
}

.reg-number-block .reg-number.nl input {
    background-color: #ffcd00
}

.reg-number-block .reg-number.nl input::-webkit-input-placeholder {
    color: #000
}

.reg-number-block .reg-number.nl input::-moz-placeholder {
    color: #000
}

.reg-number-block .reg-number.nl input::placeholder {
    color: #000
}

.reg-number-block .reg-number input {
    font-size: 1.6rem;
    padding: 16px 16px 16px 45px;
    border: none;
    outline: none;
    text-transform: uppercase;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.reg-number-block .reg-number input::-webkit-input-placeholder {
    color: #637381
}

.reg-number-block .reg-number input::-moz-placeholder {
    color: #637381
}

.reg-number-block .reg-number input::placeholder {
    color: #637381
}

.kba-number-block,.kba-number-block .kba-number {
    display: flex
}

.kba-number-block .kba-number .kba-info {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    outline: 0;
    color: #fff;
    border: none;
    padding-right: 10px;
    padding-left: 0;
    font-weight: 500;
    font-size: 1.3rem
}

.kba-number-block .kba-number .kba-info img {
    -webkit-filter: invert(99%) sepia(22%) saturate(231%) hue-rotate(308deg) brightness(119%) contrast(100%);
    filter: invert(99%) sepia(22%) saturate(231%) hue-rotate(308deg) brightness(119%) contrast(100%)
}

.kba-number-block .kba-number .hsn-number,.kba-number-block .kba-number .tsn-number {
    position: relative;
    border-color: #fff;
    background-color: #fff;
    border-width: 2px;
    overflow: hidden;
    margin-right: 10px;
    max-width: 160px
}

.kba-number-block .kba-number input {
    font-size: 1.6rem;
    padding: 16px;
    border: none;
    outline: none;
    text-transform: uppercase;
    max-width: 100%;
    height: 100%
}

.kba-number-block .kba-number input::-webkit-input-placeholder {
    color: #637381
}

.kba-number-block .kba-number input::-moz-placeholder {
    color: #637381
}

.kba-number-block .kba-number input::placeholder {
    color: #637381
}

.trodo-popup.main-simple-popup .kba-info-popup {
    max-width: 400px
}

.trodo-popup.main-simple-popup .kba-info-popup img {
    display: block;
    margin: 0 auto
}

.page .partfinder-block+section .trustpilot-block {
    display: none
}

.cat-img-block {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto
}

.cat-img-block img {
    width: auto;
    height: 100%;
    object-fit: contain
}

.category-block,.related-categories-block {
    margin-top: 100px
}

.category-block .category-single,.related-categories-block .category-single {
    background-color: #fff;
    text-align: center;
    padding: 24px;
    margin-bottom: 16px;
    border-color: #dfe3e8;
    display: block;
    text-decoration: none
}

.category-block .category-single .cat-img-block,.related-categories-block .category-single .cat-img-block {
    width: 135px;
    height: 90px
}

.category-block .category-single .cat-img-block.loading,.related-categories-block .category-single .cat-img-block.loading {
    background-color: #f8f9f9
}

.category-block .category-single .category-title,.related-categories-block .category-single .category-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px
}

.category-block .category-single .category-title .cat-name,.related-categories-block .category-single .category-title .cat-name {
    display: inline-block;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    overflow-wrap: break-word
}

.category-block nav li a:after,.related-categories-block nav li a:after {
    top: 29px
}

.category-block .skeleton-box,.related-categories-block .skeleton-box {
    border-radius: 6px
}

.grey-background {
    background-color: #fafafa;
    padding: 56px 0
}

.is-universal:not(.show-partfinder) .grey-background {
    padding-top: 0
}

.home-category-block {
    margin-bottom: 87px;
    padding-bottom: 77px
}

.home-category-block .-trodo-message {
    margin-top: -15px;
    margin-bottom: 40px
}

.bottom-section .seo-texts {
    padding: 50px 0
}

.category-list .grey-background {
    padding-top: 0
}

.category-list .breadcrumbs {
    padding-bottom: 10px
}

.category-list .hidden {
    display: none!important
}

.category-list .vehicle-action-bar {
    position: relative;
    top: -20px
}

.category-list .vehicle-action-bar a {
    margin-left: 10px;
    margin-bottom: 20px
}

.category-list .short-description {
    font-size: 1.3rem;
    line-height: 18px;
    margin-top: -20px;
    margin-bottom: 20px
}

.category-list .short-description ul {
    padding-left: 40px;
    line-height: 28px
}

.category-list .category {
    flex: 0 0 auto;
    text-align: center
}

.category-list .category .cat-img-block {
    width: 135px;
    height: 90px
}

.category-list .category .cat-img-block.loading {
    background-color: #f8f9f9
}

.category-list .category img {
    mix-blend-mode: darken
}

.category-list .category a {
    text-decoration: none
}

.category-widget {
    margin-top: 60px
}

.category-widget .container {
    position: relative
}

.category-widget .category-widget-skeleton-box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%
}

.category-widget .category-widget-skeleton-box .top-category-links {
    width: 100%;
    min-width: 220px;
    margin-right: 20px
}

.category-widget .trodo-slider {
    display: flex
}

.category-widget .trodo-slider>.top-category-links {
    width: 246px;
    margin-right: 40px
}

.category-widget .trodo-slider.category-list-exist .vue-slider-left {
    max-width: calc(100% - 286px)
}

.category-widget .top-category-links {
    padding: 20px;
    border-color: #dfe3e8;
    max-width: 220px;
    min-height: 343px;
    height: 100%;
    box-shadow: -15px 0 0 #fff
}

.category-widget .top-category-links .h3 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 21px
}

.category-widget .top-category-links li {
    list-style: none;
    padding-bottom: 12px
}

.category-widget .top-category-links li a {
    text-decoration: none;
    color: #212b36
}

.category-widget .top-category-links li a:hover {
    color: #0078c3
}

section.category-list h1 {
    font-size: 2.8rem;
    margin: 5px 0 25px
}

section.category-list .content {
    display: flex;
    padding-bottom: 30px
}

section.category-list .content .list {
    width: calc(100% - 336px)
}

section.category-list .content .list .category-block {
    margin-top: 0
}

section.category-list .content .list .category-block .category-title {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

section.category-list .content .list .category-block .category-title .cat-name {
    overflow-wrap: break-word;
    font-size: 1.4rem;
    background-color: hsla(0,0%,100%,.6);
    line-height: 1.8rem;
    max-width: 100%
}

section.category-list .popular-manufacturers a {
    background-color: #fff
}

section.category-list .category-list-type {
    margin-top: 50px
}

section.category-list .category-list-type h1 {
    display: none
}

aside .category-filter .filter-title {
    margin-bottom: 15px
}

aside .category-filter .filter-title button {
    display: flex;
    align-items: center;
    width: 100%
}

aside .category-filter .filter-title .overflow-block {
    display: inline-block;
    width: 82%
}

aside .category-filter .filter-title .cat-name {
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 600
}

aside .category-filter .search-bar .input-block {
    position: relative
}

aside .category-filter .search-bar .input-block label {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 10px
}

aside .category-filter .search-bar .input-block input {
    padding-left: 35px
}

.category-top-promotion-widget>.block>* {
    margin-bottom: 15px
}

.category-top-promotion-widget a {
    width: 100%
}

.category-top-promotion-widget img {
    max-width: 100%;
    height: auto
}

.category-top-promotion-widget .mobile {
    display: none
}

.manufacturer-list-block .search-bar .input-block {
    position: relative
}

.manufacturer-list-block .search-bar .input-block label {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 10px
}

.manufacturer-list-block .search-bar .input-block input {
    padding-left: 35px;
    font-size: 1.3rem
}

.manufacturer-list-block .manufacturers-list {
    margin-bottom: 40px
}

.manufacturer-list-block .manufacturers-list .item {
    margin-bottom: 15px
}

.manufacturer-list-block .manufacturers-list a {
    background-color: #fff;
    border-color: #dfe3e8;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%
}

.manufacturer-list-block .manufacturers-list a span {
    display: block;
    clear: both
}

.manufacturer-list-block .manufacturers-list .simple-image-block {
    display: initial
}

.manufacturer-list-block .manufacturers-list img {
    width: 100%;
    max-width: 180px
}

.automakers-list-block .trodo-form .input-block.checkbox {
    margin-bottom: 0
}

.vehicle-container {
    max-width: 810px;
    margin: 0 auto
}

.vehicle-content {
    padding: 0 0 30px 0;
    margin-bottom: 25px
}

.vehicle-content h2,.vehicle-content h3,.vehicle-content h4,.vehicle-content h5,.vehicle-content h6 {
    margin: 50px 0 25px
}

.vehicle-content a,.vehicle-content b,.vehicle-content li,.vehicle-content p {
    font-size: 1.6rem;
    line-height: 26px
}

.vehicle-content ul {
    padding-left: 40px;
    margin-bottom: 20px
}

.vehicle-content ul li {
    margin-bottom: 10px
}

.vehicle-content img {
    max-width: 100%;
    margin-bottom: 25px
}

.category-faq-block {
    max-width: 995px;
    margin: 0 auto
}

.category-faq-block .container>div {
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    padding: 4px 20px;
    margin: 52px 0 65px
}

.category-faq-block .container>div div>div {
    border-bottom: 1px solid #dfe3e8
}

.category-faq-block .container>div div>div:last-child {
    border-bottom: none
}

.category-faq-block .container>div h3 {
    position: relative;
    padding: 16px 15px 16px 0;
    cursor: pointer;
    font-size: 1.4rem
}

.category-faq-block .container>div h3:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    line-height: .6
}

.category-faq-block .container>div h3+div {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0) rotateY(19deg);
    transform: scaleY(0) rotateY(19deg);
    display: none
}

.category-faq-block .container>div h3.active:after {
    content: "-"
}

.category-faq-block .container>div h3.active+div {
    -webkit-animation: collapse-faq .25s forwards;
    animation: collapse-faq .25s forwards;
    display: block
}

.category-faq-block .container>div p {
    line-height: 24px;
    color: #637381
}

@-webkit-keyframes collapse-faq {
    0% {
        -webkit-transform: scaleY(0) rotateY(19deg);
        transform: scaleY(0) rotateY(19deg)
    }

    to {
        -webkit-transform: scaleY(1) rotateY(0);
        transform: scaleY(1) rotateY(0)
    }
}

@keyframes collapse-faq {
    0% {
        -webkit-transform: scaleY(0) rotateY(19deg);
        transform: scaleY(0) rotateY(19deg)
    }

    to {
        -webkit-transform: scaleY(1) rotateY(0);
        transform: scaleY(1) rotateY(0)
    }
}

.trodo-slider {
    position: relative;
    width: 100%
}

.trodo-slider .slider-pagination {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: -26px
}

.trodo-slider .slider-pagination li button {
    height: 2px;
    width: 25px;
    transition: var(--animation-duration);
    background-color: #c4cdd5;
    border-radius: 0;
    opacity: inherit;
    margin-right: 5px
}

.trodo-slider .slider-pagination li button.is-active {
    background-color: #111;
    width: 32px;
    -webkit-transform: inherit;
    transform: inherit
}

.trodo-slider .slider-button-next,.trodo-slider .slider-button-prev {
    background-image: url('/images/img-theme/chevron.svg');
    box-shadow: 0 0 30px -18px #000;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #212b36;
    background-size: 22px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid rgba(33,43,54,.1);
    transition: var(--animation-duration)
}

.trodo-slider .slider-button-next:after,.trodo-slider .slider-button-next:disabled,.trodo-slider .slider-button-next svg,.trodo-slider .slider-button-prev:after,.trodo-slider .slider-button-prev:disabled,.trodo-slider .slider-button-prev svg {
    display: none
}

.trodo-slider .slider-button-prev {
    -webkit-transform: rotate(90deg) translateY(50%);
    transform: rotate(90deg) translateY(50%);
    left: 0
}

.trodo-slider .slider-button-next {
    -webkit-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    right: 0
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0!important;
    padding: 0!important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: trasform;
    max-width: 100%
}

.splide.is-active .splide__list {
    display: flex
}

.splide .splide__list {
    display: none
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden;
    max-height: 500px
}

.splide,.splide__slide {
    position: relative;
    outline: none;
    max-width: 100%
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none!important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: #ccc
}

.splide__arrow svg {
    width: 1.2em;
    height: 1.2em
}

.splide__arrow:hover {
    cursor: pointer
}

.splide__arrow.slider-button-prev:hover {
    -webkit-transform: scale(.9) rotate(90deg) translateY(50%);
    transform: scale(.9) rotate(90deg) translateY(50%)
}

.splide__arrow.slider-button-next:hover {
    -webkit-transform: scale(.9) rotate(-90deg) translateY(50%);
    transform: scale(.9) rotate(-90deg) translateY(50%)
}

.splide__arrow:focus {
    outline: none
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transfrom .2s linear;
    border: none;
    opacity: .7
}

.splide__pagination__page.is-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background: #fff
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 1
}

.splide__pagination__page:focus {
    outline: none
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid transparent
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #000
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.suggestion-list {
    margin-top: 56px
}

.suggestion-list .swiper-pagination {
    bottom: -30px
}

.suggestion-list .splide-ssr .splide__list {
    width: 100%
}

.suggestion-list .splide-ssr .splide__slide {
    width: calc(50% - 25px);
    margin-right: 25px
}

.suggestion-list .splide-ssr .splide__slide:last-child {
    margin-right: 0
}

.suggestion-list .suggestion {
    border-radius: 6px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.suggestion-list .suggestion img {
    width: 100%;
    object-fit: cover;
    height: 292px
}

.suggestion-list .suggestion .simple-image-block {
    width: 100%;
    height: 100%
}

.suggestion-list .suggestion .simple-image-block.loading {
    height: 292px
}

.suggestion-list .suggestion.link {
    cursor: pointer
}

.suggestion-list .suggestion.without-img {
    height: 292px
}

.suggestion-list .suggestion.without-img:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.suggestion-list .suggestion.with-html {
    height: 292px
}

.suggestion-list .suggestion .suggestion-content {
    position: absolute;
    bottom: 36px;
    padding: 0 32px;
    z-index: 2
}

.suggestion-list .suggestion h2 {
    font-size: 2.4rem;
    margin-bottom: 4px
}

.suggestion-list .suggestion p {
    margin: 0;
    font-size: 1.6rem
}

.suggestion-list .suggestion .coupon {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    display: flex;
    cursor: pointer
}

.suggestion-list .suggestion .coupon .discount {
    font-size: 2rem;
    font-weight: 600;
    padding: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,#de3618,#de3618 73%,hsla(0,0%,100%,0) 0)
}

.suggestion-list .suggestion .coupon .discount:after,.suggestion-list .suggestion .coupon .discount:before {
    content: "";
    z-index: -1;
    position: absolute;
    margin: -5px;
    padding: 12px;
    border-radius: 50%;
    left: calc(100% - 4px)
}

.suggestion-list .suggestion .coupon .discount:before {
    box-shadow: -57px 0 0 52px #de3618;
    top: -12px
}

.suggestion-list .suggestion .coupon .discount:after {
    box-shadow: -57px 0 0 52px #de3618;
    bottom: -12px
}

.suggestion-list .suggestion .coupon .discount .dasher-border {
    border-right: 1px dashed #000;
    position: absolute;
    right: 0;
    width: 1px;
    height: 75%;
    opacity: .4
}

.suggestion-list .suggestion .coupon .discount.discount-type-1 .discount-percent {
    font-size: 1.8rem
}

.suggestion-list .suggestion .coupon .discount-code {
    border-radius: 4px;
    color: #212b36;
    text-align: center;
    padding: 7px 12px;
    position: relative;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap
}

.suggestion-list .suggestion .coupon .discount-code span.c-title {
    font-size: 1.3rem
}

.suggestion-list .suggestion .coupon .discount-code span.c-title:before {
    background: #fff;
    content: "";
    left: 1px;
    top: 7px;
    position: absolute;
    height: calc(100% - 15px);
    width: 100%;
    z-index: -1
}

.suggestion-list .suggestion .coupon .discount-code span.c-code {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.suggestion-list .suggestion .coupon .discount-code:after,.suggestion-list .suggestion .coupon .discount-code:before {
    content: "";
    z-index: -1;
    position: absolute;
    margin: -5px;
    padding: 12px;
    border-radius: 50%;
    right: calc(100% - 3px)
}

.suggestion-list .suggestion .coupon .discount-code:before {
    box-shadow: 90px -31px 0 84px #fff;
    top: -12px
}

.suggestion-list .suggestion .coupon .discount-code:after {
    box-shadow: 90px 31px 0 84px #fff;
    bottom: -12px
}

.suggestion-list .suggestion .coupon .tooltip {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: none
}

.suggestion-list .suggestion .coupon .tooltip .t-text {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    position: relative
}

.suggestion-list .suggestion .coupon .tooltip .t-text:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

.suggestion-list .suggestion .coupon .tooltip.active {
    display: block
}

.suggestion-list .suggestion .coupon.is-zero .discount {
    display: none
}

.suggestion-list .suggestion .coupon.is-zero .discount-code {
    background: #fff
}

.suggestion-list .suggestion .coupon.is-zero .discount-code:after,.suggestion-list .suggestion .coupon.is-zero .discount-code:before {
    display: none
}

.suggestion-list .suggestion .coupon.partially .discount {
    background-color: #de3618
}

.suggestion-list .suggestion .coupon.partially .discount:after,.suggestion-list .suggestion .coupon.partially .discount:before {
    display: none
}

.suggestion-list .suggestion .coupon.partially .discount-code {
    background-color: #fff
}

.suggestion-list .suggestion .coupon.partially .dasher-border,.suggestion-list .suggestion .coupon.partially .discount-code:after,.suggestion-list .suggestion .coupon.partially .discount-code:before {
    display: none
}

.suggestion-list .is-loading .suggestion.without-img:after {
    -webkit-animation-duration: 3.7s;
    animation-duration: 3.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(90deg,#f4f6f8 2%,#ececec 18%,#f4f6f8 33%)
}

.suggestion-list.category-suggestion-list {
    margin-top: 0;
    margin-bottom: 56px
}

.suggestion-list.category-suggestion-list .suggestion .simple-image-block.loading,.suggestion-list.category-suggestion-list .suggestion.with-html,.suggestion-list.category-suggestion-list .suggestion.without-img,.suggestion-list.category-suggestion-list .suggestion img {
    height: 254px
}

.rating {
    margin: 5px 0 10px;
    display: flex;
    align-items: center
}

.rating span {
    width: 16px;
    height: 16px;
    display: block
}

.rating .rating-count {
    font-size: 1.3rem;
    padding-left: 4px;
    white-space: nowrap;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px
}

.rating img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.rating:last-child span {
    width: auto
}

.rating-progress {
    padding-top: 10px
}

.rating-progress .progress-row {
    display: flex;
    margin-bottom: 8px;
    align-items: center
}

.rating-progress .progress-row .left {
    width: 35px;
    font-size: 1.3rem;
    line-height: 14px
}

.rating-progress .progress-row .left .star {
    width: 12px;
    display: inline-block;
    vertical-align: middle
}

.rating-progress .progress-row .left img {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.rating-progress .progress-row .middle {
    width: calc(100% - 72px)
}

.rating-progress .progress-row .right {
    width: 25px;
    font-size: 1.3rem;
    line-height: 14px;
    text-align: center
}

.rating-progress progress::-webkit-progress-bar {
    border: 0;
    border-radius: 4px;
    background: #f8f9f9
}

.rating-progress progress::-webkit-progress-value {
    background: #f49342;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rating-progress progress::-moz-progress-bar {
    border: 0;
    border-radius: 4px;
    background: #f49342
}

.rating-progress progress::-ms-fill {
    border: none
}

.rating-progress progress {
    display: block;
    color: #f49342;
    background: #f8f9f9;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 16px
}

.product-img-block {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.product-img-block img {
    width: auto;
    height: 100%;
    object-fit: contain
}

.product-img-block.brand-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .2
}

.featured-skeleton-box {
    display: flex;
    justify-content: space-around;
    overflow: hidden
}

.featured-skeleton-box .product {
    margin-right: 25px
}

.product-slider-list {
    margin-top: 30px;
    padding-bottom: 45px
}

.product-slider-list .container>.title {
    text-align: center;
    margin-bottom: 32px
}

.product-slider-list .container>.title .h-title {
    font-size: 2.8rem;
    margin-bottom: 5px
}

.product-slider-list .splide-ssr .splide__slide {
    margin-right: 20px;
    width: 220px
}

.product-slider-list .splide-ssr .splide__slide .product {
    height: inherit
}

.product-slider-list .splide-ssr .splide__slide .product .price {
    margin-top: 15px
}

.product-slider-list .splide-ssr .splide__slide .product .price .pvn {
    display: none
}

.product-slider-list .product-list .spilde-ssr .blog-single {
    max-width: 313px
}

.product-slider-list .product {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 15px;
    max-width: 220px;
    height: 100%
}

.product-slider-list .product .product-img {
    display: block;
    padding: 15px;
    text-align: center
}

.product-slider-list .product .product-img .product-img-block {
    height: 180px;
    width: 180px
}

.product-slider-list .product .product-img span.loading {
    background-color: #fbfbfb
}

.product-slider-list .product .title {
    margin-bottom: 8px
}

.product-slider-list .product .product-category {
    display: block;
    min-height: 20px;
    margin-bottom: 4px
}

.product-slider-list .product .product-category .cat-name {
    font-size: 1.3rem;
    font-weight: 400;
    overflow-wrap: break-word
}

.product-slider-list .product .product-title .h-title {
    font-weight: 500;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 20px;
    overflow: hidden
}

.product-slider-list .product a {
    text-decoration: none
}

.product-slider-list .product .price {
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 5px;
    margin-top: auto
}

.product-slider-list .product .price .old-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

.product-slider-list .product .price .special-price {
    color: #de3618
}

.product-slider-list .product .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    margin-left: 5px
}

.product-slider-list .btns a.button,.product-slider-list .btns button {
    width: 100%;
    margin-top: 15px
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button),.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) {
    padding-top: 10px
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: block
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:after,.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:before,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:after,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: ""
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:before,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:before {
    box-sizing: border-box;
    margin: -2.25rem;
    border: 2.25rem solid #e2264d;
    width: 4.5rem;
    height: 4.5rem;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:after,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label:after {
    margin: -.1875rem;
    width: .375rem;
    height: .375rem;
    box-shadow: .32476rem -3rem 0 -.1875rem #ff8080,-.32476rem -2.625rem 0 -.1875rem #ffed80,2.54798rem -1.61656rem 0 -.1875rem #ffed80,1.84982rem -1.89057rem 0 -.1875rem #a4ff80,2.85252rem .98418rem 0 -.1875rem #a4ff80,2.63145rem .2675rem 0 -.1875rem #80ffc8,1.00905rem 2.84381rem 0 -.1875rem #80ffc8,1.43154rem 2.22414rem 0 -.1875rem #80c8ff,-1.59425rem 2.562rem 0 -.1875rem #80c8ff,-.84635rem 2.50595rem 0 -.1875rem #a480ff,-2.99705rem .35095rem 0 -.1875rem #a480ff,-2.48692rem .90073rem 0 -.1875rem #ff80ed,-2.14301rem -2.12438rem 0 -.1875rem #ff80ed,-2.25479rem -1.38275rem 0 -.1875rem #ff8080
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label svg,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) label svg {
    stroke: #000;
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: all .3s ease-in-out
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label {
    color: #e2264d;
    -webkit-filter: none;
    filter: none;
    will-change: font-size;
    -webkit-animation: heart 1s cubic-bezier(.17,.89,.32,1.49);
    animation: heart 1s cubic-bezier(.17,.89,.32,1.49)
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:after,.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:before,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:after,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:before {
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:after,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:after {
    will-change: opacity,box-shadow;
    -webkit-animation-name: sparkles;
    animation-name: sparkles
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:before,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label:before {
    will-change: transform,border-width,border-color;
    -webkit-animation-name: bubble;
    animation-name: bubble
}

.product-info .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label svg,.product .wishlist:not(.wishlist-as-checkbox):not(.wishlist-as-button) input:checked+label svg {
    fill: #e2264d;
    stroke: #a51616;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@-webkit-keyframes heart {
    0%,17.5% {
        font-size: 0
    }
}

@keyframes heart {
    0%,17.5% {
        font-size: 0
    }
}

@-webkit-keyframes bubble {
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 2.25rem
    }

    30%,to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 0
    }
}

@keyframes bubble {
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 2.25rem
    }

    30%,to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 0
    }
}

@-webkit-keyframes sparkles {
    0%,20% {
        opacity: 0
    }

    25% {
        opacity: 1;
        box-shadow: .32476rem -2.4375rem 0 0 #ff8080,-.32476rem -2.0625rem 0 0 #ffed80,2.1082rem -1.26585rem 0 0 #ffed80,1.41004rem -1.53985rem 0 0 #a4ff80,2.30412rem .85901rem 0 0 #a4ff80,2.08305rem .14233rem 0 0 #80ffc8,.76499rem 2.33702rem 0 0 #80ffc8,1.18748rem 1.71734rem 0 0 #80c8ff,-1.35019rem 2.0552rem 0 0 #80c8ff,-.60229rem 1.99916rem 0 0 #a480ff,-2.44865rem .22578rem 0 0 #a480ff,-1.93852rem .77557rem 0 0 #ff80ed,-1.70323rem -1.77366rem 0 0 #ff80ed,-1.81501rem -1.03204rem 0 0 #ff8080
    }
}

@keyframes sparkles {
    0%,20% {
        opacity: 0
    }

    25% {
        opacity: 1;
        box-shadow: .32476rem -2.4375rem 0 0 #ff8080,-.32476rem -2.0625rem 0 0 #ffed80,2.1082rem -1.26585rem 0 0 #ffed80,1.41004rem -1.53985rem 0 0 #a4ff80,2.30412rem .85901rem 0 0 #a4ff80,2.08305rem .14233rem 0 0 #80ffc8,.76499rem 2.33702rem 0 0 #80ffc8,1.18748rem 1.71734rem 0 0 #80c8ff,-1.35019rem 2.0552rem 0 0 #80c8ff,-.60229rem 1.99916rem 0 0 #a480ff,-2.44865rem .22578rem 0 0 #a480ff,-1.93852rem .77557rem 0 0 #ff80ed,-1.70323rem -1.77366rem 0 0 #ff80ed,-1.81501rem -1.03204rem 0 0 #ff8080
    }
}

.product-info .wishlist-as-checkbox,.product .wishlist-as-checkbox {
    width: 100%;
    margin-top: 25px;
    font-size: 1.3rem
}

.product-view .product-main-block {
    padding-bottom: 25px
}

.product-view .product-main-block #product-info-mobile,.product-view .product-main-block .title-section {
    margin-bottom: 14px
}

.product-view .product-main-block #product-info-mobile .h1-title,.product-view .product-main-block #product-info-mobile h1,.product-view .product-main-block .title-section .h1-title,.product-view .product-main-block .title-section h1 {
    margin-top: 3px!important;
    font-size: 2.4rem;
    display: block;
    line-height: 28px;
    font-weight: 600
}

.product-view .product-main-block #product-info-mobile .h1-title:first-letter,.product-view .product-main-block #product-info-mobile h1:first-letter,.product-view .product-main-block .title-section .h1-title:first-letter,.product-view .product-main-block .title-section h1:first-letter {
    text-transform: uppercase
}

.product-view .trustpilot-block {
    background-color: #212b36
}

.product-view .trustpilot-block.border-only {
    background-color: #dfe3e8
}

.product-view .product-media {
    position: relative
}

.product-view .product-media .gallery div {
    outline: none
}

.product-view .product-media .gallery .splide__slide a span.loading {
    background-color: #fbfbfb
}

.product-view .product-media .gallery .gallery-left {
    margin-top: 24px;
    position: relative
}

.product-view .product-media .gallery .gallery-left .product-img-block {
    border-radius: 6px
}

.product-view .product-media .gallery .gallery-left .splide__slide {
    height: 56px!important;
    width: 56px!important;
    border: 1px solid #dfe3e8;
    border-radius: 6px
}

.product-view .product-media .gallery .gallery-left .splide__slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #c4cdd5;
    border-radius: 6px;
    margin: -1px;
    z-index: 1;
    cursor: pointer;
    transition: all var(--animation-duration);
    opacity: 0
}

.product-view .product-media .gallery .gallery-left .splide__slide.is-active {
    border-color: transparent
}

.product-view .product-media .gallery .gallery-left .splide__slide.is-active:after {
    border-color: #0077c7;
    opacity: 1
}

.product-view .product-media .gallery .gallery-left .splide__slide.image360:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    top: 1px;
    right: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzRjZDk1Yy04YTk1LTY0NGYtYmM3MC1kZjliYjRmZjEyNzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEIzOTQ1ODZGNEIxMTFFOTlFNDBENzM4MDQxMzA5OTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEIzOTQ1ODVGNEIxMTFFOTlFNDBENzM4MDQxMzA5OTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mzc0Y2Q5NWMtOGE5NS02NDRmLWJjNzAtZGY5YmI0ZmYxMjc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM3NGNkOTVjLThhOTUtNjQ0Zi1iYzcwLWRmOWJiNGZmMTI3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm39e00AAATlSURBVHja7JpZbExRGMdvtag2FaNtlKq9BLFFrRGxVWhQIsQ70Ug8EIR4wJPoEx54sMSjNRGxhEwRpPZJ7VG0tFVrGEvtdPy/+N/k5Gbu7b1zb+uh5yT/nJm7nt/5vvOd75yZpFgsZrSm0sZoZUUDa2ANrIE1sAbWwBpYA2tgDayBXZUUPzcnrb/aD1UV9N/WmLHNY1sGGLB5qPoT2E9JhtKhdlAq1B76DX2BvkMN/93CgE1DdRnaB51y+Z5cqCc0AOoL5UA9oO5QZ8KmsgPEY75Bn6Ea6B5UAZ2GnrQoMGA7oSpnQ+PBdoTE+kOoQdBgSNw/ye1roDSqCzRaOSfv3OGyo/0BA1Ygz9KVDbqbuGMBNAkazsZ189gOceGPtOhP1n/YeaJsqC2vLaL2QMt4r3sGt3tagBU3PE/rmeUaLdDL5fteQXV0y0roEVQPvYHeQx8IbPWYrvSQWdA8vlPKDeloBK6vgQIDNp+wuR46UxpxH7rDIVDNsfjOZ9zJgpZDG/n9DIBnBAYMWAk0lyyWtSu3oKt0+4oAIrhTmQydhDpASwC91zcwYEN023ynqRBaDZ0jcEuWidAF6K24PaD/+M20TjcBa0bUPMKOhG6yE0ytVa5doCQqojDvMViHlXOHlHNm6aM8X669y6lRgto0XxaGdY+gmu9w7zuO098MKmugYpsXl0BlNi5ezXlZglbI5pxZDvHYOgJHoN0Mgttg4ZWepyWAFtASAvuM0fQla0kCXlBR6AeBZcrIgFYqDV1Ia5iWWaC8ppDfl/LcSAW2lPVa5VzEIbWsQpvfc2pMaB5uy4AzTKYNPPB7E0HNYFb0yWIN1R2jNlYv4edpDteqVl9HK8foMaWKt6UnBAzAK6iu+AwmYQUiyoZZx3KYnxfadIhh4/4Flg5PpwfuDHx5iIePgnI9wocssAZdWR2XftPjUhjqYKDATD42ucyHC6l47m2eP2yJvokuDz9Cp7z0jtsimU0RHv7c4ZoqNr7aAhyKc23UaMYCA2Uzr3+MNj9KBFhWLjE8KAUPsEvYow5jz3AIRhGHc1HlmCwwGpV1dAbak8lpsQcXNZLX92ZSUqYERs/A15i4j4cu2lwTofv2scy5EQtU2NIZEdZy3xYLrNlZ06GtXIAkc6Mgk7l1vCJTZ7F1YeElaB1nvcHhGpk2dtkcizAiq9Yu4zEzWkcsnVSoWPggk4wR0FBuJNjByqprXLxVVJKXvzzAfe5zQT8HDzuuzMMtUcRtB0JHuWR0KhPQvvIgdi3XsD4C0KnNDJjK4bEKOgE95CqsKdgiO1jPFqZF96NapLj3dmZZfktfBh3J8MZwWyjf4zPmAvZYIDseCnAbBp0pPFTLOfWEknfbraqyuGGXwwDVn27ak5/TXG4HVbIz2ilL1GJzmAUKrEBLIFocZwX1hmpgQzpwYZFB2JDSUFe5BXP725wdLnP9W8f8WfL42YA9G+ielg247DGtgIIazw0cqw9YS6R+KslDnPEtoLKwmQjYG4Fv4jWxWhrGDbbh/JzHRllLI3ckX3Mo1FMPCVXjMCTUIu86IMMKsNebbZvWodymzGdmKVus4r6/jH+/JHymZaLchk24n6GZ0HWvNwYFbA0qryizcUH/9lRLb/DeU/q/lhpYA2tgDayBNbAG1sAaWANrYA2sgVsh8F8BBgCIp4eRWS2FqQAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: cover
}

.product-view .product-media .gallery .gallery-left .splide__slide.video:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(img/yt-play-btn.png) no-repeat 50%;
    background-size: cover
}

.product-view .product-media .gallery .gallery-left .slider-button-next,.product-view .product-media .gallery .gallery-left .slider-button-prev {
    background-color: initial
}

.product-view .product-media .gallery .gallery-left .slider-button-next svg,.product-view .product-media .gallery .gallery-left .slider-button-prev svg {
    width: .7em
}

.product-view .product-media .gallery .gallery-left .slider-button-next:disabled,.product-view .product-media .gallery .gallery-left .slider-button-prev:disabled {
    display: none
}

.product-view .product-media .gallery .gallery-left .slider-button-prev {
    top: -20px
}

.product-view .product-media .gallery .gallery-left .slider-button-next {
    bottom: -30px;
    top: inherit
}

.product-view .product-media .gallery .gallery-left .splide-ssr li {
    margin-right: 9px
}

.product-view .product-media .gallery .gallery-thumb {
    position: relative;
    width: 100%
}

.product-view .product-media .gallery .gallery-thumb a {
    width: 100%
}

.product-view .product-media .gallery .gallery-thumb .product-img-block {
    width: 75%;
    height: 100%;
    display: block;
    text-align: center
}

.product-view .product-media .gallery .gallery-thumb .product-img-block.loading img,.product-view .product-media .gallery .gallery-thumb .product-img-block.loading span {
    width: 100%;
    height: 100%
}

.product-view .product-media .gallery .gallery-thumb .splide__slide.image360:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAB8CAYAAACrHtS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzRjZDk1Yy04YTk1LTY0NGYtYmM3MC1kZjliYjRmZjEyNzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA1RjIxQkJGNEIxMTFFOUI0N0Q4QUJCNEJBQzM5RjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA1RjIxQkFGNEIxMTFFOUI0N0Q4QUJCNEJBQzM5RjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mzc0Y2Q5NWMtOGE5NS02NDRmLWJjNzAtZGY5YmI0ZmYxMjc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM3NGNkOTVjLThhOTUtNjQ0Zi1iYzcwLWRmOWJiNGZmMTI3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psgl/Y8AAAqaSURBVHja7F1pkB1VFb7BhCxm4SUEkIGQzMgqoCGTIkZNJTijUloiPxIpLRYLaoKKCiiV0YqIprTA0kgJlJWAsURLNPGHCrhUhgJBZclMwpoYnXnZE5FlkEiABDOeQ39dc6fp7tfdr/t1v/e+r+qrt3T36+W759xzz13eqKGhIUM0D47gI6DgBAUnKDhBwQkKTlBwgoITFJyg4AQFJyg4QcEJCk7BCQpOUHCCghMUnKDgBAUnKDhBwQkKTlBwgoITFJyg4BScoOAEBScoOFEXGF3tD4z62iPVHD4Jhe4/zSrA0HfmNY2Fv0f4My0zdWAUE4RThEeDk9Iwlrq08IQoCTcJy8KXcrqGY4QnCU8UtgpnCmdA0KOEbxeOE44XHoln9TYce0j4Kvhf4YvCPcJ/Cp8SbsD7/1FwY2YJH8X732R8rpkQVIV9l/AMYRvEnl7F744BJwuPxW/O9eyjheBJ3OMDwieaUfAzhX+DSzSwjjQwHr+t1cSpwrOFZwmPy/HZThUuBBUbhb8QrhEONoPg5wr/4jlnEsEnwprmwoLVatvhgouMc8AVwtvw+nKjCt4hXO/zfZQ6Tq32I8J5qA5OQd1ar1Bv9BXhUuE1wh83muAXCe8KatV5Pk+BFbxPuEj4buG0ggmmhfR1BGyjUD2NSdgkvUOatRfK66ekefZyIwh+pfBHFSLl2cKPCxcI34+IuNbQlsJu4S68/lv4PCLvZ7FdRd4PoV+zBJ8Mq1UBWxDAtaC6aUcsEYaPCvtF+Pkien/WNzqq2pUYQxIvVwlvqXD4oYTWkRTPCbcIN6PZtAuRdBnXkgVOQZWkhfqDIftpYWoX0f9Rj4J/Wfi9nF2vCtqHNvHjEHV7ztd0uvCL8Hx+OKBeT0R/pZ5ceh5i74ClPij8Kz7vLWDApt7ls8KVwu8KP+HZrhm9P6FqqwsLvw43kjU2oT2/ESL3m/rE5Rq4+Xx/vVj5iqIL/nnhrRk9mL1o1mk7/j7hNtM40MDuIZ+m5vEi+r60T5ZW58nFGYit9e5y4XxEvZfBGhpJbO0t60WuwYsfZHG+NAS/QHhnGvcuvBvJiNPQXPu28GHT4BDRt6J5ZuOT4j2PKZTgckGaLk2zA+SnwpuFW02TQUT/vU/OYmlhBBextZfoz2nGE8JfCz9smhdfENpNsguLZOGPCcdmcNN/RCBjQ3PxN8Lte7kM28OwOOD4XhwfhhL2GUhwrPG5j17rN9aK4bRaVq5p2x9a+8+W7W25R+lyEX8wTvYoSyxA9LoMYlVCt/Amn+/XRygQ2l3ZiUSNt6CsjXDsEmFPhf26hKsCjtcMWxnP9gTjZABdXCrb7kzroY5OIPa3qhBb05f/QjNLc9WaWXrDDOemD+PzNFj5nohiG+zX53nwqyKI7VqxFow2M9xX3RpBbPfYtbjecsg+7n2sRt3s/v4cXGcnrHy3POP7jdN5pHhnmlY0OqbY+vC+XmG3AWSUthunI2Kv9arcH+OUQS6zzXLTXivqsQTr8jm2E8L0QghblC7LS/gd24PjvV7DPbY7pEopoTC5gVgZ+7/5W/JsSyK2W9getASflYvgckELzMg+bU3yb8CD2wYxdxqndykttPp8Vwb7AupIv/d+xw96BPeeryPgWBNgyR0VvIDxuWbbG82xPm+wvp+Yl4VrN+Alxhmkt1tK4/MoCEWKckuWJZWqLGCtIYJHLZxezAkpJHZh2G29fykXwUXge+qkaVMy0caMtUX4nbjnDcJqVE8l1NduHe5WST2WO1fYgyGeKUzipQDCmphWaAdzbtPoxQTNq7gYtOr3Lpx3ABY/6JNgsfvm72omwZciIWOzzQqETEidGIS1noDMjaDXZ3wvq9F8s133OrtJZuFjxuniPVe27WlmC19mWebiECuKU4/a9enijK9/HZpvbuFd4iO2QnvJVsi2x9K+gKoHQITNjZKAbgaaMWtkv6GAfdK6l+6AyN3Pa/TApfoVhnW1LMEB9//bqM8m7ty0rC38WvPWXqCssCpiXdxjNc2SRNp1jSMyLLnan/slYX+QdSfATXCFUwPq6xsTNseSRuYUHGJrduhqqz6qxmq9HR4DFerrOYbIrg4PgD0Ib2qGTZ2kCZCGghiYjovXCZOnw6M+VWvB7ZEax9KuUsNECKuTJHW8+zwRW2fnnGycEa8/N/49hpkL/qr1vp06xcLREPQdyDnMNMOTJrXnbHzAcb1i2Rfn5dLtgYbaid+SMIFQTnDMYAWXH/V8ZZ/qoRTzWnWGq/Y/9JvhBQXGwhrH4L1OUdK56i0QebqJvyqGdjMvyrMOf9o4U4Hdnh5tmq1OSXC3g6QjpNllTHDWrQPt9UqdI3p8V0B80BpyXhvag3iFyX6260IxqEhTr6selx4SSGyw3PlWuaDTEiReSojKozaX3P5qO8rvilG42s3IARADMW65LaCAqlVvF56QkdiXy7NdU4TEy++s96eKsOcldM+dEd2zWq23E6LbRMuvu8OUBj0FoDPidXaGVD86Tu0ck95qFyPyDnHEzlrwX3o+357wd/rQtAtKna7DNr8hRm6BWRJQpfTh2KkBv90Dy+0OKHTd2F6pUD2HujrNmST3Cr8a2/Nm5dLhrnXu12zrq5ulRF4Tw6U3CrTppB7uOgRm1UIXRXoziV60XPpyz+erReDLmkBgjb4XGmcWrXodnTa1MiWxt7hiJ0GmgmM2xRbP1z8R0T/TgCJrIuRzwl8ZZwUJHXmqU6fTHIQ4gHggMWqxxosmA3o9363RAfZSIJbXscC6PNgHjDMRUAd4npXx+fagenytqmo2yzrcqqe/KS/X+2zSCvwqE60fO09MgwXPh6s+w9Q2Z78Tlv2CjxctnuAQ/T4ELn7QmRXfN84qDnmjBW5YLVczZe81TkozrzVhNXmjufIDAdVm4Vy6C81waTLGr/vyEvB+NLPuRanOErMg5Ml4fyYsd0YNn8nhCnHUAArdgdQMr1YWDivXm3sIrrESHgbLEH8bXsPWM9OslnYujIMbPt44a61qj91x4EkQ9cQcrFWFe8A4q1jsQq4iSPC/R6mzC+vSPcLfhog2Ll5HAkRfdVrtQeOs63YkmkITIfY4U4xluZ9Fk0wLuU4f2mhGTgd+wwyv0GxDlzZZhO2m7gWH6OcbJ/vW0iDNMu0S1hkj2jPWg+ppU8j+RyHynuD5XqdLnx+j6VsfglvCf8M4y3xMqSNxD6BlsR2u91FUP3HqWu0Q2mdGzrHX1ZY/HTPXUdigLQjaZNOMlHZ8XGTeuu543tCmkHb3bkYr4hmIXW0gNcHz/N1pxJmiKH/joPXaSlCjeO3wuABBy9ganV/r2x0QdDOCxB2w4Czc4GSr/tYRvtfW4kEX8X87+kAdcjwJzaW5EF+zW9PByRECs8MQcz+i+xcgorsM5040ffaZkcOyaoGzLQ93Q61OWvQ/atlvNc+81z0JUfkUROU6ZOgQIveDOPYVuN6DBby3Dxln1aobannSuvxnHjRXBsFddXoPt1aI4rMJkvOO0onagv9MSMEJCk5QcIKCExScoOAEBScoOEHBCQpOUHCCghMUnIITFJyg4AQFJyg4QcEJCk5QcIKCExScoOAEBScoOEHBKThBwQkKTlBwgoITFJzIG/8XYADTGLyQoFCLRQAAAABJRU5ErkJggg==) no-repeat 50%;
    width: 110px;
    height: 60px;
    z-index: 3
}

.product-view .product-media .gallery .gallery-thumb .splide__slide.video a:before {
    content: "";
    position: absolute;
    height: 75px;
    width: 100px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    transition: var(--animation-duration);
    margin: auto;
    cursor: pointer;
    background: url(img/yt-play-btn@x2.png) no-repeat 50%;
    background-size: contain!important
}

.product-view .product-media .gallery .gallery-thumb .splide__slide.video a:hover:before {
    opacity: 1
}

.product-view .product-media .gallery .gallery-thumb .splide__slide .glightbox {
    position: relative;
    z-index: 2;
    display: inline-block
}

.product-view .product-media .gallery .gallery-thumb .splide__slide .glightbox span.loading {
    min-height: 360px
}

.product-view .product-media .gallery .gallery-thumb .splide-ssr li.splide__slide {
    width: 100%
}

.product-view .product-media .product-labels {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.product-view .product-media .product-labels ul {
    display: flex;
    align-items: center
}

.product-view .product-media .product-labels li {
    display: inline-block;
    margin-right: 16px
}

.product-view .product-media .product-labels li span {
    text-transform: none;
    display: flex;
    white-space: nowrap;
    border-radius: 43px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    width: 100%;
    line-height: 1
}

.product-view .product-media .product-labels li span .image-block {
    padding: 0;
    margin-right: 6px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center
}

.product-view .product-media .product-labels li span .image-block img {
    width: 16px;
    height: 16px
}

.product-view .product-media .product-labels li span.middle {
    padding: 6px 12px 6px 8px;
    background-color: #5cba0a
}

.product-view .product-media .product-labels li span.premium {
    padding: 6px 12px 6px 8px;
    background-color: #de3618
}

.product-view .product-media .product-labels li span.low {
    padding: 6px 12px 6px 8px;
    background-color: #e4af00
}

.product-view .product-media .product-labels li span.quality {
    height: 100%;
    width: 100%
}

.product-view .product-media .product-labels li span.quality .image-block img {
    max-width: 16px
}

.product-view .product-media .product-labels li span.brand {
    display: flex;
    height: 32px;
    border: none;
    padding: 0;
    background-color: #fff
}

.product-view .product-media .product-labels li span.brand .image-block {
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
    width: auto;
    text-align: center
}

.product-view .product-media .product-labels li span.brand .image-block img {
    max-height: 100%;
    height: 23px;
    width: 100%;
    object-fit: contain
}

.product-view .product-links-widget ul li .product .price-container .price-block {
    padding-left: 8px
}

.product-view .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 5fr -webkit-max-content;
    grid-template-columns: 5fr max-content;
    align-items: end
}

.product-view #compatible-vehicle-list {
    color: #637381;
    font-size: 1.3rem;
    margin-top: 4px;
    min-width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    line-height: 2rem;
    max-height: 4rem
}

.product-view #compatible-vehicle-list.ios-list {
    -webkit-line-clamp: 3
}

.product-view #compatible-vehicle-list h2 {
    font-size: inherit;
    display: inline;
    font-weight: 500;
    line-height: inherit
}

.product-view #compatible-vehicle-list strong {
    font-weight: 500
}

.product-view #compatible-vehicle-list #seo-vehicle-list {
    margin: 0 5px 0 0;
    display: inline
}

.product-view .compatible-show-more {
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    color: #0077c7
}

.product-view .compatible-show-more:hover {
    text-decoration: underline
}

.product-view #product-info-mobile {
    display: none
}

.product-view #product-info-desktop {
    display: block
}

.product-view .product-main-info {
    margin: 12px 0;
    display: flex;
    align-items: center
}

.product-view .product-main-info>div {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    margin-bottom: 0;
    font-size: 1.3rem
}

.product-view .product-main-info>div:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #dfe3e8;
    position: absolute;
    right: 0;
    top: 0
}

.product-view .product-main-info>div:last-child:after {
    display: none
}

.product-view .product-main-info>div span {
    vertical-align: text-bottom
}

.product-view .product-main-info>div .rating-count {
    line-height: 13px;
    display: inline-block
}

.product-view .product-main-info .product-id {
    color: #637381
}

.product-view .cross-sell-widget #cross-sell-widget-desktop {
    display: flex
}

.product-view .cross-sell-widget #cross-sell-widget-mobile,.product-view .cross-sell-widget #product-img-mobile {
    display: none
}

.product-view .cross-sell-widget .title {
    margin-bottom: 24px;
    font-size: 2.4rem
}

.product-view .cross-sell-widget .title h4 {
    font-size: inherit;
    line-height: 34px
}

.product-view .cross-sell-widget .title .product-title h2 {
    margin-bottom: 0
}

.product-view .cross-sell-widget li {
    background-color: #fff;
    margin-bottom: 16px;
    border-color: #dfe3e8;
    padding: 8px 20px 8px 8px;
    border-radius: 10px;
    list-style: none
}

.product-view .cross-sell-widget li:last-child {
    margin-bottom: 0
}

.product-view .cross-sell-widget li .product {
    display: flex;
    align-items: center
}

.product-view .cross-sell-widget li .product .title {
    margin-bottom: 0;
    width: 100%;
    flex-grow: 1
}

.product-view .cross-sell-widget li .product .title .h-title,.product-view .cross-sell-widget li .product .title h2,.product-view .cross-sell-widget li .product .title h5 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 21px
}

.product-view .cross-sell-widget li .product .price-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

.product-view .cross-sell-widget li .product .price-container .price-block {
    font-weight: 500;
    font-size: 16px;
    padding-left: 32px
}

.product-view .cross-sell-widget li .product .price-container .price-block .price {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.product-view .cross-sell-widget li .product .price-container .price-block .pvn,.product-view .cross-sell-widget li .product .price-container.price-under-title {
    display: none
}

.product-view .cross-sell-widget li .product .price-container.price-under-title .price-block {
    padding: 0;
    margin-top: 4px
}

.product-view .cross-sell-widget li .product .price-container .special-price {
    display: inline-block;
    color: #de3618;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 10px
}

.product-view .cross-sell-widget li .product .price-container .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    white-space: nowrap
}

.product-view .cross-sell-widget li .product .action {
    margin-left: 16px
}

.product-view .cross-sell-widget li .product .action .btns {
    width: 200px
}

.product-view .cross-sell-widget li .product .action .btns a,.product-view .cross-sell-widget li .product .action .btns button {
    width: 100%
}

.product-view .cross-sell-widget li .product .action .btns .-trodo-btn img {
    display: none
}

.product-view .cross-sell-widget li .product .action .btns .-trodo-btn span {
    white-space: break-spaces
}

.product-view .cross-sell-widget li .product .action span.error {
    color: #de3618;
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 15px;
    display: inline-block
}

.product-view .cross-sell-widget li .product .product-img {
    margin-right: 8px
}

.product-view .cross-sell-widget li .product .product-img .product-img-block {
    width: 80px;
    height: 80px
}

.product-view .cross-sell-widget li .product .product-img .loading {
    background-color: #f8f9f9
}

.product-view .cross-sell-widget li .product.without-data .title .action {
    display: none
}

.product-view .product-widget {
    margin: 32px 0
}

.product-view .product-widget ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px
}

.product-view .product-widget .title {
    margin-bottom: 24px
}

.product-view .product-widget .title h4 {
    font-size: 2.4rem;
    line-height: 28px
}

.product-view .product-widget li {
    background-color: #fff;
    margin-bottom: 12px;
    border-color: #dfe3e8;
    padding: 8px 20px 8px 8px;
    border-radius: 10px;
    list-style: none
}

.product-view .product-widget li a {
    text-decoration: none!important;
    display: block
}

.product-view .product-widget li a:hover .title {
    -webkit-text-decoration: underline solid #0078c3!important;
    text-decoration: underline solid #0078c3!important
}

.product-view .product-widget li .product {
    display: flex;
    align-items: center
}

.product-view .product-widget li .product .title {
    margin-bottom: 0;
    width: 100%;
    flex-grow: 1
}

.product-view .product-widget li .product .title .h-title,.product-view .product-widget li .product .title h2,.product-view .product-widget li .product .title h5 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 21px
}

.product-view .product-widget li .product .price-container {
    margin-left: auto
}

.product-view .product-widget li .product .price-container .price-block {
    font-weight: 500;
    font-size: 16px;
    padding-left: 16px;
    text-align: right
}

.product-view .product-widget li .product .price-container .price-block .pvn {
    display: none
}

.product-view .product-widget li .product .price-container .price-block .price {
    display: flex;
    justify-content: flex-end
}

.product-view .product-widget li .product .price-container.price-under-title {
    display: none
}

.product-view .product-widget li .product .price-container.price-under-title .price-block {
    padding: 0;
    margin-top: 4px
}

.product-view .product-widget li .product .price-container .special-price {
    display: flex;
    align-items: center;
    color: #de3618;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 10px
}

.product-view .product-widget li .product .price-container .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    white-space: nowrap
}

.product-view .product-widget li .product .action {
    margin-left: auto;
    width: 100%;
    text-align: right
}

.product-view .product-widget li .product .action .btns .-trodo-btn img {
    display: none
}

.product-view .product-widget li .product .action .btns .-trodo-btn span {
    white-space: break-spaces
}

.product-view .product-widget li .product .action span.error {
    color: #de3618;
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 15px;
    display: inline-block
}

.product-view .product-widget li .product .product-img {
    margin-right: 8px
}

.product-view .product-widget li .product .product-img .product-img-block {
    width: 80px;
    height: 80px
}

.product-view .product-widget li .product .product-img .loading {
    background-color: #f8f9f9
}

.product-view .product-widget li .product.without-data .title .action {
    display: none
}

.product-view .product-info {
    border-color: #dfe3e8
}

.product-view .product-info h1 {
    font-size: 2.8rem;
    margin-top: -8px;
    display: block
}

.product-view .product-info h1:first-letter {
    text-transform: uppercase
}

.product-view .product-info .left-product-part {
    padding-right: 2.5vw
}

.product-view .product-info .left-product-part.col-lg-7 {
    width: 62.5%
}

.product-view .product-info .right-product-part.col-lg-5 {
    width: 37.5%
}

.product-view .product-info .right-product-part .cms-list {
    display: none
}

.product-view .product-info .price-block {
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-view .product-info .price-block .price {
    font-size: 3.2rem;
    font-weight: 500;
    padding-right: 5px;
    display: flex;
    align-items: center
}

.product-view .product-info .price-block .price .old-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

.product-view .product-info .price-block .price .standard-price {
    margin-left: 8px;
    order: 1;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: line-through;
    color: #637381;
    word-break: break-word
}

.product-view .product-info .price-block .price .special-price {
    color: #de3618;
    margin-right: 5px
}

.product-view .product-info .price-block .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 13px;
    border-radius: 6px;
    padding: 6px;
    vertical-align: text-top;
    font-weight: 700
}

.product-view .product-info .price-block .pvn {
    font-size: 1.3rem;
    color: #637381
}

.product-view .product-info .free-delivery {
    margin-top: 8px;
    color: #0e9384;
    font-weight: 500;
    font-size: 1.3rem
}

.product-view .product-info .free-delivery img {
    margin-right: 8px;
    vertical-align: text-bottom
}

.product-view .product-info .attribute-info {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 20px
}

.product-view .product-info .attribute-info .attribute-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.product-view .product-info .attribute-info .attribute-row>div:not(:last-child) {
    padding-right: .4em
}

.product-view .product-info .attribute-info .attribute-row .warehouse {
    font-size: 1.3rem;
    display: inline-block
}

.product-view .product-info .attribute-info .attribute-row .warehouse .image-block {
    margin-right: 8px
}

.product-view .product-info .attribute-info .attribute-row .warehouse .image-block img {
    vertical-align: text-bottom
}

.product-view .product-info .attribute-info .attribute-row .warehouse .on-order {
    color: #f49342
}

.product-view .product-info .attribute-info .attribute-row .warehouse .out-of-stock {
    color: #de3618
}

.product-view .product-info .attribute-info .attribute-row .price-valid {
    display: inline-block;
    font-size: 1.3rem
}

.product-view .product-info .additional {
    margin-bottom: 25px
}

.product-view .product-info .additional a {
    font-weight: 500
}

.product-view .product-info .-trodo-message {
    margin: 20px 0;
    text-underline-offset: 3px
}

.product-view .product-info .-trodo-message.-success:before {
    left: 17px;
    top: 19px
}

.product-view .product-info .-trodo-message.-warning:before {
    left: 16px;
    top: 16px
}

.product-view .product-info .-trodo-message .close-btn {
    display: none
}

.product-view .product-info .-trodo-message p {
    display: inline
}

.product-view .product-info .attributes-list {
    margin: 20px 0
}

.product-view .product-info .attributes-list:has(a) {
    min-height: 132px
}

.product-view .product-info .attributes-list ul.expanded {
    margin-bottom: 8px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.product-view .product-info .attributes-list .product-name-en {
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 8px
}

.product-view .product-info .attributes-list li {
    list-style: none;
    margin-bottom: 8px
}

.product-view .product-info .attributes-list li .attr-name {
    padding-right: 5px;
    color: #637381;
    text-transform: capitalize;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    margin-block:unset;margin-inline:unset;display: inline-block
}

.product-view .product-info .attributes-list li .attr-value {
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word
}

.product-view .product-info .attributes-list .collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-view .product-info .action {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.product-view .product-info .action .qty {
    max-width: 64px;
    margin-right: 10px;
    width: 100%
}

.product-view .product-info .action .qty .trodo-dropdown {
    max-width: 100%;
    max-height: 48px;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box
}

.product-view .product-info .action .qty .trodo-dropdown .selected-value {
    padding-left: 4px;
    vertical-align: middle
}

.product-view .product-info .action .qty .trodo-dropdown .dropdown-options-container {
    top: 55px;
    max-height: 143px;
    overflow-y: auto
}

.product-view .product-info .action .qty .trodo-dropdown .native-select-block {
    padding: 8px 10px
}

.product-view .product-info .action .btns {
    margin-right: 14px;
    width: calc(100% - 390px);
    min-width: 240px
}

.product-view .product-info .action .btns a.button,.product-view .product-info .action .btns button {
    padding: 13px 65px;
    width: 100%
}

.product-view .product-info .action .compare {
    display: flex;
    justify-content: center;
    margin-top: 14px
}

.product-view .product-info .action .compare .-checkbox label:after,.product-view .product-info .action .compare .-checkbox label:before {
    border: 1px solid #c4cdd5
}

.product-view .cms-list {
    width: 100%;
    padding: 32px 8px 0 8px
}

.product-view .cms-list>ul {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.product-view .cms-list>ul>li {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    list-style: none;
    font-weight: 500
}

.product-view .cms-list>ul>li .cms-block {
    height: 100%;
    padding: 20px
}

.product-view .cms-list>ul>li .cms-block .block-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

.product-view .cms-list>ul>li .cms-block .block-header .image-block {
    width: 40px;
    height: 40px;
    vertical-align: middle
}

.product-view .cms-list>ul>li .cms-block .block-header .image-block img {
    height: 100%;
    width: 100%
}

.product-view .cms-list>ul>li .cms-block .block-header span {
    vertical-align: middle;
    margin-top: 12px
}

.product-view .cms-list>ul>li .cms-block .block-header span:last-of-type {
    color: #637381;
    font-weight: 400
}

.product-view .cms-list>ul>li .cms-block .block-content {
    margin-top: 4px;
    color: #637381;
    font-size: 1.3rem
}

.product-view .cms-list>ul>li .cms-block .block-content img {
    position: relative;
    max-height: 20px;
    width: auto
}

.product-view .cms-list>ul>li .cms-block .block-content .payment-methods img {
    margin-right: 12px;
    margin-bottom: 8px
}

.product-view .cms-list>ul>li .call-service a {
    color: #637381;
    text-decoration: underline
}

.product-view .cms-list>ul>li .call-service p {
    margin: 0
}

.product-view .delivery-and-payment-section {
    border-bottom: 1px solid #dfe3e8;
    padding: 16px 0 16px 0
}

.product-view .delivery-and-payment-section .delivery-info {
    position: relative
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list {
    position: absolute;
    top: 50px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list.-popup {
    border-radius: 6px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list.-popup .value-mobile,.product-view .delivery-and-payment-section .delivery-info .delivery-list.-popup:after,.product-view .delivery-and-payment-section .delivery-info .delivery-list.-popup:before {
    display: none
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list .close-btn-block {
    padding-bottom: 10px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list .close-btn-block .close-btn {
    height: 28px;
    width: 28px;
    padding: 4px;
    right: 20px;
    border-color: #dfe3e8;
    background-color: #dfe3e8
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul {
    cursor: default
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li {
    line-height: 16px;
    list-style: none;
    font-size: 1.3rem;
    color: #637381;
    border-bottom: 1px solid #dfe3e8;
    margin: 0 20px;
    padding: 20px 0
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li:last-child {
    border-bottom: none
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part img {
    height: 24px;
    margin-bottom: 8px;
    width: auto
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part .pdp-shipping-method {
    display: flex;
    justify-content: space-between;
    color: #212b36;
    font-weight: 500;
    font-size: 14px;
    width: 100%
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part .pdp-shipping-method .method-info {
    display: grid;
    grid-auto-flow: row;
    row-gap: 2px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part .pdp-shipping-method .method-info .description {
    color: #637381;
    font-size: 13px;
    font-weight: 400
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part .pdp-shipping-method .delivery-and-price {
    white-space: nowrap;
    display: flex;
    gap: 32px;
    text-transform: lowercase
}

.product-view .delivery-and-payment-section .delivery-info .delivery-list ul li .pdp-shipping-part .pdp-shipping-method .delivery-and-price .value {
    font-weight: 500;
    color: #637381
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .removed-click {
    cursor: pointer
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .main-delivery-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    font-weight: 500
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .main-delivery-info.disabled {
    pointer-events: none
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .main-delivery-info .dispatch-and-payment-section {
    display: grid;
    grid-row-gap: 4px;
    margin: 0 20px 0 12px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .main-delivery-info .dispatch-and-payment-section .delivery-text {
    font-size: 16px
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case .main-delivery-info .dispatch-and-payment-section .delivery-date .lowest-price {
    color: #637381;
    margin-left: 4px;
    text-transform: lowercase;
    font-weight: 400;
    display: inline-block
}

.product-view .delivery-and-payment-section .delivery-info .delivery-case.on-order .main-delivery-info .delivery-date {
    color: #f49342
}

.product-view .dangerous-goods-view {
    border-top: 1px solid #dfe3e8;
    padding-top: 1em;
    width: 100%
}

.product-view .dangerous-goods-view .dangerous-goods-header {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    margin-bottom: 8px
}

.product-view .dangerous-goods-view .dangerous-goods-header .danger-note {
    font-weight: 500
}

.product-view .dangerous-goods-view .dangerous-goods-header .warning-icons {
    height: 100%;
    margin-left: 38px;
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 5px
}

.product-view .dangerous-goods-view .warning-info-wrapper {
    position: relative;
    font-size: 1.3rem
}

.product-view .dangerous-goods-view .warning-info-wrapper .warning-info-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-view .dangerous-goods-view .warning-info-wrapper .expanded {
    -webkit-line-clamp: unset
}

.product-view .dangerous-goods-view .warning-info-wrapper a.toggle-button {
    cursor: pointer;
    text-decoration: underline;
    color: inherit
}

.product-view .country-list {
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
    color: inherit
}

.product-view .country-list span.flag-icon {
    width: 24px;
    height: 16px;
    display: inline-block;
    margin-right: 4px
}

.product-view .country-list .selected-value {
    text-decoration: underline;
    vertical-align: top;
    font-size: 1.3rem
}

.product-view .payment-methods h2 {
    display: none
}

.product-view .payment-methods ul.logo-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px
}

.product-view .payment-methods li {
    list-style: none;
    display: flex
}

.product-view .payment-methods li img {
    width: auto;
    height: auto;
    max-height: 22px
}

.product-view .product-specifications {
    background-color: #f8f9f9;
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    padding: 50px 0
}

.product-view .product-specifications #spec-navbar-mobile {
    display: none
}

.product-view .product-specifications #spec-navbar-desktop ul li:first-of-type {
    background: #f8f9f9;
    border-radius: 4px
}

.product-view .product-specifications .sticky {
    z-index: 1
}

.product-view .product-specifications nav {
    margin-bottom: 0;
    position: sticky;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dfe3e8
}

.product-view .product-specifications nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 8px 0 8px 0
}

.product-view .product-specifications nav ul li {
    display: flex;
    padding: 0
}

.product-view .product-specifications nav ul li.current-section {
    background-color: #f8f9f9
}

.product-view .product-specifications nav ul li a {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #212b36;
    white-space: normal;
    padding: 7px 20px 7px 20px
}

.product-view .product-specifications .row .content-first {
    padding-right: 40px
}

.product-view .product-specifications .row .content-first.content-full {
    padding-right: 8px;
    width: 100%
}

.product-view .product-specifications .row .content-second {
    height: auto
}

.product-view .product-specifications .row .content-second .oe-numbers {
    display: none
}

.product-view .product-specifications #videoly-videobox-placeholder:empty+div {
    margin-top: 0
}

.product-view .product-specifications #videoly-videobox-placeholder:empty+div+div,.product-view .product-specifications .content:not(:first-child) {
    margin-top: 40px
}

.product-view .product-specifications .content.oe-numbers .oe-numbers-container {
    display: flex;
    flex-wrap: wrap
}

.product-view .product-specifications .content.oe-numbers .oe-numbers-container a.value {
    cursor: pointer;
    color: #0077c7;
    text-decoration: none;
    margin-right: 12px;
    display: inline-block;
    width: auto
}

.product-view .product-specifications .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px
}

.product-view .product-specifications .content h2 {
    font-size: 2.4rem;
    margin-bottom: 24px
}

.product-view .product-specifications .content span.h4 {
    font-size: 1.6rem;
    margin: 24px 0
}

.product-view .product-specifications .content .vehicle-filter .trodo-dropdown .dropdown-options-container {
    min-height: 150px
}

.product-view .product-specifications .content ul.criteria {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px
}

.product-view .product-specifications .content ul.la-criteria {
    width: 50%;
    padding-right: 28px
}

.product-view .product-specifications .content ul.attributes li {
    list-style: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dfe3e8;
    padding: 10px 0
}

.product-view .product-specifications .content ul.attributes li .title {
    width: 45%;
    display: table-cell;
    padding-right: 15px;
    color: #637381;
    font-weight: inherit;
    margin: inherit;
    font-size: inherit;
    line-height: inherit
}

.product-view .product-specifications .content ul.attributes li .value {
    font-weight: 500
}

.product-view .product-specifications .content .pagination {
    margin-top: 25px
}

.product-view .product-specifications .content .pagination img {
    margin-bottom: 0
}

.product-view .product-specifications #product-details h4 {
    font-size: 1.6rem;
    margin: 24px 0
}

.product-view .product-specifications .product-description ul {
    padding-left: 20px;
    margin: 10px 0 0 20px
}

.product-view .product-specifications .related-categories .related-categories-block {
    row-gap: 16px;
    margin-top: 0
}

.product-view .product-specifications .related-categories .related-categories-block .category-single {
    margin-bottom: 0
}

.product-view .product-specifications .related-categories div.col-lg-2 {
    width: 20%
}

.product-view .product-specifications .compatible-vehicles {
    padding-right: 0;
    margin-bottom: 0
}

.product-view .product-specifications .compatible-vehicles span.h3 {
    text-transform: capitalize;
    margin-bottom: 16px
}

.product-view .product-specifications .compatible-vehicles .cols h4 {
    margin: 0
}

.product-view .product-specifications #oem-numbers .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.product-view .product-specifications #oem-numbers .title-container span.h3 {
    margin-bottom: 0
}

.product-view .product-specifications #oem-numbers .title-container a {
    font-weight: 500
}

.product-view .product-specifications #oe-numbers ul,.product-view .product-specifications #oem-numbers ul {
    max-height: 410px;
    overflow-y: auto
}

.product-view .product-specifications #oe-numbers ul li:last-child,.product-view .product-specifications #oem-numbers ul li:last-child {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 10px
}

.product-view .product-specifications #videoly-videobox-placeholder videoly-slider {
    margin-bottom: 0
}

.product-view .review-block {
    padding: 65px 0
}

.product-view .review-block .review-action button {
    margin-top: 25px;
    padding: 10px 25px
}

.product-view .review-block .comment-list {
    padding-left: 35px
}

.product-view .review-block .single-comment {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.product-view .review-block .single-comment h4 {
    margin-bottom: 5px
}

.product-view .review-block .single-comment .description {
    color: #637381;
    font-size: 1.3rem
}

.product-view .review-block .single-comment .comment {
    background-color: #f8f9f9;
    font-size: 1.6rem;
    padding: 8px 12px;
    margin-bottom: 15px
}

.product-view .review-block .single-comment .comment p {
    margin: 0
}

.product-view .review-block .single-comment .author .a-thumb {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f8f9f9;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    color: #637381;
    margin-right: 10px;
    vertical-align: middle
}

.product-view .review-block .single-comment .author .posted-by {
    font-weight: 500;
    padding-right: 5px
}

.product-view .review-block .single-comment .author .date {
    color: #637381
}

.product-view .review-block .rating-form {
    margin-top: 25px
}

.product-view .review-block .rating-form .rating-stars {
    margin-bottom: 15px
}

.product-view .review-block .rating-form .rating-stars li {
    display: inline-block
}

.product-view .review-block .rating-form .rating-stars li svg {
    cursor: pointer
}

.product-view .review-block .rating-form .rating-stars li svg.active {
    fill: #f49342
}

.product-view .review-block .rating-form .main-error {
    display: block
}

.product-view #contact-form {
    background-color: #f8f9f9
}

.product-view #contact-form .product-contact-form-popup {
    padding: 54px 0 64px 0
}

.product-view #contact-form .product-contact-form-popup .popup-section {
    display: grid;
    grid-template-columns: 1fr 2fr
}

.product-view #contact-form .product-contact-form-popup .popup-section .header-popup .description {
    line-height: 24px;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #637381
}

.product-view #contact-form .product-contact-form-popup .popup-section .header-popup h4 {
    line-height: 24px
}

.product-view #contact-form .product-contact-form-popup .popup-section .popup-content {
    background-color: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    margin-left: 125px
}

.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .input-block input,.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .input-block textarea {
    border: 1px solid #dfe3e8
}

.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .-trodo-btn {
    display: flex;
    width: 100%;
    justify-content: center
}

.product-view .is-recommended .recommended-product span {
    display: block;
    border-radius: 3px;
    background-color: #098649;
    color: #fff;
    font-size: 1.1rem!important;
    padding: 2px 6px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 16px
}

.product-view>div:last-child {
    border-bottom: none
}

.product-labels {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.product-labels ul {
    display: flex;
    align-items: flex-start
}

.product-labels li {
    display: inline-block;
    margin-right: 10px
}

.product-labels li span {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px
}

.product-labels li span .image-block {
    padding: 8px
}

.product-labels li span.quality {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block
}

.product-labels li span.premium {
    background-color: #de3618
}

.product-labels li span.middle {
    background-color: #5cba0a
}

.product-labels li span.low {
    background-color: #e4af00
}

.product-labels li span.brand {
    display: inline-block;
    height: 32px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    padding: 3px 4px 4px;
    background-color: #fff
}

.product-labels li span.brand .image-block {
    vertical-align: middle;
    height: 100%;
    padding: 0;
    width: auto;
    text-align: center
}

.product-labels li span.brand .image-block img {
    max-height: 100%;
    height: 23px;
    object-fit: contain
}

.product-list .partfinder-notification.not-empty {
    padding-top: 1px
}

.product-list .vehicle-title-block .title span {
    overflow-wrap: break-word
}

.product-list .breadcrumbs {
    padding-bottom: 10px
}

.product-list .hidden {
    display: none!important
}

.product-list .vehicle-action-bar {
    position: relative;
    top: -20px
}

.product-list .vehicle-action-bar a {
    margin-left: 10px
}

.product-list h1 {
    font-size: 2.8rem;
    margin: 0 0 25px
}

.product-list .short-description {
    font-size: 1.3rem;
    line-height: 18px;
    margin-top: -20px;
    margin-bottom: 20px
}

.product-list .short-description ul {
    padding-left: 40px
}

.product-list .vehicle-exist {
    margin: 5px 0 25px
}

.product-list .vehicle-exist h1 {
    margin: 0 0 4px 0
}

.product-list .vehicle-exist h1 .hidden {
    display: none!important
}

.product-list .vehicle-exist a {
    margin-left: 10px
}

.product-list .content {
    display: flex;
    justify-content: center
}

.product-list .content .active-filters ul {
    padding-top: 5px
}

.product-list .content .active-filters li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px
}

.product-list .content .active-filters li a {
    background-color: #dfe3e8;
    transition: var(--animation-duration);
    font-size: 1.3rem;
    color: #212b36;
    text-decoration: none;
    border-radius: 13.5px;
    padding: 3px 10px
}

.product-list .content .active-filters li a:hover {
    background-color: #e8ebee
}

.product-list .content .active-filters li a:after {
    content: "";
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px
}

.product-list .content .active-filters li a .category {
    font-weight: 700;
    padding-right: 5px
}

.product-list .content .active-filters li a.clear-all {
    color: #0078c3
}

.product-list .content .active-filters li a.clear-all:after {
    display: none
}

.product-list .content .list {
    width: calc(100% - 305px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 15px
}

.product-list .content .list>.vehicle-category-block+.car-seo-text {
    margin-top: -3rem
}

.product-list .content .list div:first-child {
    margin-top: 0
}

.product-list .content .list .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-list .content .list .skeleton-product-list-type.as-list .product-primary {
    width: 100%
}

.product-list .content .list .skeleton-product-list-type.as-list .info {
    display: block
}

.product-list .grey-background.bottom-section {
    margin-top: 50px;
    padding-top: 40px;
}

@media screen and ( max-width: 767px ) {
	.product-list .grey-background.bottom-section {
    margin-top: 0;
    padding-top: 0;
		padding-bottom: 0;
	}
}

.product-list .seo-texts {
    padding: 15px 0;
    margin-bottom: 40px;
    color: #637381
}

.product-list .car-seo-text {
    margin-top: 40px;
    line-height: 24px
}

.product-list .car-seo-text h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 12px 0
}

.product-list .car-seo-text ul {
    padding-left: 40px;
    line-height: 28px
}

.product-list-type+.pagination {
    margin-top: 25px
}

.product-list-component {
    min-height: 200px
}

.product-list-type {
    margin-top: 25px
}

.product-list-type .product {
    border: 1px solid #dfe3e8;
    border-radius: 10px
}

.product-list-type .product .product-labels .label-text {
    display: none
}

.product-list-type .product .product-image {
    position: relative
}

.product-list-type .product .product-image .product-img span.loading {
    background-color: #fbfbfb
}

.product-list-type .product .title {
    margin-bottom: 8px
}

.product-list-type .product .title a {
    text-decoration: none
}

.product-list-type .product .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product-list-type .product .info>div {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    margin-bottom: 4px
}

.product-list-type .product .info>div:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #dfe3e8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.product-list-type .product .info>div:last-child:after {
    display: none
}

.product-list-type .product .info .rating {
    margin: 5px 12px 5px 0
}

.product-list-type .product .info .auto span {
    display: inline-block;
    border-radius: 3px;
    background-color: #dfe3e8;
    color: #212b36;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 16px
}

.product-list-type .product .info .auto span button {
    color: inherit;
    text-transform: uppercase;
    padding: 2px 6px
}

.product-list-type .product .info .product-id {
    padding: 3px;
    font-size: 1.3rem;
    color: #637381
}

.product-list-type .product .price-block {
    margin: 8px 0
}

.product-list-type .product .price-block .price {
    font-size: 2.4rem;
    font-weight: 500;
    padding-right: 4px
}

.product-list-type .product .price-block .price .standard-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

.product-list-type .product .price-block .price .special-price {
    color: #de3618;
    margin-right: 5px
}

.product-list-type .product .price-block .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    white-space: nowrap
}

.product-list-type .product .price-block .pvn {
    font-size: 1.3rem;
    color: #637381
}

.product-list-type .product .attributes-list {
    margin: 16px 0
}

.product-list-type .product .attributes-list b {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500
}

.product-list-type .product .attributes-list .attribute-divider {
    padding-top: 16px
}

.product-list-type .product .attributes-list li {
    list-style: none;
    margin-bottom: 8px;
    word-break: break-word
}

.product-list-type .product .attributes-list li .attr-name {
    color: #637381;
    font-weight: 400;
    padding-right: 5px
}

.product-list-type .product .attributes-list li .attr-value {
    color: #212b36;
    font-weight: 500
}

.product-list-type .product .attributes-list .collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-list-type .product .action {
    display: flex;
    flex-wrap: wrap
}

.product-list-type .product .action .qty {
    max-width: 66px;
    width: 100%;
    margin-right: 8px
}

.product-list-type .product .action .qty .trodo-dropdown {
    max-width: 100%;
    max-height: 48px;
    padding: 14px 10px;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box
}

.product-list-type .product .action .qty .trodo-dropdown .selected-value {
    padding-left: 4px;
    vertical-align: middle
}

.product-list-type .product .action .qty .trodo-dropdown .dropdown-options-container {
    top: 50px;
    max-height: 143px;
    overflow-y: auto
}

.product-list-type .product .action .qty .trodo-dropdown .native-select-block {
    padding: 8px 10px
}

.product-list-type .product .action .btns a.button,.product-list-type .product .action .btns button {
    padding: 9px 50px
}

.product-list-type .product .action .btns a.button.go-to-cart,.product-list-type .product .action .btns button.go-to-cart {
    background: transparent;
    border-color: #c4cdd5;
    color: #212b36
}

@media (hover: hover) and (pointer:fine) {
    .product-list-type .product .action .btns a.button.go-to-cart:hover,.product-list-type .product .action .btns button.go-to-cart:hover {
        background:rgba(223,227,232,.6);
        border-color: rgba(99,115,129,.7)
    }
}

.product-list-type .product .action .compare {
    width: 100%;
    margin: 16px 0
}

.product-list-type .product .delivery>ul>li {
    list-style: none;
    display: flex
}

.product-list-type .product .delivery>ul>li img {
    width: 14px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 7px
}

.product-list-type .product .delivery>ul>li .delivery-label {
    display: inline-block;
    margin-right: 4px
}

.product-list-type .product .delivery>ul>li .delivery-date {
    display: inline-block
}

.product-list-type .product .delivery .delivery-date.on-order {
    color: #f49342
}

.product-list-type .product .free-delivery {
    margin-top: 8px;
    color: #0e9384;
    font-weight: 500
}

.product-list-type .product .free-delivery img {
    margin-right: 7px
}

.product-list-type .product .free-delivery span {
    vertical-align: text-bottom
}

.product-list-type .product.is-recommended .recommended-product span {
    display: inline-block;
    border-radius: 3px;
    background-color: #098649;
    color: #fff;
    font-size: 1.1rem;
    padding: 2px 6px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 16px
}

.product-list-type.as-list .product {
    display: flex;
    margin-bottom: 16px;
    padding: 12px 20px 12px 12px
}

.product-list-type.as-list .product .product-image,.product-list-type.as-list .product .product-primary {
    margin-right: 24px;
    max-width: 350px
}

.product-list-type.as-list .product .product-image .title .h-title,.product-list-type.as-list .product .product-image .title h2,.product-list-type.as-list .product .product-primary .title .h-title,.product-list-type.as-list .product .product-primary .title h2 {
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 500
}

.product-list-type.as-list .product .product-image .title .h-title:first-letter,.product-list-type.as-list .product .product-image .title h2:first-letter,.product-list-type.as-list .product .product-primary .title .h-title:first-letter,.product-list-type.as-list .product .product-primary .title h2:first-letter {
    text-transform: uppercase
}

.product-list-type.as-list .product .product-primary {
    margin-right: 12px
}

.product-list-type.as-list .product .product-image .product-img .product-img-block {
    width: 240px;
    height: 240px
}

.product-list-type.as-list .product .product-secondary {
    width: 290px
}

.product-list-type.as-list .product .product-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 240px)
}

.product-list-type.as-list .product .product-info .action .btns {
    width: calc(100% - 74px);
    margin-bottom: 16px
}

.product-list-type.as-list .product .product-info .action .btns a.button,.product-list-type.as-list .product .product-info .action .btns button {
    padding: 13px 8px;
    width: 100%
}

.product-list-type.as-list .product .product-info .action .compare {
    margin-top: 0
}

.product-list-type.as-list .product:last-child .product-info {
    margin-bottom: 0
}

.product-list-type.as-table .table {
    width: 100%;
    display: flex;
    flex-direction: column
}

.product-list-type.as-table .thead {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 12px;
    margin-bottom: 16px
}

.product-list-type.as-table .thead .tr {
    display: flex
}

.product-list-type.as-table .thead .tr .name {
    width: 35%;
    margin-right: 32px
}

.product-list-type.as-table .thead .tr .ean-number {
    width: 10%;
    margin-right: 32px
}

.product-list-type.as-table .thead .tr .price {
    width: 30%;
    margin-right: 32px
}

.product-list-type.as-table .thead .tr .delivery {
    width: 25%
}

.product-list-type.as-table .thead .tr .th {
    font-size: 1.4rem;
    font-weight: 500
}

.product-list-type.as-table .tbody .tr {
    display: flex;
    align-items: center
}

.product-list-type.as-table .product {
    position: relative;
    padding: 12px 24px 12px 8px;
    margin-bottom: 16px
}

.product-list-type.as-table .product .td.thumbnail {
    margin-right: 16px;
    width: 9%
}

.product-list-type.as-table .product .td.thumbnail .product-img .product-img-block {
    width: 80px;
    height: 80px
}

.product-list-type.as-table .product .td.product-name {
    width: 26%;
    margin-right: 16px
}

.product-list-type.as-table .product .td.product-name .product-labels {
    position: relative
}

.product-list-type.as-table .product .td.product-name .title {
    padding-top: 8px;
    margin-bottom: 10px;
    clear: both
}

.product-list-type.as-table .product .td.product-name .title .h-title,.product-list-type.as-table .product .td.product-name .title h2 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px
}

.product-list-type.as-table .product .td.product-name .attributes-list {
    margin: 0
}

.product-list-type.as-table .product .td.ean-number {
    width: 10%;
    margin-right: 32px
}

.product-list-type.as-table .product .td.delivery {
    width: 20%;
    margin-right: 16px
}

.product-list-type.as-table .product .td.delivery img {
    vertical-align: text-bottom;
    margin-right: 7px
}

.product-list-type.as-table .product .td.delivery .free-delivery span {
    vertical-align: inherit
}

.product-list-type.as-table .product .td.action {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 35%;
    justify-content: flex-end
}

.product-list-type.as-table .product .td.action .price {
    margin-right: 16px
}

.product-list-type.as-table .product .td.action .price .price-block {
    margin: 0
}

.product-list-type.as-table .product .td.action .price .price {
    margin-right: 0;
    font-size: 16px;
    line-height: 22px
}

.product-list-type.as-table .product .td.action .price .pvn {
    display: none
}

.product-list-type.as-table .product .td.action .price .standard-price {
    display: block;
    font-size: 1.3rem
}

.product-list-type.as-table .product .td.action .btns-block {
    display: table-cell
}

.product-list-type.as-table .product .td.action .btns-block .action {
    margin-top: 0;
    align-items: center;
    flex-wrap: nowrap
}

.product-list-type.as-table .product .td.action .btns-block .action .btns {
    max-width: 150px
}

.product-list-type.as-table .product .td.action .btns-block .action .qty {
    width: 59px;
    margin-right: 8px;
    flex-shrink: 0
}

.product-list-type.as-table .product .td.action .btns-block .action .qty .trodo-dropdown {
    padding: 10px 10px 11px
}

.product-list-type.as-table .product .td.action .btns-block .action .qty .trodo-dropdown.trodo-dropdown-block-custom-input {
    padding: 10px 20px 11px 10px!important
}

.product-list-type.as-table .product .td.action .btns-block .btns {
    width: 100%
}

.product-list-type.as-table .product .td.action .btns-block .btns a.button,.product-list-type.as-table .product .td.action .btns-block .btns button {
    padding: 9px 21px;
    width: 100%
}

.product-list-type.as-table .product .td.action .btns-block .btns a.button img,.product-list-type.as-table .product .td.action .btns-block .btns button img {
    display: inline-block;
    vertical-align: text-bottom
}

.product-list-type.as-table .product .td.action .btns-block .btns .go-to-cart {
    display: block
}

.product-list-type.as-table .product .td.action .btns-block .btns .go-to-cart img {
    -webkit-filter: none;
    filter: none
}

.product-list-type.as-table .product .td.action .btns-block .btns .compare {
    display: none
}

.product-list-type.as-table .product.visible-attributes .td.thumbnail {
    align-self: baseline;
    padding-top: 5px
}

.product-list-type.as-table .product.visible-attributes .td.delivery,.product-list-type.as-table .product.visible-attributes .td.ean-number {
    align-self: flex-start;
    padding-top: 40px
}

.product-list-type.as-table .product.visible-attributes .td.action {
    align-self: flex-start;
    padding-top: 30px
}

.product-list-type.as-table .product.is-recommended .recommended-product {
    float: left;
    margin-right: 8px
}

.product-list-type.as-table .product.is-recommended .recommended-product span {
    padding: 4px 6px;
    height: 24px;
    display: inline-block
}

.product-list-type.as-table .product.is-recommended .product-labels li {
    margin-right: 8px
}

.product-list-type.as-table .product.is-recommended .product-labels li span.quality {
    height: 24px;
    width: 24px
}

.product-list-type.as-table .product.is-recommended .product-labels li span.brand {
    height: 24px
}

.product-list-type.as-table .product.is-recommended .product-labels li span.brand .image-block {
    vertical-align: top
}

.product-list-type.as-grid .product {
    padding: 12px 16px;
    margin-bottom: 24px;
    height: calc(100% - 24px)
}

.product-list-type.as-grid .product .title .h-title,.product-list-type.as-grid .product .title h2 {
    height: 42px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 500
}

.product-list-type.as-grid .product .product-image {
    text-align: center;
    margin-bottom: 12px
}

.product-list-type.as-grid .product .product-image .product-img .product-img-block {
    width: 180px;
    height: 180px
}

.product-list-type.as-grid .product .attributes-list {
    min-height: 120px
}

.product-list-type.as-grid .product .action .btns {
    width: calc(100% - 74px)
}

.product-list-type.as-grid .product .action .btns a.button,.product-list-type.as-grid .product .action .btns button {
    padding: 13px 8px;
    width: 100%
}

.product-list-type.as-grid .product .price-block {
    margin-top: 16px
}

.product-list-type.as-grid .product .price-block .price .standard-price {
    display: block;
    font-size: 1.3rem
}

.seo-texts .blog-related-seo {
    margin-bottom: 65px
}

.seo-texts .blog-related-seo .row {
    margin-bottom: 25px
}

.seo-texts .blog-related-seo .blog-img {
    padding-bottom: 70%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.seo-texts .blog-related-seo .blog-img.background-error {
    background-size: contain
}

.seo-texts .blog-related-seo .content {
    padding-left: 20px;
    display: block;
    color: #637381
}

.seo-texts .blog-related-seo .content h3 {
    color: #212b36;
    margin-bottom: 15px
}

.seo-texts .blog-related-seo .content a {
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px
}

.seo-texts .category-related-seo {
    color: #212b36
}

.seo-texts .category-related-seo h2,.seo-texts .category-related-seo h3,.seo-texts .category-related-seo h4 {
    margin: 1em 0;
    line-height: 1.4em
}

.seo-texts .category-related-seo h2 {
    font-size: 2.2rem
}

.seo-texts .category-related-seo h3 {
    font-size: 2rem
}

.seo-texts .category-related-seo h4 {
    font-size: 1.8rem
}

.seo-texts .category-related-seo h5 {
    font-size: 1.6rem
}

.seo-texts .category-related-seo ol,.seo-texts .category-related-seo ul {
    margin: revert;
    padding: revert
}

.seo-texts .category-related-seo li {
    margin-bottom: 1em
}

.seo-texts .category-related-seo .collapse {
    border-bottom: 1px solid #dfe3e8
}

.seo-texts .category-related-seo .collapse:first-child {
    border-top: 1px solid #dfe3e8
}

.seo-texts .category-related-seo .collapse .block-title,.seo-texts .category-related-seo .collapse .collapse-header {
    cursor: pointer;
    padding: 15px 15px 15px 0;
    color: #212b36;
    position: relative;
    font-size: 1.6rem
}

.seo-texts .category-related-seo .collapse .block-title strong,.seo-texts .category-related-seo .collapse .collapse-header strong {
    font-weight: 700
}

.seo-texts .category-related-seo .collapse .block-title h2,.seo-texts .category-related-seo .collapse .block-title h4,.seo-texts .category-related-seo .collapse .block-title h5,.seo-texts .category-related-seo .collapse .collapse-header h2,.seo-texts .category-related-seo .collapse .collapse-header h4,.seo-texts .category-related-seo .collapse .collapse-header h5 {
    margin: 0 0;
    font-size: 1.6rem;
    line-height: 21px
}

.seo-texts .category-related-seo .collapse .block-title:after,.seo-texts .category-related-seo .collapse .collapse-header:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    line-height: .6
}

.seo-texts .category-related-seo .collapse .block-content,.seo-texts .category-related-seo .collapse .collapse-content {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0) rotateY(19deg);
    transform: scaleY(0) rotateY(19deg);
    display: none;
    color: #637381
}

.seo-texts .category-related-seo .collapse .block-content ul,.seo-texts .category-related-seo .collapse .collapse-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
    margin-left: 20px
}

.seo-texts .category-related-seo .collapse .block-content ul li,.seo-texts .category-related-seo .collapse .collapse-content ul li {
    margin-bottom: 15px
}

.seo-texts .category-related-seo .collapse .block-title.active:after,.seo-texts .category-related-seo .collapse .collapse-header.active:after {
    content: "-"
}

.seo-texts .category-related-seo .collapse .block-title.active+.block-content,.seo-texts .category-related-seo .collapse .block-title.active+.collapse-content,.seo-texts .category-related-seo .collapse .collapse-header.active+.block-content,.seo-texts .category-related-seo .collapse .collapse-header.active+.collapse-content {
    -webkit-animation: collapse-seo .25s forwards;
    animation: collapse-seo .25s forwards;
    display: block
}

.seo-texts .category-related-seo .collapse .block-content h2,.seo-texts .category-related-seo .collapse .block-content h3,.seo-texts .category-related-seo .collapse .block-content h4,.seo-texts .category-related-seo .collapse .block-content h5,.seo-texts .category-related-seo .collapse .block-content h6 {
    margin-bottom: 15px;
    margin-top: 30px;
    color: #212b36
}

@-webkit-keyframes collapse-seo {
    0% {
        -webkit-transform: scaleY(0) rotateY(19deg);
        transform: scaleY(0) rotateY(19deg)
    }

    to {
        -webkit-transform: scaleY(1) rotateY(0);
        transform: scaleY(1) rotateY(0)
    }
}

@keyframes collapse-seo {
    0% {
        -webkit-transform: scaleY(0) rotateY(19deg);
        transform: scaleY(0) rotateY(19deg)
    }

    to {
        -webkit-transform: scaleY(1) rotateY(0);
        transform: scaleY(1) rotateY(0)
    }
}

section.compare-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(33,43,54,.08);
    border-top: 1px solid #c4cdd5;
    z-index: 20;
    padding: 13px 0
}

section.compare-popup .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.compare-popup .compare-products ul {
    height: 48px;
    display: flex
}

section.compare-popup .compare-products li {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    margin-right: 16px;
    border-color: #dfe3e8
}

section.compare-popup .compare-products li a {
    width: 100%;
    height: 100%;
    display: block
}

section.compare-popup .compare-products li img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

section.compare-popup .compare-products li .close-btn {
    width: 16px;
    height: 16px;
    right: -5px;
    top: -5px;
    background-color: #dfe3e8;
    background-size: 16px
}

section.compare-popup .compare-action button:first-child {
    margin-right: 10px;
    color: #637381
}

section.compare-popup .compare-action a:hover {
    color: #fff;
    text-decoration: none
}

section.compare-list {
    border-top: 1px solid #dfe3e8;
    background-color: #f8f9f9;
    padding-bottom: 100px
}

section.compare-list .-trodo-message {
    margin-bottom: 15px
}

section.compare-list .trustpilot-block.border-only {
    height: 0;
    background-color: initial
}

section.compare-list .breadcrumbs {
    padding-bottom: 0
}

section.compare-list .breadcrumbs a {
    color: #637381;
    font-size: 1.3rem;
    margin-left: 13px;
    font-weight: 400
}

section.compare-list .breadcrumbs a:before {
    opacity: .5;
    background-size: 16px;
    width: 16px;
    height: 16px;
    left: -16px
}

section.compare-list .breadcrumbs a:hover:before {
    left: -20px
}

section.compare-list h1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    margin-top: 5px
}

section.compare-list .content-container {
    position: relative;
    padding-bottom: 40px
}

section.compare-list .content {
    overflow-x: auto
}

section.compare-list .content .table {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    background: #fff;
    border-bottom: none;
    position: relative;
    min-width: 890px
}

section.compare-list .content .table.table-col-1 .thead .tcell:not(.main-corner) {
    width: calc(100% - 305px);
    position: relative
}

section.compare-list .content .table.table-col-1 .tbody .tcell:not(.title) {
    width: calc(100% - 305px)
}

section.compare-list .content .table.table-col-2 .thead .tcell:not(.main-corner) {
    width: calc(50% - 152.5px);
    position: relative
}

section.compare-list .content .table.table-col-2 .tbody .tcell:not(.title) {
    width: calc(50% - 152.5px)
}

section.compare-list .content .table.table-col-3 .thead .tcell:not(.main-corner) {
    width: calc(33.33333% - 101.66667px);
    position: relative
}

section.compare-list .content .table.table-col-3 .tbody .tcell:not(.title) {
    width: calc(33.33333% - 101.66667px)
}

section.compare-list .content .thead.sticky {
    position: relative;
    background: #fff;
    width: 100%;
    transition: .1s
}

section.compare-list .content .thead .main-corner {
    position: relative;
    width: 305px
}

section.compare-list .content .thead .main-corner a {
    font-weight: 500
}

section.compare-list .content .thead .main-corner .toggle-btn {
    position: absolute;
    bottom: 20px;
    left: 25px
}

section.compare-list .content .thead .main-corner .toggle-btn span {
    margin-left: 10px
}

section.compare-list .content .thead .main-product-info {
    padding-bottom: 75px
}

section.compare-list .content .thead .main-product-info .product-img-block {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px
}

section.compare-list .content .thead .main-product-info h6 {
    margin-bottom: 10px;
    overflow: hidden
}

section.compare-list .content .thead .main-product-info .remove {
    font-weight: 500;
    position: absolute;
    bottom: 65px
}

section.compare-list .content .thead .main-product-info .action .btns {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 50px);
    left: 0;
    right: 0;
    margin: auto
}

section.compare-list .content .thead .main-product-info .action .btns a.button,section.compare-list .content .thead .main-product-info .action .btns button {
    width: 100%;
    margin-top: 15px
}

section.compare-list .content .tbody .title {
    width: 305px
}

section.compare-list .content .tbody .title span {
    font-weight: 600;
    text-transform: capitalize
}

section.compare-list .content .tbody .price .old-price {
    color: #637381;
    font-size: 1.4rem;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px
}

section.compare-list .content .tbody .price .special-price {
    color: #de3618
}

section.compare-list .content .tbody .price .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700;
    margin-left: 5px
}

section.compare-list .content .tbody .price span {
    font-size: 1.6rem;
    font-weight: 500
}

section.compare-list .content .tbody .rating {
    margin: 0
}

section.compare-list .content .tbody .quality span {
    padding: 8px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 3px
}

section.compare-list .content .tbody .quality span.premium {
    background-color: #de3618;
    color: #fff
}

section.compare-list .content .tbody .quality span.middle {
    background-color: #5cba0a;
    color: #fff
}

section.compare-list .content .tbody .quality span.low {
    background-color: #e4af00;
    color: #fff
}

section.compare-list .content .trow {
    display: flex
}

section.compare-list .content .tcell {
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    padding: 15px 25px;
    max-width: 100%
}

section.compare-list .content .tcell:last-child {
    border-right: none
}

section.compare-list .content .title-divider {
    border-bottom: 1px solid #dfe3e8
}

section.compare-list .content .title-divider h4 {
    padding: 25px
}

section.compare-list .content .control button {
    height: 43px;
    width: 33px;
    text-align: center;
    opacity: .6;
    background-color: #000;
    border-radius: 3px;
    z-index: 10;
    margin: auto;
    position: absolute
}

section.compare-list .content .control button.scroll-right {
    right: 0
}

section.compare-list .content .control button.scroll-left {
    left: 0
}

section.compare-list .content .control button span:after {
    right: -7px;
    background-size: 26px;
    width: 15px;
    height: 15px
}

.type-of-transport {
    padding-bottom: 30px
}

.type-of-transport a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border-color: #fff;
    position: relative;
    overflow: hidden
}

.type-of-transport a .background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--animation-duration);
    height: 100%;
    width: 100%;
    position: absolute
}

.type-of-transport a:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: var(--animation-duration)
}

.type-of-transport a:hover {
    color: #fff
}

.type-of-transport a:hover:after {
    opacity: 0
}

.type-of-transport a:hover .background-image {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1)
}

.type-of-transport a h2 {
    padding: 178px 0;
    z-index: 10;
    position: relative
}

.popular-vehicle-manufacturers .splide__list,.popular-vehicle-manufacturers .splide__slide__row {
    align-items: center
}

.popular-vehicle-manufacturers .automakers-skeleton-box {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    overflow: hidden
}

.popular-vehicle-manufacturers .automakers-skeleton-box .make,.popular-vehicle-manufacturers .row.ssr .item {
    margin-bottom: 16px
}

.popular-vehicle-manufacturers .make {
    background-color: #fff;
    border-color: #dfe3e8;
    text-align: center;
    padding: 16px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.popular-vehicle-manufacturers.full-model-types .automakers-skeleton-box {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.popular-vehicle-manufacturers-inline {
    margin-bottom: 20px
}

.popular-vehicle-manufacturers-inline .title {
    margin-bottom: 15px
}

.popular-vehicle-manufacturers-inline .title span {
    font-weight: 500
}

.popular-vehicle-manufacturers-inline .vehicle-list ul {
    display: flex;
    flex-wrap: wrap
}

.popular-vehicle-manufacturers-inline .vehicle-list ul li {
    margin-right: 3px;
    list-style: none;
    font-size: 1.3rem
}

.popular-vehicle-manufacturers-inline .vehicle-list ul li a {
    color: #212b36;
    text-underline-offset: 1px
}

.popular-vehicle-manufacturers-inline .vehicle-list ul li a:hover {
    text-decoration: underline
}

.popular-vehicle-manufacturers-inline .vehicle-list ul li:after {
    content: ",";
    margin-left: -3px
}

.popular-vehicle-manufacturers-inline .vehicle-list ul li:last-child:after {
    content: ""
}

@media (max-width: 768px) {
    .popular-vehicle-manufacturers-inline .vehicle-list li {
        padding:3px
    }
}

.popular-manufacturers .h-title,.popular-manufacturers h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-align: center
}

.popular-manufacturers a {
    background-color: #fff
}

.popular-manufacturers .skeleton-block,.popular-manufacturers a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    height: 70px;
    padding: 0 16px
}

.popular-manufacturers .skeleton-block {
    margin-bottom: 16px
}

.popular-manufacturers img {
    max-width: 100%;
    max-height: 60px;
    object-fit: cover;
    margin: auto
}

.background-loading {
    background-color: #fbfbfb
}

.blog-widget .blog-skeleton-box {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.blog-widget .blog-skeleton-box .blog-single {
    margin-right: 5px
}

.blog-widget .trodo-slider {
    padding-bottom: 30px
}

/* .blog-widget .trodo-slider .swiper-pagination {
    display: none;
    bottom: 0
} */

.blog-widget .trodo-slider .splide-ssr .blog-single {
    max-width: 313px;
    margin-right: 25px
}

.blog-widget .trodo-slider .splide-ssr .blog-single .content p {
    max-width: 100%;
    width: 280px
}

.blog-widget .blog-single {
    border-color: #dfe3e8;
    overflow: hidden
}

.blog-widget .blog-single a {
    text-decoration: none
}

.blog-widget .blog-single .blog-img {
    height: 190px;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff
}

.blog-widget .blog-single .blog-img.background-error {
    background-size: contain
}

.blog-widget .blog-single .content {
    padding: 15px;
    height: 150px;
    display: block;
    background-color: #fff
}

.blog-widget .blog-single .content .date {
    color: #637381;
    font-size: 1.3rem
}

.blog-widget .blog-single .content p {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 8px 0 0;
    color: #212b36
}

.bottom-section .blog-widget,.grey-background .blog-widget {
    margin-top: 0
}

.blog-bg {
    position: relative
}

.blog-bg:before {
    content: "";
    background-color: #f8f9f9;
    height: 285px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0
}

.blog-list {
    padding-bottom: 100px
}

.blog-list .breadcrumbs {
    padding-bottom: 0
}

.blog-list h1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    margin-top: 10px
}

.blog-list .list .last-post {
    border: 1px solid #dfe3e8;
    background: #fff;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px
}

.blog-list .list .last-post a {
    text-decoration: inherit;
    color: inherit
}

.blog-list .list .last-post .date {
    font-size: 1.1rem;
    background-color: #dfe3e8;
    display: inline-block;
    margin-bottom: 25px;
    padding: 2px 5px
}

.blog-list .list .last-post .thumbnail {
    min-height: 350px;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-list .list .last-post .thumbnail.background-error {
    background-size: contain
}

.blog-list .list .last-post .last-post-content {
    padding: 25px
}

.blog-list .list .last-post h2 {
    margin-bottom: 13px;
    line-height: 34px;
    font-size: 2.4rem
}

.blog-list .list .last-post .excerpt {
    font-size: 1.6rem;
    line-height: 26px
}

.blog-list .list .blog-widget {
    margin-top: 0
}

.blog-list .list .blog-widget .blog-single {
    margin-bottom: 40px
}

.blog-view {
    padding-bottom: 100px
}

.blog-view:before {
    height: 455px
}

.blog-view .blog-container {
    max-width: 810px;
    margin: 0 auto
}

.blog-view .blog-container .date {
    font-size: 1.1rem;
    background-color: #dfe3e8;
    display: inline-block;
    margin-bottom: 25px;
    padding: 2px 5px
}

.blog-view .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 15px
}

.blog-view h1 {
    margin-bottom: 10px;
    line-height: 56px
}

.blog-view .main-image {
    display: flex;
    justify-content: center
}

.blog-view .image-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff
}

.blog-view .image-block img {
    max-width: 100%;
    width: auto
}

.blog-view .image-block.loading {
    background-color: #fbfbfb;
    max-height: 400px
}

.blog-view .blog-content {
    padding: 30px 0;
    border-bottom: 1px solid #dfe3e8;
    margin-bottom: 25px
}

.blog-view .blog-content h2,.blog-view .blog-content h3,.blog-view .blog-content h4,.blog-view .blog-content h5,.blog-view .blog-content h6 {
    margin: 50px 0 25px
}

.blog-view .blog-content a,.blog-view .blog-content b,.blog-view .blog-content li,.blog-view .blog-content p {
    font-size: 1.6rem;
    line-height: 26px
}

.blog-view .blog-content img {
    max-width: 100%;
    margin-bottom: 25px
}

.blog-view .back-btn {
    color: #212b36;
    text-decoration: none
}

.blog-view .back-btn:hover {
    color: #212b36
}

.blog-view .recent-block {
    padding-top: 55px
}

.blog-view .recent-block h2 {
    text-align: center;
    margin-bottom: 40px
}

.blog-view .blog-widget.single-block {
    margin-top: 0
}

.blog-view .blog-widget.single-block .title {
    display: none
}

footer.short .footer-copyright .info-row {
    border-top: 1px solid #dfe3e8
}

footer .trustpilot-footer-block {
    border-right: none;
    border-left: none;
    border-radius: 0
}

footer .trustpilot-block {
    padding: 20px 0;
    background-color: #fff
}

footer .trustpilot-block .tp-rating-widget {
    height: auto
}

footer .trustpilot-block .trustpilot-widget {
    max-width: 100%;
    max-height: 150px
}

.footer-subscribe {
    overflow: hidden
}

.footer-subscribe .subscribe-bg-image {
    background: linear-gradient(rgba(33,43,54,.7),rgba(33,43,54,.7)),url('/images/img-theme/newsletter-bg.webp');;
    padding: 65px 0 85px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.footer-subscribe .content {
    max-width: 450px;
    margin: 0 auto
}

.footer-subscribe .content span.h3 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 29px
}

.footer-subscribe form.trodo-form {
    padding: 20px 0;
    text-align: center;
    position: relative
}

.footer-subscribe form.trodo-form .input-block label.subscribe_email {
    display: none
}

.footer-subscribe form.trodo-form .input-block input#subscribe_email {
    max-width: 100%;
    padding: 14px 16px;
    height: 45px
}

.footer-subscribe form.trodo-form .input-block .-checkbox {
    min-height: 34px;
    margin-bottom: 17px
}

.footer-subscribe form.trodo-form .input-block .-checkbox label {
    position: relative;
    color: #fff!important;
    text-align: left;
    font-size: 1.4rem!important;
    left: 0!important;
    top: 2px!important;
    padding-left: 28px!important;
    padding-right: 42px!important;
    line-height: 17px
}

.footer-subscribe form.trodo-form .input-block .-checkbox label:after,.footer-subscribe form.trodo-form .input-block .-checkbox label:before {
    top: 6px;
    background-color: #fff;
    width: 18px;
    height: 18px
}

.footer-subscribe form.trodo-form .input-block .-checkbox input:checked+label:after {
    background-image: url(svg/20/check.svg);
    background-size: 24px
}

.footer-subscribe form.trodo-form input {
    padding: 15px 16px;
    height: auto;
    width: 100%;
    border: none
}

.footer-subscribe form.trodo-form button {
    margin-bottom: 10px;
    padding: 12px 24px;
    font-size: 1.6rem;
    z-index: 0!important;
    width: 100%;
    line-height: 19px
}

.footer-subscribe form.trodo-form .note {
    color: #fff;
    line-height: 17px
}

.footer-subscribe form.trodo-form .note a {
    color: #fff;
    text-decoration: underline
}

.footer-subscribe form.trodo-form .additional-text {
    color: #fff;
    font-size: 1.3rem;
    line-height: 17px;
    margin-top: 16px
}

.footer-subscribe form.trodo-form .error-text:before {
    border: initial
}

.footer-subscribe form.trodo-form .error-text.success-text {
    padding-left: 0
}

.footer-subscribe form.trodo-form .error-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.footer-subscribe form.trodo-form .success-text {
    color: #59ce59
}

.footer-subscribe form.trodo-form .success-text:before {
    display: none
}

.footer-links {
    margin-top: 60px !important
}

.footer-links .row {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 40px
}

.footer-links .h-title,.footer-links h2 {
    display: block;
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 21px;
    font-weight: 500
}

.footer-links .footer-links-col.contacts .block-content .contacts {
    margin-bottom: 24px
}

.footer-links .footer-links-col address {
    font-style: normal
}

.footer-links .footer-links-col b,.footer-links .footer-links-col strong {
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500
}

.footer-links .footer-links-col a.-chevron-link,.footer-links .footer-links-col ul {
    margin-bottom: 12px
}

.footer-links .footer-links-col li {
    list-style: none;
    margin-bottom: 8px
}

.footer-links .footer-links-col li .link-style-button,.footer-links .footer-links-col li a {
    color: #212b36;
    font-weight: 400
}

.footer-links .footer-links-col li .link-style-button:hover,.footer-links .footer-links-col li a:hover {
    color: #0077c7
}

.footer-delivery-and-payments {
    margin: 40px 0 !important
}

.footer-delivery-and-payments .h-title {
    display: block;
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 21px;
    font-weight: 500
}

.footer-delivery-and-payments .footer-img-col ul.logo-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px
}

.footer-delivery-and-payments li {
    display: inline-block
}

.footer-delivery-and-payments li img {
    max-height: 22px;
    width: auto
}

.footer-copyright {
    background-color: #f8f9f9
}

.footer-copyright .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0
}

.footer-copyright .info-row a,.footer-copyright .info-row p,.footer-copyright .info-row span {
    font-size: 1.3rem;
    color: #637381;
    margin: 0
}

.breadcrumbs {
    padding: 24px 0
}

.breadcrumbs li {
    display: inline-block;
    font-size: 1.3rem;
    color: #637381
}

.breadcrumbs li:after {
    content: "";
    background-image: url('/images/img-theme/chevron-small-grey.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li a {
    color: #637381
}

.breadcrumbs li a,.breadcrumbs li span {
    vertical-align: middle
}

nav {
    margin-bottom: 42px
}

nav ul {
    white-space: nowrap
}

nav li {
    display: inline-block;
    padding-right: 16px
}

nav li a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #637381;
    position: relative
}

nav li a,nav li a:after {
    transition: var(--animation-duration)
}

nav li a:after {
    content: "";
    height: 3px;
    width: 0;
    max-width: 100%;
    background-color: #0077c7;
    position: absolute;
    left: 0;
    top: 35px
}

nav li a.active,nav li a:hover {
    color: #212b36;
    transition: all var(--animation-duration);
    text-decoration: none
}

nav li a.active {
    font-weight: 500
}

nav li a.active:after {
    width: 100%;
    border-radius: 4px 4px 0 0
}

section.login-register-form {
    background-color: #f8f9f9;
    padding-top: 40px;
    min-height: 90vh
}

section.login-register-form .container {
    max-width: 400px;
    padding-bottom: 100px
}

section.login-register-form .action-popup {
    background-color: #fff;
    padding: 40px;
    border-color: #dfe3e8;
    position: relative
}

section.login-register-form .action-popup .close-btn-block .close-btn {
    right: 10px;
    border-color: #dfe3e8;
    background-color: #dfe3e8
}

section.login-register-form .action-popup h1 {
    font-size: 2.8rem
}

section.login-register-form .action-popup .title {
    text-align: center
}

section.login-register-form .action-popup .title p {
    font-size: 1.4rem;
    margin-top: 4px
}

section.login-register-form .action-popup .title a {
    font-weight: 500
}

section.login-register-form .action-popup .content {
    margin-top: 16px
}

section.login-register-form .action-popup .content .additional-info {
    margin-bottom: 40px
}

section.login-register-form .action-popup .content .additional-info ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.login-register-form .action-popup .content .additional-info li {
    list-style: none;
    text-align: center
}

section.login-register-form .action-popup .content .additional-info li img {
    max-width: 30px
}

section.login-register-form .action-popup .content .separator {
    color: #212b36;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 15px 0;
    justify-content: center;
    display: flex;
    width: 100%;
    font-weight: 600
}

section.login-register-form .action-popup .content .separator:after,section.login-register-form .action-popup .content .separator:before {
    content: "";
    background-color: #dfe3e8;
    position: absolute;
    margin: auto;
    height: 1px;
    bottom: 0;
    width: 43%;
    top: 0
}

section.login-register-form .action-popup .content .separator:after {
    right: 0
}

section.login-register-form .action-popup .content .separator:before {
    left: 0
}

section.login-register-form .action-popup .content .-checkbox {
    font-size: 1.4rem;
    margin-top: 15px
}

section.login-register-form .action-popup .content .-checkbox label {
    left: 0;
    position: relative;
    font-size: 1.4rem;
    color: #212b36;
    padding-right: 10px
}

section.login-register-form .action-popup .content .-checkbox label p {
    display: inline
}

section.login-register-form .action-popup .content .-checkbox label span.asterisk {
    color: #de3617;
    position: absolute;
    width: 11px
}

section.login-register-form .action-popup .content .-checkbox label span.asterisk:before {
    content: "";
    width: 3px;
    height: 1px;
    display: inline-block
}

section.login-register-form .action-popup .content .-checkbox label:after,section.login-register-form .action-popup .content .-checkbox label:before {
    top: 0
}

section.login-register-form .action-popup .content .forgot-password {
    font-weight: 500;
    margin-top: 0;
    display: inline-block
}

section.login-register-form .action-popup .content .-trodo-btn {
    width: 100%;
    font-size: 1.4rem;
    padding: 13px;
    font-weight: 500
}

section.login-register-form .action-popup .content .-trodo-btn.back-btn {
    margin-top: 15px;
    color: #212b36
}

section.login-register-form .action-popup .content .login-btn,section.login-register-form .action-popup .content .register-btn,section.login-register-form .action-popup .content .restore-btn {
    margin-top: 16px
}

section.login-register-form .action-popup .content .login-btn.restore-btn,section.login-register-form .action-popup .content .register-btn.restore-btn,section.login-register-form .action-popup .content .restore-btn.restore-btn {
    margin-top: 0
}

section.login-register-form .action-popup .content .back-block {
    margin-top: 10px;
    text-align: center
}

section.login-register-form .action-popup .content .back-block .back-btn {
    font-weight: 500
}

section.login-register-form .action-popup .explanation-text {
    font-size: 1.2rem;
    color: #637381;
    line-height: 16px;
    margin-top: 15px
}

section.login-register-form .prompt {
    margin-top: 15px
}

section.login-register-form .prompt li {
    list-style: none;
    color: #637381
}

section.login-register-form .prompt li span {
    color: #de3617
}

section.login-register-form.register {
    background-color: #1b2025;
    padding-top: 0;
    min-height: 100vh
}

section.login-register-form.register .container {
    max-width: 1224px;
    padding-bottom: 0
}

section.login-register-form.register .header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.login-register-form.register .header .logo {
    width: 100%;
    max-height: 40px
}

section.login-register-form.register .header .country-and-languages .country-list,section.login-register-form.register .header .country-and-languages .currency-list {
    display: none
}

section.login-register-form.register .header .country-and-languages li {
    list-style: none
}

section.login-register-form.register .header .country-and-languages li .trodo-dropdown {
    color: #212b36
}

section.login-register-form.register .header .country-and-languages li .trodo-dropdown .selected-value {
    font-size: 1.3rem;
    color: #fff;
    text-transform: capitalize
}

section.login-register-form.register .header .country-and-languages li .trodo-dropdown:after {
    background-size: 16px;
    background-image: url('/images/img-theme//chevron-small-white.svg');
    right: -15px;
    top: 2px
}

section.login-register-form.register .about {
    background-image: url('/images/img-theme/register-img.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 100px 100px 150px;
    min-height: 100vh;
    position: relative
}

section.login-register-form.register .about .project-details {
    padding-top: 65px
}

section.login-register-form.register .about .project-details li {
    list-style: none;
    margin-bottom: 50px;
    display: flex
}

section.login-register-form.register .about .project-details li .image-block {
    background: #32363b;
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 8px;
    margin-right: 16px
}

section.login-register-form.register .about .project-details li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 32px;
    height: 32px;
    float: left
}

section.login-register-form.register .about .project-details li .description {
    width: calc(100% - 63px)
}

section.login-register-form.register .about .project-details li h5 {
    font-weight: 500;
    margin-bottom: 4px
}

section.login-register-form.register .about .project-details li p {
    margin-bottom: 0
}

section.login-register-form.register .about .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #1b2025
}

section.login-register-form.register .about .footer .footer-copyright {
    background: transparent
}

section.login-register-form.register .about .footer .footer-copyright .container {
    width: 100%;
    padding: 0 24px
}

section.login-register-form.register .about .footer .footer-copyright .info-row a,section.login-register-form.register .about .footer .footer-copyright .info-row p,section.login-register-form.register .about .footer .footer-copyright .info-row span {
    color: #fff
}

section.login-register-form.register .form-block .action-popup {
    padding: 70px 128px;
    min-height: 100vh
}

section.login-register-form.register .form-block .action-popup .title {
    text-align: left
}

section.login-register-form.forgot-password .notification {
    margin-bottom: 16px
}

.social-login button {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    padding: 13px
}

.social-login button.facebook {
    background-color: #4267b2 !important;
    border-color: #4267b2 !important;
}

.social-login button.gmail {
	background-color: #d93d30 !important;
	border-color: #d93d30 !important;
	margin-bottom: 0
}

.social-login button img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.login-block .separator {
    color: #212b36;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 15px 0;
    justify-content: center;
    display: flex;
    width: 100%;
    font-weight: 600
}

.login-block .separator:after,.login-block .separator:before {
    content: "";
    background-color: #dfe3e8;
    position: absolute;
    margin: auto;
    height: 1px;
    bottom: 0;
    width: 43%;
    top: 0
}

.login-block .separator:after {
    right: 0
}

.login-block .separator:before {
    left: 0
}

.login-block .forgot-password {
    font-weight: 500;
    margin-top: 0;
    display: inline-block
}

.login-block .-trodo-btn {
    width: 100%;
    font-size: 1.4rem;
    padding: 13px
}

.login-block .-trodo-btn.back-btn {
    margin-top: 15px;
    color: #212b36
}

.login-block .login-btn {
    margin-top: 16px
}

section.account {
    border-top: 1px solid #dfe3e8;
    background-color: #f8f9f9;
    padding-bottom: 100px;
    min-height: calc(100vh - 168px)
}

section.account h1 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    margin-top: 10px
}

section.account .breadcrumbs {
    padding-bottom: 0
}

section.account .-trodo-message {
    margin-bottom: 20px
}

section.account .content a {
    text-decoration: none;
    color: inherit
}

section.account .content a.pay-btn {
    color: #fff
}

section.account .content .account-item {
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #dfe3e8
}

section.account .content .account-item img {
    max-width: 30px;
    height: 30px
}

section.account .content .account-item span.h5 {
    margin: 15px 0 5px
}

section.account .content .account-item p {
    margin-bottom: 0
}

section.account.account-main-page .content .btn-box {
    display: none;
    padding-top: 40px;
    text-align: right;
    border-top: 1px solid #dfe3e8
}

section.account-history .trodo-dropdown {
    background-color: #fff
}

section.account-history .content.-trodo-loading-circle,section.account-history .content.-trodo-loading-grey-circle {
    overflow: visible
}

section.account-history .customer-table {
    background-color: #fff;
    border-color: #dfe3e8
}

section.account-history .customer-table nav {
    margin-bottom: 0;
    padding: 18px;
    border-bottom: 1px solid #dfe3e8
}

section.account-history .customer-table nav li a {
    display: inline-block;
    font-size: 1.4rem;
    min-width: 50px;
    text-align: center
}

section.account-history .customer-table nav li a:not(.active) {
    color: #637381
}

section.account-history .customer-table .customer-toolbar {
    padding: 15px;
    border-bottom: 1px solid #dfe3e8
}

section.account-history .customer-table .customer-toolbar .trodo-dropdown {
    display: inline-block;
    padding: 10px 35px 10px 12px;
    margin-right: 10px;
    line-height: 15px;
    width: 200px
}

section.account-history .customer-table .customer-toolbar .trodo-dropdown .selected-value {
    line-height: 16px
}

section.account-history .customer-table .customer-toolbar .reset-toolbar {
    color: #0077c7;
    font-weight: 500
}

section.account-history .customer-table .customer-toolbar .reset-toolbar:hover {
    text-decoration: underline
}

section.account-history .customer-table table {
    width: 100%
}

section.account-history .customer-table table td,section.account-history .customer-table table th {
    padding: 12px 20px;
    white-space: nowrap
}

section.account-history .customer-table table thead th {
    font-size: 1.4rem;
    font-weight: 500
}

section.account-history .customer-table table thead .action-th {
    text-align: right;
    width: 100%
}

section.account-history .customer-table table thead .sum-th {
    min-width: 150px;
    width: 35%
}

section.account-history .customer-table table thead .order-number-th {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

section.account-history .customer-table table tbody tr:hover {
    background-color: #f8f9f9;
    cursor: pointer
}

section.account-history .customer-table table tbody tr.not-available {
    cursor: default;
    opacity: .5;
    background-color: #fff
}

section.account-history .customer-table table tbody td.product-price {
    text-align: right
}

section.account-history .customer-table .order-number {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 150px
}

section.account-history .customer-table .status span {
    display: inline-block;
    border-radius: 35px;
    font-size: 1.3rem;
    padding: 4px 10px;
    border: 2px solid #fff;
    white-space: nowrap;
    font-weight: 500;
    color: #fff
}

section.account-history .customer-table .status .complete {
    color: #fff;
    background-color: #098649
}

section.account-history .customer-table .status .closed {
    background-color: #c4cdd5;
    color: #212b36
}

section.account-history .customer-table .status .processing {
    background-color: #ffea8a;
    color: #212b36
}

section.account-history .customer-table .status .awaiting-payment {
    color: #fff;
    background-color: #f48e09
}

section.account-history .customer-table .status .failed {
    background-color: #de3618
}

section.account-history .customer-table .action {
    text-align: right
}

section.account-history .customer-table .action button {
    padding: 5px 15px
}

section.account-history .customer-table .action .single-btn {
    display: inline-block
}

section.account-history .customer-table .action .double-btn {
    display: inline-block;
    white-space: nowrap
}

section.account-history .customer-table .action .double-btn button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

section.account-history .customer-table .action .double-btn button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

section.account-history .customer-table .pagination {
    padding: 15px;
    display: flex;
    align-items: center
}

section.account-history .btn-box {
    padding-top: 40px;
    text-align: right
}

section.account-returns .main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

section.account-returns .customer-table .status span {
    background-color: #f48e09;
    color: #fff
}

section.account-returns .customer-table .status .accepted {
    background-color: #098649
}

section.account-returns .customer-table .status.closed {
    background-color: #c4cdd5;
    color: #212b36
}

section.account-returns .customer-table .status.pending {
    background-color: #ffea8a;
    color: #212b36
}

section.account-returns .customer-table .status.rejected {
    background-color: #de3618
}

section.account-returns .customer-table table thead .status-th {
    width: auto
}

section.account-returns .customer-table table .order-number a {
    color: #0077c7;
    position: relative;
    z-index: 10
}

section.account-returns .customer-table table .order-number a:hover {
    text-decoration: underline
}

section.account-returns .customer-table table .products {
    width: 60%
}

section.account-returns .customer-table table .products ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

section.account-returns .customer-table table .products li {
    list-style: none;
    position: relative;
    margin: 0 7px
}

section.account-returns .customer-table table .products li .product-img-block {
    width: 60px;
    height: 60px
}

section.account-returns .customer-table table .products li span {
    border-radius: 4px
}

section.account-returns .customer-table table .products li span img {
    position: relative;
    z-index: 10
}

section.account-returns .customer-table table .products li span.qty {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,43,54,.5);
    z-index: 12;
    line-height: 58px;
    text-align: center
}

section.account-returns .customer-table table .products li span.qty span {
    position: relative;
    z-index: 13;
    color: #fff;
    font-weight: 500
}

section.account-documents .documents-empty p {
    margin: 0
}

section.account-documents .customer-table table tbody tr:hover {
    background-color: inherit;
    cursor: inherit
}

section.account-documents .customer-table .order-numbers a {
    display: block;
    color: #0077c7
}

section.account-documents .customer-table .order-numbers a:hover {
    text-decoration: underline
}

section.account-documents .customer-table .action {
    width: 55px
}

section.account-garage .content .account-garage-item {
    padding: 20px
}

section.account-garage .content .account-garage-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

section.account-garage .content .account-garage-item .title span.h5 {
    margin: 0;
    font-size: 1.6rem
}

section.account-garage .content .account-garage-item .title a {
    color: #0077c7;
    font-weight: 500
}

section.account-garage .content .account-garage-item li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

section.account-garage .content .account-garage-item li:last-child {
    margin-bottom: 0
}

section.account-garage .content .account-garage-item li .vehicle-name {
    max-width: calc(100% - 100px)
}

section.account-garage .content .account-garage-item li .vehicle-name span:not(.h6) {
    color: #637381;
    font-size: 1.3rem
}

section.account-garage .content .account-garage-item li .vehicle-name .engine {
    display: block
}

section.account-garage .content .account-garage-item li .vehicle-action .button {
    padding: 5px;
    vertical-align: middle
}

section.account-garage .content .account-garage-item li .vehicle-action .button:first-child {
    margin-right: 12px;
    border-color: #dfe3e8
}

section.account-garage .content .account-garage-item li .vehicle-action .button img {
    width: 20px;
    height: 20px
}

section.account-garage .content .account-garage-item button.add-a-vehicle {
    width: 100%
}

section.account-garage .content .account-garage-item button.add-a-vehicle.history {
    margin-top: 16px
}

section.account-garage .btn-box {
    padding-top: 40px;
    text-align: right
}

section.account-settings .box {
    padding: 40px 0;
    border-top: 1px solid #dfe3e8
}

section.account-settings .box .description span.h5 {
    margin-bottom: 10px
}

section.account-settings .box .description p {
    color: #637381
}

section.account-settings .box .white-box,section.account-settings .box form {
    display: block;
    background: #fff;
    padding: 25px
}

section.account-settings .box .white-box .input-block,section.account-settings .box form .input-block {
    margin-bottom: 15px
}

section.account-settings .box .white-box .input-block.radio .-radio,section.account-settings .box form .input-block.radio .-radio {
    display: grid;
    grid-gap: 10px;
    padding-bottom: 10px
}

section.account-settings .box .white-box .input-block.radio .-radio input+label,section.account-settings .box form .input-block.radio .-radio input+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

section.account-settings .box .white-box .input-block.radio .-radio input:disabled:not(.selected)+label,section.account-settings .box form .input-block.radio .-radio input:disabled:not(.selected)+label {
    cursor: not-allowed;
    opacity: .6
}

section.account-settings .box .white-box .as-company,section.account-settings .box form .as-company {
    position: relative;
    padding-top: 25px;
    margin-top: 5px
}

section.account-settings .box .white-box .as-company:before,section.account-settings .box form .as-company:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 50px);
    background-color: #dfe3e8;
    left: -25px;
    top: 0
}

section.account-settings .box .white-box .as-company h6,section.account-settings .box form .as-company h6 {
    letter-spacing: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600
}

section.account-settings .box .white-box .toggle-box,section.account-settings .box form .toggle-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfe3e8;
    padding: 15px 0
}

section.account-settings .box .white-box .toggle-box:first-child,section.account-settings .box form .toggle-box:first-child {
    padding-top: 0
}

section.account-settings .box .white-box .toggle-box:last-child,section.account-settings .box form .toggle-box:last-child {
    padding-bottom: 0;
    border: none
}

section.account-settings .box .white-box .toggle-box .toggle-btn span,section.account-settings .box form .toggle-box .toggle-btn span {
    padding-right: 10px
}

section.account-settings .box .main-info .input-block {
    margin-bottom: 0
}

section.account-settings .box .main-info .input-block.email {
    margin-bottom: 15px
}

section.account-settings .box .change-password .input-block {
    margin-bottom: 0
}

section.account-settings .box .change-password .input-block.login-password,section.account-settings .box .change-password .input-block.login_password {
    margin-bottom: 15px
}

section.account-settings .box .anonymize-customer .input-block {
    margin-bottom: 0
}

section.account-settings .box .anonymize-customer .input-block.checkbox {
    padding-top: 6px
}

section.account-settings .btn-box {
    padding-top: 40px;
    text-align: right;
    border-top: 1px solid #dfe3e8
}

section.account-settings .btn-box .button:first-child {
    margin-right: 10px;
    color: #637381
}

section.account-settings .klaviyo-form a {
    text-decoration: underline
}

section.account-order-view h1 {
    margin-bottom: 10px
}

section.account-order-view .order-view-action {
    margin-bottom: 25px
}

section.account-order-view .order-view-action li {
    display: inline-block;
    padding-right: 15px
}

section.account-order-view .order-view-action li a {
    color: #637381
}

section.account-order-view .order-view-action li a img {
    vertical-align: bottom;
    margin-right: 5px;
    max-width: 20px
}

section.account-order-view .order-view-action li .trodo-dropdown {
    padding-right: 25px;
    color: #637381;
    vertical-align: middle;
    display: inline-block;
    line-height: 15px
}

section.account-order-view .order-view-action li .trodo-dropdown .dropdown-options-container {
    top: 25px
}

section.account-order-view .content {
    display: flex
}

section.account-order-view .content aside {
    width: 410px;
    min-width: 410px;
    margin-left: 24px;
    margin-right: 0
}

section.account-order-view .content aside .aside-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px
}

section.account-order-view .content aside .aside-box.-border {
    border-color: #dfe3e8;
    border-radius: 10px
}

section.account-order-view .content aside .aside-box.payment-method h5 {
    margin-bottom: 15px
}

section.account-order-view .content aside .aside-box h5 {
    margin-bottom: 16px;
    font-weight: 500
}

section.account-order-view .content aside .aside-box ul.delivery-method {
    margin: 16px 0 20px
}

section.account-order-view .content aside .aside-box li {
    list-style: none;
    color: #637381;
    text-overflow: ellipsis;
    overflow: hidden
}

section.account-order-view .content aside .aside-box li:last-child {
    margin-bottom: 0
}

section.account-order-view .content aside .aside-box li.card-type {
    margin-top: 10px
}

section.account-order-view .content aside .aside-box .invoice-address {
    position: relative;
    padding-top: 20px;
    margin-top: 20px
}

section.account-order-view .content aside .aside-box .invoice-address:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 40px);
    background-color: #dfe3e8;
    left: -20px;
    top: 0
}

section.account-order-view .content aside .aside-box .invoice-address h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 15px
}

section.account-order-view .content aside .aside-box.additional-information .tracking-info {
    position: relative;
    margin-top: 16px
}

section.account-order-view .content aside .aside-box.additional-information .tracking-info:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 40px);
    background-color: #dfe3e8;
    left: -20px;
    top: 0
}

section.account-order-view .content aside .aside-box.additional-information .tracking-title {
    padding-top: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 15px
}

section.account-order-view .content aside .aside-box.additional-information a {
    color: #0077c7;
    text-decoration: none
}

section.account-order-view .content aside .aside-box.additional-information a:hover {
    text-decoration: underline
}

section.account-order-view .content .box {
    width: 100%
}

section.account-order-view .content .box .-border {
    border-color: #dfe3e8;
    border-radius: 10px
}

section.account-order-view .content .box .order-info {
    background-color: #fff;
    padding: 20px
}

section.account-order-view .content .box .order-info .order-status {
    border-bottom: 1px solid #dfe3e8;
    padding-left: 28px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

section.account-order-view .content .box .order-info .order-status h5 {
    font-weight: 500
}

section.account-order-view .content .box .order-info .order-status:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 0
}

section.account-order-view .content .box .order-info .order-status.-warning:before {
    background-image: url(svg/20/warning.svg)
}

section.account-order-view .content .box .order-info .order-status.-notice:before {
    background-image: url(svg/20/warning-alt.svg)
}

section.account-order-view .content .box .order-info .order-status.-success:before {
    background-image: url(svg/20/success-alt-green.svg)
}

section.account-order-view .content .box .order-info .order-products .action-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: var(--animation-duration)
}

section.account-order-view .content .box .order-info .order-products .action-bar.active {
    border-color: transparent;
    padding-bottom: 0
}

section.account-order-view .content .box .order-info .order-products .action-bar a {
    color: #0077c7;
    font-weight: 500;
    display: block
}

section.account-order-view .content .box .order-info .order-products .action-bar a:hover {
    text-decoration: underline
}

section.account-order-view .content .box .order-info .order-products .action-bar a:hover:after {
    left: inherit
}

section.account-order-view .content .box .order-info .order-products .action-bar a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.account-order-view .content .box .order-info .order-products .action-bar a.active:after {
    -webkit-transform: inherit;
    transform: inherit
}

section.account-order-view .content .box .order-info .order-products table {
    width: 100%
}

section.account-order-view .content .box .order-info .order-products table td {
    border-bottom: none;
    padding: 0
}

section.account-order-view .content .box .order-info .order-products table tbody {
    -webkit-transform-origin: top left;
    transform-origin: top left
}

section.account-order-view .content .box .order-info .order-products table tbody tr .thumbnail {
    width: 80px;
    padding-right: 16px;
    vertical-align: top
}

section.account-order-view .content .box .order-info .order-products table tbody tr .thumbnail .product-img-block {
    width: 80px;
    height: 80px
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name {
    padding-right: 10px
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name .title {
    margin-bottom: 4px
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name .title h5 {
    font-size: 1.4rem;
    font-weight: 400
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name .title a:hover {
    text-decoration: underline
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name li {
    list-style: none;
    color: #637381
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name .vehicle .selected-vehicle li {
    display: inline-block;
    background-color: #dfe3e8;
    transition: var(--animation-duration);
    font-size: 1.3rem;
    color: #212b36;
    text-decoration: none;
    border-radius: 13.5px;
    padding: 1px 10px;
    margin-top: 5px;
    margin-right: 10px;
    text-transform: uppercase
}

section.account-order-view .content .box .order-info .order-products table tbody tr .product-name .vehicle .selected-vehicle li span {
    font-weight: 700;
    padding-right: 5px;
    text-transform: capitalize
}

section.account-order-view .content .box .order-info .order-products table tbody tr #mobile-qty {
    display: none
}

section.account-order-view .content .box .order-info .order-products table tbody tr .qty,section.account-order-view .content .box .order-info .order-products table tbody tr .sum {
    text-align: right;
    white-space: nowrap
}

section.account-order-view .content .box .order-info .order-products table tbody tr .qty span,section.account-order-view .content .box .order-info .order-products table tbody tr .sum span {
    display: inline-block
}

section.account-order-view .content .box .order-info .order-products table tbody tr .qty span.sep,section.account-order-view .content .box .order-info .order-products table tbody tr .sum span.sep {
    padding: 0 5px
}

section.account-order-view .content .box .order-info .order-products table tbody tr td {
    padding-bottom: 8px
}

section.account-order-view .content .box .order-info .table-foot {
    border-top: 1px solid #dfe3e8;
    padding: 20px 0 0;
    margin: 20px 0 0
}

section.account-order-view .content .box .order-info .table-foot table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

section.account-order-view .content .box .order-info .table-foot table tr.grand-total.bold {
    font-weight: 500
}

section.account-order-view .content .box .order-info .table-foot table tr.grand-total.devider {
    border-top: 1px solid #dfe3e8
}

section.account-order-view .content .box .order-info .table-foot table tr.grand-total.devider td {
    padding-top: 20px
}

section.account-order-view .content .box .order-info .table-foot table tr.grand-total td {
    padding-bottom: 8px
}

section.account-order-view .content .box .order-info .table-foot table tr.grand-total:last-child td {
    padding-bottom: 0
}

section.account-order-view .content .box .order-info .table-foot table tr.vat {
    border-top: 1px solid #dfe3e8
}

section.account-order-view .content .box .order-info .table-foot table tr.vat td {
    padding-top: 20px
}

section.account-order-view .content .box .order-info .table-foot table tr.total-due {
    font-weight: 500
}

section.account-order-view .content .box .order-info .table-foot table td {
    padding-bottom: 10px
}

section.account-order-view .content .box .order-info .table-foot table td:first-of-type {
    padding-right: 40px;
    text-align: right
}

section.account-order-view .content .box .order-info .table-foot .table-row {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px
}

section.account-order-view .content .box .order-info .table-foot .table-row tr.grand-total {
    font-weight: 500
}

section.account-order-view .content .box .order-info .table-foot .table-row tr.grand-total td {
    padding-bottom: 0
}

section.account-order-view .content .box .order-info .table-foot .table-row tr span {
    display: block;
    white-space: nowrap
}

section.account-order-view .content .box .order-info .table-foot .table-row tr span:last-child {
    min-width: 100px;
    text-align: right
}

section.account-order-view .content .box .order-info .order-action {
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    justify-content: flex-end;
    margin: 20px -20px 0;
    padding: 20px 20px 0
}

section.account-order-view .content .box .order-info .order-action:last-child {
    border-bottom: none
}

section.account-order-view .content .box .order-info .order-action .btn-box .button.-outline {
    margin-right: 10px
}

section.account-order-view .content .box .order-info .order-action #pay-btn {
    width: 100%
}

section.account-order-view .content .box .order-info .order-action #pay-btn.before-paypal {
    opacity: 0
}

section.account-order-view .content .box .order-info .order-action #pay-btn.applepay,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal-buttons {
    padding: 0;
    background: transparent!important;
    border: none;
    height: 59px;
    overflow: hidden
}

section.account-order-view .content .box .order-info .order-action #pay-btn.applepay .pay-btn-text,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal-buttons .pay-btn-text,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal .pay-btn-text {
    display: none
}

section.account-order-view .content .box .order-info .order-action #pay-btn.applepay .paypal-button,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal-buttons .paypal-button,section.account-order-view .content .box .order-info .order-action #pay-btn.paypal .paypal-button {
    position: relative;
    z-index: 2
}

section.account-order-view .content .box .order-info .order-action #pay-btn.applepay {
    height: 45px
}

section.account-order-view .content .box .order-info .order-action .payment-methods .title {
    margin-bottom: 25px
}

section.account-order-view .content .box .order-info .order-action .payment-methods .columns-2 .col-md-12:first-child,section.account-order-view .content .box .order-info .order-action .payment-methods .columns-2 .col-md-12:nth-child(2),section.account-order-view .content .box .order-info .order-action .payment-methods .columns-2 .col-md-12:nth-child(3),section.account-order-view .content .box .order-info .order-action .payment-methods .columns-2 .col-md-12:nth-child(4) {
    width: 50%
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method {
    margin-bottom: 15px;
    text-align: center
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .m-title {
    width: 100%
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .info {
    display: flex;
    justify-content: space-between
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .price,section.account-order-view .content .box .order-info .order-action .payment-methods .method h6 {
    font-weight: 500
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .error {
    color: #de3618;
    font-size: 1.3rem
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .method-border {
    padding: 15px;
    cursor: pointer;
    position: relative;
    transition: all var(--animation-duration);
    display: block
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .method-border .additional {
    display: none
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .method-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #c4cdd5;
    margin: -2px;
    z-index: 1;
    cursor: pointer;
    transition: all var(--animation-duration);
    border-radius: 4px;
    opacity: 0
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .method-border:hover {
    border-color: transparent
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .method-border:hover:after {
    border-color: #0077c7;
    opacity: 1
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:checked+.method-border {
    border-color: transparent
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:checked+.method-border .additional {
    display: block
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:checked+.method-border:after {
    border-color: #0077c7;
    opacity: 1
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:disabled+.method-border {
    opacity: .5
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:disabled+.method-border:hover {
    border-color: inherit
}

section.account-order-view .content .box .order-info .order-action .payment-methods .method .radio-input:disabled+.method-border:hover:after {
    border-color: transparent;
    opacity: 0
}

section.account-order-view .btn-content {
    display: block
}

section.account-order-view .btn-content .btn-box {
    padding-top: 40px;
    text-align: right
}

section.account-order-view .comment-history {
    background: #fff;
    margin-top: 15px;
    padding: 20px 18px 20px
}

section.account-order-view .comment-history .row {
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%
}

section.account-order-view .comment-history .row .col-md-1 {
    min-width: 50px;
    text-align: right;
    margin-right: 15px;
    align-self: baseline
}

section.account-order-view .comment-history h5 {
    margin-bottom: 24px
}

section.account-order-view .comment-history .chat-logo {
    background-color: #dfe3e8;
    color: #637381;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2.7
}

section.account-order-view .comment-history .chat-logo.img {
    background-color: #0077c7
}

section.account-order-view .comment-history .chat-logo.img span {
    padding: 12px;
    background-repeat: no-repeat;
    background-position: 25% 55%
}

section.account-order-view .comment-history .trodo-form .input-block {
    border: 1px solid #dfe3e8;
    border-radius: 4px
}

section.account-order-view .comment-history .trodo-form .input-block .action {
    position: absolute;
    right: 3px;
    bottom: 3px
}

section.account-order-view .comment-history .trodo-form .input-block .action label {
    position: relative;
    top: 5px;
    left: inherit;
    right: 10px;
    cursor: pointer
}

section.account-order-view .comment-history .trodo-form .input-block .action button {
    padding: 5px 15px
}

section.account-order-view .comment-history .trodo-form .input-block textarea {
    border: none;
    resize: none;
    height: 33px;
    min-height: 33px;
    padding: 10px
}

section.account-order-view .comment-history .trodo-form .input-block textarea.active {
    padding: 14px 12px;
    height: inherit;
    min-height: 65px;
    padding-right: 110px;
    margin-bottom: 14px
}

section.account-order-view .comment-history .separator {
    border-top: 1px solid #dfe3e8;
    padding-bottom: 25px;
    margin-top: 25px
}

section.account-order-view .comment-history .chat .single-comment {
    margin-bottom: 25px
}

section.account-order-view .comment-history .chat .single-comment .comment-title {
    font-size: 1.3rem;
    margin-bottom: 4px
}

section.account-order-view .comment-history .chat .single-comment .comment-title .posted-by {
    font-weight: 500;
    margin-right: 5px
}

section.account-order-view .comment-history .chat .single-comment .comment-title .date {
    color: #637381
}

section.account-returns-view.returns-view-guest .rma-view-title {
    margin-top: 15px
}

section.account-returns-view .rma-view-title {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

section.account-returns-view .rma-view-title .order-status {
    margin-left: 16px;
    font-size: 1.3rem;
    padding: 4px 10px;
    border: 2px solid #fff;
    white-space: nowrap;
    border-radius: 35px;
    background-color: #f48e09;
    color: #fff;
    font-weight: 500
}

section.account-returns-view .rma-view-title .order-status span {
    white-space: nowrap
}

section.account-returns-view .rma-view-title .order-status.accepted {
    background-color: #098649
}

section.account-returns-view .rma-view-title .order-status.closed {
    background-color: #c4cdd5;
    color: #212b36
}

section.account-returns-view .rma-view-title .order-status.pending {
    background-color: #ffea8a;
    color: #212b36
}

section.account-returns-view .rma-view-title .order-status.rejected {
    background-color: #de3618
}

section.account-returns-view .content .box .order-info {
    padding: 0 20px 20px
}

section.account-returns-view .table-product-list .order {
    padding: 20px 0 5px;
    margin-bottom: 4px;
    position: relative
}

section.account-returns-view .table-product-list .order:after {
    content: "";
    border-bottom: 1px solid #dfe3e8;
    width: calc(100% + 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -20px
}

section.account-returns-view .table-product-list .order:last-child:after {
    display: none
}

section.account-returns-view .table-product-list .order h5 {
    margin-bottom: 4px;
    font-weight: 500
}

section.account-returns-view .table-product-list .order .title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px
}

section.account-returns-view .table-product-list .order .title .sep {
    padding: 0 5px
}

section.account-returns-view .table-product-list .order .title span {
    display: inline-block
}

section.account-returns-view .table-product-list .order .title span span.row-total {
    margin-left: 24px
}

section.account-returns-view .table-product-list .order tr {
    border-bottom: 1px solid #dfe3e8
}

section.account-returns-view .table-product-list .order tr:last-child {
    border: none
}

section.account-returns-view .table-product-list .order td {
    padding: 20px 8px!important
}

section.account-returns-view .table-product-list .order .rma-attributes ul {
    margin-bottom: 15px
}

section.account-returns-view .table-product-list .order .rma-attributes li {
    margin-bottom: 8px
}

section.account-returns-view .table-product-list .order .rma-attributes li span {
    color: #212b36
}

section.account-returns-view .table-product-list .order .rma-attributes li .image-list a {
    display: block;
    color: #0077c7;
    margin-top: 4px
}

section.account-returns-view .table-product-list .order .rma-attributes li .image-list a:hover {
    text-decoration: underline
}

section.account-returns-view .table-product-list .order .rma-attributes .toggle-rma-attributes {
    color: #0077c7;
    font-weight: 500
}

section.account-returns-view .table-product-list .order .rma-attributes .toggle-rma-attributes:hover {
    text-decoration: underline
}

section.account-returns-view .table-product-list .order .rma-attributes .toggle-rma-attributes:after {
    right: -18px
}

section.account-returns-view .table-product-list .table-foot {
    border: none!important;
    padding: 0!important
}

section.account-returns-view .rma-history {
    background: #fff;
    margin-top: 16px;
    padding: 20px
}

section.account-returns-view .rma-history .row {
    align-items: center;
    flex-wrap: nowrap
}

section.account-returns-view .rma-history .row .col-md-1 {
    text-align: right;
    min-width: 50px
}

section.account-returns-view .rma-history .row .col-md-11 {
    max-width: calc(100% - 50px)
}

section.account-returns-view .rma-history h5 {
    margin-bottom: 24px;
    font-weight: 500
}

section.account-returns-view .rma-history .chat-logo {
    background-color: #dfe3e8;
    color: #637381;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2.7
}

section.account-returns-view .rma-history .chat-logo.img {
    background-color: #0077c7
}

section.account-returns-view .rma-history .chat-logo.img span {
    padding: 12px;
    background-repeat: no-repeat;
    background-position: 25% 55%
}

section.account-returns-view .rma-history .trodo-form .input-block {
    border: 1px solid #dfe3e8;
    border-radius: 4px
}

section.account-returns-view .rma-history .trodo-form .input-block .action {
    position: absolute;
    right: 3px;
    bottom: 3px
}

section.account-returns-view .rma-history .trodo-form .input-block .action #attachments {
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0
}

section.account-returns-view .rma-history .trodo-form .input-block .action label {
    position: relative;
    top: 5px;
    left: inherit;
    right: 10px;
    cursor: pointer
}

section.account-returns-view .rma-history .trodo-form .input-block .action button {
    padding: 5px 15px
}

section.account-returns-view .rma-history .trodo-form .input-block textarea {
    border: none;
    resize: none;
    height: 33px;
    min-height: 33px;
    padding: 10px
}

section.account-returns-view .rma-history .trodo-form .input-block textarea.active {
    padding: 14px 12px;
    height: inherit;
    min-height: 65px;
    padding-right: 110px;
    margin-bottom: 14px
}

section.account-returns-view .rma-history .trodo-form .input-block .attachment-file {
    position: relative;
    left: 10px;
    bottom: 10px;
    background-color: #dfe3e8;
    border-radius: 13.5px;
    padding: 4px 12px;
    margin-right: 10px;
    font-size: 1.3rem;
    cursor: pointer
}

section.account-returns-view .rma-history .trodo-form .input-block .attachment-file:hover {
    background-color: #e8ebee
}

section.account-returns-view .rma-history .trodo-form .input-block .attachment-file:after {
    content: "";
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    opacity: .5;
    margin-left: 10px
}

section.account-returns-view .rma-history .separator {
    border-top: 1px solid #dfe3e8;
    padding-bottom: 25px;
    margin-top: 25px
}

section.account-returns-view .rma-history .chat .single-comment {
    margin-bottom: 25px
}

section.account-returns-view .rma-history .chat .single-comment .comment-title {
    font-size: 1.3rem;
    margin-bottom: 4px
}

section.account-returns-view .rma-history .chat .single-comment .comment-title .posted-by {
    font-weight: 500;
    margin-right: 5px
}

section.account-returns-view .rma-history .chat .single-comment .comment-title .date {
    color: #637381
}

section.account-returns-view .rma-history .chat .single-comment .comment .attachments a {
    color: #0077c7
}

section.account-returns-view .rma-history .chat .single-comment .comment .attachments a:hover {
    text-decoration: underline
}

section.account-returns-view .rma-history .chat .single-comment .comment p:last-child {
    margin-bottom: 0
}

section.account-returns-view .vertical-steps {
    padding-top: 10px
}

section.account-returns-view .vertical-steps ul {
    padding-left: 40px;
    position: relative
}

section.account-returns-view .vertical-steps ul:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 40px);
    left: 15px;
    margin-top: 25px;
    width: 2px;
    background-color: #dfe3e8
}

section.account-returns-view .vertical-steps li {
    position: relative;
    margin-bottom: 25px;
    overflow: visible!important
}

section.account-returns-view .vertical-steps li h6 {
    color: #212b36
}

section.account-returns-view .vertical-steps li:before {
    content: "";
    position: absolute;
    left: -33px;
    width: 12px;
    height: 12px;
    background-color: #dfe3e8;
    border: 3px solid #f8f9f9;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto
}

section.account-returns-view .vertical-steps li:after {
    content: "";
    position: absolute;
    left: -25px;
    width: 2px;
    background-color: initial;
    height: 100%;
    top: 10px;
    box-sizing: border-box
}

section.account-returns-view .vertical-steps li.complete:after,section.account-returns-view .vertical-steps li.complete:before {
    background-color: #098649
}

section.account-returns-view .vertical-steps li.complete+.complete .step-content:before {
    content: "";
    position: absolute;
    left: -25px;
    width: 2px;
    background-color: #098649;
    height: 100%;
    top: -15px
}

section.account-returns-view .vertical-steps li:last-of-type.complete:after {
    background-color: initial
}

section.account-returns-view .request-information .order {
    position: relative;
    padding-top: 25px;
    margin-top: 25px
}

section.account-returns-view .request-information .order:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 40px);
    background-color: #dfe3e8;
    left: -20px;
    top: 0
}

section.account-returns-view .request-information .order h6 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600
}

section.account-returns-view .request-information .order li {
    margin-bottom: 8px
}

section.account-returns-view .request-information .order li span {
    padding-right: 5px
}

section.account-returns-view .request-information .order a {
    color: #0077c7
}

section.account-returns-view .request-information .order a:hover {
    text-decoration: underline
}

section.account-returns-new .white-box {
    padding: 25px;
    background-color: #fff;
    border-color: #dfe3e8
}

section.account-returns-new .rma-order-list .single-order {
    border-bottom: 1px solid #dfe3e8;
    margin-bottom: 24px
}

section.account-returns-new .rma-order-list .single-order:last-child {
    border-bottom: none;
    margin-bottom: 0
}

section.account-returns-new .rma-order-list .order-information {
    padding-bottom: 24px;
    position: relative
}

section.account-returns-new .rma-order-list .order-information .order-title {
    margin-bottom: 24px
}

section.account-returns-new .rma-order-list .order-information .remove-order {
    position: absolute;
    top: 0;
    right: 0;
    color: #0077c7
}

section.account-returns-new .rma-order-list .order-information .remove-order:hover {
    text-decoration: underline
}

section.account-returns-new .rma-order-list .order-information .info-block {
    margin-bottom: 15px
}

section.account-returns-new .rma-order-list .order-information .info-block span.h6 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 9px
}

section.account-returns-new .rma-order-list .order-information ul li {
    list-style: none;
    color: #637381;
    margin-bottom: 4px
}

section.account-returns-new .rma-order-list .order-information:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    border-bottom: 1px solid #dfe3e8;
    width: calc(100% + 50px)
}

section.account-returns-new .rma-order-list .order-items {
    padding-top: 25px
}

section.account-returns-new .rma-order-list .order-items span.h5 {
    margin-bottom: 24px
}

section.account-returns-new .rma-order-list .order-items .product-item {
    padding-top: 15px;
    border-bottom: 1px solid #dfe3e8
}

section.account-returns-new .rma-order-list .order-items .product-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px
}

section.account-returns-new .rma-order-list .order-items .product-item.not-available {
    position: relative;
    padding-top: 15px
}

section.account-returns-new .rma-order-list .order-items .product-item.not-available label {
    cursor: default
}

section.account-returns-new .rma-order-list .order-items .product-item.not-available:after {
    content: "";
    position: absolute;
    opacity: .5;
    background-color: #f7f7f7;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

section.account-returns-new .rma-order-list .order-items .product-item .product-info label {
    display: flex;
    align-items: center;
    position: relative
}

section.account-returns-new .rma-order-list .order-items .product-item .product-info label span.h6 {
    padding-left: 16px;
    width: calc(100% - 80px)
}

section.account-returns-new .rma-order-list .order-items .product-item .product-info label:after,section.account-returns-new .rma-order-list .order-items .product-item .product-info label:before {
    top: 28px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-info .product-img-block {
    width: 80px;
    height: 80px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .input-block {
    margin-bottom: 20px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .input-block.file label {
    display: inline-block
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .input-block.file .error-text {
    display: block;
    margin-top: 10px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .input-block.file .notice {
    position: relative;
    margin-top: 16px;
    background: #fffaeb;
    color: #212b36;
    padding: 8px 16px 8px 48px;
    border-radius: 10px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .input-block.file .notice:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(svg/20/warning-alt.svg);
    background-size: 20px;
    background-repeat: no-repeat
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .attachment-list {
    margin-bottom: 15px
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .attachment-label {
    font-weight: 500;
    color: #212b36
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .attachment-file {
    position: relative;
    background-color: #dfe3e8;
    border-radius: 13.5px;
    padding: 4px 12px;
    margin-right: 10px;
    font-size: 1.3rem;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .attachment-file:hover {
    background-color: #e8ebee
}

section.account-returns-new .rma-order-list .order-items .product-item .product-form .attachment-file:after {
    content: "";
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    opacity: .5;
    margin-left: 10px
}

section.account-returns-new .order-select span.h5 {
    margin-bottom: 24px
}

section.account-returns-new .order-select .trodo-dropdown {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    color: #637381
}

section.account-returns-new .input-block.shipping-utilization {
    margin-bottom: 0
}

section.account-address .box {
    padding: 32px 0
}

section.account-address .box .description {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

section.account-address .box .description span.h5 {
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0
}

section.account-address .box .description .button {
    background: none
}

section.account-address .addresses {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 20px
}

section.account-address .addresses .address {
    padding: 16px;
    border-bottom: 1px solid #dfe3e8;
    position: relative;
    background-color: #fff;
    border-color: #dfe3e8
}

section.account-address .addresses .address span.phone {
    display: block
}

section.account-address .addresses .address .delivery-address {
    margin-top: 16px;
    margin-bottom: 8px
}

section.account-address .addresses .address .actions {
    display: flex;
    flex-flow: row;
    justify-content: space-between
}

section.account-address .addresses .address .actions .-radio label {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 29px
}

section.account-address .addresses .address .actions .-radio label:after,section.account-address .addresses .address .actions .-radio label:before {
    left: 0
}

section.account-address .addresses .address .actions .-radio input:checked+label:after {
    left: 6.5px
}

section.account-address .addresses .address .actions .action-buttons {
    color: #fff;
    max-height: 42px;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    padding-left: 16px
}

section.account-address .addresses .address .actions .action-buttons a.button {
    margin-right: 16px
}

section.account-address.account-address-edit .trodo-form {
    background-color: #fff;
    border: 1px solid #dfe3e8
}

section.account-address.account-address-edit .company-address {
    margin-top: 15px
}

section.account-address.account-address-edit .btn-box {
    border-top: 1px solid #dfe3e8;
    margin-top: 25px
}

section.account-address.account-address-edit .btn-box button {
    color: #fff;
    margin-right: 15px
}

section.account-address .btn-content .btn-box {
    padding-top: 40px;
    text-align: right;
    border-top: 1px solid #dfe3e8
}

section.account-address .btn-content .btn-box a {
    margin-right: 0!important
}

section.account-wishlist .content .account-wishlist-block {
    width: 100%;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #dfe3e8
}

section.account-wishlist .content .account-wishlist-block .product-list-type {
    margin-top: 0
}

section.account-wishlist .content .account-wishlist-block .list,section.account-wishlist .content .account-wishlist-block .list .as-list .product-info,section.account-wishlist .content .account-wishlist-block .list table {
    width: 100%
}

section.account-wishlist .content .account-wishlist-block .button {
    color: #fff
}

.adyen-checkout__field-wrapper {
    display: flex;
    gap: 2rem
}

.adyen-checkout_icon {
    vertical-align: middle
}

.adyen-checkout__field {
    padding-bottom: 2rem
}

.adyen-checkout__field--50 {
    flex: 1
}

.adyen-checkout__field__exp-date_hint {
    height: 1.9rem;
    line-height: 3.2rem
}

.adyen-checkout__field__exp-date_hint img {
    vertical-align: middle
}

.adyen-checkout__iframe--threeDSIframe {
    max-height: 600px!important;
    display: block;
    margin: 0 auto
}

.adyen-checkout__paypal__buttons iframe {
    z-index: 0!important
}

.adyen-checkout-input__inline-validation {
    margin-left: auto;
    width: 2rem;
    line-height: 3.2rem
}

.adyen-checkout-input__inline-validation img {
    vertical-align: middle
}

.adyen-checkout__error-text {
    color: #b42318
}

.adyen-checkout__input {
    flex: 1;
    font-family: Arial,sans-serif
}

.adyen-checkout__input-wrapper {
    display: flex
}

.adyen-checkout__input-wrapper input {
    border: none;
    flex: 1;
    padding-left: 0;
    padding-top: .3rem
}

.adyen-checkout__label {
    display: none
}

.adyen-checkout__field__exp-date_hint {
    vertical-align: middle
}

.adyen-checkout__field__exp-date_hint_wrapper {
    line-height: 3.2rem
}

.adyen-checkout__card-input iframe {
    border: none;
    width: 100%
}

.adyen-checkout__card__cvc__hint__wrapper {
    justify-content: end;
    display: flex;
    flex-direction: column
}

.adyen-checkout__card__cvc__hint__wrapper svg {
    vertical-align: initial;
    height: 1.5rem
}

.adyen-checkout__card-container iframe {
    max-height: 3.25rem
}

.adyen-checkout__card__brands {
    display: none
}

.adyen-checkout__card__cardNumber__input {
    display: flex;
    gap: 1rem;
    flex: 1
}

.adyen-checkout__card__brands__brand-wrapper img,.adyen-checkout__card__cardNumber__brandIcon {
    max-width: 2rem
}

.adyen-checkout-form-instruction {
    display: none
}

section.main-adyen-popup {
    max-width: 600px;
    min-width: 400px;
    width: 400px
}

section.main-adyen-popup .adyen-checkout__qr-loader {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center
}

section.main-adyen-popup .adyen-checkout__qr-loader--result {
    padding: 100px
}

section.main-adyen-popup .adyen-checkout__qr-loader--app {
    border: 0;
    border-radius: 0;
    padding: 0
}

section.main-adyen-popup .adyen-checkout__qr-loader__brand-logo {
    border-radius: 3px;
    width: 74px
}

section.main-adyen-popup .adyen-checkout__qr-loader__subtitle {
    margin: 32px auto 0;
    max-width: 400px
}

section.main-adyen-popup .adyen-checkout__qr-loader__subtitle--result {
    margin-bottom: 32px
}

section.main-adyen-popup .adyen-checkout__qr-loader__payment_amount,section.main-adyen-popup .adyen-checkout__qr-loader__subtitle {
    color: #00112c;
    font-size: 1em;
    line-height: 19px
}

section.main-adyen-popup .adyen-checkout__qr-loader__icon {
    height: 88px;
    width: 88px
}

section.main-adyen-popup .adyen-checkout__qr-loader__payment_amount {
    font-weight: 700;
    font-size: 24px
}

section.main-adyen-popup .adyen-checkout__qr-loader__progress {
    background: #d4d9db;
    border-radius: 24px;
    height: 4px;
    margin: 32px auto 12px;
    padding-right: 3%;
    width: 152px
}

section.main-adyen-popup .adyen-checkout__qr-loader__percentage {
    background: #0075ff;
    border-radius: 24px;
    display: block;
    height: 100%
}

section.main-adyen-popup .adyen-checkout__qr-loader__countdown {
    color: #687282;
    font-size: .81em
}

section.main-adyen-popup .adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper {
    margin: 60px 0
}

section.main-adyen-popup .adyen-checkout__qr-loader__app-link {
    display: none
}

section.main-adyen-popup .adyen-checkout__qr-loader__instructions {
    color: #687282;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 32px
}

section.main-adyen-popup .adyen-checkout__qr-loader__actions {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 32px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner__wrapper--inline {
    display: inline-block;
    height: auto;
    margin-right: 8px
}

section.main-adyen-popup .adyen-checkout__qr-loader [dir=rtl] .adyen-checkout__spinner__wrapper--inline {
    margin-left: 8px;
    margin-right: 0
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner {
    -webkit-animation: rotate-spinner 1.5s linear infinite;
    animation: rotate-spinner 1.5s linear infinite;
    border: 3px solid #0075ff;
    border-radius: 50%;
    border-top-color: transparent;
    height: 43px;
    width: 43px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner--large {
    height: 43px;
    width: 43px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner--small {
    border-width: 2px;
    height: 16px;
    width: 16px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__spinner--medium {
    height: 28px;
    width: 28px
}

@-webkit-keyframes rotate-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button {
    background: #00112c;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    height: 48px;
    margin: 0;
    padding: 15px;
    text-decoration: none;
    transition: background .3s ease-out,box-shadow .3s ease-out;
    width: 100%
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:focus {
    box-shadow: 0 0 0 2px #3070ed;
    outline: 0
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:hover {
    background: #1c3045;
    box-shadow: 0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14)
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:active {
    background: #3a4a5c
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:hover:focus {
    box-shadow: 0 0 0 2px #3070ed,0 3px 4px rgba(0,15,45,.2)
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:disabled,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button:disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .4;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--loading {
    background: #687282;
    box-shadow: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--pay {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--pay:disabled {
    opacity: .4
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--standalone {
    margin-top: 0
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--inline {
    display: block;
    font-size: .81em;
    height: auto;
    padding: 10px 8px;
    width: auto
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--ghost {
    background: none;
    border: 0;
    color: #00112c
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--ghost:hover {
    background: #f7f8f9;
    box-shadow: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--ghost:active {
    background: #e6e9eb;
    box-shadow: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary {
    background: #fff;
    border: 1px solid #00112c;
    color: #00112c;
    padding: 10px 12px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary:hover {
    background: #f7f8f9;
    box-shadow: 0 2px 4px rgba(27,42,60,.2),0 4px 5px rgba(27,42,60,.14)
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary:active,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
    background: #f7f8f9;
    box-shadow: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary:disabled,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
    background-color: #f7f8f9;
    border-color: #99a3ad;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner {
    border-color: transparent #00112c #00112c
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--action {
    background: rgba(0,102,255,.1);
    border: 1px solid transparent;
    color: #0075ff;
    padding: 10px 12px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--action:hover {
    background: rgba(0,102,255,.2);
    box-shadow: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--action:active,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--action:active:hover {
    background: rgba(0,102,255,.3);
    box-shadow: none
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--link {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #0075ff;
    font-weight: 400;
    padding: 2px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--link:hover {
    background: transparent;
    box-shadow: none;
    text-decoration: underline
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--completed,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--completed:active,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--completed:active:hover,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--completed:hover {
    background: #089a43;
    color: #fff
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button__icon {
    margin-right: 12px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button__text {
    display: block;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button .adyen-checkout__spinner {
    border-color: transparent #fff #fff
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__button.adyen-checkout__button--qr-loader {
    margin-top: 24px;
    text-decoration: none
}

section.main-adyen-popup .adyen-checkout__qr-loader [dir=rtl] .adyen-checkout__button__icon {
    margin-left: 12px;
    margin-right: 0
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__qr-loader__brand-logo {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,17,44,.14);
    margin-bottom: 24px;
    overflow: hidden
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__content-separator {
    align-items: center;
    color: #687282;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 19px;
    margin-bottom: 16px;
    margin-top: 16px;
    white-space: nowrap
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__content-separator:after,section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__content-separator:before {
    background: #e6e9eb;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__content-separator:after {
    margin-left: 20px
}

section.main-adyen-popup .adyen-checkout__qr-loader .adyen-checkout__content-separator:before {
    margin-right: 20px
}

section.main-adyen-popup [dir=rtl] .adyen-checkout__qr-loader__progress {
    padding-left: 3%;
    padding-right: 0
}

@media only screen and (max-width: 1024px) {
    section.main-adyen-popup .adyen-checkout__qr-loader__app-link {
        display:block;
        min-width: 220px
    }
}

@supports (-webkit-appearance: -apple-pay-button) {
    .ApplePayButton-module_apple-pay__gYjuP {
        -webkit-appearance:-apple-pay-button
    }

    .ApplePayButton-module_apple-pay-button__l5g-d {
        -webkit-appearance: -apple-pay-button;
        cursor: pointer;
        display: inline-block
    }

    .ApplePayButton-module_apple-pay-button-black__istwW {
        -apple-pay-button-style: #000
    }

    .ApplePayButton-module_apple-pay-button-white__-wLaE {
        -apple-pay-button-style: #fff
    }

    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
        -apple-pay-button-style: white-outline
    }

    .ApplePayButton-module_apple-pay-button--type-plain__ycfNl {
        -apple-pay-button-type: plain
    }

    .ApplePayButton-module_apple-pay-button--type-buy__9m8AB {
        -apple-pay-button-type: buy
    }

    .ApplePayButton-module_apple-pay-button--type-donate__HmRdK {
        -apple-pay-button-type: donate
    }

    .ApplePayButton-module_apple-pay-button--type-check-out__XdGWd {
        -apple-pay-button-type: check-out
    }

    .ApplePayButton-module_apple-pay-button--type-book__-v-VY {
        -apple-pay-button-type: book
    }

    .ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF {
        -apple-pay-button-type: subscribe
    }

    .ApplePayButton-module_apple-pay-button--type-add-money__zeBA8 {
        -apple-pay-button-type: add-money
    }

    .ApplePayButton-module_apple-pay-button--type-contribute__G3E8e {
        -apple-pay-button-type: contribute
    }

    .ApplePayButton-module_apple-pay-button--type-order__ggI6j {
        -apple-pay-button-type: order
    }

    .ApplePayButton-module_apple-pay-button--type-reload__QbgLd {
        -apple-pay-button-type: reload
    }

    .ApplePayButton-module_apple-pay-button--type-rent__VzC-E {
        -apple-pay-button-type: rent
    }

    .ApplePayButton-module_apple-pay-button--type-support__6EjmY {
        -apple-pay-button-type: support
    }

    .ApplePayButton-module_apple-pay-button--type-tip__bdzGK {
        -apple-pay-button-type: tip
    }

    .ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR {
        -apple-pay-button-type: top-up
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .ApplePayButton-module_apple-pay-button__l5g-d {
        background-position:50% 50%;
        background-repeat: no-repeat;
        background-size: 100% 60%;
        border-radius: 5px;
        box-sizing: border-box;
        display: inline-block;
        max-height: 64px;
        min-height: 32px;
        min-width: 200px;
        padding: 0
    }

    .ApplePayButton-module_apple-pay-button-black__istwW {
        background-color: #000;
        background-image: -webkit-named-image(apple-pay-logo-white)
    }

    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,.ApplePayButton-module_apple-pay-button-white__-wLaE {
        background-color: #fff;
        background-image: -webkit-named-image(apple-pay-logo-black)
    }

    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
        border: .5px solid #000
    }
}

.adyen-checkout__applepay__button {
    height: 100%;
    width: 100%
}

section.checkout.checkout-step .box .step .payment-methods .method .method-border.has-logo img.adyen_applepay-logo {
    max-height: 26px;
    position: absolute;
    right: 16px
}

section.checkout {
    background-color: #f8f9f9
}

section.checkout h1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    margin-top: 10px
}

section.checkout .breadcrumbs {
    padding-bottom: 0
}

section.checkout .-trodo-message {
    margin-bottom: 15px
}

section.checkout .product-list {
    padding-bottom: 0
}

section.checkout .clear-block {
    padding: 15px;
    border-top: 1px solid #dfe3e8
}

section.checkout .clear-block button {
    color: #212b36
}

section.checkout .checkout-payments ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0 15px;
    align-items: center
}

section.checkout .checkout-payments ul li {
    display: inline-block;
    max-height: 22px
}

section.checkout .checkout-payments ul li img {
    max-height: 22px;
    width: auto
}

section.checkout.checkout-cart .cart-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 8px
}

section.checkout.checkout-cart .cart-title h1 {
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 8px
}

section.checkout.checkout-cart .cart-title .copy-cart {
    font-weight: 500;
    color: #00509e
}

section.checkout.checkout-cart .cart-title .copy-cart img {
    margin-right: 7px
}

section.checkout.checkout-cart .benefits {
    display: none
}

section.checkout.checkout-cart .content {
    padding-bottom: 56px
}

@media (min-width: 992px) {
    section.checkout.checkout-cart .content>.box {
        width:calc(100% - 434px)!important
    }
}

section.checkout.checkout-cart .content .card-sidebar {
    width: 419px;
    min-width: 419px
}

section.checkout.checkout-cart .content .card-sidebar.sticky-parent {
    height: auto
}

section.checkout.checkout-cart .content.empty-cart>.box {
    padding: 20px
}

@media (min-width: 992px) {
    section.checkout.checkout-cart .content.empty-cart>.box {
        width:100%!important
    }
}

section.checkout.checkout-cart .content .benefits {
    display: block
}

section.checkout.checkout-cart .content-loading .skeleton-box {
    border-radius: 10px
}

section.checkout.checkout-cart .benefits {
    width: calc(100% - 434px);
    padding-bottom: 60px
}

section.checkout.checkout-cart .benefits .row {
    align-items: stretch
}

section.checkout.checkout-cart .benefits .benefit {
    height: 100%;
    padding: 24px 15px 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    border-color: #dfe3e8
}

section.checkout.checkout-cart .benefits .benefit .img-block {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px
}

section.checkout.checkout-cart .benefits .benefit .img-block img {
    width: auto
}

section.checkout.checkout-cart .benefits .benefit h5 {
    margin-bottom: 8px;
    font-weight: 500
}

section.checkout.checkout-cart .benefits .benefit p {
    color: #637381;
    line-height: 24px;
    margin-bottom: 0
}

section.checkout.checkout-cart .featured-products.cross-sell-widget .product {
    border: none;
    padding-bottom: 0
}

section.checkout .content {
    display: flex
}

section.checkout .content .checkout-accordion {
    background-color: #fff;
    border-width: 2px;
    margin-bottom: 15px;
    position: relative
}

section.checkout .content .checkout-accordion ul {
    list-style: none
}

section.checkout .content .checkout-accordion:not(.complete):not(.open) {
    background-color: #f8f9f9
}

section.checkout .content .checkout-accordion.open {
    border-width: 1px;
    margin-bottom: 16px
}

section.checkout .content .checkout-accordion.open .accordion-title {
    color: #212b36
}

section.checkout .content .checkout-accordion .checkout-section {
    padding-right: 20px;
    padding-left: 20px
}

section.checkout .content .checkout-accordion .accordion-title {
    color: #637381;
    padding: 20px 100px 20px 20px
}

section.checkout .content .checkout-accordion .shipping-methods {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #dfe3e8
}

section.checkout .content .checkout-accordion .shipping-methods.shipping-methods-not-available {
    margin-top: 20px;
    padding-top: 0
}

section.checkout .content .checkout-accordion .full-address-form+.shipping-methods {
    margin-top: 16px
}

section.checkout .content .checkout-accordion .full-address-form .btns-block .-w-full {
    margin-top: 8px
}

section.checkout .content .checkout-accordion .fitment-check form .action-block {
    padding: 25px 0
}

section.checkout .content .checkout-accordion .actions-container {
    position: absolute;
    top: 16px;
    right: 20px
}

section.checkout .content .checkout-accordion .step-summary {
    padding: 0 20px 20px 20px;
    color: #637381
}

section.checkout .content .checkout-accordion .step-summary.shipping-summary .shipping-method {
    margin-top: 15px
}

section.checkout .content .checkout-accordion .step-summary.shipping-summary .shipping-method h6 {
    font-size: 1.5rem;
    padding-bottom: 5px
}

section.checkout .content .checkout-accordion .step-summary.shipping-summary .shipping-method p {
    margin-bottom: 0
}

section.checkout .content .checkout-accordion .step-summary.fitment-check-summary .consent {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 5px
}

section.checkout .content .checkout-accordion .step-summary.fitment-check-summary ul {
    list-style: disc;
    padding-left: 30px
}

section.checkout .content .checkout-accordion .trodo-form .title {
    margin-bottom: 0
}

section.checkout .content .checkout-accordion .trodo-form .title.accordion-item {
    position: relative;
    cursor: pointer
}

section.checkout .content .checkout-accordion .trodo-form .title.accordion-item:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 5px
}

section.checkout .content .checkout-accordion .trodo-form .title.accordion-item.active:after {
    content: "-"
}

@media (min-width: 993px) {
    section.checkout .content>.box {
        width:calc(100% - 434px)!important
    }
}

section.checkout .content .box {
    width: 100%
}

section.checkout .content .box .-border {
    border-color: #dfe3e8
}

section.checkout .content .box .payment-methods div.method,section.checkout .content .box .shipping-step .shipping-methods div.method,section.checkout .content .box .shipping-step .with-address .part div.method {
    border: 1px solid #c4cdd5
}

section.checkout .content .box .product-list {
    background-color: #fff;
    padding-bottom: 0;
    border-radius: 10px
}

section.checkout .content .box .product-list+.benefits {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0
}

section.checkout .content .box .thead ul {
    display: flex;
    border-bottom: 1px solid #dfe3e8;
    padding: 16px 20px
}

section.checkout .content .box .thead ul li {
    list-style: none;
    width: 15%;
    text-align: right;
    font-weight: 500
}

section.checkout .content .box .thead ul li:first-child {
    width: 70%;
    text-align: left
}

section.checkout .content .box .product {
    border: none;
    border-bottom: 1px solid #dfe3e8;
    border-radius: 0;
    margin: 0 20px 20px;
    padding: 0 0 20px 0
}

section.checkout .content .box .product:last-child {
    margin-bottom: 0;
    border: none
}

section.checkout .content .box .product .product-image {
    max-width: 160px
}

section.checkout .content .box .product .product-image .product-img .product-img-block {
    width: 160px;
    height: 160px
}

section.checkout .content .box .product .product-info {
    display: block;
    margin-bottom: 0;
    border-bottom: none;
    width: 85%
}

section.checkout .content .box .product .product-info .flex-block {
    display: flex;
    justify-content: space-between
}

section.checkout .content .box .product .product-info .delivery-error-message {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    color: #b42318
}

section.checkout .content .box .product .product-info .delivery-error-message b {
    font-weight: 500
}

section.checkout .content .box .product .product-info .delivery-error-message ul {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 1.3rem
}

section.checkout .content .box .product .product-info .delivery-error-message img {
    vertical-align: middle;
    margin-right: 4px
}

section.checkout .content .box .product .product-info .title span.h5 {
    font-weight: 500
}

section.checkout .content .box .product .product-info .product-secondary {
    min-width: inherit;
    width: auto;
    display: flex
}

section.checkout .content .box .product .product-info .product-secondary .out-of-stock {
    color: #b42318
}

section.checkout .content .box .product .product-info .product-secondary .action {
    max-width: inherit;
    display: inline-block;
    margin-top: 0;
    width: 64px;
    min-width: 55px;
    margin-right: 25px
}

section.checkout .content .box .product .product-info .product-secondary .action .trodo-dropdown.trodo-dropdown-block-custom-input {
    padding: 14px 20px 14px 10px!important
}

section.checkout .content .box .product .product-info .product-secondary .price-block .price-sum {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    text-align: right;
    white-space: nowrap
}

section.checkout .content .box .product .product-info .product-secondary .price-block .price-sum.discount {
    color: #de3618
}

section.checkout .content .box .product .product-info .product-secondary .price-block .price-sum.discount .discount-percent {
    color: #fff;
    background-color: #de3618;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 4px;
    vertical-align: text-top;
    font-weight: 700
}

section.checkout .content .box .product .product-info .product-secondary .price-block .price {
    font-size: 1.3rem;
    font-weight: 400;
    padding-right: 0;
    text-align: right;
    display: block;
    white-space: nowrap;
    color: #637381
}

section.checkout .content .box .product .review {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px
}

section.checkout .content .box .product .review>div {
    padding-right: 8px;
    margin-right: 8px;
    position: relative
}

section.checkout .content .box .product .review>div span {
    font-size: 1.3rem
}

section.checkout .content .box .product .review>div:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #dfe3e8;
    position: absolute;
    right: 0;
    top: 0
}

section.checkout .content .box .product .review>div.id {
    color: #637381
}

section.checkout .content .box .product .review>div:last-child:after {
    display: none
}

section.checkout .content .box .product .review .auto span {
    border-radius: 3px;
    background-color: #dfe3e8;
    color: #212b36;
    font-size: 1.1rem;
    padding: 2px 6px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}

section.checkout .content .box .product .review .auto span a {
    color: inherit;
    text-decoration: none
}

section.checkout .content .box .product .cart-attributes li {
    list-style: none;
    margin-bottom: 8px;
    display: flex
}

section.checkout .content .box .product .cart-attributes .delivery-date.on-order {
    color: #f49342
}

section.checkout .content .box .product .cart-attributes img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: 2px
}

section.checkout .content .box .product .actions li {
    display: inline-block;
    padding-right: 25px;
    font-weight: 500
}

section.checkout .content .box .product .actions li.delivery-error-message {
    display: none
}

section.checkout .content .box .product .actions li .action {
    margin-top: 0
}

section.checkout .content .box .cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap
}

section.checkout .content .box .cart-actions a.button {
    background-color: initial;
    color: #212b36;
    font-weight: 500
}

section.checkout .content .box .cart-actions .share-cart-link {
    display: flex;
    align-items: center
}

section.checkout .content .box .cart-actions .share-cart-link label {
    font-weight: 500;
    margin-right: 12px
}

section.checkout .content .box .cart-actions .share-cart-link .input-box {
    position: relative;
    background-color: #fff;
    border-color: #dfe3e8;
    padding: 10px 80px 10px 12px
}

section.checkout .content .box .cart-actions .share-cart-link .input-box input {
    text-overflow: ellipsis;
    border: none;
    outline: none
}

section.checkout .content .box .cart-actions .share-cart-link .input-box a {
    font-weight: 500;
    position: absolute;
    right: 12px;
    top: 10px
}

section.checkout .content .empty-box {
    padding: 15px;
    background-color: #fff;
    height: 100%;
    border-color: #dfe3e8
}

section.checkout .content .empty-box a.button {
    background-color: initial;
    color: #212b36;
    font-weight: 500
}

section.checkout .content aside.card-sidebar {
    width: 419px;
    min-width: 419px;
    margin-left: 15px;
    margin-right: 0
}

section.checkout .content aside.card-sidebar.additional-payment h4 {
    margin-bottom: 20px
}

section.checkout .content aside.card-sidebar .box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #dfe3e8;
    border-radius: 10px
}

section.checkout .content aside.card-sidebar .box.is-applied {
    background-color: #f2fdfb;
    border-color: #15b79e
}

section.checkout .content aside.card-sidebar .box.is-applied .free-delivery {
    vertical-align: text-top
}

section.checkout .content aside.card-sidebar .box .free-delivery .content-box {
    display: flex;
    align-items: center
}

section.checkout .content aside.card-sidebar .box .free-delivery img {
    margin-right: 8px
}

section.checkout .content aside.card-sidebar .box .free-delivery b {
    font-weight: 500
}

section.checkout .content aside.card-sidebar .box .free-delivery progress {
    margin-top: 15px;
    border-radius: 34px;
    width: 100%;
    height: 6px
}

section.checkout .content aside.card-sidebar .box .free-delivery progress::-webkit-progress-bar {
    background-color: #dfe3e8;
    border-radius: 34px
}

section.checkout .content aside.card-sidebar .box .free-delivery progress::-webkit-progress-value {
    background-color: #00cfb4;
    border-radius: 34px
}

section.checkout .content aside.card-sidebar .box .title {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

section.checkout .content aside.card-sidebar .box .title .h-title,section.checkout .content aside.card-sidebar .box .title h2 {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 22px
}

section.checkout .content aside.card-sidebar .box .title span {
    color: #637381;
    font-size: 1.3rem
}

section.checkout .content aside.card-sidebar .box .details {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

section.checkout .content aside.card-sidebar .box .details ul {
    display: flex;
    flex-direction: column
}

section.checkout .content aside.card-sidebar .box .details li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 8px
}

section.checkout .content aside.card-sidebar .box .details li:last-child {
    padding-bottom: 0
}

section.checkout .content aside.card-sidebar .box .details li .label {
    padding-right: 15px
}

section.checkout .content aside.card-sidebar .box .details li .value {
    white-space: nowrap
}

section.checkout .content aside.card-sidebar .box .details li.priority-check {
    order: 7
}

section.checkout .content aside.card-sidebar .box .details li.tax {
    border-top: 1px solid #dfe3e8;
    margin-top: 15px;
    order: 10;
    padding-bottom: 0;
    padding-top: 15px
}

section.checkout .content aside.card-sidebar .box .details li.grand-total,section.checkout .content aside.card-sidebar .box .details li.tax {
    display: none
}

section.checkout .content aside.card-sidebar .box .details li.is-cancelled {
    text-decoration: line-through
}

section.checkout .content aside.card-sidebar .box .details a {
    font-weight: 500
}

section.checkout .content aside.card-sidebar .box .details .coupon-block.active .input-block button {
    background-color: #fff;
    border-color: #637381;
    color: #000
}

section.checkout .content aside.card-sidebar .box .details .coupon-block .input-block {
    position: relative;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px
}

section.checkout .content aside.card-sidebar .box .details .coupon-block .input-block.error-border {
    border: 2px solid #de3618
}

section.checkout .content aside.card-sidebar .box .details .coupon-block input {
    width: 100%;
    border: none;
    padding-right: 105px
}

section.checkout .content aside.card-sidebar .box .details .coupon-block button {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
    border-radius: 0
}

section.checkout .content aside.card-sidebar .box .shipping-hint {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

section.checkout .content aside.card-sidebar .box .shipping-hint img {
    width: 30px;
    height: 24px;
    margin-right: 12px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown {
    background-color: initial;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    height: calc(100% - 15px)
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .selected-value {
    padding-left: 42px;
    padding-right: 30px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    min-height: 42px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options li.disabled {
    opacity: .6;
    pointer-events: none
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options .delivery-title {
    font-size: 1.4rem;
    color: #212b36;
    padding-right: 10px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options .delivery-price {
    font-size: 1.4rem;
    color: #212b36;
    white-space: nowrap
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options .select-country-hint {
    border-top: 1px solid #dfe3e8;
    padding: 10px 15px 5px;
    margin-top: 10px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options .select-country-hint .delivery-country {
    font-size: 1.3rem
}

section.checkout .content aside.card-sidebar .box .shipping-hint .trodo-dropdown .dropdown-options .select-country-hint .delivery-country .selected-value {
    padding-left: 5px;
    vertical-align: top
}

section.checkout .content aside.card-sidebar .box .shipping-hint .text {
    padding-top: 15px;
    padding-right: 20px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .text>span:not(.selected-shipping-method-name) {
    font-size: 1.3rem;
    display: inline-block;
    color: #287555;
    width: 100%;
    padding-top: 5px
}

section.checkout .content aside.card-sidebar .box .shipping-hint .text a {
    margin-left: 5px;
    color: #212b36;
    text-decoration: none
}

section.checkout .content aside.card-sidebar .box .shipping-hint .text a span {
    text-decoration: underline
}

section.checkout .content aside.card-sidebar .box .shipping-hint .text .description {
    margin-top: 4px;
    font-size: 1.3rem
}

section.checkout .content aside.card-sidebar .box .shipping-hint.shipping-hint-checkout .text {
    padding-top: 0;
    padding-right: 0
}

section.checkout .content aside.card-sidebar .box .shipping-hint.shipping-hint-checkout .text>span:not(.selected-shipping-method-name) {
    padding-top: 0;
    font-weight: 500
}

section.checkout .content aside.card-sidebar .box .shipping-hint.fitment-check-hint .text>span:not(.selected-shipping-method-name) {
    color: #b42318
}

section.checkout .content aside.card-sidebar .box .actions li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px
}

section.checkout .content aside.card-sidebar .box .actions li:last-child {
    padding-bottom: 0
}

section.checkout .content aside.card-sidebar .box .actions li.sum {
    font-size: 1.6rem;
    font-weight: 500
}

section.checkout .content aside.card-sidebar .box .actions li.select-country-hint {
    display: block;
    font-size: 1.3rem;
    line-height: 16px;
    margin-bottom: -10px;
    position: relative;
    margin-top: 10px
}

section.checkout .content aside.card-sidebar .box .actions li.select-country-hint .flag-icon {
    position: absolute;
    top: 2px;
    left: 0
}

section.checkout .content aside.card-sidebar .box .actions li.select-country-hint .trodo-dropdown {
    display: inline-block;
    padding-left: 20px
}

section.checkout .content aside.card-sidebar .box .actions li.select-country-hint .trodo-dropdown:after {
    display: none
}

section.checkout .content aside.card-sidebar .box .actions a.button,section.checkout .content aside.card-sidebar .box .actions button.button {
    width: 100%;
    margin-bottom: 15px
}

section.checkout .content aside.card-sidebar .box .actions a.button.klarna,section.checkout .content aside.card-sidebar .box .actions button.button.klarna {
    background-color: #ffb3c7;
    border-color: #ffb3c7;
    color: #212b36
}

section.checkout .content aside.card-sidebar .box .actions a.button.to-checkout,section.checkout .content aside.card-sidebar .box .actions button.button.to-checkout {
    margin-top: 16px
}

section.checkout .content aside.card-sidebar .box .actions a.button:last-child,section.checkout .content aside.card-sidebar .box .actions button.button:last-child {
    margin-bottom: 0
}

section.checkout .content aside.card-sidebar .payments-cms .block-header {
    display: none
}

section.checkout .content aside.card-sidebar .payments-cms .block-content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px
}

section.checkout .content aside.card-sidebar .payments-cms .block-content li {
    margin-bottom: 8px;
    max-height: 20px;
    list-style: none;
    text-align: center
}

section.checkout .content aside.card-sidebar .payments-cms .block-content li img {
    height: 100%;
    width: auto
}

section.checkout .content aside.card-sidebar .payments-cms .block-content .logo-list li {
    margin-right: 6px
}

section.checkout .content .cart-product-list-loader .product .product-image {
    right: 0;
    left: inherit;
    width: 80px
}

section.checkout .content .cart-product-list-loader .product .product-info .product-primary {
    width: 90%!important
}

section.checkout .featured-products {
    background: #fff;
    padding: 65px 0;
    border-top: 1px solid #dfe3e8;
    margin-top: 0
}

section.checkout .order-details-mobile {
    z-index: 10;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dfe3e8;
    box-shadow: 0 -12px 20px #fff
}

section.checkout .order-details-mobile .order-details-action {
    display: flex;
    justify-content: center;
    align-items: center
}

section.checkout .order-details-mobile .grand-total {
    display: inline-block;
    font-weight: 500;
    margin-right: 8px
}

section.checkout .order-details-mobile .action-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #c4cdd5;
    background-image: url('/images/img-theme/chevron.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.checkout .order-details-mobile.trodo-overlay {
    z-index: 50
}

section.checkout .order-details-mobile .order-details-content {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

section.checkout .order-details-mobile .order-details-content aside.card-sidebar {
    margin: 15px 0 0 0!important;
    width: 100%!important;
    min-width: auto
}

section.checkout .order-details-mobile .order-details-content aside.card-sidebar .box {
    margin-bottom: 0;
    border: none;
    padding: 6px
}

section.checkout .order-details-mobile .order-details-content .cart-products {
    color: #637381;
    max-height: 80px;
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px
}

section.checkout .order-details-mobile .order-details-content .cart-products a.-chevron:after {
    right: -15px
}

section.checkout .order-details-mobile .order-details-content .actions button.button {
    width: 100%;
    margin-top: 20px
}

section.checkout .order-details-mobile.active {
    box-shadow: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-height: 90vh;
    overflow-y: auto
}

section.checkout .order-details-mobile.active .order-details-action {
    justify-content: flex-end
}

section.checkout .order-details-mobile.active .order-details-action .action-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #c4cdd5;
    position: absolute;
    top: 8px;
    right: 8px
}

section.checkout .error-outline {
    outline: 2px solid #de3618
}

section.checkout.checkout-shipping-step .without-address .shipping-info .input-block:nth-child(3) {
    clear: both
}

section.checkout.checkout-shipping-step .without-address .shipping-info .input-block:last-child {
    clear: right
}

section.checkout.checkout-shipping-step .without-address .shipping-info:after {
    content: "";
    clear: both;
    overflow: hidden;
    display: table
}

section.checkout.checkout-shipping-step .shipping-step {
    border-bottom: none
}

section.checkout.checkout-shipping-step .shipping-step .action-block {
    border-bottom: 1px solid #dfe3e8;
    border-radius: 6px
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .btns button {
    width: 100%;
    margin-top: 8px
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-auth-tabs {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-auth-tabs button {
    order: 1;
    background: none;
    border: none;
    font-size: 1.6rem;
    padding: 8px 0;
    color: #637381;
    position: relative;
    margin-right: 16px
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-auth-tabs button.active {
    color: #212b36;
    font-weight: 500
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-auth-tabs button.active:after {
    content: "";
    height: 3px;
    background-color: #0077c7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 4px 4px 0 0
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-auth-tabs button.default {
    order: 0
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .social-login button {
    margin-bottom: 0
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-login .forgot-password {
    font-weight: 500
}

section.checkout.checkout-shipping-step .shipping-step .customer-auth .checkout-login .login-btn {
    display: block;
    width: 100%;
    margin-top: 16px
}

section.checkout.checkout-shipping-step .shipping-step .address .btns-block,section.checkout.checkout-shipping-step .shipping-step .full-address-form .btns-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

section.checkout.checkout-shipping-step .shipping-step .address .btns-block button,section.checkout.checkout-shipping-step .shipping-step .full-address-form .btns-block button {
    width: 49%
}

section.checkout.checkout-shipping-step .shipping-step .address .actions,section.checkout.checkout-shipping-step .shipping-step .full-address-form .actions {
    margin-top: 16px;
    position: relative;
    z-index: 10
}

section.checkout.checkout-shipping-step .shipping-step .address .actions .address-action-btn,section.checkout.checkout-shipping-step .shipping-step .full-address-form .actions .address-action-btn {
    padding-left: 0;
    padding-bottom: 0
}

section.checkout.checkout-shipping-step .shipping-step .full-address-form {
    padding-top: 0
}

section.checkout.checkout-shipping-step .shipping-step .full-address-form .btns-block {
    margin-top: 0
}

section.checkout.checkout-shipping-step .shipping-step .hidden-content .shipping-methods .part {
    border-radius: 10px;
    border-bottom: 1px solid #dfe3e8!important;
    padding-bottom: 20px!important
}

section.checkout.checkout-shipping-step .shipping-step .hidden-content .title,section.checkout.checkout-shipping-step .shipping-step .hidden-content .title h4,section.checkout.checkout-shipping-step .shipping-step .hidden-content .title h5 {
    margin-bottom: 0!important
}

section.checkout.checkout-shipping-step .method-border .additional .trodo-dropdown {
    z-index: 2;
    margin-top: 16px;
    padding: 10px 12px
}

section.checkout.checkout-shipping-step .method-border .additional .trodo-dropdown .dropdown-options-container {
    top: 47px
}

section.checkout.checkout-shipping-step .method-border .additional .trodo-dropdown.open {
    z-index: 50
}

section.checkout.checkout-shipping-step .method-border .additional .trodo-dropdown .dropdown-search {
    width: 100%
}

section.checkout.checkout-shipping-step .method-border .additional .trodo-dropdown .selected-value .label span {
    display: none
}

section.checkout.checkout-shipping-step .method-border .additional .pickup-map {
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-top: 4px;
    display: inline-block
}

section.checkout.checkout-shipping-step .checkout-login .row {
    justify-content: space-around;
    align-items: center
}

section.checkout.checkout-shipping-step .checkout-login .login-part,section.checkout.checkout-shipping-step .checkout-login .register-part {
    max-width: 320px
}

section.checkout.checkout-shipping-step .checkout-login .title {
    margin-bottom: 30px
}

section.checkout.checkout-shipping-step .checkout-login .title p {
    margin-top: 10px
}

section.checkout.checkout-shipping-step .checkout-login .button.register {
    width: 100%
}

.pickup-point-map-popup .popup-section .header-popup {
    padding: 18px
}

.pickup-point-map-popup .popup-section .header-popup .close-btn-block .close-btn {
    right: 18px;
    top: 18px
}

.pickup-point-map-popup .popup-section .header-popup .popup-title h2 {
    margin: 0
}

.pickup-point-map-popup .map {
    width: 100%;
    height: 350px
}

.pickup-point-map-popup .map .leaflet-popup-content {
    font-size: 1.4rem
}

.pickup-point-map-popup .map .leaflet-popup-content span {
    font-size: 1.3rem;
    display: block;
    color: #637381
}

.pickup-point-map-popup .selected-point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 18px 0;
    gap: 18px
}

.pickup-point-map-popup .selected-point span span {
    font-size: 1.3rem;
    display: block;
    color: #637381
}

.pickup-point-map-popup .selected-point .selected-point-additional-data,.pickup-point-map-popup .selected-point .selected-point-data {
    min-width: 280px;
    max-width: 330px
}

.pickup-point-map-popup .btns {
    padding: 18px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .title h4,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .title span.h4 {
    margin-bottom: 4px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .method-border .red {
    color: #de3617;
    font-size: 1.3rem
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .trodo-dropdown {
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    margin-bottom: 20px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .trodo-dropdown.error-outline {
    border-color: transparent
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .radio-container {
    margin-top: 20px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label {
    padding-left: 30px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label:after,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label:before {
    left: 0
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label .m-title {
    display: inline-block
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label .m-title.contact-me {
    line-height: 22px;
    padding-right: 0
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label .m-title.contact-me h6,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label .m-title.contact-me span.h6 {
    padding-right: 5px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label .m-title.contact-me .tooltip-info-image {
    vertical-align: bottom;
    margin-right: 10px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label h6,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label span.h6 {
    display: inline;
    position: relative;
    padding-right: 10px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label h6 span.warning,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label span.h6 span.warning {
    color: #b54708
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label h6 img,section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label span.h6 img {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label span.info-label {
    display: inline-block;
    border-radius: 3px;
    background-color: #098649;
    color: #fff;
    font-size: 1.1rem;
    padding: 2px 6px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 16px;
    vertical-align: bottom
}

@media (max-width: 768px) {
    section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio label span.info-label {
        font-size:1rem
    }
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control .-radio input:checked+label:after {
    left: 7px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control.checkout-contact-if-has-problem {
    margin-top: 20px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control.checkout-contact-if-has-problem .-radio {
    align-items: center;
    display: flex
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control.checkout-contact-if-has-problem .-radio img {
    width: 22px;
    height: 22px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product {
    display: flex;
    gap: 15px;
    padding: 25px 0;
    margin: 0
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product:last-child {
    padding-bottom: 0
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .-trodo-loading-placeholder {
    z-index: 1
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .checkbox-wrapper {
    display: flex;
    align-items: center
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .checkbox-wrapper label {
    height: 20px;
    width: 20px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-image .product-img-block {
    width: 80px;
    height: 80px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .title {
    padding-bottom: 8px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-compatible {
    margin-bottom: 10px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-compatible span {
    font-size: 1.3rem
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-compatible img {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 5px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-select {
    font-weight: 500
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-select span {
    display: inline-block
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-select .error-msg {
    color: #b42318
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .vehicle-select .error-msg:before {
    content: "";
    background-image: url(svg/20/help-red.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a {
    background-color: #dfe3e8;
    transition: var(--animation-duration);
    font-size: 1.3rem;
    color: #212b36;
    text-decoration: none;
    border-radius: 13.5px;
    padding: 5px 30px 5px 10px;
    text-transform: uppercase;
    display: block;
    position: relative
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a:hover {
    background-color: #e8ebee
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a:after {
    content: "";
    background-image: url('/images/img-theme/close.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px)
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a span {
    font-weight: 700;
    padding-right: 5px;
    text-transform: none
}

section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle.search-by-number a:after {
    display: none
}

section.checkout.checkout-fitment-check-step .checkout-product-check .items-checkbox-error input:not(:checked)+label:after,section.checkout.checkout-fitment-check-step .checkout-product-check .items-checkbox-error input:not(:checked)+label:before {
    border: 1px solid #de3618;
    outline: 1px solid #de3618
}

@media (max-width: 320px) {
    section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-image .product-img-block {
        width:60px;
        height: 60px
    }
}

@media (max-width: 576px) {
    section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-image .product-img-block {
        width:60px;
        height: 60px
    }

    section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a {
        display: block;
        font-size: 1rem;
        line-height: 1.5rem
    }

    section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a:after {
        margin-left: 5px
    }

    section.checkout.checkout-fitment-check-step .checkout-product-check .product .product-info .selected-vehicle a span {
        padding-right: 2px
    }
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control-comment .input-block {
    margin-top: 25px
}

section.checkout.checkout-fitment-check-step .checkout-compatibility-control-comment .input-block textarea {
    min-height: 125px
}

section.checkout.checkout-fitment-check-step .action-block .main-error {
    margin-bottom: 8px
}

section.checkout.checkout-payment-step .checkout-payment-address .with-address {
    margin-top: 20px
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c4cdd5;
    margin-top: 25px;
    margin-bottom: 15px;
    border-radius: 4px
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type .radio-block {
    max-width: 100%;
    width: 50%
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type .radio-block:first-child {
    border-right: 1px solid #c4cdd5
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type .radio-block label {
    padding: 15px;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type .radio-block label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #c4cdd5;
    margin: -2px;
    z-index: 1;
    cursor: pointer;
    transition: all var(--animation-duration);
    border-radius: 4px;
    opacity: 0
}

section.checkout.checkout-payment-step .checkout-payment-address .person-type .radio-block input:checked+label:after {
    border-color: #0077c7;
    opacity: 1
}

section.checkout.checkout-payment-step .checkout-payment-address .address-form {
    border-top: 1px solid #dfe3e8;
    padding-top: 25px;
    margin-top: 25px
}

section.checkout.checkout-payment-step .payment-methods .method {
    text-align: center
}

section.checkout.checkout-payment-step .payment-methods .method .m-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

section.checkout.checkout-payment-step .payment-methods .method .m-title span.h6 {
    text-align: left;
    padding-right: 20px
}

section.checkout.checkout-payment-step .payment-methods hr {
    margin: 4px 0 0 0
}

section.checkout.checkout-payment-step .checkboxes {
    margin-bottom: 25px
}

section.checkout.checkout-payment-step .checkboxes .terms-checkbox-error .-checkbox {
    margin-bottom: 4px
}

section.checkout.checkout-payment-step .checkboxes .terms-checkbox-error label:after,section.checkout.checkout-payment-step .checkboxes .terms-checkbox-error label:before {
    border: 1px solid #de3618;
    outline: 1px solid #de3618
}

section.checkout.checkout-payment-step #pay-btn.before-paypal {
    opacity: 0
}

section.checkout.checkout-payment-step #pay-btn.applepay,section.checkout.checkout-payment-step #pay-btn.paypal,section.checkout.checkout-payment-step #pay-btn.paypal-buttons {
    padding: 0;
    background: transparent!important;
    border: none;
    height: 59px;
    overflow: hidden;
    transition: none
}

section.checkout.checkout-payment-step #pay-btn.applepay .pay-btn-text,section.checkout.checkout-payment-step #pay-btn.paypal-buttons .pay-btn-text,section.checkout.checkout-payment-step #pay-btn.paypal .pay-btn-text {
    display: none
}

section.checkout.checkout-payment-step #pay-btn.applepay .paypal-button,section.checkout.checkout-payment-step #pay-btn.paypal-buttons .paypal-button,section.checkout.checkout-payment-step #pay-btn.paypal .paypal-button {
    position: relative;
    z-index: 2
}

section.checkout.checkout-payment-step #pay-btn.applepay {
    height: 45px
}

section.checkout.checkout-payment-step .explanation-text {
    font-size: 1.2rem;
    color: #637381;
    padding: 20px 25px 10px;
    line-height: 16px
}

section.checkout.checkout-review-step {
    padding: 46px 0
}

section.checkout.checkout-review-step .container {
    max-width: 830px
}

section.checkout.checkout-review-step .success-header {
    text-align: center;
    margin-bottom: 40px
}

section.checkout.checkout-review-step .success-header .success-icon {
    border: 6px solid #f1f8f5;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: inline-block
}

section.checkout.checkout-review-step .success-header .success-icon img {
    width: 32px;
    height: 32px
}

section.checkout.checkout-review-step .success-header h1 {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 36px
}

section.checkout.checkout-review-step .success-header p {
    font-size: 1.6rem
}

section.checkout.checkout-review-step .success-header a {
    color: #0077c7;
    font-weight: 500
}

section.checkout.checkout-review-step .success-header .order-number {
    font-weight: 700
}

section.checkout.checkout-review-step .success-container {
    max-width: 656px;
    margin: 0 auto
}

section.checkout.checkout-review-step .success-container .box {
    background-color: #fff;
    border-color: #dfe3e8;
    border-radius: 10px
}

section.checkout.checkout-review-step .success-container .box .part {
    padding: 20px;
    border-bottom: 1px solid #dfe3e8
}

section.checkout.checkout-review-step .success-container .box .part:last-child {
    border-bottom: none
}

section.checkout.checkout-review-step .success-container .box .part li {
    list-style: none
}

section.checkout.checkout-review-step .success-container .box .part .title {
    cursor: pointer;
    position: relative
}

section.checkout.checkout-review-step .success-container .box .part .title h5 {
    font-weight: 500
}

section.checkout.checkout-review-step .success-container .box .part .title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.5rem
}

section.checkout.checkout-review-step .success-container .box .part .title.active {
    padding-bottom: 8px
}

section.checkout.checkout-review-step .success-container .box .part .title.active:after {
    content: "-"
}

section.checkout.checkout-review-step .success-container .box .part .content-accordion {
    -webkit-transform-origin: top left;
    transform-origin: top left
}

section.checkout.checkout-review-step .success-container .box .part.account button {
    width: 100%
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .delivery-info {
    margin-bottom: 15px
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .order-email {
    color: #0077c7;
    margin-top: 8px
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .delivery-address {
    margin-bottom: 15px
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps {
    padding-top: 25px
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps ul {
    padding-left: 40px;
    position: relative
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps ul:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 40px);
    left: 15px;
    margin-top: 25px;
    width: 2px;
    background-color: #c4cdd5
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li {
    position: relative;
    margin-bottom: 25px
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li span {
    color: #637381
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li:before {
    content: "";
    position: absolute;
    left: -33px;
    width: 12px;
    height: 12px;
    background-color: #c4cdd5;
    border: 3px solid #dfe3e8;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li:after {
    content: "";
    position: absolute;
    left: -25px;
    width: 2px;
    background-color: initial;
    height: 100%;
    top: 15px;
    box-sizing: border-box
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li.complete:before {
    background-color: #287555;
    border-color: #098649
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li.complete:after {
    background-color: #287555
}

section.checkout.checkout-review-step .success-container .box .part.delivery-details .vertical-steps li.complete+.complete .step-content:before {
    content: "";
    position: absolute;
    left: -25px;
    width: 2px;
    background-color: #287555;
    height: 100%;
    top: -15px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products {
    padding-top: 15px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product {
    max-width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 16px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .product-img {
    float: left;
    padding-right: 16px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .product-img .product-img-block {
    width: 80px;
    height: 80px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info {
    display: flex;
    justify-content: space-between
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info {
    max-width: 80%
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info .product-title {
    padding-bottom: 4px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info li {
    color: #637381;
    font-size: 1.3rem
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .product-price .sep {
    padding: 0 5px;
    display: inline-block
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .totals {
    border-top: 1px solid #dfe3e8;
    text-align: right;
    padding-top: 25px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .totals .other-totals {
    display: inline-block;
    border-bottom: 1px solid #dfe3e8;
    margin-bottom: 20px;
    padding-bottom: 12px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .totals li {
    padding-bottom: 8px
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .totals li span:last-child {
    min-width: 110px;
    display: inline-block
}

section.checkout.checkout-review-step .success-container .box .part.order-summary .totals li.grand-totals {
    font-weight: 600
}

section.checkout.checkout-error-step {
    padding: 40px 0
}

section.checkout.checkout-error-step .container {
    max-width: 630px
}

section.checkout.checkout-error-step .error-header {
    text-align: center;
    margin-bottom: 40px
}

section.checkout.checkout-error-step .error-header .error-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid #f4c6bc;
    line-height: 2.2
}

section.checkout.checkout-error-step .error-header .error-icon img {
    width: 32px;
    height: 32px
}

section.checkout.checkout-error-step .error-header h1 {
    font-size: 4rem
}

section.checkout.checkout-error-step .error-header p {
    font-size: 1.6rem
}

section.checkout.checkout-error-step .error-header a {
    margin-top: 25px
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section a {
    text-decoration: none
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section .garage-section {
    display: none
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section>.icon-block {
    width: 21px;
    margin-right: 5px;
    height: 21px;
    display: inline-block;
    vertical-align: middle
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section>.text-block {
    display: inline-block
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section>.text-block span {
    display: none
}

body.checkout-index-index header.page-header .short-header-content .customer-block .customer-section .customer-popup .icon-block {
    margin-right: 15px
}

section.checkout.checkout-step {
    min-height: 100vh
}

section.checkout.checkout-step .checkout-container {
    padding-bottom: 80px
}

section.checkout.checkout-step .-trodo-message {
    margin-top: 15px
}

section.checkout.checkout-step .notification .-trodo-message a {
    text-decoration: underline
}

section.checkout.checkout-step .-checkbox label {
    position: relative;
    color: #212b36;
    padding-right: 10px
}

section.checkout.checkout-step .-checkbox label:after,section.checkout.checkout-step .-checkbox label:before {
    top: 0
}

section.checkout.checkout-step .-checkbox label p {
    display: inline
}

section.checkout.checkout-step .-checkbox label span.asterisk {
    color: #de3617;
    position: absolute;
    width: 11px
}

section.checkout.checkout-step .-checkbox label span.asterisk:before {
    content: "";
    width: 3px;
    height: 1px;
    display: inline-block
}

section.checkout.checkout-step aside.card-sidebar.sticky-parent {
    height: auto
}

section.checkout.checkout-step aside.card-sidebar .actions .sum {
    font-size: 1.4rem
}

section.checkout.checkout-step h1 {
    margin: 0
}

section.checkout.checkout-step .checkout-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 24px
}

section.checkout.checkout-step .checkout-title .breadcrumbs {
    padding-top: 0
}

section.checkout.checkout-step .checkout-title .breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: center
}

section.checkout.checkout-step .checkout-title .breadcrumbs li a {
    text-transform: capitalize;
    color: #637381
}

section.checkout.checkout-step .checkout-title .breadcrumbs li a:hover {
    color: #0077c7;
    text-decoration: none
}

section.checkout.checkout-step .checkout-title .breadcrumbs li i.breadcrumb-circle {
    width: 32px;
    height: 32px;
    border: 1px solid #c4cdd5;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 2.3;
    margin-right: 6px;
    font-style: normal;
    color: #000
}

section.checkout.checkout-step .checkout-title .breadcrumbs li span {
    text-transform: capitalize;
    color: #212b36
}

section.checkout.checkout-step .checkout-title .breadcrumbs li:after {
    background-image: none;
    width: 32px;
    height: 1px;
    background-color: #dfe3e8;
    padding: 0;
    margin: 0 8px;
    -webkit-transform: none;
    transform: none
}

section.checkout.checkout-step .checkout-title .breadcrumbs li.active i.breadcrumb-circle {
    border: 2px solid #0077c7
}

section.checkout.checkout-step .checkout-title .breadcrumbs li.done i.breadcrumb-circle {
    position: relative;
    color: transparent
}

section.checkout.checkout-step .checkout-title .breadcrumbs li.done i.breadcrumb-circle:after {
    content: "";
    background-image: url(svg/20/success-check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

section.checkout.checkout-step .checkout-title .breadcrumbs li.done span {
    color: #637381
}

section.checkout.checkout-step .content {
    margin-top: 25px
}

section.checkout.checkout-step .box .step {
    border-radius: 10px
}

section.checkout.checkout-step .box .step .part .title h4,section.checkout.checkout-step .box .step .part .title h5,section.checkout.checkout-step .box .step .part .title span.h4,section.checkout.checkout-step .box .step .part .title span.h5 {
    margin-bottom: 4px
}

section.checkout.checkout-step .box .step .part .title a {
    font-weight: 500
}

section.checkout.checkout-step .box .step .shipping-methods .part {
    border-bottom: none;
    padding-bottom: 0
}

section.checkout.checkout-step .box .step .shipping-methods .-trodo-message .hint {
    color: #0077c7
}

section.checkout.checkout-step .box .step.additional-payment {
    background: #fff
}

section.checkout.checkout-step .box .step.additional-payment .part {
    margin-bottom: 20px;
    padding: 0 0 5px 0
}

section.checkout.checkout-step .box .step .input-block span.info {
    color: #637381;
    font-size: 1.3rem
}

section.checkout.checkout-step .box .step .row .input-block {
    margin-bottom: 15px
}

section.checkout.checkout-step .box .step .row li:last-of-type .input-block {
    margin-bottom: 0
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .is-not-ready .method,section.checkout.checkout-step .box .step .payment-methods .is-not-ready .method,section.checkout.checkout-step .box .step .shipping-methods .is-not-ready .method,section.checkout.checkout-step .box .step div.address .is-not-ready .method {
    pointer-events: none
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .title,section.checkout.checkout-step .box .step .payment-methods .title,section.checkout.checkout-step .box .step .shipping-methods .title,section.checkout.checkout-step .box .step div.address .title {
    margin-bottom: 20px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .title.other-methods,section.checkout.checkout-step .box .step .payment-methods .title.other-methods,section.checkout.checkout-step .box .step .shipping-methods .title.other-methods,section.checkout.checkout-step .box .step div.address .title.other-methods {
    margin-bottom: 0
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .title.other-methods.active,section.checkout.checkout-step .box .step .payment-methods .title.other-methods.active,section.checkout.checkout-step .box .step .shipping-methods .title.other-methods.active,section.checkout.checkout-step .box .step div.address .title.other-methods.active {
    padding-bottom: 20px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .carrier-title,section.checkout.checkout-step .box .step .payment-methods .carrier-title,section.checkout.checkout-step .box .step .shipping-methods .carrier-title,section.checkout.checkout-step .box .step div.address .carrier-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method,section.checkout.checkout-step .box .step .payment-methods .method,section.checkout.checkout-step .box .step .shipping-methods .method,section.checkout.checkout-step .box .step div.address .method {
    margin-bottom: 16px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method.restricted .method-content span.error,section.checkout.checkout-step .box .step .payment-methods .method.restricted .method-content span.error,section.checkout.checkout-step .box .step .shipping-methods .method.restricted .method-content span.error,section.checkout.checkout-step .box .step div.address .method.restricted .method-content span.error {
    font-size: 1.4rem
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method.restricted .method-content span.error img,section.checkout.checkout-step .box .step .payment-methods .method.restricted .method-content span.error img,section.checkout.checkout-step .box .step .shipping-methods .method.restricted .method-content span.error img,section.checkout.checkout-step .box .step div.address .method.restricted .method-content span.error img {
    vertical-align: middle
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method.restricted .method-content .carrier-title,section.checkout.checkout-step .box .step .payment-methods .method.restricted .method-content .carrier-title,section.checkout.checkout-step .box .step .shipping-methods .method.restricted .method-content .carrier-title,section.checkout.checkout-step .box .step div.address .method.restricted .method-content .carrier-title {
    margin-bottom: 8px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .logo,section.checkout.checkout-step .box .step .payment-methods .method .logo,section.checkout.checkout-step .box .step .shipping-methods .method .logo,section.checkout.checkout-step .box .step div.address .method .logo {
    display: inline-block;
    margin-bottom: 8px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .logo img,section.checkout.checkout-step .box .step .payment-methods .method .logo img,section.checkout.checkout-step .box .step .shipping-methods .method .logo img,section.checkout.checkout-step .box .step div.address .method .logo img {
    max-height: 24px;
    width: auto
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .delivery-date,section.checkout.checkout-step .box .step .payment-methods .method .delivery-date,section.checkout.checkout-step .box .step .shipping-methods .method .delivery-date,section.checkout.checkout-step .box .step div.address .method .delivery-date {
    color: #637381;
    font-size: 1.3rem;
    display: block
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .delivery-date span,section.checkout.checkout-step .box .step .payment-methods .method .delivery-date span,section.checkout.checkout-step .box .step .shipping-methods .method .delivery-date span,section.checkout.checkout-step .box .step div.address .method .delivery-date span {
    display: inline-block
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .delivery-date .label,section.checkout.checkout-step .box .step .payment-methods .method .delivery-date .label,section.checkout.checkout-step .box .step .shipping-methods .method .delivery-date .label,section.checkout.checkout-step .box .step div.address .method .delivery-date .label {
    padding-right: 5px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .price,section.checkout.checkout-step .box .step .payment-methods .method .price,section.checkout.checkout-step .box .step .shipping-methods .method .price,section.checkout.checkout-step .box .step div.address .method .price {
    font-weight: 500;
    white-space: nowrap
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .error,section.checkout.checkout-step .box .step .payment-methods .method .error,section.checkout.checkout-step .box .step .shipping-methods .method .error,section.checkout.checkout-step .box .step div.address .method .error {
    color: #de3618;
    font-size: 1.3rem
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border,section.checkout.checkout-step .box .step .payment-methods .method .method-border,section.checkout.checkout-step .box .step .shipping-methods .method .method-border,section.checkout.checkout-step .box .step div.address .method .method-border {
    padding: 16px;
    cursor: pointer;
    position: relative;
    transition: all var(--animation-duration);
    display: block
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .address .method-content,section.checkout.checkout-step .box .step .payment-methods .method .method-border .address .method-content,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .address .method-content,section.checkout.checkout-step .box .step div.address .method .method-border .address .method-content {
    padding-right: 36px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .method-content,section.checkout.checkout-step .box .step .payment-methods .method .method-border .method-content,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .method-content,section.checkout.checkout-step .box .step div.address .method .method-border .method-content {
    position: relative
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .method-content .radio-icon,section.checkout.checkout-step .box .step .payment-methods .method .method-border .method-content .radio-icon,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .method-content .radio-icon,section.checkout.checkout-step .box .step div.address .method .method-border .method-content .radio-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c4cdd5;
    border-radius: 50%
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .m-title i,section.checkout.checkout-step .box .step .payment-methods .method .method-border .m-title i,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .m-title i,section.checkout.checkout-step .box .step div.address .method .method-border .m-title i {
    font-style: normal;
    display: block;
    font-weight: 500
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .customer-address,section.checkout.checkout-step .box .step .payment-methods .method .method-border .customer-address,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .customer-address,section.checkout.checkout-step .box .step div.address .method .method-border .customer-address {
    color: #637381
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .additional,section.checkout.checkout-step .box .step .payment-methods .method .method-border .additional,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .additional,section.checkout.checkout-step .box .step div.address .method .method-border .additional {
    display: none
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .address,section.checkout.checkout-step .box .step .payment-methods .method .method-border .address,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .address,section.checkout.checkout-step .box .step div.address .method .method-border .address {
    color: #637381;
    font-size: 1.3rem
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .vat-id,section.checkout.checkout-step .box .step .payment-methods .method .method-border .vat-id,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .vat-id,section.checkout.checkout-step .box .step div.address .method .method-border .vat-id {
    color: #637381;
    display: block
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .address-type,section.checkout.checkout-step .box .step .payment-methods .method .method-border .address-type,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .address-type,section.checkout.checkout-step .box .step div.address .method .method-border .address-type {
    display: block;
    margin-top: 10px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .address-type i,section.checkout.checkout-step .box .step .payment-methods .method .method-border .address-type i,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .address-type i,section.checkout.checkout-step .box .step div.address .method .method-border .address-type i {
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border .address-type img,section.checkout.checkout-step .box .step .payment-methods .method .method-border .address-type img,section.checkout.checkout-step .box .step .shipping-methods .method .method-border .address-type img,section.checkout.checkout-step .box .step div.address .method .method-border .address-type img {
    vertical-align: middle;
    margin-right: 5px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border:after,section.checkout.checkout-step .box .step .payment-methods .method .method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method .method-border:after,section.checkout.checkout-step .box .step div.address .method .method-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #c4cdd5;
    margin: -2px;
    z-index: 1;
    cursor: pointer;
    transition: all var(--animation-duration);
    border-radius: 6px;
    opacity: 0
}

@media (hover: hover) and (pointer:fine) {
    section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border:hover,section.checkout.checkout-step .box .step .payment-methods .method .method-border:hover,section.checkout.checkout-step .box .step .shipping-methods .method .method-border:hover,section.checkout.checkout-step .box .step div.address .method .method-border:hover {
        border-color:transparent
    }

    section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border:hover:after,section.checkout.checkout-step .box .step .payment-methods .method .method-border:hover:after,section.checkout.checkout-step .box .step .shipping-methods .method .method-border:hover:after,section.checkout.checkout-step .box .step div.address .method .method-border:hover:after {
        border-color: #0077c7;
        opacity: 1
    }
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border.has-logo,section.checkout.checkout-step .box .step .payment-methods .method .method-border.has-logo,section.checkout.checkout-step .box .step .shipping-methods .method .method-border.has-logo,section.checkout.checkout-step .box .step div.address .method .method-border.has-logo {
    padding: 16px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .method-border.has-logo img,section.checkout.checkout-step .box .step .payment-methods .method .method-border.has-logo img,section.checkout.checkout-step .box .step .shipping-methods .method .method-border.has-logo img,section.checkout.checkout-step .box .step div.address .method .method-border.has-logo img {
    max-height: 20px;
    width: auto
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border {
    border-color: transparent;
    background: #f2f8fd
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border .trodo-dropdown,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border .trodo-dropdown,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border .trodo-dropdown,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border .trodo-dropdown {
    background: #fff
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border .additional,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border .additional,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border .additional,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border .additional {
    display: block
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border:after {
    border-color: #0077c7;
    opacity: 1
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border .radio-icon {
    background-color: #0077c7;
    display: flex;
    justify-content: center;
    align-items: center
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step div.address .method .radio-input:checked+.method-border .radio-icon span {
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method #adyen_cc:checked+.method-border:after,section.checkout.checkout-step .box .step .checkout-compatibility-control .method #adyen_klarna_payments:checked+.method-border:after,section.checkout.checkout-step .box .step .checkout-compatibility-control .method #braintree:checked+.method-border:after,section.checkout.checkout-step .box .step .checkout-compatibility-control .method #klarna_kp:checked+.method-border:after,section.checkout.checkout-step .box .step .checkout-compatibility-control .method #swedbank_paylink:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method #adyen_cc:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method #adyen_klarna_payments:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method #braintree:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method #klarna_kp:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method #swedbank_paylink:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method #adyen_cc:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method #adyen_klarna_payments:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method #braintree:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method #klarna_kp:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method #swedbank_paylink:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method #adyen_cc:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method #adyen_klarna_payments:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method #braintree:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method #klarna_kp:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .method #swedbank_paylink:checked+.method-border:after {
    border-width: 2px 2px 0 2px;
    border-radius: 6px 6px 0 0
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method #braintree:checked+label .m-title img,section.checkout.checkout-step .box .step .payment-methods .method #braintree:checked+label .m-title img,section.checkout.checkout-step .box .step .shipping-methods .method #braintree:checked+label .m-title img,section.checkout.checkout-step .box .step div.address .method #braintree:checked+label .m-title img {
    display: none
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:disabled+.method-border,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:disabled+.method-border,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:disabled+.method-border,section.checkout.checkout-step .box .step div.address .method .radio-input:disabled+.method-border {
    opacity: .5;
    cursor: default!important
}

@media (hover: hover) and (pointer:fine) {
    section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:disabled+.method-border:hover,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:disabled+.method-border:hover,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:disabled+.method-border:hover,section.checkout.checkout-step .box .step div.address .method .radio-input:disabled+.method-border:hover {
        border-color:inherit
    }

    section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:disabled+.method-border:hover:after,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:disabled+.method-border:hover:after,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:disabled+.method-border:hover:after,section.checkout.checkout-step .box .step div.address .method .radio-input:disabled+.method-border:hover:after {
        border-color: transparent!important;
        opacity: 0!important;
        cursor: default!important
    }

    section.checkout.checkout-step .box .step .checkout-compatibility-control .method .radio-input:disabled+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .method .radio-input:disabled+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .method .radio-input:disabled+.method-border:after,section.checkout.checkout-step .box .step div.address .method .radio-input:disabled+.method-border:after {
        border-color: transparent!important
    }
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method #klarna-payment-method-container .adyen-checkout__klarna-widget,section.checkout.checkout-step .box .step .payment-methods .method #klarna-payment-method-container .adyen-checkout__klarna-widget,section.checkout.checkout-step .box .step .shipping-methods .method #klarna-payment-method-container .adyen-checkout__klarna-widget,section.checkout.checkout-step .box .step div.address .method #klarna-payment-method-container .adyen-checkout__klarna-widget {
    min-height: 55px;
    padding-top: 20px
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .method #klarna-payment-method-container .adyen-checkout__button.adyen-checkout__button--pay,section.checkout.checkout-step .box .step .payment-methods .method #klarna-payment-method-container .adyen-checkout__button.adyen-checkout__button--pay,section.checkout.checkout-step .box .step .shipping-methods .method #klarna-payment-method-container .adyen-checkout__button.adyen-checkout__button--pay,section.checkout.checkout-step .box .step div.address .method #klarna-payment-method-container .adyen-checkout__button.adyen-checkout__button--pay {
    display: none
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .delivery-option-error .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step .payment-methods .delivery-option-error .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step .shipping-methods .delivery-option-error .method .radio-input:checked+.method-border,section.checkout.checkout-step .box .step div.address .delivery-option-error .method .radio-input:checked+.method-border {
    background-color: #fbeae5
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .delivery-option-error .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step .payment-methods .delivery-option-error .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step .shipping-methods .delivery-option-error .method .radio-input:checked+.method-border .radio-icon,section.checkout.checkout-step .box .step div.address .delivery-option-error .method .radio-input:checked+.method-border .radio-icon {
    background-color: #de3618
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .delivery-option-error .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step .payment-methods .delivery-option-error .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step .shipping-methods .delivery-option-error .method .radio-input:checked+.method-border .radio-icon span,section.checkout.checkout-step .box .step div.address .delivery-option-error .method .radio-input:checked+.method-border .radio-icon span {
    background-color: #fbeae5
}

section.checkout.checkout-step .box .step .checkout-compatibility-control .delivery-option-error .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step .payment-methods .delivery-option-error .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step .shipping-methods .delivery-option-error .method .radio-input:checked+.method-border:after,section.checkout.checkout-step .box .step div.address .delivery-option-error .method .radio-input:checked+.method-border:after {
    border-color: #de3618
}

section.checkout.checkout-step .box .step div.address .method:not(:last-child) {
    border-width: 2px
}

section.checkout.checkout-step .box .step div.address .method label .row {
    margin-right: 0;
    margin-left: 0
}

section.checkout.checkout-step .box .step div.address .method label .row>div {
    padding: 0
}

section.checkout.checkout-step .box .step div.address .method label .row .col-md-6:first-child {
    padding-right: 16px
}

section.checkout.checkout-step .box .step .payment-methods .method .radio-input:checked+.method-border {
    pointer-events: none
}

section.checkout.checkout-step .box .step .payment-methods .method {
    margin-bottom: 16px
}

section.checkout.checkout-step .box .step .payment-methods .payment-data {
    background: #f2f8fd
}

section.checkout.checkout-step .box .step .payment-methods .payment-data .-radio input:not(:checked)+label:before,section.checkout.checkout-step .box .step .payment-methods .payment-data .adyen-checkout__input-wrapper,section.checkout.checkout-step .box .step .payment-methods .payment-data .input-wrapper {
    background: #fff
}

section.checkout.checkout-step .box .step .action-block {
    padding: 20px
}

section.checkout.checkout-step .box .step .action-block .-checkbox label {
    font-size: 1.4rem;
    left: 0
}

section.checkout.checkout-step .box .step .action-block .button {
    display: block;
    width: 100%
}

section.checkout.checkout-step .trodo-dropdown {
    border-color: #c4cdd5
}

section.checkout.checkout-step .form-error .trodo-dropdown {
    border-color: #de3618!important
}

section.checkout.checkout-step .explanation-text {
    max-width: 1135px;
    font-size: 1.3rem;
    color: #637381;
    line-height: 16px;
    margin: 0 auto;
    padding: 0 15px 20px
}

section.checkout.checkout-step .delivery-notice .-trodo-message {
    margin: 15px 20px
}

.adyen-checkout__card-container,.brain-tree-form-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative
}

.adyen-checkout__card-container .cardinfo-wrapper,.brain-tree-form-container .cardinfo-wrapper {
    display: flex;
    justify-content: space-around
}

.adyen-checkout__card-container .bg-illustration,.brain-tree-form-container .bg-illustration {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.adyen-checkout__card-container .bg-illustration svg,.brain-tree-form-container .bg-illustration svg {
    width: 100%
}

.adyen-checkout__card-container .card-shape,.brain-tree-form-container .card-shape {
    border-radius: 6px
}

@media (max-width: 476px) {
    .adyen-checkout__card-container .card-shape,.brain-tree-form-container .card-shape {
        padding:2em 1.5em 1em
    }
}

.adyen-checkout__card-container #adyen-card-form,.adyen-checkout__card-container #brain-tree-form,.brain-tree-form-container #adyen-card-form,.brain-tree-form-container #brain-tree-form {
    z-index: 1;
    width: 100%
}

.adyen-checkout__card-container #adyen-card-form #card-image,.adyen-checkout__card-container #brain-tree-form #card-image,.brain-tree-form-container #adyen-card-form #card-image,.brain-tree-form-container #brain-tree-form #card-image {
    position: absolute;
    top: -34px;
    right: 16px
}

.adyen-checkout__card-container #adyen-card-form #card-image img,.adyen-checkout__card-container #brain-tree-form #card-image img,.brain-tree-form-container #adyen-card-form #card-image img,.brain-tree-form-container #brain-tree-form #card-image img {
    transition: opacity var(--animation-duration) ease
}

.adyen-checkout__card-container #adyen-card-form #card-image img:not(:last-of-type),.adyen-checkout__card-container #brain-tree-form #card-image img:not(:last-of-type),.brain-tree-form-container #adyen-card-form #card-image img:not(:last-of-type),.brain-tree-form-container #brain-tree-form #card-image img:not(:last-of-type) {
    margin-right: 8px
}

.adyen-checkout__card-container #adyen-card-form.maestro #card-image .master-card,.adyen-checkout__card-container #adyen-card-form.maestro #card-image .visa,.adyen-checkout__card-container #adyen-card-form.master-card #card-image .maestro,.adyen-checkout__card-container #adyen-card-form.master-card #card-image .visa,.adyen-checkout__card-container #adyen-card-form.visa #card-image .maestro,.adyen-checkout__card-container #adyen-card-form.visa #card-image .master-card,.adyen-checkout__card-container #brain-tree-form.maestro #card-image .master-card,.adyen-checkout__card-container #brain-tree-form.maestro #card-image .visa,.adyen-checkout__card-container #brain-tree-form.master-card #card-image .maestro,.adyen-checkout__card-container #brain-tree-form.master-card #card-image .visa,.adyen-checkout__card-container #brain-tree-form.visa #card-image .maestro,.adyen-checkout__card-container #brain-tree-form.visa #card-image .master-card,.brain-tree-form-container #adyen-card-form.maestro #card-image .master-card,.brain-tree-form-container #adyen-card-form.maestro #card-image .visa,.brain-tree-form-container #adyen-card-form.master-card #card-image .maestro,.brain-tree-form-container #adyen-card-form.master-card #card-image .visa,.brain-tree-form-container #adyen-card-form.visa #card-image .maestro,.brain-tree-form-container #adyen-card-form.visa #card-image .master-card,.brain-tree-form-container #brain-tree-form.maestro #card-image .master-card,.brain-tree-form-container #brain-tree-form.maestro #card-image .visa,.brain-tree-form-container #brain-tree-form.master-card #card-image .maestro,.brain-tree-form-container #brain-tree-form.master-card #card-image .visa,.brain-tree-form-container #brain-tree-form.visa #card-image .maestro,.brain-tree-form-container #brain-tree-form.visa #card-image .master-card {
    opacity: .3
}

.adyen-checkout__card-container .cardinfo-exp-date,.brain-tree-form-container .cardinfo-exp-date {
    margin-right: 16px;
    width: 100%
}

.adyen-checkout__card-container .cardinfo-cvv,.brain-tree-form-container .cardinfo-cvv {
    width: 100%
}

.adyen-checkout__card-container #button-pay,.brain-tree-form-container #button-pay {
    cursor: pointer;
    width: 16em;
    font-size: 15px;
    border: 0;
    display: none;
    padding: 1.2em 1em;
    color: #fff;
    background: #282c37;
    border-radius: 4px;
    z-index: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all .5s cubic-bezier(.2,1.3,.7,1);
    opacity: 0;
    -webkit-appearance: none
}

.adyen-checkout__card-container #button-pay:hover,.brain-tree-form-container #button-pay:hover {
    background: #535b72
}

.adyen-checkout__card-container #button-pay:active,.brain-tree-form-container #button-pay:active {
    -webkit-animation: cardIntro .2s cubic-bezier(.2,1.3,.7,1);
    animation: cardIntro .2s cubic-bezier(.2,1.3,.7,1)
}

.adyen-checkout__card-container #button-pay.show-button,.brain-tree-form-container #button-pay.show-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.adyen-checkout__card-container .adyen-checkout__input-wrapper,.adyen-checkout__card-container .input-wrapper,.brain-tree-form-container .adyen-checkout__input-wrapper,.brain-tree-form-container .input-wrapper {
    border-radius: 6px;
    height: 48px;
    border: 1px solid #c4cdd5;
    padding: 6px 12px 6px;
    transition: var(--animation-duration)
}

.adyen-checkout__card-container .adyen-checkout__input-wrapper+label,.adyen-checkout__card-container .input-wrapper+label,.brain-tree-form-container .adyen-checkout__input-wrapper+label,.brain-tree-form-container .input-wrapper+label {
    color: #637381;
    cursor: text;
    left: 12px;
    position: absolute;
    transition: var(--animation-duration);
    height: 0;
    opacity: 0;
    top: 0;
    font-size: 1.3rem
}

.adyen-checkout__card-container .adyen-checkout__input-wrapper.not-empty,.adyen-checkout__card-container .input-wrapper.not-empty,.brain-tree-form-container .adyen-checkout__input-wrapper.not-empty,.brain-tree-form-container .input-wrapper.not-empty {
    padding: 22px 12px 6px
}

.adyen-checkout__card-container .adyen-checkout__input-wrapper.not-empty+label,.adyen-checkout__card-container .input-wrapper.not-empty+label,.brain-tree-form-container .adyen-checkout__input-wrapper.not-empty+label,.brain-tree-form-container .input-wrapper.not-empty+label {
    height: auto;
    opacity: 1;
    top: 5px
}

.adyen-checkout__card-container .cardinfo-card-number,.adyen-checkout__card-container .cardinfo-cvv,.adyen-checkout__card-container .cardinfo-exp-date,.brain-tree-form-container .cardinfo-card-number,.brain-tree-form-container .cardinfo-cvv,.brain-tree-form-container .cardinfo-exp-date {
    transition: -webkit-transform var(--animation-duration);
    transition: transform var(--animation-duration);
    transition: transform var(--animation-duration),-webkit-transform var(--animation-duration);
    margin-bottom: 16px;
    position: relative
}

.adyen-checkout__card-container .cardinfo-card-number .icon,.adyen-checkout__card-container .cardinfo-cvv .icon,.adyen-checkout__card-container .cardinfo-exp-date .icon,.brain-tree-form-container .cardinfo-card-number .icon,.brain-tree-form-container .cardinfo-cvv .icon,.brain-tree-form-container .cardinfo-exp-date .icon {
    position: absolute;
    right: 16px;
    top: calc(50% - 8px)
}

.adyen-checkout__card-container .cardinfo-card-holder-name,.brain-tree-form-container .cardinfo-card-holder-name {
    transition: -webkit-transform var(--animation-duration);
    transition: transform var(--animation-duration);
    transition: transform var(--animation-duration),-webkit-transform var(--animation-duration);
    position: relative
}

.adyen-checkout__card-container .braintree-hosted-fields-focused,.brain-tree-form-container .braintree-hosted-fields-focused {
    border-color: #5db6e8
}

.adyen-checkout__card-container .braintree-hosted-fields-invalid,.brain-tree-form-container .braintree-hosted-fields-invalid {
    border-color: #e53a40;
    -webkit-animation: shake .5s cubic-bezier(.2,1.3,.7,1) both;
    animation: shake .5s cubic-bezier(.2,1.3,.7,1) both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes cardIntro {
    0% {
        -webkit-transform: scale(.8) translate(0);
        transform: scale(.8) translate(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
        opacity: 1
    }
}

@keyframes cardIntro {
    0% {
        -webkit-transform: scale(.8) translate(0);
        transform: scale(.8) translate(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
        opacity: 1
    }
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}

@keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}

#klarna-payments-container,.adyen-checkout__card-container,.brain-tree-form-container,.swedbank-paylink-container {
    border-color: #0077c7;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    padding: 0 16px 16px;
    margin: -2px;
    text-align: left
}

#klarna-payments-container ul,.adyen-checkout__card-container ul,.brain-tree-form-container ul,.swedbank-paylink-container ul {
    list-style-type: none
}

#klarna-payments-container ul .-radio input:checked+label:after,.adyen-checkout__card-container ul .-radio input:checked+label:after,.brain-tree-form-container ul .-radio input:checked+label:after,.swedbank-paylink-container ul .-radio input:checked+label:after {
    left: 7px
}

#klarna-payments-container ul .-radio label,.adyen-checkout__card-container ul .-radio label,.brain-tree-form-container ul .-radio label,.swedbank-paylink-container ul .-radio label {
    align-items: center;
    display: flex;
    padding-left: 29px
}

#klarna-payments-container ul .-radio label img,.adyen-checkout__card-container ul .-radio label img,.brain-tree-form-container ul .-radio label img,.swedbank-paylink-container ul .-radio label img {
    margin-right: 6px;
    max-height: 20px
}

#klarna-payments-container ul .-radio label:after,#klarna-payments-container ul .-radio label:before,.adyen-checkout__card-container ul .-radio label:after,.adyen-checkout__card-container ul .-radio label:before,.brain-tree-form-container ul .-radio label:after,.brain-tree-form-container ul .-radio label:before,.swedbank-paylink-container ul .-radio label:after,.swedbank-paylink-container ul .-radio label:before {
    left: 0
}

#klarna-payments-container ul .input-block,.adyen-checkout__card-container ul .input-block,.brain-tree-form-container ul .input-block,.swedbank-paylink-container ul .input-block {
    margin-bottom: 0
}

#klarna-payments-container ul li iframe,.adyen-checkout__card-container ul li iframe,.brain-tree-form-container ul li iframe,.swedbank-paylink-container ul li iframe {
    margin-top: 15px
}

#klarna-payments-container ul li:not(:last-of-type),.adyen-checkout__card-container ul li:not(:last-of-type),.brain-tree-form-container ul li:not(:last-of-type),.swedbank-paylink-container ul li:not(:last-of-type) {
    margin-bottom: 15px
}

#klarna-payments-container .reset-button,.adyen-checkout__card-container .reset-button,.brain-tree-form-container .reset-button,.swedbank-paylink-container .reset-button {
    margin-top: 15px;
    width: 100%
}

.vehicle-category-block .car-landing-vehicle-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px)
}

.vehicle-category-block .car-landing-vehicle-list .make {
    max-width: calc(16.666% - 15px);
    width: 100%;
    margin: 0 0 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

.vehicle-category-block .popular-manufacturers {
    margin-bottom: 40px
}

.vehicle-category-block .popular-manufacturers .car-landing-vehicle-list .brand {
    height: auto;
    padding: 5px 16px
}

.vehicle-category-block .popular-manufacturers .car-landing-vehicle-list .brand img {
    vertical-align: middle
}

.vehicle-category-block.ssr .cols:not(.active) .toggle-content {
    display: none
}

.full-model-types {
    padding-bottom: 65px
}

.full-model-types .car-landing-vehicle-list .make {
    max-width: calc(25% - 15px);
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center
}

.full-model-types .grey-background {
    padding-top: 50px
}

.product-list .content .list .full-model-types,.product-list .content .list .make-types,.product-list .content .list .model-types {
    margin-top: 0
}

.product-list .content .list .full-model-types~.featured-products,.product-list .content .list .make-types~.featured-products,.product-list .content .list .model-types~.featured-products {
    margin-bottom: 45px
}

.product-list .content .list .car-landing-content {
    display: none
}

.product-list .content .list .vehicle-types {
    margin-top: 0;
    padding-bottom: 0
}

.product-list .content .list .make-block .featured-products,.product-list .content .list .model-block .featured-products {
    display: none
}

.compatible-vehicles {
    padding-right: 0;
    margin-top: 48px;
    margin-bottom: 26px
}

.compatible-vehicles .compatible-vehicles-container {
    background-color: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px
}

.compatible-vehicles .first-col {
    border-bottom: 1px solid #dfe3e8;
    padding: 16px;
    display: flex
}

.compatible-vehicles .first-col .reset-filter {
    margin: auto 0;
    cursor: pointer;
    color: #007ace;
    font-weight: 500
}

.compatible-vehicles .first-col .select-block {
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin-right: 8px
}

.compatible-vehicles .first-col .select-block .dropdown-options ul li:last-of-type {
    font-size: 13px;
    color: #007ace;
    font-weight: 500
}

.compatible-vehicles .first-col .select-block:last-of-type {
    margin-right: 16px
}

.compatible-vehicles .first-col .select-block .trodo-dropdown {
    padding: 10px 8px 10px 12px;
    height: 100%
}

.compatible-vehicles .second-col {
    height: 100%;
    max-height: 548px;
    overflow-y: auto
}

.compatible-vehicles .cols {
    border-bottom: 1px solid #dfe3e8;
    position: relative;
    cursor: pointer;
    color: #212b36
}

.compatible-vehicles .cols:last-of-type {
    border-bottom: none
}

.compatible-vehicles .cols .title {
    padding: 14px 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: left
}

@media screen and ( max-width: 767px ) {
	.compatible-vehicles .cols .title {
    padding: 14px 0;
	}
}

.compatible-vehicles .cols .title h3 {
    font-size: 1.6rem;
    font-weight: 500
}

.compatible-vehicles .cols .title .title-block {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-direction: initial;
}

.compatible-vehicles .cols .title .title-block:before {
    content: "";
    margin-right: 4px;
    background-image: url('/images/img-theme/chevron-full-size.svg');
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 50%;
    background-repeat: no-repeat;
    left: 0;
    top: 8px;
    height: 21px;
    width: 20px;
		flex: 0 0 auto;
		max-width: 20px;
}

.compatible-vehicles .cols.active {
    padding-bottom: 8px
}

.compatible-vehicles .cols.active>.title:before {
    -webkit-transform: none;
    transform: none
}

.compatible-vehicles .toggle-content {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-radius: 4px;
    overflow-x: auto;
    height: 100%;
    transition: max-height var(--animation-duration)
}

.compatible-vehicles .toggle-content.models {
    border: none
}

.compatible-vehicles .toggle-content.models .cols {
    border-bottom: 0
}

.compatible-vehicles .toggle-content.models .cols .title {
    margin-left: 24px
}

.compatible-vehicles .toggle-content.models .cols .title:after {
    top: 8px
}

.compatible-vehicles .toggle-content:last-child {
    border-bottom: 0
}

.compatible-vehicles .toggle-content table {
    width: 100%;
    cursor: default
}

.compatible-vehicles .toggle-content table td,.compatible-vehicles .toggle-content table th {
    padding: 14px 60px;
    border-bottom: none
}

@media screen and ( max-width: 767px ) {
	.compatible-vehicles .toggle-content table td,.compatible-vehicles .toggle-content table th {
    padding: 14px 16px;
	}
}

.compatible-vehicles .toggle-content table td.-chevron-right:after,.compatible-vehicles .toggle-content table th.-chevron-right:after {
    right: 14px;
    width: 20px;
    height: 20px
}

.compatible-vehicles .toggle-content table th {
    white-space: nowrap
}

.compatible-vehicles .toggle-content table tbody tr.selected-vehicle {
    background-color: #f1f8f5
}

.compatible-vehicles .toggle-content table tbody tr:hover td {
    background-color: #dfe3e8;
    cursor: pointer
}

.compatible-vehicles .toggle-content table tbody tr td.select-link a {
    white-space: nowrap
}

.compatible-vehicles .toggle-content div.table .table-row {
    background: #fff;
    padding: 5px;
    margin-bottom: 0
}

.compatible-vehicles .toggle-content div.table .table-row:nth-child(2n) {
    background-color: #f8f9f9
}

.compatible-vehicles .toggle-content div.table .table-row.selected-vehicle {
    background-color: #f1f8f5
}

.compatible-vehicles .toggle-content div.table .table-row li {
    padding: 5px
}

.compatible-vehicles .toggle-content div.table .table-row li .label {
    font-weight: 500;
    display: block
}

.compatible-vehicles .toggle-content div.table .table-row li:last-child {
    border-bottom: none
}

.compatible-vehicles .toggle-content div.table .table-row li.select-link {
    padding: 10px 5px 5px
}

.cms-page {
    position: relative
}

.cms-page .btn-link {
    background: none;
    border: none;
    padding: 0;
    color: #0077c7
}

.cms-page .btn-link:hover {
    text-decoration: underline
}

.cms-page .breadcrumbs {
    padding-bottom: 10px
}

.cms-page h1 {
    font-size: 2.8rem;
    line-height: 40px
}

.cms-page .content {
    padding: 24px 0
}

.cms-page .content.with-sidebar {
    display: flex;
    align-items: flex-start
}

.cms-page .content.with-sidebar article {
    width: calc(100% - 336px)
}

.cms-page aside .sidebar-block {
    padding: 24px;
    border-color: #dfe3e8;
    height: auto;
    margin-bottom: 15px
}

.cms-page aside .sidebar-block .trustpilot-block {
    background-color: #fff;
    color: #212b36;
    padding: 0
}

.cms-page aside .sidebar-block .trustpilot-block .tp-rating-widget {
    height: auto
}

.cms-page aside section.benefits .col-md-4 {
    width: 100%;
    padding: 0 9px
}

.cms-page aside section.benefits .benefit {
    border-color: #dfe3e8;
    padding: 24px;
    margin-bottom: 16px
}

.cms-page aside section.benefits .benefit img {
    height: 32px;
    width: auto;
    margin-bottom: 16px
}

.cms-page aside section.benefits .benefit b {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 4px
}

.cms-page aside section.benefits .benefit p {
    color: #637381;
    margin-bottom: 0
}

.cms-page aside .cms-links li {
    list-style: none;
    margin-bottom: 12px
}

.cms-page aside .cms-links li.sub-links {
    position: relative
}

.cms-page aside .cms-links li.sub-links:after {
    content: "";
    background-image: url(svg/32/chevron-left.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: 0;
    transition: var(--animation-duration)
}

.cms-page aside .cms-links li.sub-links ul.sub-links {
    transition: var(--animation-duration);
    padding-left: 15px;
    padding-top: 0;
    opacity: 0;
    height: 0;
    max-height: 1px;
    visibility: hidden
}

.cms-page aside .cms-links li.sub-links ul.sub-links a {
    color: #637381;
    font-weight: 400
}

.cms-page aside .cms-links li.active>a {
    color: #0077c7
}

.cms-page aside .cms-links li.active.sub-links {
    position: relative
}

.cms-page aside .cms-links li.active.sub-links:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.cms-page aside .cms-links li.active ul.sub-links {
    opacity: 1;
    height: 100%;
    max-height: 500px;
    padding-top: 12px;
    visibility: visible
}

.cms-page aside .cms-links li:last-child {
    margin-bottom: 0
}

.cms-page aside .cms-links a {
    color: #212b36;
    text-decoration: none;
    font-weight: 500;
    transition: var(--animation-duration);
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2
}

.cms-page aside .cms-links a:hover {
    color: #0077c7
}

.cms-page article {
    font-size: 1.6rem;
    line-height: 28px
}

.cms-page article h1,.cms-page article h2,.cms-page article h3,.cms-page article h4,.cms-page article h5,.cms-page article h6 {
    margin-top: 24px;
    margin-bottom: 16px
}

.cms-page article p,.cms-page article ul {
    margin-bottom: 16px
}

.cms-page article .cms-links {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.cms-page article .cms-links .sub-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    padding-left: 20px;
    color: #0077c7
}

.cms-page article .cms-links .sub-links li {
    list-style: decimal;
    line-height: 20px;
    margin-bottom: 16px
}

.cms-page article .cms-links .sub-links a {
    font-size: 1.4rem;
    font-weight: 500
}

.cms-page article ul {
    padding-left: 40px
}

.cms-page article table {
    overflow-x: scroll;
    line-height: 20px;
    font-size: 1.4rem;
    margin-bottom: 25px;
    width: 100%
}

.cms-page article table td,.cms-page article table th {
    padding: 10px
}

.cms-page article .linked-header {
    clear: both;
    overflow: hidden
}

.cms-page article .linked-header a[href^="#"] {
    float: right;
    font-size: 1.4rem
}

.cms-page.grey-background {
    padding: 0
}

.cms-page.cms-no-route h1,.cms-page.page-404 h1 {
    margin-top: 0
}

.cms-page.cms-no-route .useful-content,.cms-page.page-404 .useful-content {
    padding: 70px 0
}

.cms-page.cms-no-route .useful-content .category-list,.cms-page.page-404 .useful-content .category-list {
    padding-bottom: 50px
}

.cms-page.cms-no-route .useful-content .category-list .row,.cms-page.page-404 .useful-content .category-list .row {
    justify-content: space-between
}

.cms-page.cms-no-route .useful-content .category-list .row h3,.cms-page.cms-no-route .useful-content .category-list .row h6,.cms-page.page-404 .useful-content .category-list .row h3,.cms-page.page-404 .useful-content .category-list .row h6 {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500
}

.cms-page.cms-no-route .useful-content .featured-products h2,.cms-page.page-404 .useful-content .featured-products h2 {
    margin: 0
}

.cms-page.cms-no-route .useful-content .featured-products h6,.cms-page.page-404 .useful-content .featured-products h6 {
    margin-top: 0;
    margin-bottom: 4px
}

.cms-page.cms-no-route .useful-content .featured-products .trodo-slider .slider-button-prev,.cms-page.page-404 .useful-content .featured-products .trodo-slider .slider-button-prev {
    left: -25px
}

.cms-page.cms-no-route .useful-content .featured-products .trodo-slider .slider-button-next,.cms-page.page-404 .useful-content .featured-products .trodo-slider .slider-button-next {
    right: -25px
}

section.shipping-info-section {
    border-top: 1px solid #dfe3e8;
    padding-top: 24px;
    min-height: calc(100vh - 168px)
}

section.shipping-info-section .notification .-trodo-message:last-child {
    margin-bottom: 24px
}

section.shipping-info-section .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.shipping-info-section .title-section .breadcrumbs {
    padding-top: 0;
    padding-bottom: 8px
}

section.shipping-info-section .title-section h1 {
    font-size: 2.8rem;
    margin-bottom: 24px
}

section.shipping-info-section .title-section .country-selector {
    position: relative;
    max-width: 280px;
    width: 100%;
    background-color: #fff
}

section.shipping-info-section .title-section .country-selector .country-label {
    font-size: 1.3rem;
    color: #637381;
    position: absolute;
    left: 12px;
    top: 3px
}

section.shipping-info-section .title-section .country-selector .trodo-dropdown {
    border: 1px solid #c4cdd5;
    padding: 20px 12px 5px 12px
}

section.shipping-info-section .title-section .country-selector .trodo-dropdown .dropdown-options-container {
    top: 55px;
    max-height: 250px;
    overflow-y: auto
}

section.shipping-info-section .title-section .country-selector .trodo-dropdown .dropdown-options-container .dropdown-search {
    width: 100%
}

section.shipping-info-section .shipping-info {
    align-items: stretch;
    font-size: 1.4rem;
    line-height: 20px
}

section.shipping-info-section .shipping-info+p {
    font-size: 1.4rem;
    line-height: 20px
}

section.shipping-info-section .shipping-info .col-lg-4,section.shipping-info-section .shipping-info .col-md-6,section.shipping-info-section .shipping-info .col-sm-12 {
    margin-bottom: 24px
}

section.shipping-info-section .shipping-info .-border {
    border-color: #dfe3e8;
    padding: 0 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px
}

section.shipping-info-section .shipping-info .shipping-part {
    background-color: #fff;
    border-bottom: 1px solid #dfe3e8;
    padding: 20px 0
}

section.shipping-info-section .shipping-info .shipping-part:last-child {
    border: none;
    padding-bottom: 0
}

section.shipping-info-section .shipping-info .shipping-part .part-title span {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 22px;
    font-weight: 600
}

section.shipping-info-section .shipping-info .shipping-part.address-info .info-part:last-child {
    margin-bottom: 0
}

section.shipping-info-section .shipping-info .part-method img {
    max-height: 25px;
    width: auto;
    margin-bottom: 8px
}

section.shipping-info-section .shipping-info .method-description {
    display: flex;
    justify-content: space-between
}

section.shipping-info-section .shipping-info .method-description .description {
    max-width: 80%;
    padding-right: 15px
}

section.shipping-info-section .shipping-info .method-description .description span {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 8px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500
}

section.shipping-info-section .shipping-info .method-description .description span.info {
    display: block;
    color: #637381;
    margin-top: 4px
}

section.shipping-info-section .shipping-info .method-description .price {
    font-weight: 500;
    text-align: right;
    white-space: nowrap
}

section.shipping-info-section .shipping-info .method-info .info-part {
    margin-bottom: 24px
}

section.shipping-info-section .shipping-info .method-info .info-part b {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 21px
}

section.shipping-info-section .shipping-info .method-info .info-part address {
    font-style: normal
}

section.shipping-info-section .shipping-info .method-info .info-part ul {
    padding: 0
}

section.shipping-info-section .shipping-info .method-info .info-part ul li {
    list-style: none;
    margin-bottom: 8px
}

section.shipping-info-section .shipping-info .method-info .info-part li span {
    vertical-align: middle
}

section.shipping-info-section .shipping-info .method-info .info-part li img {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 7px
}

section.shipping-info-section .cms-content {
    color: #637381
}

section.shipping-info-section .cms-content ul {
    padding-left: 20px;
    margin-left: 20px
}

section.shipping-info-section .cms-content ul li {
    margin-bottom: 4px
}

#chatbotize #zowieCallToAction,#chatbotize #zowieFloatingButton {
    z-index: 15
}

section.help-center-section .grey-background {
    padding: 0;
    min-height: calc(100vh - 168px)
}

section.help-center-section h1 {
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 24px
}

section.help-center-section .breadcrumbs {
    padding-bottom: 8px
}

section.help-center-section .-trodo-message {
    margin-bottom: 15px
}

section.help-center-section .row {
    align-items: stretch
}

section.help-center-section section.faq-section {
    margin-top: 16px
}

section.help-center-section section.faq-section .navigation .custom-button {
    width: 100%;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
		max-width: 100%;
}

@media screen and ( max-width: 767px ) {
	section.help-center-section section.faq-section .navigation .custom-button {
		padding: 24px 16px !important;
	}
}

section.help-center-section section.faq-section .navigation .faq-nav-cat {
    display: block;
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    padding: 24px;
    border-color: #dfe3e8;
    height: 100%
}

section.help-center-section section.faq-section .navigation .faq-nav-cat img {
    max-height: 32px;
    width: auto;
    margin-bottom: 16px
}

section.help-center-section section.faq-section .navigation .faq-nav-cat b {
    display: block;
    font-size: 1.6rem;
    line-height: 21px;
    margin-bottom: 4px
}

section.help-center-section section.faq-section .navigation .faq-nav-cat span {
    color: #0077c7;
    text-decoration: none;
    font-weight: 500
}

section.help-center-section section.faq-section .navigation .faq-nav-cat:hover span {
    text-decoration: underline
}

section.help-center-section section.faq-section .quick-assist {
    margin-bottom: 40px;
    border-color: #dfe3e8;
    background-color: #fff;
    padding: 24px 24px 0
}

section.help-center-section section.faq-section .quick-assist .assist-title {
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 24px
}

section.help-center-section section.faq-section .quick-assist .assist-title h4 {
    margin-bottom: 4px
}

section.help-center-section section.faq-section .quick-assist .assist-title span {
    color: #637381
}

section.help-center-section section.faq-section .quick-assist .assist-blocks {
    padding-top: 24px
}

section.help-center-section section.faq-section .quick-assist .assist-blocks h5 {
    margin-bottom: 12px
}

section.help-center-section section.faq-section .quick-assist .assist-blocks li {
    list-style: none;
    margin-bottom: 8px
}

section.help-center-section section.faq-section .quick-assist .assist-blocks li a {
    color: #212b36
}

section.help-center-section section.faq-section .faq .faq-description h4 {
    margin-bottom: 8px
}

section.help-center-section section.faq-section .faq .faq-description p {
    color: #637381
}

section.help-center-section section.faq-section .faq .accordion-block {
    background-color: #fff;
    border-color: #dfe3e8
}

section.help-center-section section.faq-section .faq .accordion-block .read-more {
    display: table;
    margin-top: 10px
}

section.contact-form-section {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 65px;
    border-top: 1px solid #dfe3e8
}

section.contact-form-section .contact-form-block .description-column {
    display: flex;
    flex-direction: column
}

section.contact-form-section .contact-form-block .info-blocks .info-block {
    margin-bottom: 24px
}

section.contact-form-section .contact-form-block .info-blocks .info-block a {
    color: #212b36
}

section.contact-form-section .contact-form-block .info-blocks .info-block span.h4 {
    display: block;
    margin-bottom: 9px
}

section.contact-form-section .contact-form-block .info-blocks .info-block li,section.contact-form-section .contact-form-block .info-blocks .info-block span.h5 {
    margin-bottom: 8px
}

section.contact-form-section .contact-form-block .info-blocks .info-block li {
    list-style: none
}

section.contact-form-section .contact-form-block .contact-form-description {
    margin-bottom: 24px
}

section.contact-form-section .contact-form-block .contact-form-description h4 {
    margin-bottom: 8px
}

section.contact-form-section .contact-form-block .contact-form-description p {
    color: #637381
}

section.contact-form-section .contact-form-block .contact-form-description button {
    font-weight: 500;
    color: #212b36;
    background-color: #f8f9f9
}

section.contact-form-section .contact-form-block .contact-form-address h6 {
    margin-bottom: 8px
}

section.contact-form-section .contact-form-block .contact-form-address li {
    list-style: none;
    color: #637381;
    margin-bottom: 4px
}

section.contact-form-section .contact-form-block .contact-form {
    padding: 24px;
    background-color: #fff;
    border-color: #dfe3e8
}

section.contact-form-section .contact-form-block .contact-form .row {
    align-items: inherit
}

section.contact-form-section .contact-form-block .contact-form .row [class*=col-] {
    margin-bottom: inherit
}

section.contact-form-section .contact-form-block .contact-form .input-block {
    margin-bottom: 16px
}

section.contact-form-section .contact-form-block .contact-form button {
    width: 100%
}

section.contact-form-section .contact-form-block .contact-form .-trodo-message {
    margin-top: 24px
}

section.google-map {
    border-top: 1px solid #dfe3e8;
    padding: 40px 0;
    margin-top: 40px
}

section.google-map .map-description h4 {
    margin-bottom: 8px
}

section.google-map .map-description address {
    font-style: normal
}

section.google-map .map-description .waze-link {
    margin-top: 16px
}

section.google-map .map-description .waze-link img {
    width: 19px;
    margin-right: 4px;
    vertical-align: middle
}

section.google-map .map-description .waze-link a {
    font-weight: 500;
    vertical-align: middle
}

section.google-map iframe {
    max-width: 100%;
    width: 100%
}

section.faq-view {
    min-height: 50vh;
    padding-bottom: 50px
}

section.faq-view .breadcrumbs {
    padding-bottom: 10px
}

section.faq-view h1 {
    font-size: 2.8rem;
    margin: 0 0 25px
}

section.faq-view .notification {
    margin-bottom: 15px
}

section.faq-view .content {
    display: flex
}

section.faq-view .content .view-content {
    width: calc(100% - 280px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

section.faq-view .content .view {
    font-size: 1.6rem;
    line-height: 26px
}

section.faq-view .content .help-rate {
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe3e8;
    margin-bottom: 30px
}

section.faq-view .content .help-rate span {
    font-weight: 500;
    font-size: 1.6rem
}

section.faq-view .content .help-rate ul {
    display: inline-block;
    padding-left: 30px;
    vertical-align: top
}

section.faq-view .content .help-rate ul li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

section.faq-view .content .help-rate ul li svg {
    vertical-align: middle
}

section.faq-view .content .help-rate ul li svg.active {
    fill: #f49342
}

section.faq-view .content .help-rate ul li svg.active-hover {
    fill: #f5994c
}

section.faq-view .content .rating-voting svg #thumb-down,section.faq-view .content .rating-voting svg #thumb-up {
    fill: #637381
}

section.faq-view .content .rating-voting li:first-child {
    margin-right: 5px
}

section.faq-view .content .rating-voting li.positive:hover svg #thumb-up,section.faq-view .content .rating-voting li.positive svg.active #thumb-up {
    fill: #287555
}

section.faq-view .content .rating-voting li.negative:hover svg #thumb-down,section.faq-view .content .rating-voting li.negative svg.active #thumb-down {
    fill: #de3618
}

section.faq-view .content .rating-voting li.negative svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.faq-view .content .related-questions ul {
    padding-top: 15px
}

section.faq-view .content .related-questions ul li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #dfe3e8
}

section.faq-view .content .related-questions ul li:first-child {
    border-top: 1px solid #dfe3e8
}

section.faq-list .search-bar .input-block {
    position: relative
}

section.faq-list .search-bar .input-block label {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 10px
}

section.faq-list .search-bar .input-block input {
    padding-left: 35px;
    font-size: 1.3rem
}

section.faq-list .question-list li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #dfe3e8
}

section.faq-list .question-list li:first-child {
    border-top: 1px solid #dfe3e8
}

section.faq-list .question-list li a {
    color: #637381
}

section.cms-offer ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-left: 0
}

section.cms-offer ul li {
    min-width: inherit;
    list-style: none
}

section.cms-offer .additional .additional-text,section.cms-offer ul>li:before {
    display: none
}

section.cms-offer .additional .additional-button {
    display: block;
    margin-bottom: 12px;
    cursor: pointer
}

section.cms-offer .additional.active .additional-text {
    display: inline
}

section.cms-offer .additional.active .additional-button {
    display: none
}

section.cms-offer .main-container {
    min-height: 100%!important;
    padding: 0
}

section.cms-offer .main-container>.row {
    margin: 0
}

section.cms-offer .presentation {
    background-image: url(img/hero.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 87px 15px 200px;
    color: #fff;
    text-align: center
}

section.cms-offer .presentation h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700
}

section.cms-offer .presentation p {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto
}

section.cms-offer .presentation-banners {
    background-color: #f9f9f9
}

section.cms-offer .presentation-banners .col-main {
    padding-bottom: 30px;
    display: flex!important;
    flex-wrap: wrap
}

section.cms-offer .presentation-banners .widget {
    position: relative;
    padding: 40px 40px 80px;
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    border: 1px solid #e3e3e2;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    box-sizing: border-box;
    margin-top: -70px
}

section.cms-offer .presentation-banners .widget:last-child {
    margin-right: 0
}

section.cms-offer .presentation-banners .widget img {
    max-height: 120px;
    width: auto;
    position: absolute;
    right: 15px;
    top: -45px
}

section.cms-offer .presentation-banners .widget h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 15px
}

section.cms-offer .presentation-banners .widget p {
    margin-bottom: 24px
}

section.cms-offer .presentation-banners .widget a.button {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 40px;
    left: 40px
}

section.cms-offer .presentation-banners .widget a.button,section.cms-offer .related-block .categories-list a.button {
    transition: .1s
}

section.cms-offer .presentation-banners .widget a.button:hover,section.cms-offer .related-block .categories-list a.button:hover {
    background: #0077c7;
    color: #fff
}

section.cms-offer .presentation-banners .widget ul,section.cms-offer .related-block .categories-list ul {
    display: block;
    margin-bottom: 25px;
    padding-left: 30px
}

section.cms-offer .presentation-banners .widget ul li,section.cms-offer .related-block .categories-list ul li {
    list-style: initial;
    overflow: visible;
    padding-left: 0
}

section.cms-offer .cms-partfinder {
    margin-top: 40px;
    margin-bottom: 60px
}

section.cms-offer .cms-partfinder .partfinder-block {
    max-height: 530px!important
}

section.cms-offer .cms-partfinder .partfinder-block .container {
    padding-bottom: 50px
}

section.cms-offer .cms-partfinder .partfinder-block .container .title span.h3 {
    font-size: 3rem
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder {
    bottom: auto!important
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder button {
    width: auto!important
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder .select-block:not(.select-vehicle) {
    margin-bottom: 0
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder .dropdown-options ul {
    display: block;
    margin-bottom: 0
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder .dropdown-options h6 {
    margin-top: 0
}

section.cms-offer .cms-partfinder .partfinder-block .container .partfinder .-trodo-btn.-square {
    padding: 10px
}

section.cms-offer .cms-partfinder .partfinder-block .container .-trodo-message {
    margin-top: 20px
}

section.cms-offer .related-block .note.note-msg {
    background-color: #e3f1df;
    padding: 10px 15px
}

section.cms-offer .related-block {
    overflow: hidden
}

section.cms-offer .related-block h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px
}

section.cms-offer .related-block .categories-list li.item {
    width: calc(33% - 10px);
    min-height: 250px;
    height: auto
}

section.cms-offer .related-block .categories-list li.item h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px
}

section.cms-offer .related-block .categories-list li.item .content {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 125px
}

section.cms-offer .related-block .categories-list li.item .image img {
    max-width: 180px;
    max-height: 120px
}

section.cms-offer b {
    display: block;
    margin-top: 12px
}

section.cms-offer .blog-block {
    padding-top: 44px
}

section.cms-offer .blog-block .widget-title {
    text-align: center;
    margin-bottom: 40px
}

section.cms-offer .blog-block .widget .widget-title h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    float: none
}

section.cms-offer .categories-list li.item {
    width: 240px;
    height: 250px;
    background: #f7f7f7 url(img/category-bg_v2.png);
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
    box-sizing: border-box;
    padding: 25px
}

section.cms-offer .categories-list li.item:hover {
    background: #e4e4e3 url(img/category-bg_v2-hover.png);
    background-position: -20px 0
}

section.cms-offer .categories-list li.item:nth-child(3n) {
    margin-right: 0
}

section.cms-offer .categories-list li.item .image {
    position: absolute;
    bottom: -10px;
    right: -10px
}

section.cms-offer .categories-list li.item .image img {
    max-width: 115px;
    max-height: 105px
}

section.cms-offer .categories-list li.item .btn-secondary {
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10
}

section.cms-offer .categories-list li.item .title h3 {
    margin-bottom: 10px;
    color: #666767;
    font-size: 21px;
    line-height: 25px
}

section.cms-offer .categories-list li.item .sub-categories-list li a,section.cms-offer .categories-list li.item .title h3 a {
    text-decoration: none;
    color: #666767
}

section.cms-offer .categories-list li.item .sub-categories-list li a:hover,section.cms-offer .categories-list li.item .title h3 a:hover {
    text-decoration: underline
}

section.cms-offer .categories-list li.item .sub-categories-list li {
    margin-bottom: 5px
}

section.cms-offer .categories-list li.item .sub-categories-list li a {
    line-height: 18px
}

.ssr-hide {
    display: none!important
}

section.coupon-and-promotion-section .grey-background {
    padding: 0
}

section.coupon-and-promotion-section .block-title {
    max-width: 780px;
    margin: 22px auto 55px;
    text-align: center
}

section.coupon-and-promotion-section .block-title h1 {
    margin-bottom: 24px;
    line-height: 56px
}

section.coupon-and-promotion-section .block-title p {
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    section.coupon-and-promotion-section .block-title {
        margin:36px auto 24px
    }

    section.coupon-and-promotion-section .block-title h1 {
        line-height: 40px
    }
}

section.coupon-and-promotion-section .category-block {
    padding: 100px 0;
    margin: 0
}

@media (max-width: 768px) {
    section.coupon-and-promotion-section .category-block {
        padding:44px 0
    }
}

section.coupon-and-promotion-section .cms-list {
    width: 100%;
    padding: 80px 8px 0 8px
}

section.coupon-and-promotion-section .cms-list>ul {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

section.coupon-and-promotion-section .cms-list>ul>li {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    list-style: none;
    font-weight: 500
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block {
    height: 100%;
    padding: 20px
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-header .image-block {
    width: 40px;
    height: 40px;
    vertical-align: middle
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-header .image-block img {
    height: 100%;
    width: 100%
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-header span {
    vertical-align: middle;
    margin-top: 12px
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-header span:last-of-type {
    color: #637381;
    font-weight: 400
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-content {
    margin-top: 4px;
    color: #637381;
    font-size: 1.3rem
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-content img {
    position: relative;
    max-height: 20px;
    width: auto
}

section.coupon-and-promotion-section .cms-list>ul>li .cms-block .block-content .payment-methods img {
    margin-right: 12px;
    margin-bottom: 8px
}

section.coupon-and-promotion-section .cms-list>ul>li .call-service a {
    color: #637381;
    text-decoration: underline
}

section.coupon-and-promotion-section .cms-list>ul>li .call-service p {
    margin: 0
}

@media (max-width: 768px) {
    section.coupon-and-promotion-section .cms-list {
        padding-top:56px
    }

    section.coupon-and-promotion-section .cms-list ul {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 576px) {
    section.coupon-and-promotion-section .cms-list .delivery-text {
        display:none
    }

    section.coupon-and-promotion-section .cms-list .delivery-list li span {
        display: block
    }
}

section.coupon-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    section.coupon-list {
        grid-template-columns:repeat(1,1fr)
    }

    section.coupon-list .suggestion,section.coupon-list .suggestion.with-html,section.coupon-list .suggestion img {
        height: 300px
    }
}

section.coupon-list .suggestion.link {
    cursor: default
}

section.coupon-list .suggestion .coupon {
    right: inherit;
    left: 0;
    top: 15px
}

section.coupon-list .suggestion .coupon .discount-code {
    border-radius: 0;
    background: #fff;
    padding: 5px 15px
}

section.coupon-list .suggestion .coupon .discount-code:after,section.coupon-list .suggestion .coupon .discount-code:before {
    display: none
}

section.coupon-list .suggestion .coupon .discount {
    border-radius: 0;
    background-color: #de3618
}

section.coupon-list .suggestion .coupon .discount:after,section.coupon-list .suggestion .coupon .discount:before {
    display: none
}

section.coupon-list .coupon-status {
    position: absolute;
    right: 0;
    top: 15px;
    display: flex;
    align-items: stretch
}

section.coupon-list .coupon-status .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

section.coupon-list .coupon-status .icon img {
    width: 27px;
    height: 27px
}

section.coupon-list .coupon-status.expired .icon {
    background-color: #0077c7
}

section.coupon-list .coupon-status.soon-expired .icon {
    background-color: #de3618
}

section.coupon-list .coupon-status .text {
    background-color: #fff;
    padding: 11px 16px;
    color: #212b36
}

section.coupon-list .suggestion-content button {
    margin-top: 20px;
    padding: 12px 15px
}

.promo-subscribe {
    margin-bottom: 65px
}

.promo-subscribe .subscribe-bg-image {
    background-image: url(img/subscribe-promo.jpeg)
}

.promo-subscribe .subscribe-bg-image .content.-trodo-loading-circle,.promo-subscribe .subscribe-bg-image .content.-trodo-loading-grey-circle {
    height: 305px
}

.promo-subscribe .subscribe-bg-image .content.-trodo-loading-circle:after,.promo-subscribe .subscribe-bg-image .content.-trodo-loading-grey-circle:after {
    background-color: initial
}

@media (max-width: 768px) {
    .promo-subscribe {
        margin-bottom:32px
    }

    .promo-subscribe .subscribe-bg-image {
        padding: 53px 0
    }
}

.promo-product-list {
    margin-bottom: 56px
}

.promo-product-list .page-title {
    margin-bottom: 40px;
    text-align: center
}

.promo-product-list .page-title h2 {
    font-size: 2.8rem
}

.promo-product-list .content .list {
    width: 100%;
    margin-bottom: 0
}

.promo-product-list .link-block {
    margin-top: 4px;
    text-align: center
}

@media (max-width: 768px) {
    .promo-product-list,.promo-product-list .page-title {
        margin-bottom:32px
    }
}

section.faq-block {
    margin: 120px 0
}

section.faq-block .title-block {
    text-align: center;
    margin-bottom: 32px
}

section.faq-block .collapse {
    border-bottom: 1px solid #dfe3e8
}

section.faq-block .collapse:first-child {
    border-top: 1px solid #dfe3e8
}

section.faq-block .collapse .collapse-header {
    cursor: pointer;
    padding: 15px 15px 15px 0;
    color: #212b36;
    position: relative;
    font-size: 1.6rem
}

section.faq-block .collapse .collapse-header .title {
    font-size: 2.4rem;
    line-height: 34px
}

section.faq-block .collapse .collapse-header:after {
    content: "+";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    line-height: .6
}

section.faq-block .collapse .collapse-header.active:after {
    content: "-"
}

section.faq-block .collapse .collapse-header.active+.collapse-content {
    -webkit-animation: collapse-seo .25s forwards;
    animation: collapse-seo .25s forwards;
    display: block
}

section.faq-block .collapse .collapse-content {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0) rotateY(19deg);
    transform: scaleY(0) rotateY(19deg);
    display: none;
    color: #637381
}

@media (max-width: 768px) {
    section.faq-block {
        margin:80px 0
    }
}

.-toggle-btn {
    display: inline-block;
    width: 16px;
    height: 16px
}

.-toggle-btn span {
    position: relative
}

.-toggle-btn span,.-toggle-btn span:after,.-toggle-btn span:before {
    width: 100%;
    height: 2px;
    background-color: #212b36;
    transition: all var(--animation-duration);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    display: inline-block
}

.-toggle-btn span:after,.-toggle-btn span:before {
    content: "";
    position: absolute;
    left: 0
}

.-toggle-btn span:before {
    top: -10px
}

.-toggle-btn span:after {
    top: -5px
}

.-toggle-btn.active-btn span {
    background-color: initial
}

.-toggle-btn.active-btn span:after {
    -webkit-transform: rotate(-45deg) translate(0);
    transform: rotate(-45deg) translate(0)
}

.-toggle-btn.active-btn span:before {
    -webkit-transform: rotate(45deg) translate(4px,4px);
    transform: rotate(45deg) translate(4px,4px);
    width: 15px
}

.-trodo-btn {
    background-color: #0077c7 !important;
    border-color: #0077c7 !important;
    transition: var(--animation-duration);
    color: #fff;
    outline: 0;
    max-width: 100%;
    font-weight: 500
}

.-trodo-btn.-square {
    padding: 15px
}

.-trodo-btn.-large {
    padding: 15px 30px;
    font-size: 1.6rem
}

.-trodo-btn.-large.-square {
    padding: 30px
}

.-trodo-btn.-small {
    padding: 5px 10px
}

.-trodo-btn.-small.-square {
    padding: 10px
}

.-trodo-btn img {
    width: 20px;
    display: block;
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

@media (hover: hover) and (pointer:fine) {
    .-trodo-btn:hover {
        background-color:#0063b4;
        border-color: #0063b4
    }
}

.-trodo-btn:active {
    background-color: #00509e;
    border-color: #00509e
}

.-trodo-btn.-no-hover:active,.-trodo-btn.-no-hover:hover {
    background-color: #0077c7;
    border-color: #0077c7
}

.-trodo-btn.-outline {
    background: #fff !important;
    border-color: rgba(99,115,129,.4) !important;
    color: #212b36
}

.-trodo-btn.-outline img {
    -webkit-filter: none;
    filter: none
}

@media (hover: hover) and (pointer:fine) {
    .-trodo-btn.-outline:hover {
        background:rgba(248,249,249,.6);
        border-color: rgba(99,115,129,.7);
        color: #212b36
    }
}

.-trodo-btn.-outline:active {
    background: rgba(99,115,129,.4)
}

.-trodo-btn.-outline.-no-hover:active,.-trodo-btn.-outline.-no-hover:hover {
    background: #fff;
    border-color: #c4cdd5
}

.-trodo-btn.-disabled,.-trodo-btn:disabled {
    background-color: #ccc!important;
    border-color: #afafaf!important;
    color: #f5f5f5!important
}

.-trodo-btn.-disabled {
    pointer-events: none
}

.-trodo-btn.to-checkout span {
    position: relative;
    padding-left: 30px
}

.-trodo-btn.to-checkout span:before {
    content: " ";
    background-image: url(svg/20/lock.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    height: 20px;
    left: 0;
    position: absolute;
    top: calc(50% - 9px);
    width: 20px
}

.-btn-action-icon {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: #0077c7!important;
    font-size: 1.3rem;
    font-weight: 500;
    transition: var(--animation-duration)
}

.-btn-action-icon:not(:last-child) {
    margin-right: 16px
}

.-btn-action-icon:hover {
    text-decoration: underline!important
}

.-btn-action-icon:hover .btn-icon {
    border-color: #c4cdd5
}

.-btn-action-icon:disabled {
    opacity: .6;
    background: none;
    pointer-events: none
}

.-btn-action-icon .btn-icon {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border: 1px solid #dfe3e8;
    background-color: #f8f9f9;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-button {
    background-color: initial;
    padding: unset;
    border: unset;
    text-align: start;
    max-width: inherit;
    white-space: inherit
}

.link-style-button {
    color: #0077c7;
    font-weight: 500
}

.link-style-button:hover {
    text-decoration: underline
}

@media (max-width: 1358px) {
    header.page-header .header-middle .row .search-col {
        max-width: 38%;
				width: 100%;
    }

    header.page-header .header-middle .row .customer-col {
        max-width: 3cqb;
				width: 100%;
    }

    header.page-header .header-middle .row .customer-col .garage-section {
        max-width: 200px
    }

    header.page-header .header-middle .row .shop-col {
        max-width: 10%;
				width: 100%;
    }

    header.page-header .header-middle .row.wishlist-disabled .search-col {
        max-width: 46%;
				width: 100%;
    }

    header.page-header .header-middle .row.wishlist-disabled .customer-col {
        max-width: 33%;
				width: 100%;
    }

    header.page-header .header-middle .row.wishlist-disabled .shop-col {
        max-width: 5%;
				width: 100%;
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup,header.page-header .header-middle .customer-block .garage-section .garage-popup {
        left: inherit;
        right: 0
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup:after,header.page-header .header-middle .customer-block .garage-section .garage-popup:after {
        left: inherit;
        right: 25px
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup:before,header.page-header .header-middle .customer-block .garage-section .garage-popup:before {
        left: inherit;
        right: 24px
    }

    header.page-header .header-middle .search-bar .result-box .categories-block .category-title h6 {
        font-size: 1.2rem
    }

    header.page-header .header-bottom .catalog-block {
        text-align: center
    }

    header.page-header .header-bottom .catalog-block .toggle-catalog span.catalog-text {
        display: none
    }

    header.page-header .header-bottom .catalog-block .toggle-catalog .-toggle-btn {
        margin-right: 0
    }
}

@media (max-width: 1358px) {
    header.page-header .header-middle .row .customer-col .garage-section {
        padding-right:18px
    }
}

@media (max-width: 992px) {
    header.page-header .store-links li~li {
        display:none
    }

    header.page-header .store-links .toggle-mode li~li {
        display: block
    }

    header.page-header .store-links a.active:after,header.page-header .store-links a:hover:after {
        display: none
    }

    header.page-header .store-links a:before {
        content: "";
        background-image: url( '/images/img-theme/chevron-small.svg' );
        background-size: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        position: absolute;
        right: -15px;
        top: 4px;
        bottom: 0;
        margin: auto;
        transition: var(--animation-duration)
    }

    header.page-header .header-middle .row .search-col {
        max-width: 56%;
				width: 100%;
    }

    header.page-header .header-middle .row .customer-col {
        max-width: 14%;
				width: 100%;
    }

    header.page-header .header-middle .row .customer-col .garage-section {
        max-width: 150px;
        padding-right: 0
    }

    header.page-header .header-middle .row .shop-col {
        max-width: 12%;
				width: 100%;
    }

    header.page-header .header-middle .row .shop-col .wishlist {
        margin-right: 10px
    }

    header.page-header .header-middle .row.wishlist-disabled .search-col {
        max-width: 40%;
				width: 100%;
    }

    header.page-header .header-middle .row.wishlist-disabled .customer-col {
        max-width: 38%;
				width: 100%;
    }

    header.page-header .header-middle .row.wishlist-disabled .customer-block .customer-section {
        min-width: 125px
    }

    header.page-header .header-middle .row.wishlist-disabled .customer-block .customer-section>button .text-block,header.page-header .header-middle .row.wishlist-disabled .customer-block .garage-section>button .text-block {
        display: block
    }

    header.page-header .header-middle .row.wishlist-disabled .customer-block .icon-block {
        margin-right: 8px
    }

    header.page-header .header-middle .row.wishlist-disabled .shop-col {
        max-width: 6%;
				width: 100%;
    }

    header.page-header .header-middle .search-bar .input-block input {
        font-size: 1.4rem
    }

    header.page-header .header-middle .customer-block {
        justify-content: space-around
    }

    header.page-header .header-middle .customer-block .customer-section {
        margin-right: 10px
    }

    header.page-header .header-middle .customer-block .customer-section>button .text-block {
        display: none
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup,header.page-header .header-middle .customer-block .customer-section .garage-section .garage-popup {
        right: -10px
    }

    header.page-header .header-middle .customer-block .garage-section>button .text-block {
        display: none
    }
}

@media (max-width: 768px) {
    header.page-header .store-links a:before {
        background-size:16px
    }

    header.page-header .header-desktop {
        display: none
    }

    header.page-header .header-mobile {
        display: block
    }

    header.page-header .header-middle {
        position: relative;
        padding: 17px 0
    }

    header.page-header .header-middle .left-col {
        width: 30%;
        display: flex
    }

    header.page-header .header-middle .left-col .catalog-block button {
        vertical-align: middle
    }

    header.page-header .header-middle .right-col {
        width: 30%;
        display: flex;
        justify-content: flex-end
    }

    header.page-header .header-middle .catalog-text {
        display: none
    }

    header.page-header .header-middle .search-icon {
        background-image: url('/images/img-theme/search.svg');
        width: 24px;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        margin-left: 20px
    }

    header.page-header .header-middle .search-bar {
        position: fixed;
        top: 0;
        background: #f8f9f9;
        width: 100%;
        left: 0;
        display: none;
        border-radius: 0;
        padding: 75px 0 20px;
        height: auto;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        touch-action: none;
        -ms-touch-action: none;
				z-index: 50;
    }

    header.page-header .header-middle .search-bar.active,header.page-header .header-middle .search-bar form {
        display: block
    }

    header.page-header .header-middle .search-bar.active.trodo-overlay .result-box {
        max-height: calc(100vh - 320px);
        max-height: calc(100dvh - 240px);
        overflow-y: auto
    }

    header.page-header .header-middle .search-bar .close-btn {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        background-color: #dfe3e8
    }

    header.page-header .header-middle .search-bar h2 {
        margin-bottom: 15px;
        padding: 0 10px
    }

    header.page-header .header-middle .search-bar .input-block,header.page-header .header-middle .search-bar .select-block {
        width: calc(100% - 20px);
        float: none;
        background: #fff;
        border: 1px solid #c4cdd5;
        margin: 0 10px
    }

    header.page-header .header-middle .search-bar .select-block {
        margin-bottom: 15px
    }

    header.page-header .header-middle .search-bar .select-block .trodo-dropdown {
        padding: 12px 24px 9px 12px
    }

    header.page-header .header-middle .search-bar .result-box {
        position: relative;
        top: 15px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        min-width: auto
    }

    header.page-header .header-middle .search-bar .result-box .items-block h5 {
        padding: 0 10px
    }

    header.page-header .header-middle .search-bar .result-box .items-block li a {
        padding: 5px 10px
    }

    header.page-header .header-middle .search-bar .result-box .categories-block {
        margin: 0 10px
    }

    header.page-header .header-middle .search-bar .result-box .categories-block .col-md-3 .category-result {
        padding: 10px
    }

    header.page-header .header-middle .search-bar .result-box .categories-block .category-title h6 {
        font-size: 1.3rem
    }

    header.page-header .header-middle .row .left-col {
        max-width: 28%;
				width: 100%;
    }

    header.page-header .header-middle .row .logo-col {
        padding: 0;
        max-width: 44%;
				width: 100%;
    }

    header.page-header .header-middle .row .logo-col .logo {
        margin: auto;
        max-width: 150px;
        height: 28px
    }

    header.page-header .header-middle .row .logo-col .logo img {
        vertical-align: middle;
        max-height: 27px
    }

    header.page-header .header-middle .row .right-col {
        max-width: 28%;
				width: 100%;
    }

    header.page-header .header-middle .customer-section {
        display: none
    }

    header.page-header .header-middle .customer-block {
        margin-right: 20px
    }

    header.page-header .header-middle .customer-block .icon-block {
        margin-right: 0
    }

    header.page-header .header-middle .customer-block .icon-block img {
        height: 24px;
        vertical-align: middle
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup,header.page-header .header-middle .customer-block .garage-section .garage-popup {
        right: -40px
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup:after,header.page-header .header-middle .customer-block .garage-section .garage-popup:after {
        right: 48px
    }

    header.page-header .header-middle .customer-block .customer-section .customer-popup:before,header.page-header .header-middle .customer-block .garage-section .garage-popup:before {
        right: 47px
    }

    header.page-header .header-middle .customer-block .garage-section .icon-block .garage-attention {
        width: 18px;
        height: 18px;
        top: -3px
    }

    header.page-header .header-middle .customer-block .garage-section .icon-block .garage-attention:after {
        width: 12px;
        height: 12px;
        background-size: 12px
    }

    header.page-header .header-middle .customer-block .garage-section .icon-block .garage-attention img {
        width: 12px;
        height: 12px
    }

    header.page-header .header-middle .shop-block {
        justify-content: flex-end
    }

    header.page-header .header-middle .shop-block .cart>button span {
        height: 19px;
        top: -3px;
        font-size: .9rem;
        padding: 0 4px;
        line-height: 13px;
        min-width: 19px
    }

    header.page-header .header-middle .shop-block .cart>button img {
        height: 24px;
        vertical-align: middle
    }

    header.page-header .header-middle .wishlist {
        display: none
    }

    header.page-header .country-and-languages .country-list {
        max-width: 200px
    }

    header.page-header .country-and-languages .country-list .country-dropdown .dropdown-options-container {
        max-height: 100%;
        top: 0;
        position: fixed
    }

    header.page-header .short-header .short-header-content {
        padding: 14px 0
    }

    header.page-header .short-header .short-header-content .right .country-and-languages>ul>li {
        margin-right: 15px
    }

    header.page-header .short-header .short-header-content .right .country-and-languages .country-list {
        margin-right: 0
    }

    header.page-header .short-header .short-header-content .right .country-and-languages .country-list .trodo-dropdown {
        display: none
    }

    header.page-header .short-header .short-header-content .right .customer-block>div:first-child {
        margin-top: 4px
    }

    header.page-header .short-header .short-header-content .logo {
        max-width: 100%;
        max-height: 27px
    }

    header.page-header .short-header .short-header-content .logo img {
        height: 27px
    }

    header.page-header .header-minimal {
        padding: 14px 0
    }

    header.page-header .header-minimal .logo {
        max-height: 27px
    }

    header.page-header .header-minimal .logo img {
        height: 27px
    }

    header.page-header .short-header.checkout-success-page-component .customer-block .customer-section .customer-popup {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    header.page-header .short-header.checkout-success-page-component .customer-block .customer-section .customer-popup ul {
        text-align: right;
        white-space: nowrap
    }

    section.trodo-popup.main-cart-popup {
        border-radius: 0
    }

    section.trodo-popup.main-cart-popup .cart-popup .cart-result {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 2
    }

    section.trodo-popup.main-cart-popup .cart-popup .cart-product-list {
        border-radius: 0;
        background-color: #fff
    }

    section.trodo-popup.main-cart-popup .cart-popup .cart-product-list.-trodo-loading-circle,section.trodo-popup.main-cart-popup .cart-popup .cart-product-list.-trodo-loading-grey-circle {
        position: inherit
    }

    section.trodo-popup.main-cart-popup .cart-popup .cart-product-list ul {
        min-height: 140px;
        max-height: calc(100vh - 221px)
    }

    section.trodo-popup.main-cart-popup .cart-popup .cart-product-list.free-delivery-block-exist ul {
        max-height: calc(100vh - 296px)
    }

    section.trodo-popup.main-cart-popup.is-mobile-address-bar-is-active .cart-popup .cart-product-list ul {
        max-height: calc(100vh - 336px)
    }
}

@media (max-width: 576px) {
    header.page-header .short-header .short-header-content .left {
        min-width:90px
    }

    header.page-header .short-header .short-header-content .right .help-center {
        margin-right: 10px
    }

    header.page-header .short-header .short-header-content .right .country-and-languages {
        order: 1;
        margin-right: 10px
    }

    header.page-header .short-header .short-header-content .right .country-and-languages .flag-icon {
        border-radius: 2px
    }

    header.page-header .short-header .short-header-content .right .customer-block {
        line-height: 1.4rem;
        order: 2
    }

    header.page-header .short-header .short-header-content .right .customer-block .customer-section {
        min-width: auto;
        max-width: none
    }

    header.page-header .short-header .short-header-content .right .customer-block .customer-section .customer-name {
        display: none
    }

    header.page-header .short-header .short-header-content .right .customer-block button {
        align-items: center;
        justify-content: flex-end;
        display: flex;
        line-height: 20px
    }

    header.page-header .short-header .short-header-content .right .customer-block button .text-block span {
        line-height: 21px
    }

    header.page-header .short-header .short-header-content .right .customer-block>div:first-child {
        margin-top: 0;
        margin-right: 0
    }

    header.page-header .short-header.forgot-password-component .customer-block,header.page-header .short-header.login-component .customer-block {
        display: none
    }

    header.page-header .header-top .country-and-languages .country-list {
        max-width: 150px
    }

    header.page-header .header-top .country-and-languages>ul {
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: 1px
    }

    header.page-header .header-top .country-and-languages>ul>li {
        margin-left: 14px
    }

    header.page-header .header-middle .customer-block .garage-section,header.page-header .shop-block .cart,header.page-header .shop-block .wishlist {
        position: inherit
    }

    header.page-header .header-middle .customer-block .garage-section .garage-popup {
        width: 100vw;
        top: -43px;
        right: 0;
        min-height: 100vh;
        left: inherit
    }

    header.page-header .header-middle .customer-block .garage-section .garage-popup:after,header.page-header .header-middle .customer-block .garage-section .garage-popup:before {
        display: none
    }

    header.page-header .header-middle .customer-block .garage-section .garage-popup .close-btn-block {
        margin: -25px -25px 25px
    }

    header.page-header .header-middle .customer-block .garage-section .garage-popup .garage .garage-part ul {
        max-height: 355px
    }

    header.page-header .-popup .close-btn-block {
        border-bottom: 1px solid #dfe3e8;
        padding: 15px 0;
        display: block;
        background-color: #fff
    }

    header.page-header .-popup .close-btn-block h5 {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500
    }

    header.page-header .-popup .close-btn-block .close-btn {
        right: 10px;
        border-color: #dfe3e8;
        background-color: #dfe3e8
    }
}

@media (max-width: 768px) and (max-height:470px) {
    section.trodo-popup.main-cart-popup .cart-popup .cart-result {
        position:relative!important
    }
}

@media (max-width: 320px) {
    header.page-header .short-header .container {
        padding:0
    }

    header.page-header .short-header .short-header-content {
        flex-direction: column;
        padding: 0
    }

    header.page-header .short-header .short-header-content .logo {
        margin: 0 auto
    }

    header.page-header .short-header .short-header-content .left {
        border-bottom: 1px solid #dfe3e8;
        padding: 5px 0
    }

    header.page-header .short-header .short-header-content .right {
        justify-content: space-between;
        padding: 10px 19px
    }

    header.page-header .short-header .short-header-content>div {
        width: 100%
    }
}

@media (max-width: 350px) {
    header.page-header .header-top .country-and-languages .country-list {
        max-width:125px
    }
}

@media (min-width: 2000px) {
    .footer-subscribe .subscribe-bg-image {
        background-size:1920px;
        background-position: center 5%;
        background-repeat: no-repeat;
        position: relative
    }

    .footer-subscribe .subscribe-bg-image:after,.footer-subscribe .subscribe-bg-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #1e242a
    }
}

@media (max-width: 992px) {
    footer.short.checkout-page-component {
        padding-bottom:55px
    }
}

@media (max-width: 768px) {
    .footer-subscribe form.trodo-form {
        padding:10px
    }

    .footer-subscribe form.trodo-form input#subscribe_email {
        padding: 14px 16px;
        margin-bottom: 0
    }

    .footer-subscribe span.h3 {
        font-size: 2.4rem
    }

    .footer-links {
        margin-top: 0
    }

    .footer-links .row {
        padding-bottom: 0;
        border-bottom: none
    }

    .footer-links .h-title,.footer-links h2 {
        padding: 15px 0;
        position: relative;
        font-size: 1.6rem;
        margin-bottom: 0
    }

    .footer-links .h-title:after,.footer-links h2:after {
        content: "";
        background-image: url( '/images/img-theme/chevron-small.svg' );
        background-size: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 9px;
        height: 9px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: var(--animation-duration)
    }

    .footer-links .footer-links-col {
        border-bottom: 1px solid #dfe3e8
    }

    .footer-links .footer-links-col .block-content {
        display: none
    }

    .footer-links .footer-links-col.active h5:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-links .footer-links-col.active .block-content {
        display: block;
        padding-bottom: 15px
    }

    .footer-delivery-and-payments {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer-delivery-and-payments .h-title {
        padding: 15px 0;
        position: relative;
        font-size: 1.6rem;
        margin-bottom: 0
    }

    .footer-delivery-and-payments .h-title:after {
        content: "";
        background-image: url( '/images/img-theme/chevron-small.svg' );
        background-size: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 9px;
        height: 9px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: var(--animation-duration)
    }

    .footer-delivery-and-payments .footer-img-col {
        border-bottom: 1px solid #dfe3e8
    }

    .footer-delivery-and-payments .footer-img-col .block-content {
        display: none
    }

    .footer-delivery-and-payments .footer-img-col li {
        margin-bottom: 10px
    }

    .footer-delivery-and-payments .footer-img-col.active h5:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-delivery-and-payments .footer-img-col.active .block-content {
        display: block;
        padding-bottom: 15px
    }

    .footer-delivery-and-payments .footer-img-col.payments {
        border-bottom: none
    }

    .footer-delivery-and-payments .footer-toggle-el li,.footer-links .footer-toggle-el li {
        overflow: hidden;
        -webkit-animation: footer-links .25s forwards;
        animation: footer-links .25s forwards
    }

    .footer-delivery-and-payments .footer-toggle-el.active .h-title:after,.footer-links .footer-toggle-el.active .h-title:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    @-webkit-keyframes footer-links {
        0% {
            max-height: 0
        }

        to {
            max-height: 40px
        }
    }

    @keyframes footer-links {
        0% {
            max-height: 0
        }

        to {
            max-height: 40px
        }
    }
}

@media (max-width: 576px) {
    .footer-subscribe .subscribe-bg-image {
        padding:50px 0
    }

    .footer-subscribe .subscribe-bg-image input {
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px
    }

    .footer-subscribe .subscribe-bg-image button {
        width: 100%;
        margin-left: 0
    }

    .footer-subscribe form.trodo-form .input-block .-checkbox label {
        padding-right: 34px!important
    }
}

@media (max-width: 519px) {
    footer .trustpilot-block {
        padding:35px 0;
        margin-left: -5px
    }

    footer .trustpilot-block .trustpilot-widget {
        max-height: 310px
    }
}

@media (max-width: 1358px) {
    .product-list-type.as-list .product .product-info {
        min-width:225px;
        flex-wrap: wrap
    }

    .product-list-type.as-list .product .product-primary {
        width: 250px
    }

    .product-list-type.as-table .thead .tr .name {
        width: 45%
    }

    .product-list-type.as-table .thead .tr .ean-number {
        width: 10%
    }

    .product-list-type.as-table .thead .tr .price {
        width: 25%
    }

    .product-list-type.as-table .thead .tr .delivery {
        width: 20%
    }

    .product-list-type.as-table .product .td.product-name {
        width: 35%
    }

    .product-list-type.as-table .product .td.action {
        width: 25%
    }

    .product-list-type.as-table .product .td.action .btns-block .action {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .product-list-type.as-table .product .td.action .btns-block .action .btns {
        margin-top: 12px;
        max-width: 100%;
        width: 100%
    }

    .product-list-type.as-table .product .td.action .btns-block .action .price,.product-list-type.as-table .product .td.action .btns-block .action .qty {
        margin-right: 0
    }
}

@media (max-width: 1150px) {
    section.product-view .product-info .delivery-and-payment-section .delivery-case {
        display:grid;
        grid-auto-flow: row;
        row-gap: 20px
    }
}

@media (max-width: 992px) {
    section.product-view .product-specifications {
        padding:0 0 39px 0
    }

    section.product-view .product-specifications .container {
        margin-top: 32px
    }

    section.product-view .product-specifications #spec-navbar-mobile {
        display: block
    }

    section.product-view .product-specifications #spec-navbar-mobile nav ul li:first-of-type {
        background: #f8f9f9;
        border-radius: 4px
    }

    section.product-view .product-specifications #spec-navbar-desktop {
        display: none
    }

    section.product-view .product-specifications .row .content-first {
        padding-right: 8px
    }

    section.product-view .product-specifications .row .content-first .content {
        scroll-margin-top: 90px
    }

    section.product-view .product-specifications .spec-navbar-wrapper {
        z-index: 2;
        border-bottom: 1px solid #dfe3e8
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar {
        overflow-x: auto;
        border: none
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar::-webkit-scrollbar {
        display: none
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul {
        flex-direction: row;
        overflow-x: auto;
        justify-content: center;
        -ms-overflow-style: none
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul::-webkit-scrollbar {
        display: none
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul li {
        border-radius: 4px
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul li a {
        white-space: inherit
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section .popup-content {
        margin-left: 80px
    }

    section.product-view .product-info .right-product-part .cms-list {
        display: block
    }

    section.product-view .product-info .left-product-part {
        padding-right: 8px
    }

    section.product-view .product-info .left-product-part.col-lg-7 {
        width: 100%
    }

    section.product-view .product-info .left-product-part .cms-list {
        display: none
    }

    section.product-view .product-info .right-product-part.col-lg-5 {
        width: 100%
    }

    section.product-view .delivery-info ul {
        margin-left: inherit
    }

    section.product-view .cross-sell-widget .product .price-container.price-under-title {
        display: none
    }

    section.product-view .product-widget ul {
        display: grid;
        grid-template-columns: auto
    }

    .product-list-type.as-list .product {
        flex-flow: row-reverse
    }

    .product-list-type.as-list .product .product-primary,.product-list-type.as-list .product .product-secondary {
        width: 100%
    }

    .product-list-type.as-list .product .product-image {
        margin-right: 0;
        width: 100%
    }

    .product-list-type.as-list .product .product-image .product-img {
        width: 100%
    }

    .product-list-type.as-list .product .product-image .product-img .product-img-block {
        width: 100%;
        height: auto;
        max-width: 240px;
        max-height: 240px
    }

    .product-list-type.as-list .product .product-image .product-img .product-img-block.loading {
        padding-bottom: 92%
    }

    .product-specifications .container>.row>div:not(:last-child) #oem-numbers {
        display: none
    }

    .product-specifications .container>.row>div:last-child #oem-numbers {
        display: block
    }
}

@media (max-width: 900px) {
    .product-specifications .spec-navbar-wrapper .spec-navbar ul:has(li:nth-child(5)) {
        justify-content:flex-start
    }
}

@media (max-width: 768px) {
    .product-slider-list {
        margin-top:40px
    }

    .product-slider-list .container>.title .h-title {
        font-size: 2.4rem
    }

    .product-slider-list .product .product-title .h-title {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 20px
    }

    section.product-view .cross-sell-widget {
        padding: 0 12px
    }

    section.product-view .cross-sell-widget li .product .product-img .product-img-block {
        width: 80px;
        height: 80px
    }

    section.product-view .cross-sell-widget li .product .price-container {
        display: flex
    }

    section.product-view .cross-sell-widget li .product .price-container.price-under-title {
        display: none
    }

    section.product-view .cross-sell-widget li .product .product-title .h-title {
        margin: 0 auto
    }

    section.product-view #product-info-mobile {
        display: block;
        margin-bottom: 14px
    }

    section.product-view #product-info-desktop {
        display: none
    }

    section.product-view .product-media .gallery {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 1fr
    }

    section.product-view .product-media .gallery .gallery-left {
        width: 100%;
        margin-top: 10px
    }

    section.product-view .product-media .gallery .gallery-left .splide-ssr {
        visibility: visible;
        max-height: 260px;
        overflow: hidden
    }

    section.product-view .product-media .gallery .gallery-left .splide-ssr .splide__list,section.product-view .product-media .gallery .gallery-left .splide-ssr .vue-slider-left {
        display: flex;
        flex-direction: column;
        gap: 9px
    }

    section.product-view .product-media .gallery .gallery-thumb {
        max-width: 240px;
        margin: 0 auto
    }

    section.product-view .product-media .gallery .gallery-thumb .product-img-block {
        width: inherit
    }

    section.product-view .product-media .gallery .gallery-thumb .vue-slider-main {
        margin: 0 auto
    }

    section.product-view .product-media .gallery .gallery-thumb .splide__slide.image360:before {
        background-size: cover;
        width: 90px
    }

    section.product-view .product-media .gallery .gallery-thumb .splide__slide.video {
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.product-view .product-media .gallery .gallery-thumb .splide__slide.video iframe {
        width: 100%
    }

    section.product-view .product-media .gallery .product-labels {
        position: absolute;
        left: 0
    }

    section.product-view #compatible-vehicle-list {
        margin-top: 6px
    }

    section.product-view .product-main-info>div span {
        font-size: 1.3rem
    }

    section.product-view .product-info {
        margin-top: 12px;
        border: none;
        padding: 0
    }

    section.product-view .product-info h1 {
        font-size: 2.4rem;
        line-height: 28px;
        margin-bottom: 10px;
        margin-top: 0
    }

    section.product-view .product-info .price-block .price {
        font-size: 2.8rem
    }

    section.product-view .product-main-block .dangerous-goods-view .dangerous-goods-header {
        grid-auto-flow: row
    }

    section.product-view .product-main-block .dangerous-goods-view .dangerous-goods-header .warning-icons {
        display: flex;
        margin-left: 0;
        margin-top: 12px;
        line-height: 1;
        align-items: center
    }

    section.product-view .product-main-block .cms-list {
        padding-top: 20px
    }

    section.product-view .product-main-block .cms-list ul {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    section.product-view .product-main-block .sticky {
        top: 0!important;
        position: relative
    }

    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul:has(li:nth-child(4)) {
        justify-content: flex-start
    }

    section.product-view .product-specifications .container {
        padding: 0;
        margin-top: 32px
    }

    section.product-view .product-specifications .container>.row {
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }

    section.product-view .product-specifications .container>.row>div {
        padding: 0
    }

    section.product-view .product-specifications .container #videoly-videobox-placeholder {
        padding: 0 16px
    }

    section.product-view .product-specifications .content-first #product-details ul.criteria {
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto
    }

    section.product-view .product-specifications .content-first #product-details ul.criteria li {
        display: flex
    }

    section.product-view .product-specifications .content-first #product-details ul.la-criteria {
        width: 100%
    }

    section.product-view .product-specifications .content {
        padding: 0
    }

    section.product-view .product-specifications .content h4 {
        margin: 40px 0 15px
    }

    section.product-view .product-specifications .content .vehicle-filter .trodo-dropdown .dropdown-options-container {
        max-height: 250px!important
    }

    section.product-view .product-specifications .content .attributes li {
        display: block
    }

    section.product-view .product-specifications .content .attributes li .title,section.product-view .product-specifications .content .attributes li .value {
        display: block;
        width: 100%
    }

    section.product-view .product-specifications .content .pagination li {
        width: 10vw;
        height: 10vw;
        max-height: 40px;
        max-width: 40px
    }

    section.product-view .product-specifications .content .pagination li:first-child,section.product-view .product-specifications .content .pagination li:nth-child(2),section.product-view .product-specifications .content .pagination li:nth-child(5),section.product-view .product-specifications .content .pagination li:nth-child(6) {
        margin-right: 8px
    }

    section.product-view .product-specifications .content .pagination li a,section.product-view .product-specifications .content .pagination li span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%
    }

    section.product-view .product-specifications .content .pagination ul:not(.short-type) {
        display: flex;
        justify-content: center
    }

    section.product-view .product-specifications .content .pagination ul:not(.short-type) li.num {
        display: inline-block
    }

    section.product-view .product-specifications .related-categories+.oe-numbers {
        margin-top: 32px
    }

    section.product-view .product-specifications .related-categories .related-categories-block div.col-lg-2 {
        width: 33.33333%
    }

    section.product-view .product-specifications .related-categories h4 {
        font-size: 1.8rem
    }

    section.product-view .product-specifications .related-categories .category-single {
        padding: 10px;
        display: flex;
        flex-direction: column;
        height: 100%
    }

    section.product-view .product-specifications .related-categories .category-single .category-title {
        height: auto
    }

    section.product-view .product-specifications .related-categories .category-single h6 {
        font-size: 1.4rem;
        line-height: 16px
    }

    section.product-view .review-block .review-action {
        margin-bottom: 50px
    }

    section.product-view .review-block .comment-list {
        padding-left: 0
    }

    section.product-view .product-slider-list {
        margin: 40px 0
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section .popup-content {
        margin-left: 0;
        background-color: initial;
        border: none
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .container {
        padding: 24px 0 0 0
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .container .-checkbox label:before {
        background-color: #fff
    }

    section.product-view #contact-form .product-contact-form-popup .popup-section .popup-content .container .-checkbox input:checked+label:before {
        background-color: #0077c7
    }

    section.product-list .content {
        margin: 0;
        flex-wrap: wrap
    }

    section.product-list .content aside {
        display: none
    }

    section.product-list .content .list {
        width: 100%
    }

    .product-list-type.as-list .product {
        padding: 16px;
        display: block;
        position: relative
    }

    .product-list-type.as-list .product .price-block .price {
        font-size: 2rem;
        line-height: 28px
    }

    .product-list-type.as-list .product .product-image {
        position: absolute;
        right: 0;
        left: 0;
        top: 16px;
        width: 100%;
        max-width: 100%
    }

    .product-list-type.as-list .product .product-image .product-img {
        max-width: calc(100% - 267px);
        min-width: 96px;
        position: absolute;
        right: 16px;
        top: 0
    }

    .product-list-type.as-list .product .product-image .product-img .product-img-block.loading {
        padding-bottom: 65%
    }

    .product-list-type.as-list .product .attributes-list {
        margin: 42px 0 16px
    }

    .product-list-type.as-list .product .product-info {
        width: 100%
    }

    .product-list-type.as-list .product.without-labels .product-info {
        margin-top: 0
    }

    .product-list-type.as-list .product .product-primary {
        max-width: 230px
    }

    .product-list-type.as-list .product .product-secondary {
        min-width: auto;
        width: 100%
    }

    .product-list-type.as-grid .product .title .h-title,.product-list-type.as-grid .product .title h2 {
        height: auto;
        font-size: 1.3rem;
        line-height: 16px
    }

    section.compare-popup .btn-box .-outline,section.compare-popup .title {
        display: none
    }

    section.compare-list {
        padding-bottom: 0
    }

    section.compare-list .content {
        margin: 0 -15px
    }

    section.compare-list .content .table.table-col-1 .tbody .tcell:not(.title),section.compare-list .content .table.table-col-1 .thead .tcell:not(.main-corner) {
        width: calc(100% - 220px)
    }

    section.compare-list .content .table.table-col-2 .tbody .tcell:not(.title),section.compare-list .content .table.table-col-2 .thead .tcell:not(.main-corner) {
        width: calc(50% - 110px)
    }

    section.compare-list .content .table.table-col-3 .tbody .tcell:not(.title),section.compare-list .content .table.table-col-3 .thead .tcell:not(.main-corner) {
        width: calc(33.33333% - 73.33333px)
    }

    section.compare-list .content .table .tbody .title,section.compare-list .content .table .thead .main-corner {
        width: 220px
    }

    .seo-texts .blog-related-seo .content {
        padding-left: 0
    }

    .seo-texts .blog-related-seo .content h3 {
        margin-top: 30px
    }

    .product-labels li span.brand .image-block {
        vertical-align: initial;
        width: 100%!important;
        min-width: 22px
    }

    .product-labels li span.brand .image-block img {
        height: auto;
        vertical-align: middle
    }
}

@media (max-width: 576px) {
    section.product-view .cross-sell-widget li .product .title {
        width:calc(100% - 70px)
    }

    section.product-view .cross-sell-widget li .product.without-data .title .action {
        display: block
    }

    section.product-view .cross-sell-widget li .product .action span.error {
        padding-left: 0
    }

    section.product-view .cross-sell-widget li .product .action .btns {
        width: 170px
    }

    section.product-view .product-info .-trodo-message p {
        margin-right: 0
    }

    section.product-view .product-info .-trodo-message .hint {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 0
    }

    section.product-view .product-info .delivery-info .delivery-case {
        display: grid
    }

    section.product-view .product-info .cms-list .delivery-text {
        display: none
    }

    section.product-view .product-info .cms-list .delivery-list li span {
        display: block
    }

    section.product-view .product-info .action .btns {
        width: auto;
        flex: 1
    }

    section.product-view .product-specifications #oe-numbers ul,section.product-view .product-specifications #oem-numbers ul {
        grid-template-columns: repeat(1,minmax(0,1fr));
        -ms-grid-columns: 1fr
    }

    .product-list .vehicle-exist {
        display: block
    }

    .product-list .vehicle-exist button {
        margin-top: 10px
    }

    .product-list .content .list .pagination {
        justify-content: center
    }

    .product-list-type .product .info>div {
        padding-right: 4px;
        margin-right: 4px
    }

    .product-list-type .product .info>div:after {
        display: none
    }

    .product-list-type.as-list .product .product-image .product-img .product-img-block.loading {
        padding-bottom: 92%
    }

    .product-list-type.as-grid .product {
        height: calc(100% - 15px);
        padding: 8px;
        margin-bottom: 15px
    }

    .product-list-type.as-grid .product .product-image {
        margin-bottom: 8px
    }

    .product-list-type.as-grid .product .product-img {
        max-width: 100%;
        height: auto
    }

    .product-list-type.as-grid .product .product-img img {
        width: 100%
    }

    .product-list-type.as-grid .product .product-title {
        min-height: 48px;
        display: inline-block
    }

    .product-list-type.as-grid .product .attributes-list,.product-list-type.as-grid .product .delivery,.product-list-type.as-grid .product .free-delivery,.product-list-type.as-grid .product .info .product-id {
        display: none
    }

    .product-list-type.as-grid .product .price-block {
        margin-top: 8px
    }

    .product-list-type.as-grid .product .price-block .pvn {
        display: block
    }

    .product-list-type.as-grid .product .price-block .price {
        font-size: 1.6rem;
        line-height: 22px
    }

    .product-list-type.as-grid .product .action,.product-list-type.as-grid .product .action .compare,.product-list-type.as-grid .product .action .qty {
        display: none
    }

    .product-labels li:last-child {
        margin-right: 0
    }
}

@media (max-width: 577px) {
    section.product-view .product-specifications .spec-navbar-wrapper .spec-navbar ul {
        justify-content:flex-start
    }

    section.product-view .product-specifications #cross-sell-widget-desktop {
        display: none
    }

    section.product-view .product-specifications #cross-sell-widget-mobile {
        display: flex
    }

    section.product-view .product-specifications #product-img-desktop {
        display: none
    }

    section.product-view .product-specifications #product-img-mobile {
        display: block
    }

    section.product-view .cross-sell-widget li {
        padding: 0
    }

    section.product-view .cross-sell-widget li .product {
        padding: 10px 16px 16px 16px;
        flex-direction: column
    }

    section.product-view .cross-sell-widget li .product .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0
    }

    section.product-view .cross-sell-widget li .product .title .product-title {
        margin-right: 8px
    }

    section.product-view .cross-sell-widget li .product .price-container {
        justify-content: space-between;
        margin-top: 10px
    }

    section.product-view .cross-sell-widget li .product .price-container .price-block {
        padding-left: 0
    }

    section.product-view .cross-sell-widget li .product .product-img-block img {
        object-fit: cover;
        height: 80px
    }
}

@media (max-width: 450px) {
    section.product-view .product-widget li {
        padding:10px 16px 16px
    }

    section.product-view .product-widget .product {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 2fr 80px
    }

    section.product-view .product-widget .product .title {
        align-items: center;
        display: flex;
        grid-row: 1;
        grid-column: 1
    }

    section.product-view .product-widget .product .title .h-title,section.product-view .product-widget .product .title h2 {
        margin-right: 10px;
        word-wrap: break-word
    }

    section.product-view .product-widget .product .product-img {
        margin-right: 0;
        grid-row: 1;
        grid-column: 2
    }

    section.product-view .product-widget .product .price-container {
        margin: 5px auto 0 0
    }

    section.product-view .product-widget .product .price-container .price-block {
        padding-left: 0
    }
}

@media (max-width: 395px) {
    section.product-view .product-info .action .qty {
        flex:1;
        width: auto
    }

    section.product-view .product-info .action .btns {
        margin-right: 0;
        min-width: 210px
    }

    section.product-view .product-info .action .btns button {
        padding: 14px 24px
    }

    section.product-view .product-info .delivery-and-payment-section .delivery-list .delivery-and-price .value {
        display: none
    }

    section.product-view .product-info .delivery-and-payment-section .delivery-list .method-info .value-mobile {
        font-size: 13px;
        font-weight: 400;
        text-transform: lowercase;
        color: #637381;
        display: block
    }

    section.product-view .cross-sell-widget ul:has(span.discount-percent) li .product .price-container .action .btns {
        width: 150px
    }

    .product-list-type.as-list .product .product-primary {
        max-width: 100%
    }

    .product-list-type.as-list .product .product-primary .title {
        max-width: calc(100% - 100px);
        min-height: 44px
    }

    .product-list-type.as-list .product .product-primary .info {
        max-width: calc(100% - 100px)
    }
}

@media (max-width: 330px) {
    section.product-view .cross-sell-widget ul:has(span.discount-percent) li .product .price-container .action .btns {
        width:120px
    }
}

@media (max-width: 1358px) {
    .category-block ul {
        height:32px;
        -ms-overflow-style: none;
        overflow-y: auto
    }

    .category-block ul::-webkit-scrollbar {
        display: none
    }
}

/* @media (max-width: 992px) {
    .category-list .category {
        width:33.333%;
        margin-bottom: 15px
    }
} */

@media (max-width: 768px) {
    .home-category-block {
        padding:40px 0 32px;
        margin-bottom: 40px
    }

    .category-block {
        margin-top: 80px
    }

    .category-block li {
        padding-right: 15px
    }

    .category-block li a {
        font-size: 1.4rem
    }

    .category-block .col-sm-6 {
        padding: 0 6px
    }

    .category-block .category-single {
        padding: 8px;
        margin-bottom: 12px
    }

    .category-block .category-single .category-title h5 {
        font-size: 1.3rem;
        line-height: 16px;
        font-weight: 500
    }

    section.category-list .grey-background {
        padding: 0
    }

    section.category-list .content aside {
        display: none
    }

    section.category-list .content .list {
        width: 100%
    }

    .category-widget {
        margin-top: 48px
    }

    .category-widget .trodo-slider {
        display: block
    }

    .category-widget .trodo-slider>.top-category-links {
        width: auto;
        margin-right: 0
    }

    .category-widget .trodo-slider.category-list-exist .vue-slider-left {
        max-width: 100%
    }

    .category-widget .trodo-slider .splide__slide {
        margin-right: 25px!important
    }

    .category-top-promotion-widget .desktop {
        display: none
    }

    .category-top-promotion-widget .mobile {
        display: block
    }

    .category-faq-block .container>div {
        border-left: none;
        border-right: none;
        border-radius: 0;
        margin: 40px -20px 65px
    }
}

@media (max-width: 576px) {
    .category-list .tire-exist,.category-list .vehicle-exist {
        display:block
    }

    .category-list .tire-exist button,.category-list .vehicle-exist button {
        margin-top: 10px
    }

    .category-widget .trodo-slider .product {
        margin: 0 auto
    }

    .automakers-list-block .toolbar {
        display: block
    }

    .automakers-list-block .trodo-form {
        margin-top: 15px
    }
}

@media (max-width: 992px) {
    .blog-widget .blog-skeleton-box {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3
    }

    .blog-widget .blog-skeleton-box .blog-single:last-child {
        display: none
    }

    .blog-widget .trodo-slider .swiper-container .swiper-slide-active,.blog-widget .trodo-slider .swiper-container .swiper-slide-next {
        padding-right: 100px;
        margin-right: -70px!important
    }

    .blog-widget .trodo-slider .swiper-pagination {
        /* display: block */
    }

    .blog-widget .blog-single {
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .blog-view h1 {
        line-height:40px
    }

    .blog-list .list .last-post h2 {
        font-size: 2.1rem;
        line-height: 28px
    }

    .blog-list .list .last-post .excerpt {
        line-height: inherit
    }

    .blog-list .pagination ul {
        text-align: center
    }

    .blog-widget .blog-skeleton-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .blog-widget .blog-skeleton-box .blog-single:first-child {
        display: none
    }

    .blog-widget .content {
        height: auto
    }
}

@media (max-width: 576px) {
    .blog-widget .trodo-slider .splide__slide {
        margin-right:5%!important;
        width: 85vw!important
    }

    .blog-widget .trodo-slider.one-slide .splide__slide {
        margin-right: 0!important;
        width: 100vw!important
    }

    .blog-widget .trodo-slider.slider-big .splide__slide {
        margin-right: 0!important
    }

    .blog-widget .trodo-slider.slider-big .splide__slide:not(:first-child):not(:last-child) {
        width: 100vw!important;
        margin-right: -24px!important;
        padding: 0 24px;
        margin-left: -12px!important
    }

    .blog-widget .trodo-slider.slider-big .splide__slide:last-child {
        /* margin-left: 3%!important */
    }

    .blog-widget .blog-skeleton-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .blog-widget .blog-skeleton-box .blog-single:nth-child(2) {
        display: none
    }

    .blog-widget .blog-single .content p {
        font-size: 1.4rem
    }
}

@media (max-width: 1694px) {
    section.cross-sell-popup .cart-item .cart-result {
        flex-wrap:wrap;
        flex-direction: column-reverse
    }

    section.cross-sell-popup .cart-item .cart-result .button.-outline {
        margin-right: 0
    }
}

@media (max-width: 1358px) {
    .toolbar .sort-by {
        width:180px
    }
}

@media (max-width: 992px) {
    section.trodo-popup {
        width:80%;
        min-width: 320px
    }

    section.cross-sell-popup .cross-sell-block .product {
        flex-wrap: wrap
    }

    section.cross-sell-popup .cross-sell-block .product .product-img {
        margin-right: 15px;
        width: calc(30% - 15px)
    }

    section.cross-sell-popup .cross-sell-block .product .details {
        max-width: inherit;
        width: 70%
    }

    section.cross-sell-popup .cross-sell-block .product .action {
        width: 100%;
        margin-top: 15px
    }

    section.cross-sell-popup .cross-sell-block .product .add-to-cart {
        width: 100%
    }

    section.cross-sell-popup .cart-item h2 {
        font-size: 2.4rem
    }

    section.cross-sell-popup .cart-item .cart-result .button span {
        white-space: break-spaces
    }

    .suggestion-list .suggestion h2 {
        font-size: 2rem;
        line-height: 28px
    }

    .suggestion-list .suggestion p {
        font-size: 1.4rem
    }

    .suggestion-list .suggestion .suggestion-content {
        bottom: 18px
    }

    .toolbar .pager,.toolbar .view-type .as-table,section.product-list section.pagination .page-number {
        display: none
    }

    section.add-vehicle-popup .vehicle-action .reg-number-block {
        width: 42%
    }

    section.rma-order-list-popup .account-history .table .thead .tr .th.created-at,section.rma-order-list-popup .account-history .table .thead .tr .th.order-number {
        width: 30%
    }

    section.rma-order-list-popup .account-history .table .thead .tr .th.grand-total {
        width: 40%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.order-check {
        width: 6%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.order-number {
        width: 24%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.sum {
        width: 54%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-check {
        width: 8%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-image {
        width: 16%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name {
        width: 56%
    }
}

.filter-popup,.toolbar .sort-popup {
	display: none;
}

@media (max-width: 768px) {
    .page-content {
        min-height:calc(100vh - 103px)
    }

    nav {
        margin-bottom: 34px
    }

    .breadcrumbs {
        padding: 16px 0
    }

    .h-mobile {
        display: none!important
    }

    .s-mobile {
        display: block!important
    }

    .trodo-dropdown:after {
        background-size: 16px;
        width: 7px;
        height: 7px
    }

    section.trodo-popup {
        top: 0;
        min-height: 100vh;
        width: 100%;
        background-color: #fff;
        -webkit-overflow-scrolling: touch
    }

    section.trodo-popup .close-btn-block {
        margin: 0 -15px;
        padding-bottom: 16px
    }

    section.trodo-popup .close-btn-block h5 {
        text-align: left;
        padding-left: 15px;
        font-size: 1.6rem;
        height: 21px
    }

    section.trodo-popup .header-popup {
        padding: 15px 15px 14px
    }

    section.trodo-popup .popup-content {
        padding: 24px 16px
    }

    section.trodo-popup .popup-title {
        font-size: 2.2rem;
        line-height: 30px;
        padding-top: 24px
    }

    section.trodo-popup .popup-title h2 {
        line-height: 28px;
        position: relative
    }

    section.trodo-popup section.country-popup .popup-title h2 {
        padding-left: 0
    }

    section.trodo-popup section.filter-popup .header-popup {
        padding: 15px
    }

    section.trodo-popup section.filter-popup .header-popup .close-btn-block {
        border-bottom: 0;
        padding-bottom: 0
    }

    section.trodo-popup section.filter-popup .popup-content {
        padding: 0
    }

    section.trodo-popup section.filter-popup .popup-content .filter .accordion-filter .accordion-body {
        max-height: inherit;
        overflow-y: inherit
    }

    section.trodo-popup section.filter-popup .popup-content .filter .accordion-filter .accordion-body .search-bar input {
        width: 100%
    }

    section.trodo-popup section.filter-popup .filters.fixed-actions .btns {
        background: #fff;
        bottom: 0;
        padding: 10px;
        position: fixed;
        width: 100%
    }

    section.trodo-popup section.sort-popup .popup-content {
        padding: 20px 15px 40px;
        min-height: 60vh
    }

    section.trodo-popup section.sort-popup .limiter,section.trodo-popup section.sort-popup .sort-by {
        margin-bottom: 15px;
        border: 1px solid #dfe3e8
    }

    section.trodo-popup.main-partfinder-popup {
        border-radius: 0
    }

    section.trodo-popup.main-cart-popup,section.trodo-popup.main-filter-popup,section.trodo-popup.main-garage-popup {
        z-index: 999999
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty {
        padding: 25px
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details li {
        display: flex
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details .image-block {
        margin-top: 4px;
        margin-right: 20px;
        width: 32px;
        height: 32px
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details .image-block img {
        width: 32px;
        height: 32px
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details .description {
        width: calc(100% - 56px)
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details .description h5 {
        font-size: 1.4rem;
        margin-bottom: 4px;
        font-weight: 500
    }

    section.trodo-popup.main-garage-popup section.garage-popup .garage-empty ul.project-details .description p {
        margin-bottom: 0;
        color: #637381;
        line-height: 24px
    }

    section.trodo-popup section.partfinder-popup .header-popup {
        padding: 15px 15px 0;
        background: linear-gradient(rgba(0,0,0,.5),rgba(33,41,58,.8)),url(img/hero-bg-mobile.jpg);
        background-position: 50%;
        background-size: cover
    }

    section.trodo-popup section.partfinder-popup .close-btn-block {
        border-bottom: none
    }

    section.trodo-popup section.partfinder-popup .close-btn-block button {
        width: 40px;
        height: 40px
    }

    section.trodo-popup section.partfinder-popup .close-btn-block button.back-btn {
        background-image: url( '/images/img-theme/chevron-small.svg' );
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #dfe3e8;
        vertical-align: middle;
        left: 10px;
        position: absolute;
        top: 10px
    }

    section.trodo-popup section.partfinder-popup .popup-title {
        color: #fff;
        font-size: 2.1rem;
        padding-bottom: 12px
    }

    section.trodo-popup section.partfinder-popup .popup-title h3 {
        font-weight: 500;
        margin-bottom: 4px
    }

    section.trodo-popup section.partfinder-popup .popup-title ul {
        font-size: 1.3rem;
        line-height: 16px;
        text-transform: capitalize;
        min-height: 16px
    }

    section.trodo-popup section.partfinder-popup .popup-title ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding-right: 15px
    }

    section.trodo-popup section.partfinder-popup .popup-title ul li:after {
        content: "";
        background-image: url(svg/16/chevron-small-white.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    section.trodo-popup section.partfinder-popup .popup-title ul li:last-child:after {
        display: none
    }

    section.trodo-popup section.partfinder-popup .popup-content {
        padding: 15px
    }

    section.trodo-popup section.partfinder-popup .popup-content .search-bar .input-block {
        position: relative;
        border: 1px solid #dfe3e8;
        border-radius: 4px
    }

    section.trodo-popup section.partfinder-popup .popup-content .search-bar .input-block input {
        border: none;
        width: 100%;
        padding-left: 40px
    }

    section.trodo-popup section.partfinder-popup .popup-content .search-bar .input-block label {
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
        height: 20px
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown:after {
        display: none
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown .dropdown-options-container {
        display: block;
        position: relative;
        top: 0;
        box-shadow: none
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown .dropdown-options-container .optgroup h6 {
        margin-bottom: 8px;
        padding-left: 0;
        text-transform: uppercase
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown .dropdown-options-container .optgroup .back-btn {
        display: none
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown .dropdown-options-container li {
        padding: 8px 0
    }

    section.trodo-popup section.partfinder-popup .popup-content .trodo-dropdown .dropdown-options-container li:after {
        right: 0
    }

    section.cross-sell-popup .cross-sell-block {
        min-height: 100vh;
        align-items: stretch
    }

    section.cross-sell-popup .cart-item .product .action .qty .trodo-dropdown {
        padding: 8px 10px
    }

    section.cross-sell-popup .cart-item .product .price-block {
        vertical-align: top;
        margin-top: 8px
    }

    section.confirmation-popup .popup-title {
        display: none
    }

    section.confirmation-popup .header-popup {
        padding: 15px 15px 0
    }

    section.confirmation-popup .description {
        padding: 24px 0
    }

    section.order-list-popup .popup-content {
        padding: 20px
    }

    section.remove-customer-popup .remove-content {
        padding-top: 0
    }

    section.remove-customer-popup .remove-content .comment {
        margin-top: 15px
    }

    section.fitment-check-popup .popup-title {
        padding-top: 34px
    }

    section.fitment-check-popup .close-btn-block {
        border: none;
        margin: 0;
        padding-bottom: 0
    }

    section.fitment-check-popup .close-btn-block .s-mobile {
        display: none!important
    }

    .suggestion-list {
        margin-top: 40px
    }

    .suggestion-list .suggestion,.suggestion-list .suggestion img {
        height: 340px
    }

    .suggestion-list .suggestion .coupon .discount,.suggestion-list .suggestion p {
        font-size: 1.6rem
    }

    .suggestion-list .suggestion .suggestion-content {
        bottom: 28px
    }

    .suggestion-list .suggestion.with-html,.suggestion-list .suggestion.without-img {
        height: 340px
    }

    .suggestion-list .swiper-container .swiper-slide-active,.suggestion-list .swiper-container .swiper-slide-next {
        /* padding-right: 30px;
        margin-right: -20px!important */
    }

    .suggestion-list.category-suggestion-list .suggestion.with-html,.suggestion-list.category-suggestion-list .suggestion.without-img,.suggestion-list.category-suggestion-list .suggestion img {
        height: 340px
    }

    .type-of-transport a h2 {
        padding: 40% 0;
        font-size: 1.6rem;
        line-height: 24px
    }

    section.home-page {
        margin-bottom: 0
    }

    .single-block {
        margin-top: 48px;
        padding-bottom: 48px
    }

    .single-block .title .h-title,.single-block .title h2 {
        font-size: 2.4rem;
        line-height: 28px
    }

    .popular-manufacturers .h-title,.popular-manufacturers h2 {
        font-size: 2.4rem
    }

    .popular-manufacturers .swiper-container .swiper-slide-active,.popular-manufacturers .swiper-container .swiper-slide-next {
        /* padding-right: 40px;
        margin-right: -20px!important */
    }

    .toolbar {
        flex-wrap: wrap
    }

    .toolbar .left {
        width: 100%;
        justify-content: space-between
    }

		.filter-popup, .toolbar .sort-popup {
			display: block;
		}

    .toolbar .category-popup,.toolbar .filter-popup,.toolbar .sort-popup {
        background-color: #fff;
        line-height: 13px;
        margin-right: 0;
        width: 33.333%
    }

    .toolbar .category-popup .trodo-dropdown,.toolbar .category-popup a,.toolbar .filter-popup .trodo-dropdown,.toolbar .filter-popup a,.toolbar .sort-popup .trodo-dropdown,.toolbar .sort-popup a {
        color: #212b36;
        text-decoration: none;
        position: relative;
        padding: 13px 40px 12px 13px;
        display: inline-block;
        width: 100%
    }

    .toolbar .category-popup .trodo-dropdown:after,.toolbar .category-popup a:after,.toolbar .filter-popup .trodo-dropdown:after,.toolbar .filter-popup a:after,.toolbar .sort-popup .trodo-dropdown:after,.toolbar .sort-popup a:after {
        content: "";
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .toolbar .category-popup .trodo-dropdown,.toolbar .filter-popup .trodo-dropdown,.toolbar .sort-popup .trodo-dropdown {
        padding: 11px 40px 10px 13px
    }

    .toolbar .category-popup .trodo-dropdown:after,.toolbar .filter-popup .trodo-dropdown:after,.toolbar .sort-popup .trodo-dropdown:after {
        background-image: url(svg/20/sort.svg)
    }

    .toolbar .sort-popup {
        margin-right: 0
    }

    .toolbar .filter-popup a:after {
        background-image: url('/images/img-theme/filter.svg')
    }

    .toolbar .category-popup a:after {
        background-image: url(svg/20/menu.svg)
    }

    .toolbar .sort-popup a:after {
        background-image: url(svg/20/sort.svg)
    }

    aside {
        width: 100%;
        margin: 0 auto 25px
    }

    .product-slider-list .product .title {
        margin-top: 5px
    }

    .product-slider-list .product .product-category {
        min-height: 16px;
        padding: 5px 0
    }

    .product-slider-list .product .product-category .cat-name {
        word-break: break-word;
        line-height: 16px;
        display: inline-block
    }

    .trustpilot-block {
        padding: 10px 0
    }

    .partfinder-block.without-config .trustpilot-block {
        min-height: 41px
    }

    .product-contact-form-popup form.trodo-form {
        margin: 0
    }

    form.trodo-form .input-block:not(.checkbox):not(.radio):last-child {
        margin-bottom: 15px
    }

    form.trodo-form .trodo-dropdown {
        padding: 12px 12px!important;
        font-size: 1.4rem
    }

    section.geoip-popup .content {
        display: block
    }

    section.geoip-popup .title {
        display: block;
        max-width: 100%;
        margin-bottom: 15px
    }

    section.geoip-popup .compare-action {
        display: flex;
        justify-content: center
    }

    section.geoip-popup .compare-action .btn-box .-outline {
        display: inline-block
    }

    section.cookie-consent .compare-action,section.cookie-consent .title {
        display: block
    }

    section.cookie-consent .compare-action button {
        width: 100%;
        margin-right: 0
    }

    section.cookie-consent .btn-box .-outline {
        display: inline-block
    }

    section.trodo-popup.main-login-popup {
        min-height: auto;
        width: 100%;
        top: 0;
        bottom: 0;
        max-height: 470px
    }

    section.trodo-popup.main-login-popup .login-register-form {
        height: 100%;
        background: #fff
    }

    section.trodo-popup.main-login-popup .login-register-form .action-popup {
        border: none
    }

    section.trodo-popup.main-login-popup .close-btn-block {
        border-bottom: none;
        margin: inherit;
        padding-bottom: inherit
    }

    section.trodo-popup.main-add-vehicle-popup {
        min-height: auto;
        max-height: 500px;
        width: 95%;
        top: 0;
        bottom: 0;
        border-radius: 10px
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .header-popup {
        padding: 16px
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .close-btn-block {
        border: none;
        margin: 0;
        padding-bottom: 0
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .close-btn-block h5.s-mobile {
        display: none!important
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .popup-title h2 {
        font-size: 2.4rem
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .vehicle-action {
        margin-top: 24px;
        display: block
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .vehicle-action .reg-number-block {
        width: 100%
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .vehicle-action .separator {
        padding: 16px 0
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .popup-content .btns button {
        width: 100%;
        margin-bottom: 16px
    }

    section.trodo-popup.main-add-vehicle-popup .add-vehicle-popup .popup-content .btns button:last-child {
        margin-bottom: 0;
        margin-top: 0
    }

    section.pagination ul:not(.short-type) {
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    section.pagination ul:not(.short-type) li.num {
        display: none
    }

    section.pagination ul:not(.short-type) li.page-number {
        width: auto;
        height: auto;
        border: none;
        text-align: center;
        margin-right: 0
    }

    section.pagination ul:not(.short-type) li.page-number:after {
        display: none
    }

    section.main-order-list-popup {
        width: 95%;
        min-height: 95%;
        top: 0;
        bottom: 0
    }

    section.rma-order-list-popup .header-popup {
        padding: 16px 16px 0
    }

    section.rma-order-list-popup .header-popup .close-btn-block {
        border-bottom: none;
        padding-bottom: 0;
        margin: 0
    }

    section.rma-order-list-popup .header-popup .close-btn-block h5.s-mobile {
        display: none!important
    }

    section.rma-order-list-popup .popup-title p {
        font-size: 1.4rem;
        line-height: 24px
    }

    section.rma-order-list-popup .popup-title .search-bar {
        width: 100%
    }

    section.rma-order-list-popup .popup-title .search-bar .input-block {
        max-width: 100%
    }

    section.rma-order-list-popup .popup-title .search-bar .input-block img {
        vertical-align: top
    }

    section.rma-order-list-popup .account-history .customer-table {
        margin: 0
    }

    section.rma-order-list-popup .account-history .table .thead .tr .th.order-number {
        width: 45%
    }

    section.rma-order-list-popup .account-history .table .thead .tr .th.created-at {
        width: 20%
    }

    section.rma-order-list-popup .account-history .table .thead .tr .th.grand-total {
        width: 35%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.order-check {
        width: 10%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.order-number {
        width: 35%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.create-date {
        width: 30%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.sum {
        width: 25%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-check {
        width: 14%;
        padding-left: 10px
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-image {
        width: 26%;
        padding: 0 8px
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name {
        width: 60%
    }

    section.rma-order-list-popup .account-history .table .tbody .tr .td.product-name h6 {
        font-size: 1.4rem;
        margin-bottom: 8px
    }

    section.rma-order-list-popup .account-history .table .tbody .tr.product {
        padding: 12px 20px
    }

    .step-summary .delivery-address {
        margin-bottom: 16px
    }

    .trodo-popup.main-simple-popup {
        width: 100%
    }

    .trodo-popup.main-simple-popup section.simple-popup .header-popup {
        padding-bottom: 0
    }

    .trodo-popup.main-simple-popup section.simple-popup .header-popup .popup-title {
        display: none
    }

    .trodo-popup.main-simple-popup section.simple-popup .content {
        padding: 0
    }
}

@media (max-width: 576px) {
    body.body-overlay {
        overflow:hidden
    }

    body.body-overlay,body.body-overlay .main-section {
        touch-action: none;
        -ms-touch-action: none;
        height: 100vh
    }

    body.body-overlay.filter-overlay-mobile {
        position: fixed
    }

    section.trodo-popup {
        border-radius: 0
    }

    section.trodo-popup .product-slider-list {
        margin-top: 0
    }

    section.trodo-popup .product-slider-list .container>.title .h-title {
        font-size: 2.1rem
    }

    section.trodo-popup .add-to-cart-popup .popup-content {
        padding: 40px 0
    }

    section.trodo-popup .cart-info .cart-result .button {
        width: 100%
    }

    .toolbar .left .filter-popup a,.toolbar .left .sort-popup a {
        padding-right: 42px
    }

    .suggestion-list .suggestion h2 {
        font-size: 2rem;
        line-height: 28px
    }

    .suggestion-list .suggestion .coupon {
        right: 16px
    }

    .suggestion-list .suggestion img {
        height: 340px
    }

    .suggestion-list .suggestion .suggestion-content {
        bottom: 28px;
        padding: 0 24px
    }

    section.add-vehicle-popup .popup-content,section.confirmation-popup .popup-content {
        padding: 20px 15px
    }

    section.add-vehicle-popup .popup-content .btns button,section.confirmation-popup .popup-content .btns button {
        width: 100%;
        margin-right: 0
    }

    section.add-vehicle-popup .popup-content .btns button.-outline,section.confirmation-popup .popup-content .btns button.-outline {
        margin-top: 15px
    }

    form.trodo-form .vue-tel-input .vti__dropdown-list {
        width: 288px
    }

    section.cross-sell-popup {
        flex-wrap: wrap-reverse;
        padding-bottom: 24px
    }

    section.cross-sell-popup .cross-sell-block {
        min-height: auto;
        width: 100%;
        padding: 0 12px
    }

    section.cross-sell-popup .cross-sell-block .product {
        flex-wrap: nowrap
    }

    section.cross-sell-popup .cross-sell-block .product .title {
        margin-bottom: 8px
    }

    section.cross-sell-popup .cross-sell-block .product .action-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    section.cross-sell-popup .cross-sell-block .product .action-details .price {
        margin-right: 12px
    }

    section.cross-sell-popup .cross-sell-block .product .action-details .price .price-block {
        margin: 4px 0
    }

    section.cross-sell-popup .cross-sell-block .product .action-details .action {
        display: block
    }

    section.cross-sell-popup .cross-sell-block .product>.action {
        display: none
    }

    section.cross-sell-popup .cross-sell-block .free-delivery-popup {
        margin-top: 24px
    }

    section.cross-sell-popup .cart-item {
        width: 100%;
        padding: 60px 12px 9px;
        border-bottom: 1px solid #dfe3e8;
        border-left: none
    }

    section.cross-sell-popup .cart-item .product {
        margin: 24px 0
    }

    section.cross-sell-popup .cart-item .product .product-title h6 {
        font-size: 1.4rem
    }

    section.cross-sell-popup .cart-item .product .action .qty {
        margin-right: 0
    }

    section.cookie-consent .btn-box button {
        margin-bottom: 10px;
        width: 100%
    }

    section.remove-address-popup .description {
        grid-template-columns: repeat(1,minmax(0,1fr));
        -ms-grid-columns: 1fr
    }

    section.remove-address-popup .popup-content {
        padding: 20px 15px
    }

    section.remove-address-popup .popup-content button {
        width: 100%
    }

    section.remove-address-popup .popup-content button:first-child {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 450px) {
    aside .advanced-cross-sell-widget {
        display:block
    }
}

@media (max-width: 390px) {
    .toolbar .filter-popup a span {
        visibility:hidden
    }

    .toolbar .filter-popup a:after {
        left: 0;
        right: 0
    }

    .toolbar .category-popup a span {
        visibility: visible
    }

    .toolbar .category-popup a:after {
        background-image: none
    }

    .toolbar .sort-popup a span {
        visibility: hidden
    }

    .toolbar .sort-popup a:after {
        left: 0;
        right: 0
    }

    .toolbar .sort-popup .trodo-dropdown {
        padding: 11px 13px 10px 13px
    }

    .toolbar .sort-popup .trodo-dropdown span {
        visibility: visible
    }

    .toolbar .sort-popup .trodo-dropdown:after {
        display: none
    }
}

@media (max-width: 1358px) {
    section.login-register-form.register .about,section.login-register-form.register .form-block .action-popup {
        padding:70px 50px
    }

    section.account-returns-view .table-product-list .order .title {
        display: block
    }

    section.account-returns-view .table-product-list .order .title span.price {
        display: block;
        margin-top: 8px
    }
}

@media (max-width: 992px) {
    section.login-register-form.register .about,section.login-register-form.register .form-block .action-popup {
        padding:70px 25px
    }

    section.account-history .customer-table table td {
        padding: 10px;
        font-size: 1.2rem
    }

    section.account-history .customer-table .history-mobile-table .order {
        align-items: center;
        display: flex;
        justify-content: space-between;
        max-width: calc(100% - 20px);
        padding: 16px;
        position: relative
    }

    section.account-history .customer-table .history-mobile-table .order:not(:first-of-type) {
        border-top: 1px solid #dfe3e8
    }

    section.account-history .customer-table .history-mobile-table .order:last-child {
        border-bottom: 1px solid #dfe3e8
    }

    section.account-history .customer-table .history-mobile-table .order .side-block>span {
        display: block
    }

    section.account-history .customer-table .history-mobile-table .order .side-block:last-of-type {
        text-align: right
    }

    section.account-history .customer-table .history-mobile-table .order .side-block .order-number {
        font-weight: 500
    }

    section.account-history .customer-table .history-mobile-table .order .side-block .create-date {
        padding-top: 5px;
        color: #637381;
        font-size: 1.3rem
    }

    section.account-history .customer-table .history-mobile-table .order .chevron {
        background-image: url('/images/img-theme/chevron.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20px;
        display: inline-block;
        height: 20px;
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 8px;
        vertical-align: middle
    }

    section.account-returns .history-mobile-table .order {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    section.account-returns .history-mobile-table .order .tr {
        display: block
    }

    section.account-returns .history-mobile-table .order .tr:last-child {
        padding-top: 0
    }

    section.account-returns .history-mobile-table .order .order-number {
        display: inline-block;
        margin-bottom: 4px
    }

    section.account-returns .history-mobile-table .order .create-date {
        font-size: 1.4rem;
        padding-right: 25px
    }

    section.account-returns .history-mobile-table .order:after {
        right: 16px
    }

    section.account-documents .customer-table table td {
        padding: 15px;
        font-size: 1.4rem
    }

    section.account-settings .addresses {
        grid-template-columns: repeat(1,minmax(0,1fr));
        -ms-grid-columns: 1fr
    }
}

@media (max-width: 768px) {
    section.account {
        padding-bottom:50px
    }

    section.account .container .breadcrumbs-wrapper .back-button {
        align-items: center;
        color: #637381;
        display: flex;
        font-size: 1.3rem;
        padding-top: 26px
    }

    section.account .container .breadcrumbs-wrapper .back-button:before {
        content: "";
        background-image: url(svg/20/chevron-grey.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20px;
        display: inline-block;
        height: 20px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 16px;
        vertical-align: middle
    }

    section.account .container .-border:not(.trodo-dropdown) {
        border-radius: 0
    }

    section.account .content .account-item {
        margin-bottom: 16px
    }

    section.account.account-main-page .content .btn-box {
        display: block;
        padding-top: 0;
        text-align: center;
        border-top: none
    }

    section.account.account-main-page .content .btn-box .button {
        width: 100%;
        padding: 13px 15px;
        border-color: #dfe3e8
    }

    section.account-garage .content .account-garage-item {
        margin: 0 -15px 15px;
        padding: 20px 16px
    }

    section.login-register-form.register {
        background-color: #fff
    }

    section.login-register-form.register .header {
        padding: 10px 15px
    }

    section.login-register-form.register .header .country-and-languages {
        padding-right: 15px
    }

    section.login-register-form.register .header .country-and-languages li .trodo-dropdown .selected-value {
        color: #212b36
    }

    section.login-register-form.register .header .country-and-languages li .trodo-dropdown:after {
        background-image: url( '/images/img-theme/chevron-small.svg' )
    }

    section.login-register-form.register .header .country-and-languages li .trodo-dropdown .dropdown-options-container {
        right: 0;
        left: inherit;
        top: 35px
    }

    section.login-register-form.register .header .logo {
        margin-right: 16px
    }

    section.login-register-form.register .header .logo img {
        max-height: 30px;
        vertical-align: middle
    }

    section.login-register-form.register .container {
        padding: 0
    }

    section.login-register-form.register .form-block .action-popup {
        padding: 30px 15px;
        margin: 0 auto;
        max-width: 400px
    }

    section.login-register-form .footer-copyright {
        background-color: #fff;
        border-top: 1px solid #dfe3e8;
        margin: 0 15px
    }

    section.account-history .-trodo-loading-circle:after,section.account-history .-trodo-loading-grey-circle:after {
        left: -15px;
        width: calc(100% + 30px)
    }

    section.account-history .customer-table {
        margin: 0 -15px;
        border-radius: 0
    }

    section.account-history .customer-table table thead {
        display: none
    }

    section.account-history .customer-table .customer-toolbar .trodo-dropdown {
        width: 100%!important;
        margin-bottom: 10px
    }

    section.account-documents .customer-table .order-numbers {
        padding-top: 15px
    }

    section.account-documents .customer-table .order-numbers a {
        display: inline-block;
        padding-right: 15px
    }

    section.account-settings .input-block:not(.checkbox),section.account-settings .input-block:not(.checkbox):first-child,section.account-settings .input-block:not(.checkbox):last-child,section.account-settings .input-block:not(.radio),section.account-settings .input-block:not(.radio):first-child,section.account-settings .input-block:not(.radio):last-child {
        margin-bottom: 15px
    }

    section.account-settings .box {
        border: none;
        padding-top: 0;
        padding-bottom: 20px
    }

    section.account-settings .box .white-box {
        margin: 0 -5px;
        width: calc(100% + 10px);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        padding: 25px 12px
    }

    section.account-settings .box .change-password .input-block.password-confirmation,section.account-settings .box .change-password .input-block.password_confirmation,section.account-settings .box .main-info .input-block.lastname {
        margin-bottom: 0
    }

    section.account-settings .box .anonymize-customer .input-block.checkbox {
        padding-top: 0;
        margin-bottom: 0
    }

    section.account-settings .btn-box {
        border: none;
        padding-top: 0
    }

    section.account-settings .address-fields {
        margin-top: 15px
    }

    section.account-order-view h1 {
        line-height: 28px
    }

    section.account-order-view .table-product-list .order h5 {
        font-size: 1.6rem
    }

    section.account-order-view .content {
        display: block
    }

    section.account-order-view .content .box .order-info {
        margin: 0 -16px;
        padding: 20px 16px;
        border-radius: 0
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr .thumbnail {
        width: 80px
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr #desktop-qty {
        display: none
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr ul {
        margin-bottom: 4px
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr #mobile-qty {
        display: inherit
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr .sum {
        display: none
    }

    section.account-order-view .content .box .order-info .order-products table tbody tr .title h6 {
        font-size: 1.4rem
    }

    section.account-order-view .content .box .rma-history {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding: 20px 16px
    }

    section.account-order-view .content .box .rma-history .row .col-md-1 {
        margin-right: 16px
    }

    section.account-order-view .content aside {
        width: 100%;
        min-width: 100%;
        margin-top: 15px;
        margin-left: 0
    }

    section.account-order-view .content aside .aside-box {
        margin: 0 -16px 16px;
        padding: 20px 16px
    }

    section.account-order-view .content aside .aside-box.-border {
        border-radius: 0
    }

    section.account-order-view .content aside .aside-box h5 {
        font-size: 1.6rem
    }

    section.account-order-view .content aside .aside-box .vertical-steps li h6 {
        font-size: 1.4rem
    }

    section.account-returns .main-title .right .button {
        width: 100%
    }

    section.account-returns-view .rma-history .trodo-form .input-block textarea {
        padding: 14px 12px;
        height: inherit;
        min-height: 65px;
        padding-right: 110px;
        margin-bottom: 14px
    }

    section.account-returns-view .content .box .order-info {
        padding: 0 16px 20px
    }

    section.account-returns-view .table-product-list .order .rma-attributes span.price,section.account-returns-view .table-product-list .order .rma-attributes ul {
        margin-bottom: 8px
    }

    section.account-returns-view .table-product-list .order .rma-attributes span.price .sep {
        padding: 0 5px
    }

    section.account-returns-view .table-product-list .order .rma-attributes span.price span.row-total {
        margin-left: 16px
    }
}

@media (max-width: 576px) {
    section.account-returns .main-title {
        display:block
    }

    section.account-returns .main-title h1 {
        margin-bottom: 16px
    }

    section.account-returns .content {
        margin-top: 25px
    }

    .customer-action .action-popup {
        padding: 25px
    }

    .customer-action .action-popup .title p {
        font-size: 1.4rem
    }

    .customer-action .action-popup .additional-info {
        display: none
    }

    .customer-action .action-popup .additional-info p {
        font-size: 1.3rem;
        line-height: 15px
    }

    .customer-action .action-popup .content .-checkbox {
        font-size: 1.4rem
    }

    section.account-settings .addresses .address .actions {
        flex-flow: column
    }

    section.account-settings .addresses .address .actions .-radio {
        margin-top: 8px
    }

    section.account-settings .addresses .address .actions .action-buttons {
        margin-left: 0;
        margin-top: 16px;
        padding-left: 0
    }

    section.account-wishlist .content .account-wishlist-block {
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 15px
    }
}

@media (min-width: 2000px) {
    .partfinder-block {
        position:relative;
        background-position: center 5%
    }

    .partfinder-block:after,.partfinder-block:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #1e242a
    }

    .partfinder-block .trustpilot-block {
        position: relative;
        z-index: 5
    }
}

@media (min-width: 992px) and (max-width:1358px) {
    .partfinder-block section.partfinder .select-block.fuel,.partfinder-block section.partfinder .select-block.model,.partfinder-block section.partfinder .select-block.type {
        max-width:200px
    }

    .partfinder-block section.partfinder .partfinder-select-loading {
        max-width: 620px
    }
}

@media (max-width: 992px) {
    .page-content .partfinder-block:not(.is-homepage) {
        max-height:none
    }

    .page-content .partfinder-block:not(.is-homepage) .select-block {
        margin-bottom: 10px;
        margin-right: 10px;
        max-width: 100%
    }

    .page-content .partfinder-block:not(.is-homepage) button.btn-options {
        width: 100%
    }

    .partfinder-block section.partfinder {
        flex-wrap: wrap;
        justify-content: center
    }

    .partfinder-block section.partfinder .reg-number-block {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center
    }

    .partfinder-block section.partfinder .separator {
        justify-content: center;
        display: flex;
        width: 100%
    }

    .partfinder-block section.partfinder .separator:after,.partfinder-block section.partfinder .separator:before {
        width: 15px;
        height: 1px;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .partfinder-block section.partfinder .separator:before {
        left: 50px
    }

    .partfinder-block section.partfinder .separator:after {
        right: 50px
    }

    .partfinder-block section.partfinder .make {
        width: 20%
    }

    .partfinder-block section.partfinder .model,.partfinder-block section.partfinder .type {
        width: 30%
    }

    .partfinder-rubbers-block section.partfinder .select-block {
        margin-bottom: 10px;
        margin-right: 0
    }

    .partfinder-rubbers-block section.partfinder button {
        display: none
    }
}

@media (max-width: 768px) {
    .page-content .partfinder-block:not(.is-homepage) {
        max-height:none
    }

    .page-content .partfinder-block:not(.is-homepage).no-margin .trustpilot-bottom,.page-content .partfinder-block:not(.is-homepage) .title h3,.page-content .partfinder-block:not(.is-homepage) .title span.h3 {
        margin-top: 0
    }

    .page-content .partfinder-block:not(.is-homepage):not(.vehicle-exist):not(.tire-exist) {
        margin-bottom: 0
    }

    .page-content .partfinder-block:not(.is-homepage).tire-exist,.page-content .partfinder-block:not(.is-homepage).vehicle-exist {
        margin-top: 0;
        max-height: 281px
    }

    .page-content .partfinder-block:not(.is-homepage).tire-exist .trustpilot-bottom,.page-content .partfinder-block:not(.is-homepage).vehicle-exist .trustpilot-bottom {
        margin-top: 0
    }

    .page-content .partfinder-block:not(.is-homepage).is-visible+section.category-list .grey-background,.page-content .partfinder-block:not(.is-homepage).is-visible+section:not(.category-list) {
        padding-top: 0
    }

    .page-content .partfinder-block:not(.is-homepage) section.partfinder {
        bottom: unset
    }

    .page-content .partfinder-block:not(.is-homepage) section.partfinder .select-block .trodo-dropdown.disabled {
        display: none
    }

    .page-content .partfinder-block:not(.is-homepage) section.partfinder .select-block.type {
        max-width: 100%
    }

    .page-content .partfinder-block:not(.is-homepage) button.btn-options {
        min-width: 100%;
        margin-top: 10px
    }

    .page-content .partfinder-block:not(.is-homepage) button.btn-options.disabled {
        display: none
    }

    .page-content .partfinder-block {
        background-position: 70%
    }

    .page-content .partfinder-block.tire-exist,.page-content .partfinder-block.vehicle-exist {
        background-position: 50%
    }

    .page-content .partfinder-block .title h3,.page-content .partfinder-block .title span.h3 {
        margin-top: 0
    }

    .page-content .partfinder-block section.partfinder {
        background-color: initial!important
    }

    .page-content .partfinder-block section.partfinder .reg-number-block .reg-number {
        max-width: 100%;
        width: 100%
    }

    .page-content .partfinder-block section.partfinder .kba-number-block,.page-content .partfinder-block section.partfinder .kba-number-block .kba-number,.page-content .partfinder-block section.partfinder .reg-number-block .reg-number input {
        width: 100%
    }

    .page-content .partfinder-block section.partfinder .kba-number-block .kba-number input {
        width: 100%;
        max-width: 100%
    }

    .page-content .partfinder-block section.partfinder button.show-parts {
        width: 100%
    }

    .product-list .partfinder-block {
        margin-bottom: 0
    }

    .partfinder-block {
        padding-bottom: 0
    }

    .partfinder-block.tire-exist .trustpilot-bottom,.partfinder-block.vehicle-exist .trustpilot-bottom {
        margin-top: 0
    }

    .partfinder-block .title h3,.partfinder-block .title span.h3 {
        margin-top: 0;
        padding-top: 40px;
        font-size: 3.2rem;
        line-height: 40px
    }

    .partfinder-block section.partfinder {
        justify-content: space-between;
        background-color: initial;
        padding: 0 0 50px
    }

    .partfinder-block section.partfinder .select-block {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
        position: relative
    }

    /* .partfinder-block section.partfinder .select-block:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    } */

    .partfinder-block section.partfinder .select-block.make,.partfinder-block section.partfinder .select-block.model {
        max-width: 100%
    }

    .partfinder-block section.partfinder .select-block.fuel,.partfinder-block section.partfinder .select-block.type {
        max-width: calc(100% - 65px);
        margin-bottom: 0
    }

    .partfinder-block .partfinder-error {
        position: relative;
        bottom: 0;
        left: 0
    }

    .trodo-popup.main-simple-popup .kba-info-popup {
        max-width: none
    }
}

@media (max-width: 1358px) {
    .trodo-slider .slider-button-next,.trodo-slider .slider-button-prev {
        width:36px;
        height: 36px
    }

    .trodo-slider .slider-button-prev {
        left: 7px !important
    }

    .trodo-slider .slider-button-next {
        right: 7px !important
    }
}

@media (max-width: 768px) {
    .trodo-slider .splide__arrows {
        display:none
    }

    .trodo-slider .slider-pagination {
        bottom: -40px
    }

    .trodo-slider .slider-pagination li {
        margin-top: 10px
    }

    .suggestion-list .trodo-slider .splide__slide {
        /* margin-right: 4%!important;
        width: 85vw!important */
    }

    .suggestion-list .trodo-slider.one-slide .splide__slide {
        margin-right: 0!important;
        width: 100vw!important
    }

    .suggestion-list .trodo-slider.slider-big .splide__slide {
        margin-right: 0!important
    }

    .suggestion-list .trodo-slider.slider-big .splide__slide:not(:first-child):not(:last-child) {
        width: 100vw!important;
        margin-right: -32px!important;
        padding: 0 24px;
        margin-left: -12px!important
    }

    .suggestion-list .trodo-slider.slider-big .splide__slide:last-child {
        /* margin-left: 3%!important */
    }

    .swiper-container .swiper-slide {
        transition: var(--animation-duration)
    }
}

@media (max-width: 576px) {
    .suggestion-list .trodo-slider.slider-big .splide__slide:not(:first-child):not(:last-child) {
        margin-right:-24px!important
    }
}

@media (max-width: 1358px) {
    section.checkout .content .box .product .product-image {
        max-width:80px
    }

    section.checkout .content .box .product .product-image .product-img .product-img-block {
        width: 80px;
        height: 80px
    }

    section.checkout .content .box .product .product-info {
        width: 100%
    }

    section.checkout .content .box .product .product-info .flex-block {
        flex-wrap: nowrap
    }

    section.checkout .content .box .product .product-info .product-primary {
        max-width: 350px
    }

    section.checkout .content .box .product .product-info .product-secondary {
        justify-content: flex-end;
        width: auto
    }
}

@media (max-width: 992px) {
    section.checkout.checkout-cart .content aside.card-sidebar {
        width:inherit;
        min-width: inherit
    }

    section.checkout.checkout-cart .content .benefits {
        display: none
    }

    section.checkout.checkout-cart .benefits {
        display: block;
        width: 100%;
        padding-bottom: 24px
    }

    section.checkout.checkout-cart .benefits .col-sm-12 {
        margin-bottom: 16px
    }

    section.checkout.checkout-cart .benefits .benefit {
        border-radius: 4px
    }

    section.checkout .content {
        display: block
    }

    section.checkout .content .box .cart-actions {
        margin: 15px 0 0;
        border: 1px solid #dfe3e8;
        padding: 15px;
        background: #fff;
        display: block
    }

    section.checkout .content .box .cart-actions a.button {
        margin-bottom: 15px;
        width: 100%
    }

    section.checkout .content .box .cart-actions .share-cart-link {
        display: block
    }

    section.checkout .content aside.card-sidebar {
        width: 100%;
        margin: 15px 0
    }

    section.checkout .content aside.card-sidebar .box.free-shipping-box {
        margin-top: 15px
    }

    section.checkout .product-list-type .product {
        flex-flow: inherit
    }

    section.checkout .product-list-type .product .product-image {
        margin-right: inherit
    }

    section.checkout .product-list-type .product .product-info {
        width: 100%
    }
}

@media (max-width: 767px) {
    section.checkout .thead {
        display:none
    }

    section.checkout .content .box .product-list {
        margin: 25px -15px 0;
        border-radius: 0
    }

    section.checkout .content .box .cart-actions {
        margin: 0 -15px;
        border: none;
        border-bottom: 1px solid #dfe3e8
    }

    section.checkout .content .box .product {
        flex-direction: row-reverse
    }

    section.checkout .content .box .product .product-image {
        max-width: none;
        top: 0
    }

    section.checkout .content .box .product .product-image .product-img {
        max-width: 80px;
        right: 0
    }

    section.checkout .content .box .product .product-info {
        margin-top: 0
    }

    section.checkout .content .box .product .product-info>.delivery-error-message {
        display: none
    }

    section.checkout .content .box .product .product-info .flex-block {
        display: block
    }

    section.checkout .content .box .product .product-info .delivery-error-message {
        margin-top: 16px
    }

    section.checkout .content .box .product .product-info .product-primary {
        max-width: 100%
    }

    section.checkout .content .box .product .product-info .product-primary .title h5 {
        font-size: 1.6rem
    }

    section.checkout .content .box .product .product-info .product-primary .cart-attributes {
        max-width: calc(100% - 90px);
        margin-top: 16px
    }

    section.checkout .content .box .product .product-info .product-primary .actions {
        margin-top: 16px
    }

    section.checkout .content .box .product .product-info .product-primary .actions li.delivery-error-message {
        display: flex;
        font-weight: 400
    }

    section.checkout .content .box .product .product-info .product-primary .actions li.delivery-error-message li {
        display: list-item
    }

    section.checkout .content .box .product .product-info .product-secondary {
        justify-content: flex-start;
        margin-top: 16px
    }

    section.checkout .content .box .product .product-info .product-secondary .price-block {
        margin: 0
    }

    section.checkout .content .box .product .product-info .product-secondary .price-block .price,section.checkout .content .box .product .product-info .product-secondary .price-block .price-sum {
        text-align: left
    }

    section.checkout .content aside.card-sidebar {
        width: calc(100% + 30px);
        min-width: auto;
        margin: 15px -15px;
        border-radius: 0
    }

    section.checkout .content aside.card-sidebar .box {
        border-right: 0;
        border-radius: 0
    }

    section.checkout .content aside.card-sidebar .box .title h4 {
        font-size: 1.8rem;
        line-height: 24px
    }

    section.checkout .checkout-product-check .product {
        flex-direction: inherit!important
    }

    section.checkout.checkout-cart .cart-title {
        display: block
    }

    section.checkout.checkout-cart .cart-title .skeleton-box:first-child {
        width: 100%!important;
        margin-bottom: 8px
    }

    section.checkout.checkout-cart .content {
        padding-bottom: 0
    }

    section.checkout.checkout-cart .content.empty-cart {
        margin-bottom: 16px
    }

    section.checkout.checkout-cart .content-loading .skeleton-box {
        border-radius: 0
    }

    section.checkout.checkout-cart .featured-products {
        border-bottom: 1px solid #dfe3e8;
        margin-top: 15px
    }

    section.checkout.checkout-cart .benefits .benefit h5 {
        font-size: 1.6rem
    }

    section.checkout.checkout-cart .benefits .benefit p {
        font-size: 1.3rem
    }

    section.checkout.checkout-cart .payments-cms .block-content .logo-list {
        margin-bottom: 50px
    }

    section.checkout.checkout-step {
        padding-bottom: 0
    }

    section.checkout.checkout-step h1 {
        margin: 0;
        line-height: 28px;
        font-size: 2.4rem
    }

    section.checkout.checkout-step .container {
        padding: 0;
        margin-bottom: 30px
    }

    section.checkout.checkout-step .container>div {
        margin-left: 15px;
        margin-right: 15px
    }

    section.checkout.checkout-step .container div.content {
        margin-right: 0;
        margin-left: 0
    }

    section.checkout.checkout-step .container div.content .checkout-accordion:not(.open) {
        margin-left: 15px;
        margin-right: 15px
    }

    section.checkout.checkout-step .checkout-title {
        display: block;
        text-align: center;
        padding-top: 16px
    }

    section.checkout.checkout-step .checkout-title .breadcrumbs {
        margin-top: 24px
    }

    section.checkout.checkout-step .checkout-title .breadcrumbs li {
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.checkout.checkout-step .checkout-title .breadcrumbs li i.breadcrumb-circle {
        display: block;
        margin: 0 auto 4px auto
    }

    section.checkout.checkout-step .checkout-title .breadcrumbs li:after {
        width: 24px
    }

    section.checkout.checkout-step .checkout-title .breadcrumbs li:first-child {
        display: none
    }

    section.checkout.checkout-step .content {
        display: block
    }

    section.checkout.checkout-step .content aside.card-sidebar {
        width: calc(100% + 30px);
        margin: 15px -15px 0
    }

    section.checkout.checkout-step .content aside.card-sidebar .box {
        border-radius: 0
    }

    section.checkout.checkout-step .content .checkout-accordion.open {
        border-radius: 0;
        border-left: none;
        border-right: none
    }

    section.checkout.checkout-step .content .checkout-accordion .row {
        margin-left: 0;
        margin-right: 0
    }

    section.checkout.checkout-step .content .checkout-accordion .row>div {
        padding: 0
    }

    section.checkout.checkout-step .payment-method {
        width: 100%!important
    }

    section.checkout.checkout-step .box .step .part .title h5,section.checkout.checkout-step .box .step .part .title span.h5 {
        font-size: 1.6rem
    }

    section.checkout.checkout-step .box .step .action-block {
        padding: 25px 15px
    }

    section.checkout.checkout-step .box .step .shipping-methods .method h6,section.checkout.checkout-step .box .step .shipping-methods .method span.h6 {
        font-size: 1.4rem
    }

    section.checkout.checkout-step .box .step .shipping-methods .method .delivery-date span {
        display: block;
        line-height: 16px
    }

    section.checkout.checkout-step .box .step.additional-payment {
        border-radius: 0
    }

    section.checkout.checkout-shipping-step .shipping-step .address .btns-block {
        display: block
    }

    section.checkout.checkout-shipping-step .shipping-step .address .btns-block button {
        width: 100%
    }

    section.checkout.checkout-shipping-step .shipping-step .address .btns-block button.select-address {
        margin-bottom: 15px
    }

    section.checkout.checkout-shipping-step .shipping-step .address label .row>div:not(:first-child) {
        margin-top: 16px
    }

    section.checkout.checkout-shipping-step .shipping-step .customer-auth .social-login .col-md-6:not(:last-child) button {
        margin-bottom: 16px
    }

    .order-action .payment-methods .columns-2 .col-md-12:first-child,.order-action .payment-methods .columns-2 .col-md-12:nth-child(2),.order-action .payment-methods .columns-2 .col-md-12:nth-child(3),.order-action .payment-methods .columns-2 .col-md-12:nth-child(4),section.checkout.checkout-payment-step .payment-methods .columns-2 .col-md-12:first-child,section.checkout.checkout-payment-step .payment-methods .columns-2 .col-md-12:nth-child(2),section.checkout.checkout-payment-step .payment-methods .columns-2 .col-md-12:nth-child(3),section.checkout.checkout-payment-step .payment-methods .columns-2 .col-md-12:nth-child(4) {
        width: 100%;
        margin: auto
    }

    .checkout-compatibility-control .logo,.payment-methods .logo,.shipping-methods .logo,div.address .logo {
        display: none
    }

    .pickup-point-map-popup .popup-section .header-popup .s-mobile {
        line-height: 32px
    }

    .pickup-point-map-popup .popup-section .header-popup .popup-title {
        display: none
    }

    .pickup-point-map-popup .popup-section .header-popup .close-btn-block {
        height: 32px;
        border-bottom: none;
        padding-bottom: 0
    }

    .pickup-point-map-popup .popup-section .selected-point {
        padding: 18px 0 0
    }

    .pickup-point-map-popup .popup-section .btns {
        padding: 18px 0
    }
}

@media (max-width: 576px) {
    section.checkout .content .box .product {
        display:flex
    }

    section.checkout .content .box .product .product-image {
        position: absolute;
        top: 0
    }

    section.checkout .content .box .product .product-info .title {
        max-width: calc(100% - 96px)
    }

    section.checkout .content .box .product .product-info .review {
        max-width: calc(100% - 90px)
    }

    section.checkout .content .box .product .product-info .product-secondary {
        margin-top: 16px
    }

    section.checkout .content .checkout-accordion .accordion-title {
        padding: 16px
    }

    section.checkout .content .checkout-accordion .step-summary {
        padding: 0 16px 16px 16px
    }

    section.checkout .content .checkout-accordion .step-summary.fitment-check-summary li:not(:first-child) {
        margin-top: 5px
    }

    section.checkout .content .checkout-accordion .actions-container {
        position: static;
        padding: 0 16px 16px 16px
    }

    section.checkout .content .checkout-accordion .full-address-form .btns-block {
        flex-flow: column
    }

    section.checkout .content .checkout-accordion .full-address-form .btns-block button {
        width: 100%
    }

    section.checkout .content .checkout-accordion .full-address-form .btns-block button:not(:first-child) {
        margin-top: 16px
    }

    section.checkout .checkout-product-check .product {
        display: flex!important
    }

    section.checkout .checkout-product-check .product .product-info .title {
        max-width: 100%!important
    }

    section.checkout .checkout-product-check .product .product-image {
        position: relative!important;
        float: none!important
    }

    section.checkout.checkout-shipping-step .without-address .shipping-info .input-block {
        width: 100%!important;
        float: none!important;
        margin-right: inherit!important
    }

    section.checkout.checkout-review-step .success-header h1 {
        font-size: 3.2rem;
        line-height: 38px
    }

    section.checkout.checkout-review-step .success-container {
        margin: 0 -15px
    }

    section.checkout.checkout-review-step .success-container .box {
        border-radius: 0
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product {
        display: flex;
        justify-content: space-between
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .product-img {
        float: none;
        width: 87px
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info {
        display: block;
        width: calc(100% - 87px)
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info {
        max-width: 100%
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info li {
        margin-bottom: 4px
    }

    section.checkout.checkout-review-step .success-container .box .part.order-summary .products .product .info .product-info .product-title h6 {
        font-size: 1.4rem;
        max-width: 100%;
        white-space: normal
    }

    section.checkout.checkout-error-step .error-header h1 {
        font-size: 3.2rem
    }
}

@media (max-width: 531px) {
    section.checkout.checkout-payment-step #pay-btn.applepay,section.checkout.checkout-payment-step #pay-btn.paypal,section.checkout.checkout-payment-step #pay-btn.paypal-buttons {
        height:45px;
        overflow: hidden
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    section.cms-offer .related-block .categories-list li.item {
        width:calc(33% - 11px)
    }

    section.cms-offer .related-block .categories-list li.item:nth-child(2n) {
        margin-right: 20px
    }

    section.cms-offer .related-block .categories-list li.item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:991px) {
    section.cms-offer .related-block .categories-list {
        display:block
    }

    section.cms-offer .related-block .categories-list li.item {
        width: calc(33% - 11px);
        padding: 25px;
        margin-right: 20px!important
    }

    section.cms-offer .related-block .categories-list li.item:nth-child(3n) {
        margin-right: 0!important
    }

    section.cms-offer .related-block .categories-list li.item .btn-secondary {
        padding: 0
    }

    section.cms-offer .related-block .categories-list li.item .image img {
        max-width: 150px;
        max-height: 75px
    }
}

@media (max-width: 768px) {
    .cms-page .content {
        display:block
    }

    .cms-page .content.with-sidebar {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .cms-page .content.with-sidebar article {
        width: 100%
    }

    .cms-page article {
        width: 100%;
        max-width: 100%
    }

    .cms-page article .cms-links .sub-links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .cms-page article .cms-links .sub-links li:last-child {
        margin-bottom: 0
    }

    .cms-page aside section.benefits .benefit {
        text-align: center
    }

    section.faq-view .content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    section.faq-view .content aside {
        margin-top: 30px
    }

    section.faq-view .content .view-content {
        width: 100%
    }

    section.help-center-section .-trodo-message.-warning {
        border-radius: 0;
        margin: 0 -15px;
        border-left: none;
        border-right: none
    }

    section.help-center-section section.faq-section .navigation .col-sm-12 {
        margin: 0 -15px 16px;
        border-left: none;
        border-right: none;
        width: calc(100% + 28px)
    }

    section.help-center-section section.faq-section .navigation .col-sm-12 .custom-bottom,section.help-center-section section.faq-section .navigation .col-sm-12 a {
        padding: 24px 16px;
        border-radius: 0
    }

    section.help-center-section section.faq-section .navigation .faq-nav-cat b {
        font-size: 1.4rem;
        line-height: 21px
    }

    section.help-center-section section.contact-form-section {
        padding-top: 0;
        padding-bottom: 16px;
        margin-top: 24px;
        border-top: none
    }

    section.help-center-section section.contact-form-section .contact-form-block .contact-form {
        margin: 24px -14px;
        border-radius: 0
    }

    section.help-center-section section.google-map {
        margin-top: 0;
        border-top: none;
        padding-top: 16px
    }

    section.help-center-section section.google-map .map-description .waze-link {
        margin-bottom: 14px
    }

    section.shipping-info-section .title-section {
        display: block
    }

    section.shipping-info-section .title-section h1 {
        font-size: 2.4rem
    }

    section.shipping-info-section .title-section .country-selector {
        max-width: 500px;
        margin-bottom: 24px
    }

    section.shipping-info-section .shipping-info {
        margin: 0 -24px
    }

    section.shipping-info-section .shipping-info .-border {
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 16px
    }

    section.shipping-info-section .shipping-info .method-description .description h6 {
        font-size: 1.4rem
    }

    section.shipping-info-section .shipping-info .shipping-part .part-title span {
        font-size: 1.8rem;
        line-height: 24px
    }

    section.shipping-info-section .shipping-info .method-info .info-part b {
        font-size: 1.4rem;
        line-height: 21px
    }

    section.cms-offer .presentation h1 {
        font-size: 38px
    }

    section.cms-offer .presentation-banners .widget {
        width: 100%;
        margin-right: 0;
        margin-bottom: 150px
    }

    section.cms-offer .presentation-banners .widget:last-child {
        margin-bottom: 0
    }

    section.cms-offer .related-block {
        padding-top: 60px
    }

    section.cms-offer .related-block .categories-list li.item {
        width: 100%;
        padding: 25px;
        margin-right: 0!important
    }

    section.cms-offer .related-block .categories-list li.item .btn-secondary {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        color: transparent
    }

    section.cms-offer .related-block .categories-list li.item .btn-secondary span {
        color: #666767;
        bottom: 100px;
        left: 25px;
        position: absolute
    }

    section.cms-offer .related-block .categories-list li.item .btn-secondary span:after {
        content: "\e804";
        font-family: trodo-icon;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #5cba0a;
        font-size: 9px;
        width: 6px;
        height: 9px;
        margin-left: 10px;
        margin-right: 2px;
        position: relative;
        bottom: 1px;
        transition: margin .1s linear
    }

    section.cms-offer .related-block .categories-list li.item .btn-secondary:after {
        display: none
    }

    section.cms-offer .additional .additional-button {
        position: relative;
        z-index: 90
    }

    section.cms-offer .cms-partfinder {
        margin-top: 0
    }

    section.cms-offer .cms-partfinder .partfinder-block .container .select-block {
        margin-right: 0
    }
}

@media (max-width: 576px) {
    .cms-page article table {
        display:grid
    }
}

@media (max-width: 425px) {
    section.cms-offer .presentation-banners .widget img {
        max-height:90px;
        right: 0
    }
}

@media (max-width: 1358px) {
    .vehicle-category-block .car-landing-vehicle-list .make {
        max-width:calc(16.666% - 15px)
    }

    .vehicle-category-block .full-model-types .car-landing-vehicle-list .make {
        max-width: calc(33.333% - 15px)
    }
}

@media (max-width: 992px) {
    .vehicle-category-block .car-landing-vehicle-list .make {
        max-width:calc(25% - 15px)
    }

    .vehicle-category-block .full-model-types .car-landing-vehicle-list .make {
        max-width: calc(33.333% - 15px)
    }

    .compatible-vehicles .compatible-vehicles-container .second-col {
        max-height: 350px
    }
}

@media (max-width: 768px) {
    .vehicle-category-block .car-landing-vehicle-list .make {
        max-width:calc(33.333% - 15px)
    }

    .vehicle-category-block .full-model-types .car-landing-vehicle-list .make {
        max-width: calc(50% - 15px)
    }

    .vehicle-types .grey-background {
        padding-top: 50px
    }

    .compatible-vehicles .toggle-content div.table .table-row {
        border-bottom: 1px solid #dfe3e8
    }
}

@media (max-width: 576px) {
    .vehicle-category-block .car-landing-vehicle-list .make {
        max-width:calc(50% - 15px)
    }

    .vehicle-category-block .full-model-types .car-landing-vehicle-list .make {
        max-width: 100%
    }

    .compatible-vehicles .row {
        max-height: none
    }
}

@media (max-width: 395px) {
    .compatible-vehicles .compatible-vehicles-container .first-col .select-block {
        max-width:none
    }

    .compatible-vehicles .compatible-vehicles-container .first-col .select-block:last-of-type {
        margin-right: 0
    }

    .compatible-vehicles .compatible-vehicles-container .first-col .reset-filter {
        display: none
    }
}

@media (min-width: 992px) {
    .popular-vehicle-manufacturers .row.ssr .item.ext-col-lg-1-5 {
        width:12.5%
    }
}

@media (max-width: 768px) {
    .popular-vehicle-manufacturers .automakers-skeleton-box {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2
    }

    .popular-vehicle-manufacturers .automakers-skeleton-box .make,.popular-vehicle-manufacturers .automakers-skeleton-box .skeleton-block {
        display: none
    }

    .popular-vehicle-manufacturers .automakers-skeleton-box .make:nth-child(-n+4),.popular-vehicle-manufacturers .automakers-skeleton-box .skeleton-block:nth-child(-n+4) {
        display: flex
    }

    .popular-vehicle-manufacturers.full-model-types .automakers-skeleton-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .popular-vehicle-manufacturers .trodo-slider .splide__track {
        overflow: visible
    }

    .popular-vehicle-manufacturers .trodo-slider.slider-big .splide__list>.splide__slide {
        width: 85vw!important
    }

    .popular-vehicle-manufacturers .trodo-slider.slider-big .splide__list>.splide__slide:not(:first-child):not(:last-child) {
        margin-right: -16px!important;
        padding-right: 28px
    }
}

@media (max-width: 768px) {
    .View360-holderFullscreen .View360-canvasHolder {
        width:100%!important;
        height: auto!important
    }

    .-trodo-message b {
        font-size: 1.4rem;
        line-height: 21px
    }
}

@media (max-width: 768px) {
    section:not(.checkout) .breadcrumbs {
        cursor:grab;
        margin-right: 10px;
        max-width: 100%;
        overflow-x: scroll;
        white-space: nowrap
    }

    section:not(.checkout) .breadcrumbs::-webkit-scrollbar {
        display: none
    }

    section:not(.checkout) .breadcrumbs li {
        display: inline-block;
        position: relative
    }

    section:not(.checkout) .breadcrumbs li a {
        background-color: #dfe3e8;
        border-radius: 6px;
        color: #212b36;
        display: inline-block;
        padding: 4px 8px;
        width: inherit
    }

    section:not(.checkout) .breadcrumbs li a:hover {
        background-color: #f8f9f9;
        text-decoration: none
    }
}
