/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
    vertical-align: baseline
}

button, hr, input {
    overflow: visible
}

.slick-slider, html, legend {
    box-sizing: border-box
}

img, legend, svg {
    max-width: 100%;
    background-color: transparent;
}

.alert, .btn {
    text-align: center;
}

.modal, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    
}
.box a {
    color: #2196f3;
    text-decoration: underline;
}
.btn a, a.btn{
    text-decoration: none !important;
}
.box.recent-sizes a,
.box.blog-news a{
    color: inherit !important;
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

.btn .icon, .icon, .toggle__state, img, svg {
    vertical-align: middle;
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
}

button, select {
    text-transform: none
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative
}

.slick-dots button, .text--nowrap {
    white-space: nowrap
}

textarea {
    overflow: auto
}

.cover, .modal_is_open, .slick-list {
    overflow: hidden
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;

}

/* *** FA checkbox + radio *** */
input[type="checkbox"].fa,
input[type="radio"].fa 
{
    display: none;
}

input[type="checkbox"].fa + label::before,
input[type="radio"].fa + label::before
{
    line-height: 1;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 100 !important;
    font-size: inherit;
    font-style: normal;
    vertical-align: baseline;
    /* padding-right: 0.5rem; */
    min-width: 1.2em;
    text-align: left;
}

input[type="checkbox"].fa.fa-one-half + label::before,
input[type="radio"].fa.fa-one-half + label::before
{ font-size: 1.5em; }

input[type="checkbox"].fa.fa-double + label::before,
input[type="radio"].fa.fa-double + label::before
{ font-size: 2em; }

input[type="checkbox"]:disabled.fa + label::before,
input[type="radio"]:disabled.fa + label::before
{
    filter: Alpha(opacity=40);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

input[type="checkbox"].fa + label::before {
    /* content: '\f0c8'; */
    content: '\f096';
}

input[type="radio"].fa + label::before {
    content: '\f10c';
}

input[type="checkbox"].fa:checked + label::before
{
    /* content: "\f14a"; */ /* teli */
    content: "\f046"; /* üres */
    /* padding-right: 0.43rem; */
    /* padding-right: 0.30rem; */
}

input[type="radio"].fa:checked + label::before
{
    content: "\f05d";
}
/* *** */


[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.footer ul li, body, h2, h3, h4 {
    line-height: 1.6rem
}

.slick {
    height: 0; 
    overflow: hidden;
    opacity: 0; 
    transition: opacity 1.0s linear 0s; 
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.accordion__title, .btn, .cart_button, button {
    cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
 

@font-face {
    font-family: 'Open Sans';
    src: url(../../media/fonts/open_sans/opensans-bold-webfont.woff2) format('woff2'), url(../../media/fonts/open_sans/opensans-bold-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../media/fonts/open_sans/opensans-bolditalic-webfont.woff2) format('woff2'), url(../../media/fonts/open_sans/opensans-bolditalic-webfont.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../media/fonts/open_sans/opensans-italic-webfont.woff2) format('woff2'), url(../../media/fonts/open_sans/opensans-italic-webfont.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../media/fonts/open_sans/opensans-regular-webfont.woff2) format('woff2'), url(../../media/fonts/open_sans/opensans-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: icon_set;
    src: url(../../media/fonts/icon_set/fonts/icon_set.eot?jxo4sx);
    src: url(../../media/fonts/icon_set/fonts/icon_set.eot?jxo4sx#iefix) format('embedded-opentype'), url(../../media/fonts/icon_set/fonts/icon_set.ttf?jxo4sx) format('truetype'), url(../../media/fonts/icon_set/fonts/icon_set.woff?jxo4sx) format('woff'), url(../../media/fonts/icon_set/fonts/icon_set.svg?jxo4sx#icon_set) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class*=" icon--"], [class^=icon--] {
    font-family: icon_set !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--add--sm:before {
    content: "\e900"
}

.icon--add:before {
    content: "\e901"
}

.icon--arrow-1-down--sm:before {
    content: "\e902"
}

.icon--arrow-1-down:before {
    content: "\e903"
}

.icon--arrow-1-left--sm:before {
    content: "\e904"
}

.icon--arrow-1-left:before {
    content: "\e905"
}

.icon--arrow-1-right--sm:before {
    content: "\e906"
}

.icon--arrow-1-right:before {
    content: "\e907"
}

.icon--arrow-1-up--sm:before {
    content: "\e908"
}

.icon--arrow-1-up:before {
    content: "\e909"
}

.icon--arrow-2-down--sm:before {
    content: "\e90a"
}

.icon--arrow-2-down:before {
    content: "\e90b"
}

.icon--arrow-2-left--sm:before {
    content: "\e90c"
}

.icon--arrow-2-left:before {
    content: "\e90d"
}

.icon--arrow-2-right--sm:before {
    content: "\e90e"
}

.icon--arrow-2-right:before {
    content: "\e90f"
}

.icon--arrow-2-up--sm:before {
    content: "\e910"
}

.icon--arrow-2-up:before {
    content: "\e911"
}

.icon--cart--sm:before {
    content: "\e912"
}

.icon--cart:before {
    content: "\e913"
}

.icon--check--sm:before {
    content: "\e914"
}

.icon--check:before {
    content: "\e915"
}

.icon--close--sm:before {
    content: "\e916"
}

.icon--close:before {
    content: "\e917"
}

.icon--magnifier--sm:before {
    content: "\e918"
}

.icon--magnifier-zoom-in--sm:before {
    content: "\e919"
}

.icon--magnifier-zoom-in:before {
    content: "\e91a"
}

.icon--magnifier-zoom-out--sm:before {
    content: "\e91b"
}

.icon--magnifier-zoom-out:before {
    content: "\e91c"
}

.icon--magnifier:before {
    content: "\e91d"
}

.icon--menu--sm:before {
    content: "\e91e"
}

.icon--menu:before {
    content: "\e91f"
}

.icon--profile--sm:before {
    content: "\e920"
}

.icon--profile:before {
    content: "\e921"
}

.icon--substract--sm:before {
    content: "\e922"
}

.icon--substract:before {
    content: "\e923"
}

.icon--summer--sm:before {
    content: "\e924"
}

.icon--summer:before {
    content: "\e925"
}

.icon--trash--sm:before {
    content: "\e926"
}

.icon--trash:before {
    content: "\e927"
}

.icon--wheel--sm:before {
    content: "\e928"
}

.icon--wheel:before {
    content: "\e929"
}

.icon--winter--sm:before {
    content: "\e92a"
}

.icon--winter:before {
    content: "\e92b"
}

.accordion__content > :first-child, .alert__container > :first-child, .box > :first-child, .col > :first-child, .container > :first-child, .examples__navigation > :first-child, .form > :first-child, .service_navigation__list > :first-child {
    margin-top: 0
}

.accordion__content > :last-child, .alert__container > :last-child, .box > :last-child, .col > :last-child, .container > :last-child, .examples__navigation > :last-child, .form > :last-child, .service_navigation__list > :last-child {
    margin-bottom: 0
}

#noise_level:after, #noise_level:before {
    content: '';
    display: table;
    clear: both
}

.garage-block {
    cursor: pointer;
    padding: 1rem;
    min-height: 11.6rem !important;
    margin-bottom: 0.5rem;
}
.garage-block .garage-name,
.garage-block .garage-address
{ 
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
/* .garage-block .garage-name { height: 2rem; } */
.garage-block .garage-address {
    height: 2.5rem;
}
.garage-block .garage-details {
    overflow: hidden;
    padding: 3px 15px;
}

.box, .cart_button, .navbar, .pagination a, .product_filter,  .product_list__item__btn--more_info, .shadow, .js--datebooking-color-explanation, .product_list__item .grid.no_gutter {
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25);
}
.shadow:hover {
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .2), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .45);
}

.btn.small, .form_help, .product_list__item__label, .text--small {
    font-size: .8rem;
}

@set_bp (nth($bps,$i)) {
    .btn.small, .form_help, .product_list__item__label, .text--small {
        font-size: .70721rem;
    }
} 

.navbar__search__input, .text--big {
      font-size: 1.25rem;
}

@set_bp (nth($bps,$i)) {
    .navbar__search__input, .text--big {
        font-size: 1.414rem;
    }
} 

.footer ul li, h4, h5, h6 {
      text-transform: uppercase;
      letter-spacing: .1rem;
}

.footer ul, .navbar__dropdown_menu, 
.navbar__menu > ul, 
.news_list, 
.no_list_style, 
.pagination, 
.service_navigation__list, 
.service_navigation__list .navbar__menu > ul, 
.slick-dots, 
.tabs {
    padding-left: 0;
    list-style: none;
}

.contact__map, .store_list__map {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.contact__map iframe, .store_list__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_filter__level_2 .tabs .active a {
    color: #333;
    background-color: #fff;
}

.pagination li.active a {
    color: #333;
    background-color: #ffd814;
    font-weight: 700;
}

.cart_button__item_counter {
    color: #fff;
    background-color: #333;
}

.box.steel_gray_1,
.footer, 
.navbar, 
.product_filter__level_1 .tabs .active a, 
.product_filter__level_2, code {
    color: #fff;
    background-color: #505862;
}

.product_list__header h1{
    margin: 0 0 .8rem;
}

.box.swhite{
   background:  #f2f2f2;
}
.accordion__title, 
.block.steel_gray_2, 
.box.steel_gray_2, 
.cart_item__remove_button, 
.navbar__search__input, 
.product_filter__level_1, 
.product_list__item__btn--more_info, 
.table__head  {
    color: #fff;
    background-color: #67717e;
}

.steel_gray_3{
    color: #fff;
    background: #4c545d;
}
.product_list__item  .grid.no_gutter{
   
    background-color: #fff; 
    border-radius: 10px; 
}
.product_list__item  .brand-logo{ 
}

.product_list__item.wheel .product_list__item__details{
    min-height: 200px;
}

.product_filter__help {
    color: #333;
    background-color: #c7cbd1;
}

*, :after, :before, select {
    background-color: transparent;
}

html {
    font-size: .875rem;
}

/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    html {
        font-size: .9375rem;
    }
}

h1 {
    font-size: 1.70898rem;
    line-height: 2.4rem;
}

h2 {
    font-size: 1.36719rem;
}

h3 {
    font-size: 1.09375rem;
}

.footer ul li, h4 {
    font-size: .875rem;
}

h5, h6 {
    line-height: .8rem;
}

h5 {
    font-size: .7rem;
}

h6 {
    font-size: .56rem;
}

*, :after, :before {
    box-sizing: inherit;
    outline: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.btn, select {
    border: none;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
    color: #333;
    background-color: #f2f2f2;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.footer ul li, h1, h2, h3, h4, h5, h6 {
    margin: 2.4rem 0 .8rem; 
    font-weight: 700;
}

.service_navigation__list ul, ol, p, ul {
    margin: .8rem 0;
}

.service_navigation__list ul, ol, ul {
    padding-left: 1.6rem;
    list-style: square;
}

ul.nude { list-style: none; }
ul.va-middle li { vertical-align: middle; }

input[type="checkbox"],
input[type="checkbox"] + label,
input[type="radio"],
input[type="radio"] + label
{
    cursor: pointer;
}

.form.full_width input[type=text], 
.form.full_width input[type=number], 
.form.full_width input[type=email], 
.form.full_width input[type=password], 
.form.full_width select, 
.form.full_width textarea, table {
    width: 100%;
}

hr {
    height: 1px;
    margin-top: -1px;
    background-color: #ccc;
}

.accordion, .form_group {
    margin: .8rem 0;
}

::-moz-selection {
    background-color: #ffd814;
}

::selection {
    background-color: #ffd814;
}
/*
select {
    height: 2.4rem;
    box-shadow: inset 0 0 0 1px #ccc;
}
*/

select,
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="datetime-local"], 
input[type="password"]
{
    box-sizing: border-box;    
    height: 2.4rem;
    border: 1px solid #ccc;
    /*
    padding: .4rem .8rem;
    box-shadow: inset 0 0 0 1px #ccc;
    */
}
textarea {
    box-sizing: border-box;    
    border: 1px solid #ccc;
}

select {
    background-color: transparent;
}

input[type="text"],
input[type="number"], 
input[type="email"],
input[type="password"], 
input[type="datetime-local"],
textarea {
    padding: 0.34rem 0.8rem;
}

.form_group.form_invalid input[type="text"], 
.form_group.form_invalid input[type="number"], 
.form_group.form_invalid input[type="email"],
.form_group.form_invalid input[type="password"],
.form_group.form_invalid input[type="datetime-local"],
.form_group.form_invalid textarea 
{
    background-color: #fee7e7;
    border: 1px solid #f53d3d;
    /* box-shadow: inset 0 0 0 1px #f53d3d; */
}

.form_group.form_invalid .form_message {
    color: #fff;
    background-color: #f53d3d;
}

.form_message {
    padding: .2rem .4rem;
}

.label {
    display: block;
    font-weight: 700;
}

.checkbox, .radio {
    display: block;
    width: 100%;
}

.accordion__title {
    margin: 0;
    padding: .8rem;
}

.accordion__title .icon {
    float: right;
    display: inline-block;
}

.accordion .accordion__content {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.accordion.on .accordion__content {
    max-height: 3000px;
    padding: 1.6rem;
    opacity: 1; 
    /* display: block; */
    overflow: auto;
}
.box {
    display: block;
}

.accordion.on .accordion__title .icon {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}

.alert {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 6;
    padding: 1rem 3.5rem 1rem 1rem;
    background-color: #ffd814;
    font-weight: 700;
    transition: .25s;
    line-height: 1.3;
    height: 0;
    min-height: 3.2rem;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;    
}

.alert.on {
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, .2);
    transition: .5s 1.5s;
}

.alert__container {
    padding: 0 !important;
}

.alert__container > div {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0, 0.3);
}

.alert__container > div:last-child {
    margin-bottom:0;
    padding-bottom: 0;
    border: none;
}

.alert__close_btn {
    position: absolute;
    top: 0;
    /* bottom:0; */
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
    color: inherit;
    background-color: #333;
    color: #fff;
}
.alert__close_btn:hover span {
    font-weight: bold;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .alert {
        /* padding: 1rem 4.8rem 1rem 1rem; */
        line-height: 1.2;
        /* min-height: 4.8rem; */
    }
    /*
    .alert__close_btn {
        width: 4.8rem;
        height: 4.8rem;
    }
    */
}

.block + .block {
    margin-top:  2.6rem;
}

.block.full_width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.block.offers {
    padding-bottom: 20px;
}
.block.custom {
   
    margin-bottom: -3rem;
   /*  padding-top: 6.4rem; */
    /* padding-bottom: 6.4rem; */
    padding-bottom: 3.0rem;
}

.block.z--1 {
    position: relative;
    z-index: 1;
}

.box {
    width: 100%;
    padding: 2rem;
    background-color: #fff;
}

.box.no_padding {
    padding: 0;
}

.box.padding--sm {
    padding: 1.2rem;
}

.box.padding--md {
    padding: 1.6rem;
}

.box.width--sm, .modal--sm .modal__content {
    max-width: 32rem;
    margin: 0 auto;
}

.box.width--md, .modal__content {
    max-width: 44rem;
    margin: 0 auto;
}

.recent-sizes{
    padding: 7px 25px 7px 25px;  border-bottom: 5px solid #FFF;
}

.size-links .size{
     
 
    padding: 1px 15px;
    background: #67717e;
    margin: 2px 3px; 
}


.size-links .size a{
     
    font-size: 14px; 
    text-decoration: none;
}
.size-links{  

    display: flex; 
    flex-wrap: inherit;
    justify-content: space-around;
}

.btn {
    display: inline-block;
    padding: .8rem 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*@media (max-width: 639px) {*/
@media (max-width: 559px) {
    .btn {
        display: block;
        width: 100%;
    }

    .btn + .btn {
        margin-top: .8rem;
    }
    
    .block.custom {
        padding-bottom: 3.5rem;
    }
    
}

.btn:hover {
    opacity: .875;
}

.btn.large {
    padding: 1.2rem 0.25rem;
}

.btn.large.primary{
    
    background: #ffd814;
    color: #000; 
    width: 300px;
    padding: 14px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 700; 
    margin-bottom: 20px;
    margin-top: 10px; 
}

.btn.small {
    padding: .4rem 0.25rem;
}

.btn.block {
    display: block;
    width: 100%;
}

.btn.block + .btn.block {
    margin-top: .8rem;
}

.btn.yellow {
    color: #333;
    background-color: #ffd814;
}

.btn.yellow.outlined {
    color: #ffd814;
}

.btn.white {
    color: #333;
    background-color: #fff;
}

.btn.white.outlined {
    color: #fff;
}

.btn.red {
    color: #fff;
    background-color: red;
}

.btn.red.outlined {
    color: red;
}

.btn.steel_gray_1 {
    color: #fff;
    background-color: #505862;
}

.btn.steel_gray_1.outlined {
    color: #505862;
}

.btn.facebook {
    color: #fff;
    background-color: #1877F2;
    margin-bottom: 20px;
}

.btn.facebook.outlined {
    color: #3b5998;
}
.btn.google{
    
    background-color: #ec544a;
    color: #f1f1f1 !important;
    font-size: 12px;
    text-decoration: none !important;
}
.btn.google_plus {
    color: #fff;
    background-color: #dd4b39;
}

.btn.google_plus.outlined {
    color: #dd4b39;
}

.btn.outlined {
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px;
}
.btn.outlined.steel_gray_3 {
    color: #fff;
    background: #4c545d;
  }
.btn .icon {
    margin-right: .4rem;
}
.uppercase{
    text-transform: uppercase;
}
.hidden{
    display: none;
}
.cart_item {
    margin: .8rem 0;
}

.cart_item__image {
    -webkit-flex-basis: 6.4rem;
    -ms-flex-preferred-size: 6.4rem;
    flex-basis: 6.4rem;
}

.cart_item__details, .cart_item__details__left {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart_item__details__right {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: right;
    white-space: nowrap;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-suggestion:hover { background: #F0F0F0;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #505862; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* @media (max-width: 639px) { */


.purchase .cart_item__details__right {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.cart_item__name, .cart_item__price {
    font-weight: 700;
}

.cart_item__count {
    display: inline-block;
    margin-right: .4rem;
}

.cart_item__remove_button {
    width: 2.4rem;
    height: 2.4rem;
}

.cart_button {
    position: fixed;
    right: .8rem;
    bottom: .8rem;
    z-index: 3;
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ffd814;
    filter: Alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    transition: opacity 0.2s linear 0s;
}
.cart_button:hover {
    filter: Alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .cart_button {
        right: 1.6rem;
        bottom: 1.6rem;
        width: 4rem;
        height: 4rem;
    }
}

.cart_button.on { 
    display: flex;
    align-items: center; 
    text-align: center;
    justify-content: center;
}

.cart_button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.cart_button__item_counter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-37.5%, -37.5%, 0);
    transform: translate3d(-37.5%, -37.5%, 0);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
}

#fuel_efficiency label:nth-child(7), #wet_grip label:nth-child(7), .cover img {
    width: 100%;
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 50vw;
    max-height: 36rem;
}

.cover img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cover__after {
    margin-top: calc(50vw - 8rem);
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .cover__after {
        margin-top: calc(50vw - 12rem);
    }
}

/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    h1 {
        font-size: 2.65045rem;
        line-height: 3.2rem;
    }

    h2 {
        font-size: 1.87443rem;
        line-height: 2.4rem;
    }

    h3 {
        font-size: 1.32562rem;
        line-height: 1.6rem;
    }

    .footer ul li, h4 {
        font-size: .9375rem;
        line-height: 1.6rem;
    }

    h5, h6 {
        line-height: .8rem;
    }

    h5 {
        font-size: .66301rem;
    }

    h6 {
        font-size: .46889rem;
    }

    .cover__after {
        margin-top: calc(50vw - 16rem);
    }
}

/* @media (min-width: 1280px) { */
@media (min-width: 1200px) {
    .cover__after {
        margin-top: 16rem;
    }

}

.eu_rating_filter label {
    display: block;
    cursor: pointer;
}

.eu_rating_filter input {
    display: none;
}

#fuel_efficiency, #wet_grip {
    max-width: 16rem;
}

#fuel_efficiency label, #wet_grip label {
    padding: .2rem 0;
    font-weight: 700;
}

#fuel_efficiency label:nth-child(1), #wet_grip label:nth-child(1) {
    width: 14.28571%;
}

#fuel_efficiency label:nth-child(1) :checked + div, #fuel_efficiency label:nth-child(1).active div{
    background-color: #20a652;
}
#wet_grip label:nth-child(1) :checked + div, #wet_grip label:nth-child(1).active div {
    background-color: #0066b3;
}

#fuel_efficiency label:nth-child(1) div, #fuel_efficiency label:nth-child(1).inactive div, #wet_grip label:nth-child(1) div, #wet_grip label:nth-child(1).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(2), #wet_grip label:nth-child(2) {
    width: 28.57143%;
}

#fuel_efficiency label:nth-child(2) :checked + div, #fuel_efficiency label:nth-child(2).active div{
    background-color: #52ba4a;
}

#wet_grip label:nth-child(2) :checked + div, #wet_grip label:nth-child(2).active div {
    background-color: #0080c6;
}


#fuel_efficiency label:nth-child(2) div, #fuel_efficiency label:nth-child(2).inactive div, #wet_grip label:nth-child(2) div, #wet_grip label:nth-child(2).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(3), #wet_grip label:nth-child(3) {
    width: 42.85714%;
}

#fuel_efficiency label:nth-child(3) :checked + div, #fuel_efficiency label:nth-child(3).active div{
    background-color: #fff200;
}

#wet_grip label:nth-child(3) :checked + div, #wet_grip label:nth-child(3).active div {
    background-color: #4ba6dd;
}

#fuel_efficiency label:nth-child(3) div, #fuel_efficiency label:nth-child(3).inactive div, #wet_grip label:nth-child(3) div, #wet_grip label:nth-child(3).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(4), #wet_grip label:nth-child(4) {
    width: 57.14286%;
}

#fuel_efficiency label:nth-child(4) :checked + div, #fuel_efficiency label:nth-child(4).active div{
    background-color: #fdb913;
}

#wet_grip label:nth-child(4) :checked + div, #wet_grip label:nth-child(4).active div {
    background-color: #75bee9;
}

#fuel_efficiency label:nth-child(4) div, #fuel_efficiency label:nth-child(4).inactive div, #wet_grip label:nth-child(4) div, #wet_grip label:nth-child(4).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(5), #wet_grip label:nth-child(5) {
    width: 71.42857%;
}

#fuel_efficiency label:nth-child(5) :checked + div, #fuel_efficiency label:nth-child(5).active div{
    background-color: #ed1c24;
}

#wet_grip label:nth-child(5) :checked + div, #wet_grip label:nth-child(5).active div {
    background-color: #abe1fa;
}

#fuel_efficiency label:nth-child(5) div, #fuel_efficiency label:nth-child(5).inactive div, #wet_grip label:nth-child(5) div, #wet_grip label:nth-child(5).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(6), #wet_grip label:nth-child(6) {
    width: 85.71429%;
}

#fuel_efficiency label:nth-child(6) :checked + div, #fuel_efficiency label:nth-child(6).active div, #wet_grip label:nth-child(6) :checked + div, #wet_grip label:nth-child(6).active div {
    background-color: #f27020;
}

#fuel_efficiency label:nth-child(6) div, #fuel_efficiency label:nth-child(6).inactive div, #wet_grip label:nth-child(6) div, #wet_grip label:nth-child(6).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label:nth-child(7) :checked + div, #fuel_efficiency label:nth-child(7).active div, #wet_grip label:nth-child(7) :checked + div, #wet_grip label:nth-child(7).active div {
    background-color: #ed1b24;
}

#fuel_efficiency label:nth-child(7) div, #fuel_efficiency label:nth-child(7).inactive div, #wet_grip label:nth-child(7) div, #wet_grip label:nth-child(7).inactive div {
    background-color: #e6e6e6;
}

#fuel_efficiency label :checked + div, #fuel_efficiency label.active div, #wet_grip label :checked + div, #wet_grip label.active div {
    color: #fff;
}

#fuel_efficiency label div, #fuel_efficiency label.inactive div, #wet_grip label div, #wet_grip label.inactive div {
    color: #333;
}

#fuel_efficiency div, #wet_grip div {
    position: relative;
    padding: 0 .4rem;
}

#fuel_efficiency div:before, #wet_grip div:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    width: 1.13154rem;
    height: 1.13154rem;
    background-color: inherit;
}

#noise_level {
    margin: .4rem -.4rem;
}

#noise_level label {
    float: left;
    width: 8rem;
    max-width: 33.33333%;
    padding: 0 .4rem;
}

#noise_level label :checked + div, #noise_level label.active div {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#noise_level label div, #noise_level label.inactive div {
    opacity: .25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer {
    padding-top: 1.6rem;
    padding-bottom: 3.2rem;
}

.footer ul {
    margin: 0;
}

.footer ul li {
    margin: .8rem 0;
    font-weight: 700;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .footer ul li {
        display: inline-block;
        margin: 0 .8rem;
    }
}

/* .container, */
.alert__container {
    margin: 0 auto;
    padding: .8rem;
}

@media (max-width: 768px) {
    .container { 
        padding-top: 1.6rem; 
        padding-left: 0.8rem; 
        padding-right: 0.8rem; 
    }
}

/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    .order-by{
        text-align: right;
    }
    /* .container, */
    .alert__container {
        /* max-width: 1040px; */
        max-width: 992px;
    }
}

/* @media (min-width: 1280px) { */
@media (min-width: 1200px) {
    /* .container,  */
    .alert__container { 
        /* max-width: 1120px; */
        max-width: 1040px;
    }
}

.container.main, .main.alert__container {
    padding-bottom: 1.6rem;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .alert__container, 
    .container {
        /* padding: 1.6rem; */
        padding-top: 1.6rem;
    }

    .container.main, .main.alert__container {
        padding-bottom: 3.2rem;
    }
}

.grid.no_gutter {
    margin: 0 !important;
}

.grid.no_gutter > .col {
    padding: 0;
}

.grid.gutter--sm {
    margin: -.4rem !important;
}

.grid.gutter--sm > .col {
    padding: .4rem;
}

.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.8rem !important;
}

.grid > .col {
    padding: .8rem;
}

.grid.gutter--lg {
    margin: -1.2rem !important;
}

.grid.gutter--lg > .col {
    padding: 1.2rem;
}

.col {
    width: 100%;
}

.col.xs--1 {
    width: 8.33333%;
}

.col.xs--2 {
    width: 16.66667%;
}

.col.xs--3 {
    width: 25%;
}

.col.xs--4 {
    width: 33.33333%;
}

.col.xs--5 {
    width: 41.66667%;
}

.col.xs--6 {
    width: 50%;
}

.col.xs--7 {
    width: 58.33333%;
}

.col.xs--8 {
    width: 66.66667%;
}

.col.xs--9 {
    width: 75%;
}

.col.xs--10 {
    width: 83.33333%;
}

.col.xs--11 {
    width: 91.66667%;
}

.col.xs--12 {
    width: 100%;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .col.sm--1 {
        width: 8.33333%;
    }

    .col.sm--2 {
        width: 16.66667%;
    }

    .col.sm--3 {
        width: 25%;
    }

    .col.sm--4 {
        width: 33.33333%;
    }

    .col.sm--5 {
        width: 41.66667%;
    }

    .col.sm--6 {
        width: 50%;
    }

    .col.sm--7 {
        width: 58.33333%;
    }

    .col.sm--8 {
        width: 66.66667%;
    }

    .col.sm--9 {
        width: 75%;
    }

    .col.sm--10 {
        width: 83.33333%;
    }

    .col.sm--11 {
        width: 91.66667%;
    }

    .col.sm--12 {
        width: 100%;
    }
}

/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    .col.md--1 {
        width: 8.33333%;
    }

    .col.md--2 {
        width: 16.66667%;
    }

    .col.md--3 {
        width: 25%;
    }

    .col.md--4 {
        width: 33.33333%;
    }

    .col.md--5 {
        width: 41.66667%;
    }

    .col.md--6 {
        width: 50%;
    }

    .col.md--7 {
        width: 58.33333%;
    }

    .col.md--8 {
        width: 66.66667%;
    }

    .col.md--9 {
        width: 75%;
    }

    .col.md--10 {
        width: 83.33333%;
    }

    .col.md--11 {
        width: 91.66667%;
    }

    .col.md--12 {
        width: 100%;
    }

    .navbar {
        /* max-width: calc(1040px - 3.2rem); */
        max-width: 970px; 
    }
}

/* @media (min-width: 1280px) { */
@media (min-width: 1200px) {
    .col.lg--1 {
        width: 8.33333%;
    }

    .col.lg--2 {
        width: 16.66667%;
    }

    .col.lg--3 {
        width: 25%;
    }

    .col.lg--4 {
        width: 33.33333%;
    }

    .col.lg--5 {
        width: 41.66667%;
    }

    .col.lg--6 {
        width: 50%;
    }

    .col.lg--7 {
        width: 58.33333%;
    }

    .col.lg--8 {
        width: 66.66667%;
    }

    .col.lg--9 {
        width: 75%;
    }

    .col.lg--10 {
        width: 83.33333%;
    }

    .col.lg--11 {
        width: 91.66667%;
    }

    .col.lg--12 {
        width: 100%;
    }

    .navbar {
        /* max-width: calc(1120px - 3.2rem); */
        max-width: 1170px;
    }
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1170px !important; 
    }
    /* .navbar { max-width: 1370px; } */
}

@media (min-width: 1600px)
{
    .container {
        max-width: 1170px !important;
    }
    
    /* .navbar { max-width: 1570px; } */
}


.horizontal_line {
    position: relative;
    text-align: center;
}

.horizontal_line span {
    position: relative;
    padding: 0 .8rem;
    background-color: #fff;
}

.horizontal_line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.message_bar {
    padding: .8rem;
    background-color: #ffd814;
    font-weight: 700;
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    overflow-y: auto;
    padding: 3.2rem .8rem;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    transition: visibility .75s, opacity .75s 375ms;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .modal {
        padding: 4.8rem 1.6rem;
    }
}

.modal.on {
    visibility: visible;
    opacity: 1;
    transition: visibility .75s, opacity .75s;
}

.modal__content {
    position: relative;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
    transition: -webkit-transform .75s;
    transition: transform .75s;
    transition: transform .75s, -webkit-transform .75s;
}

.modal.on .modal__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform .75s 375ms;
    transition: transform .75s 375ms;
    transition: transform .75s 375ms, -webkit-transform .75s 375ms;
}

.modal__close_button, .overlay__close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ffd814;
}

.navbar {
    position: fixed;
    /*top: 6.4rem;*/
    right: 0;
    left: 0;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
}
/* @media (min-width: 780px) { */
/* @media (min-width: 900px) { */
/* @media (min-width: 992px) { */
@media (min-width: 768px) {
    .navbar {
        height: 4.8rem;
        transition: box-shadow .5s, -webkit-transform .5s;
        transition: transform .5s, box-shadow .5s;
        transition: transform .5s, box-shadow .5s, -webkit-transform .5s;
    }

    .navbar.hidden {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        box-shadow: none;
    }
    
}

.navbar__logo {
    height: 100%;
}

.navbar__logo img {
    height: 100%;
    width: auto; 
    max-width: none !important;
}

.navbar__menu > ul > li > span, 
.service_navigation__list .navbar__menu > ul > li > span {
    cursor: default;
}

.navbar__menu > ul > li {
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 3px;
}

.navbar__menu > ul > li:hover > span,
.navbar__menu > ul > li:hover > a {
    color: #ffd814;
}

.navbar__menu > ul > li > span,
.navbar__menu > ul > li > a {
    display: block;
}

.navbar__menu > ul > li > a, 
.navbar__menu > ul > li > span, 
.service_navigation__list .navbar__menu > ul > li > a, 
.service_navigation__list .navbar__menu > ul > li > span { 
    /*display:block;*/ 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

/* @media (max-width: 779px) { */
/* @media (max-width: 899px) { */
/* @media (max-width: 991px) { */
@media (max-width: 767px) {
    .navbar__menu {
        position: absolute;
        top: 100%;
        left: 0;
        height: calc(100vh - 3.2rem);
        overflow-y: auto;
        width: calc(100% - 3.2rem);
        max-width: 24rem;
        padding: 1.6rem 3.2rem 1.6rem 1.6rem;
        color: #333;
        background-color: #fff;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }

    .navbar__menu.on{
        box-shadow: 0 1.6rem 1.6rem rgba(0, 0, 0, .25);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar___right{
        position: absolute;
        right: 0; 
        display: flex;
    }
    .navbar__menu > :first-child, 
    .navbar__menu > ul > :first-child, 
    .service_navigation__list .navbar__menu > ul > :first-child {
        margin-top: 0;
    }

    .navbar__menu > :last-child, 
    .navbar__menu > ul > :last-child, 
    .service_navigation__list .navbar__menu > ul > :last-child {
        margin-bottom: 0;
    }

    .navbar__menu ul {
        margin: 0;
    }

/*    .navbar__menu > ul, 
    .navbar__menu > ul > li, */
    .navbar__menu ul, 
    .navbar__menu ul > li { 
        margin: 0.5rem 0;
    }
    
    .service_navigation__list .navbar__menu > ul, 
    .service_navigation__list .navbar__menu > ul > li {
        margin: 1.6rem 0;
    }

    .navbar__menu > ul > li {
        line-height: 1.2;
        text-align: left;
        display: block;
    } 

    .navbar__menu > ul > li:hover > span,
    .navbar__menu > ul > li:hover > a {
        color: inherit;
    }    
}

/* @media (min-width: 780px) { */
/*@media (min-width: 900px) { */
/* @media (min-width: 992px) { */
@media (min-width: 768px) {
    .navbar__menu {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* margin: 0 .8rem; */
        margin: 0;
        padding: 0.25rem;
    }

    .navbar__menu > ul, 
    .service_navigation__list .navbar__menu > ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        text-align: left;
        
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /*
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        */
        height: 100%; 
    }

    .navbar__menu > ul > li,
    .service_navigation__list .navbar__menu > ul > li {
        position: relative;
    }

    .navbar__menu > ul > li > a, 
    .navbar__menu > ul > li > span, 
    .service_navigation__list .navbar__menu > ul > li > a, 
    .service_navigation__list .navbar__menu > ul > li > span {
        padding: 0 .4rem;
        font-size: .8rem;
    }

    .navbar__menu > ul > li > .icon, 
    .service_navigation__list .navbar__menu > ul > li > .icon {
        font-size: 1.6rem;
    }

    .navbar__dropdown_menu {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        z-index: 1;
        display: none;
        margin: .8rem 0 0;
        padding: .8rem 0;
        color: #333;
        background-color: #fff;
        box-shadow: 0 0 1.6rem rgba(0, 0, 0, .2);
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
    }

    .navbar__dropdown_menu:after, 
    .navbar__dropdown_menu:before {
        content: '';
        position: absolute;
    }

    .navbar__dropdown_menu:before {
        bottom: 100%;
        right: 0;
        left: 0;
        height: .8rem;
        background-color: transparent;
    }

    .navbar__dropdown_menu:after {
        top: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
        transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
        width: .8rem;
        height: .8rem;
        background-color: inherit;
    }

    li:hover .navbar__dropdown_menu {
        display: block;
    }

    .navbar__dropdown_menu > li:hover {
        background-color: #ffd814;
    }

    .navbar__dropdown_menu > li a {
        display: block;
        padding: .2rem 1.6rem;
    }

    .navbar__menu_button {
        display: none;
    }
}

.navbar__menu_button {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: auto;
    background-color: #ffd814;
    cursor: pointer;
    margin: 0;
}

.navbar__menu_button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 50%;
    height: 2px;
    background-color: #333;
}

.navbar__menu_button span:after, .navbar__menu_button span:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: inherit;
    background-color: inherit;
}

.navbar__menu_button span:before {
    bottom: 6px;
}

.navbar__menu_button span:after {
    top: 6px;
}

.navbar__search__input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block; 
    /* display: none; */
    width: 0;
    height: 0;
    padding: 0 1.6rem !important;
    /* box-shadow: none !important; */
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25) !important;
    filter: Alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    transition: all 0.3s linear 0s;
}
.underline{
    text-decoration: underline;
}
.navbar__search.on .navbar__search__input {
    top: 100%;
    width: 100%;
    height: 100%;
    display: block;
    filter: Alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    border-color: transparent;
}
.container.main.content_div{
    
    margin-bottom: 9rem;
}

.navbar__search__button {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #ffd814;
    color: #333;
}
.navbar__search__button.sm {
    width: 1.8rem;
    height: 1.8rem;
}
.navbar__search__button.sm .fa {    
    font-size: 1.2rem;
}
.js-datebooking-toogle{ 
    margin-top: 0rem; 
    border-top: solid; 
    padding: 0.6rem 1.6rem;
}
 
.main-sign-up-mounting.outlined {
    float: right;
} 

.navbar__search__trash {
    position: absolute;
    display: block;
    z-index: -1;
    width: 0;
    height: 0;
    right: -10%;
    top: 0;
    color: #fff;
    background-color: #67717e;
    -webkit-transform: rotate3d(0,1,1,180deg);
    transform: rotate3d(0,1,1,180deg);
    transition: all 0.3s linear 0s;
    overflow: hidden;
}

.navbar__search.on .navbar__search__trash {
    width: 4.8rem;
    height: 4.8rem;
    right: 0;
    top: 100%;
    -webkit-transform: rotate3d(0,1,0,0deg);
    transform: rotate3d(0,1,0,0deg);
}

.navbar__search__button span,
.navbar__search__trash span { 
    font-weight: 100; 
    font-size: 2rem;
}

/* .navbar__search.on .navbar__search__button span.icon:before { content: '\e916'; } */
.navbar__search.on .navbar__search__button span.fa:before { content: '\f010'; }

.navbar__menu_user_button{
    display: none;
}
.unlogin__menu_user_button{
    display: none;
}
.navbar__menu_cart_button{
    display: none;
}
.navbar__search_mobil{
    display: none;
}
.search_logo_mobil{
    display: none;
}
/* @media (max-width: 779px) { */
/* @media (max-width: 899px) { */
/* @media (max-width: 991px) { */
@media (max-width: 997px){
    .profile_menu_list{
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar__search__input{
        
    position: absolute;
    width: 100vw !important;
    right: 0;
    }
    .profile_menu_list{
        display: none;
    }
    .navbar{
        background-color: #ffd409;
    }
    .navbar.white{
        background-color: #fff;
    }
    .navbar__search__button{
        background-color: transparent;
    }
    .search_logo{
        display: none;
    }
    .search_logo_mobil{
        display: block;
        width: 19px;
    }
    .navbar__menu_user_button{
        display: block;
        background-color: #ffd409;
        width: 26px;
        padding: 3px;
        padding-top: 10px;
    }

    .unlogin__menu_user_button{
        display: block; 
        width: 44px;
        padding: 3px;
        padding-top: 10px;
        text-align: center;
    }
    .unlogin__menu_user_button span{
        width: 22px; 
        display: inline-block;
    }

    .navbar__menu_cart_button{
        display: block; 
        padding: 3px;
        padding-top: 9px; 
        text-align: center;
    }
    .navbar__menu_cart_button span{ 
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .search_logo_svg{
        display: inline-block;
    }
    .navbar__search.on .navbar__search__trash,
    .navbar__search__button {
        /* display: none;  */
        width: 3.2rem;
        height: 3.2rem;
    }

    .navbar__search.on .navbar__search__trash{
        z-index: 100;
    }
    .navbar__search.on .navbar__search__input{
        z-index: 99;
    }
    
    .navbar__search { 
        margin-left: 1px;
    }
    
    .navbar__search__trash span,
    .navbar__search__button span { 
        font-size: 1.5rem;
    }
}

.thumbnail:before, .toggle__state:before {
    content: ''
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -.4rem
}

.pagination li {
    padding: 0 .4rem
}

.pagination a {
    display: block;
    width: 2.4rem;
    line-height: 2.4rem;
    background-color: #fff;
    text-align: center
}

.product_filter {
    overflow: hidden
}

.product_filter__level_1 {
    padding: 0 1.6rem
}

.product_filter__level_1 h2 {
    text-align: center;
    margin-top: 0
}

.product_filter__level_2 {
    padding: 0 1.6rem 1.6rem
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .pagination a {
        width: 4rem;
        line-height: 4rem
    }

    .product_filter__level_1 h2 {
        margin-bottom: 0
    }

    .product_filter__level_2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0
    }
    
}

.product_filter__level_2{
    
    background: #67717e;
} 
.product_filter__level_2 .tabs li.gray {
    background: #505862;
}
.product_filter__level_2 .toggle {
    margin-left: auto;
    text-align: center
}

/* @media (max-width: 639px) { */
@media (max-width: 559px) {
    .product_filter__level_2 .toggle {
        margin-top: .8rem
    }
}

.product_filter__level_3 {
    padding: 1.6rem;
    background-color: #fff
}

.product_filter__advanced {
    display: none;
    padding-top: 1.6rem;
    box-shadow: inset 0 1px 0 #ccc
}

.product_filter__advanced.on {
    display: block
}

.product_filter__actions {
    text-align: right;
   
}
.product_filter__actions .btn{ 
    padding: .8rem 1.4rem;   
    display: block;
    width: 100%;
    padding: .8rem 1rem;
}
label.required::after{
    content: ' *';
    color: red;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .product_filter__actions .btn + .btn {
        margin-top: .4rem;
       
    }

    .product_list__item__image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size:100%;
        flex-basis: 100% 
    }
}

.product_filter__actions, .product_filter__advanced, .product_filter__basic {
    margin: 1.6rem 0
}

.product_filter__help {
    padding: .8rem;
    text-align: center;
    cursor: pointer
}
.product_list__filter .product_list__filter_btn {
    
    width: 56px;
    float: right;
    margin-top: -32px;
    padding-left: 30px;
}
/* @media (max-width: 1039px) { */
/* @media (max-width: 991px) { */
@media (max-width: 767px) {
    .product_list__filter {
        display: none
    }

    .product_list__filter.on {
        display: block
    }


}

/*@media (min-width: 1040px) { */
@media (max-width: 992px) {
    .product_list__filter,.product_list__compare_btn {
        display: none;
    }
    .product_list__filter.on {
        display: block; 
    }
    
    .order-by label{
        
        font-size: 10px;
        margin-bottom: -12px;
        margin-top: -3px;
        
    margin-bottom: -9px;
    margin-top: -5px;
    }
    .order-by select{
        border: none; 
        height: 25px; 
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    .order-by{
        background-color: transparent;
        background-image: none;
        box-shadow: inset 0 0 0 2px;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0px 6px;
    }
}


@media (min-width: 992px) {
    .navbar-container.hidden{
        max-height: 0;
    }
    .navbar-container{
        background: #505862;
     content: '';
     /* height: auto; */
     width: 100%;
     height: 72px;
     top: 0px;
     position: fixed; 
    z-index: 100;
    overflow-y: hidden; 

    transition-property: all;
    transition-duration: 5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

 }
    .product_list__filter_btn.block {
        display: none
    }
   
}

.product_list__item {
    position: relative;
    display: inline-block;
    margin: 45px 0 0rem; 
    width: 100%;
    padding-top: 10px;
}


.product_list__item.highlight-grip::before {
    content: '';
    background-image: url('/assets/media/svg/wet_inv.svg');
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product_list__item.highlight-grip .highlight-info {    
    background-image: url('/assets/media/svg/highlight-grip.svg');
    background-size: 100%;
    color: #0267b5;
}

.product_list__item.highlight-noise::before {
    content: '';
    background-image: url('/assets/media/svg/noise_inv.svg');
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product_list__item.highlight-noise .highlight-info {    
    background-image: url('/assets/media/svg/highlight-noise.svg');
    background-size: 100%;
    color: #444444;
}


.product_list__item.highlight-fuel::before {
    content: '';
    background-image: url('/assets/media/svg/fuel_inv.svg');
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product_list__item.highlight-fuel .highlight-info {    
    background-image: url('/assets/media/svg/highlight-fuel.svg');
    background-size: 100%;
    color: #09a450;
}

 
.product_list__item.highlight-brand .highlight-info{ 
    background-image: url('/assets/media/svg/highlight-brand.svg');
}
.product_list__item.highlight-brand .no_gutter::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px; 
    position: absolute;
    bottom: 11px;
    background: #ffd814;
}
.product_list__item.highlight-brand::after {
    content: '';
    display: block;
    width: 100%; 
    height: 0px;
    border-bottom: solid 7px #333;
    margin-bottom: 1px; 
    border-radius: 0 0px 10px 10px;
    position: relative;
    margin-top: -7px;
}
.product_list__item.highlight-brand::before {
        content: '\f005';
        line-height: 1;
    display: block;
    font-family: FontAwesome;
    font-weight: 100 !important;
    font-size: 1.5rem;
    font-style: normal; 

    position: absolute;
    margin: 11px auto; 
    
    width: 20%;
    text-align: center;
    background-color: #decd00;
    color: #19161633;
    text-shadow: 2px 2px 0px rgb(255 220 41);
    
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
}
 .product_list__item .highlight-info{

    background-size: 100%;
    color: #fff;
    font-weight: bold;
    margin: 11px;
    margin: 0;
    height: 52px;
    padding-left: 30%;
    margin-bottom: -10px;
    text-transform: uppercase; 
    display: flex; 
    flex: 1;
    align-items: center; 
    line-height: 1rem;
    padding-bottom: 10px;
    font-size: 0.8rem;
    padding-bottom: 10px;
}
.product_list__item.highlight-brand, .product_list__item.highlight-grip,
.product_list__item.highlight-noise, .product_list__item.highlight-fuel {
    
    margin: 0; 
    padding-top: 10px;
}

.product_list__item.highlight-brand .product_list__item__checker, .product_list__item.highlight-grip .product_list__item__checker,
.product_list__item.highlight-noise .product_list__item__checker, .product_list__item.highlight-fuel .product_list__item__checker {

    top: 3.6rem;
}

body.comparing .product_list__item {
    z-index: 4;
}

.product_list__item .box {
    box-shadow: none;
    border-radius: 0;
}

.product_list__item__image {
    padding: 0rem !important;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 150px;
}
.product_list__item__price p{

    font-size: 2.08rem;
     
    font-weight: 700;
}
.product_list__item.wheel .product_list__item__price p{

    margin: 1.4rem 0 0.8rem;
}
.product_list__item.wheel .product_list__item__details{
    margin-bottom: 60px;
}

.product_list__item.wheel .product_list_name{
    font-size: 1.375rem;

}
.product_list__item.tire .product_list_name{    font-size: 1.3rem;
    height: 50px;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    line-height: inherit;
}

.product_list__item__details .size.not-important{
    
    font-size: 1rem;
}
.product_list__item__details {
    position: relative;
    margin-bottom: 80px;
}

.product_list__item__season {
    position: absolute;
    height: 35px;
    width: 35px; 
    left: 0;
    z-index: 1;
}

.search_season { 
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 5px;   
}

.product_list__item__electric {
    position: absolute;
    height: 35px;
    width: 35px; 
    left: 0;
    z-index: 1;
    margin-top: 40px;
}

.season-filters input[type="radio"].fa + label::before { 
   
}


.season-filters label, .cartype-filters label{
    display: flex; 
    align-items: center;
    justify-content: flex-start;
}

.cartype-filters label{ 
    margin-bottom: 2px;
}

.product_list__item__season::before {
    line-height: 1;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 100 !important;
    font-size: 1.5rem;
    font-style: normal;
    vertical-align: baseline;
}

.product_list__item__electric::before {
    line-height: 1;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 100 !important;
    font-size: 1.5rem;
    font-style: normal;
    vertical-align: baseline;
}

.product_list__item__electric.electric-badge {
   
    background-image: url('/assets/media/svg/gumi_hu-electric-car-EV-icon.svg');
}

.search_season.season-N ,.product_list__item__season.season-N {
   
    background-image: url('/assets/media/svg/season_summer.svg');
}
.search_season.season-T, .product_list__item__season.season-T {
    background-image: url('/assets/media/svg/season_winter.svg');


}
.search_season.season-NEGY, .product_list__item__season.season-NEGY {
    background-image: url('/assets/media/svg/season_four.svg');
}

.cartype-filters .fa{
    padding: 4px;
    background: #f6ce00;
    border-radius: 50%;  
    width: 25px;
    height: 25px;

}
 
.off-road-icon{ 
    background-image: url(/assets/media/images/icons/off_road.svg);
    background-color: #f6ce00;
    display: inline-block; 
    width: 25px;
    height: 25px;
    background-size: 21px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position-y: 5px;
    background-position-x: 2px; 
    margin-right: 8px;

}
/*
[data-title] {
 
 
    
    position: relative;
    cursor: help;
  }
  
  [data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -26px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
  }
  [data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 8px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;	
    border-bottom: 8px solid #000;
  }
  */

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .product_list__item__details {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}

.product_list__item__details .box {
    /* padding-right: 4rem; */ 
}

.product_list__item__checker {
    position: absolute;
    top: .8rem;
    right: .8rem;
    z-index: 1;
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    cursor: inherit;
    background-color: #ffffff;
}

.no_shadow, input:checked + .product_list__item__checker {
    box-shadow: none;
}

body.comparing .product_list__item__checker {
    display: block;
}

.product_list__item__checker .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: none;
}

input:checked + .product_list__item__checker .icon {
    display: block;
}

.product_list__item__label {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 1;
    padding: .4rem .8rem;
    background-color: #ffd814;
    font-weight: 700;
}

.product_list__item__btn--more_info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    z-index: 1;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    transition: all .5s linear 0s;
}

.show_more_info .product_list__item__btn--more_info {
    -webkit-transform: translate3d(-50%, 50%, 0) rotate(180deg);
    transform: translate3d(-50%, 50%, 0) rotate(180deg);
}

body.comparing .product_list__item__btn--more_info {
    display: none;
}

.product_list__item__more_info {
    display: block;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    /* display: none; */
    background-color: #e6e6e6;
    transition: all .5s linear 0s;
}

.show_more_info .product_list__item__more_info {
    /* display: block; */
    opacity: 1;
    max-height: 1000px;
    padding: 1rem 1rem 2rem 1rem;
}

body.comparing .product_list__item__more_info {
    display: none;
}

/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    .product_list__item__thumbnail {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .product_list__item__thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        max-width: none;
        height: 100%;
    }
}

.product_list__item__price {
    /*position: absolute;*/
    right: 1.6rem;
    bottom: 1.6rem;
    width: 100%;
    cursor: pointer;
}

.product_list__actions {
    position: relative;
    z-index: 2;
}

.product_list__actions__flex_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.4rem !important;
}

.product_list__actions__flex_container > div {
    padding: 0.4rem;
    flex: 0.5;
}

.product_list__actions__flex_container .select {
    margin-left: 0.4rem;
}

.slick {
    position: relative;
}

.modal__arrow, .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ffd814;
    cursor: pointer;
}

.modal__arrow.prev, .slick-prev {
    left: -0.8rem;
}

.modal__arrow.next, .slick-next {
    right: -0.8rem;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .modal__arrow.prev, .slick-prev {
        left: -1.6rem;
    }

    .modal__arrow.next, .slick-next {
        right: -1.6rem;
    }
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.2rem 0;
}

.slick-dots li {
    margin: 0 .4rem;
}

.slick-dots button {
    text-indent: -9999px;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slick.dark_dots .slick-dots button {
    background-color: #505862;
}

.slick-dots .slick-active button {
    background-color: #ffd814 !important;
}
.discounts .btn.outlined{
    box-shadow: none;
    border: solid 2px #ffd814;
    color: #ffd814;
}

.discounts{
    background-color: #191e26;
    padding-top: 15px;
    padding-bottom: 40px;
}
.discounts img.promotion-image{
    margin-top:20px;
    max-height: 170px;
}
.discounts img.brand{
    
    max-width: 138px;
}
.discounts .box{

    margin: 20px auto;
    width: 100%;
    padding: 20px;
    background-color: #fff; 
    width: 94%;
    border-radius: 15px;

}
.discounts .box b{
    
    display: block;
}
.discounts .box b,
.discounts .box p
{
    margin-top: 5px;
    font-size: 12px;
    line-height: initial;
}

.discounts .box h3{ 
    margin-bottom: 2px; 
    margin-top: 11px;
    font-size: 14px;
    line-height: initial;
}
.discounts h2{
    color: #fff; 
    margin-top: 5px;
}
/* @media (min-width: 1040px) { */
@media (min-width: 992px) {
    .slick.main .modal__arrow, .slick.main .slick-arrow {
        width: 4.8rem;
        height: 4.8rem;
    }
}

.slick.offers {
    margin-bottom: 3.3rem;
}

.slick.offers .slick-list {
    margin: -0.8rem;
}

.slick.offers a {
    margin: 0.8rem;
}

.slick.offers .slick-dots {
    top: 100%;
    bottom: auto;
    margin: 0.8rem 0;
}

.overlay 
/*, .thumbnail img  */
{
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.product_list__actions__flex_container .order-by select {   
    
    text-align: center;
    width: fit-content;
    max-width: 94%;
    margin: 0px auto;
    margin-top: 4px;    
}

.product_list__actions__flex_container .product_list__filter_btn{
    
    padding: 10px 3px;
    min-height: 48px;
    color: #333;
    width: 100px;
}

/*@media (max-width: 639px) {*/
@media (max-width: 559px) {
    .product_list__actions__flex_container .btn, .order-by select {
        
    font-size: 8px;
    }

    .slick.offers {
        margin-bottom: 2.5rem;
    }

    .slick.offers .slick-dots {
        margin: 0.4rem 0;
    }

    .slick.offers .slick-dots li {
        margin: 0 0.2rem;
    }

    .slick.offers .slick-dots button {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.sticky_footer > *,
.table {
    width: 100%;
}

.sticky_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 3.2rem;
}

/*@media (min-width: 780px) { */
@media (min-width: 768px) {
    .sticky_footer {
        padding-top: 4.8rem;
    }
}

.sticky_footer .footer {
    margin-top: auto;
}

.table {
    display: table;
    /*table-layout: fixed;*/
    margin: 0.8rem 0;
}

.table__row {
    display: table-row;
}

.table__cell, .table__head {
    display: table-cell;
}

.table__head {
    font-weight: 700;
}

.table.custom .table__row:nth-child(even) {
    background-color: #f2f2f2;
    /* background-color: rgba(0,0,0, 0.05); */
}

.table.custom .table__cell, .table.custom .table__head {
    padding: 0.2rem 0.8rem;
}

.table.custom.transparent .table__row {
    background-color: transparent;
}

/*@media (max-width: 639px) {*/
@media (max-width: 559px) {
    .table.responsive, .table.responsive .table__cell, .table.responsive .table__head, .table.responsive .table__row {
        display: block;
        text-align: left;
    }

    .table.responsive .table__row {
        padding: 0.2rem 0;
    }
}

.tabs, .text--center {
    text-align: center;
}

/*@media (max-width: 639px) {*/
@media (max-width: 559px) {
    .table.responsive .table__cell, .table.responsive .table__head {
        padding: 0;
    }

    .table.custom.responsive .table__row {
        padding: 0.2rem 0.4rem;
    }
}

.tabs {
    margin: 0;
    font-weight: 700;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .tabs {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: 0.8rem;
    }

    .tabs a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.tabs a {
    display: block;
    padding: 0.4rem 0.8rem;
}

.thumbnail {
    position: relative;
    text-align: center;
    display: block;
    min-height: 125px;
}

.thumbnail a {
    display: block;
    min-height: 5rem;
}

/*
.thumbnail:before {
    display: block;
    padding-top: 65.25%;
}

.thumbnail.square:before {
    padding-top: 100%
}
*/
.product_list__item .thumbnail.square img:not(.product-img-list), .product_item .thumbnail.square img:not(.product-img-list) {
    position: absolute !important;
    bottom: 0;
    /*left: 0; 
    width: 50%; */
    height: auto;
}

.product_list__item .thumbnail img.product-img-list, .product_item .thumbnail img.product-img-list {
    position: relative !important;
    width: auto;
    height: auto; 
    /* max-height: 100%; */
    max-height: 10rem;
    /* max-width: 50%; */
    /* margin: auto; */
}

/* .thumbnail img:nth-child(1):not(.highlighted-badge)*/
.product_list__item .thumbnail img.product-img, .product_item .thumbnail img.product-img {
    position: relative !important;
    width: auto;
    height: auto; 
    /* max-height: 100%; */
    max-height: 15rem;
    /* max-width: 50%; */
    /* margin: auto; */
}

.product-sale-badge {
    width: 80px;
    position: absolute;
    z-index: 1;
    left: 35%;
    bottom: 0;
    transform: rotate(20deg);
}

.productlist-sale-badge {    
    width: 23%;
    left: 30%;
    transform: rotate(20deg);
    top: 30px;
}

.thumbnail div {
    position: absolute;
    bottom:0;
    width:100%;
}
.toggle {
    font-weight: 700;
    cursor: pointer;
}

.toggle__label {
    margin-right: 0.4rem;
}

.toggle__state {
    position: relative;
    display: inline-block;
    width: 3.2rem;
    height: 1.6rem;
    background-color: #fff;
    border-radius: 9999px;
}

.toggle__state:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: .2rem;
    background-color: #333;
    border-radius: 50%;
}

.toggle input[type=checkbox]{
    display: none;
}
.toggle.dark .toggle__state{
    
    background-color: #333;
}
.toggle.dark .toggle__state:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: .2rem;
    background-color: #fff;
    border-radius: 50%;
} 

.toggle.on .toggle__state {
    background-color: #ffd814;
}
.toggle.on.dark .toggle__state {
    background-color: #333;
}

.toggle.on.dark .toggle__state:before {
    background-color:  #ffd814;
}

.examples__navigation, .examples__navigation_toggle {
    background-color: #fff;
    margin: 1.6rem;
    position: fixed;
}

.toggle.on .toggle__state:before {
    right: 0;
    left: auto;
}
.column{
    flex-direction: column;
}
.mt--0 {
    margin-top: 0 !important;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.mt--1 {
    margin-top: 1.6rem !important;
}

.mb--1 {
    margin-bottom: 1.6rem !important;
}

.mt--2 {
    margin-top: 3.2rem !important;
}

.mb--2 {
    margin-bottom: 3.2rem !important;
}

.mt--3 {
    margin-top: 4.8rem !important;
}

.mb--3 {
    margin-bottom: 4.8rem !important;
}

.mt--0-5 {
    margin-top: .8rem !important;
}

.mb--0-5 {
    margin-bottom: .8rem !important;
}

.mt--1-5 {
    margin-top: 2.4rem !important;
}

.mb--1-5 {
    margin-bottom: 2.4rem !important;
}

.mt--2-5 {
    margin-top: 4rem !important;
}

.mb--2-5 {
    margin-bottom: 4rem !important;
}

.mt--3-5 {
    margin-top: 5.6rem !important;
}

.mb--3-5 {
    margin-bottom: 5.6rem !important;
}

.m--0 {
    margin: 0 !important;
}

.p--0 {
    padding: 0 !important;
}

.text--left {
    text-align: left;
}

.text--right {
    text-align: right;
}

.clearfix:after, .clearfix:before, .toggle:after, .toggle:before {
    content: '';
    display: table;
    clear: both;
}

.pull--left {
    float: left;
}

.pull--right {
    float: right;
}

.relative {
    position: relative;
}

.no_border_radius {
    border-radius: 0;
}

.examples__navigation_toggle {
    top: 0;
    right: 0;
    z-index: 1;
    padding: 1.6rem;
}

.examples__navigation {
    top: 0;
    right: 0;
    display: none;
    min-width: 16rem;
    padding: 1.6rem 4.8rem 1.6rem 1.6rem;
}

.examples__navigation.on, code {
    display: block;
}

.show_grid {
    padding: .8rem 0;
    text-align: center;
    color: #fff;
    background-color: #67717e;
    outline: dashed 1px;
}

code {
    margin: 1.6rem 0;
    padding: .8rem 1.2rem;
}

.news_list li, .service_navigation__list > li {
    margin: .8rem 0;
}

.icon {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.icon--sm {
    font-size: 1.25rem;
}

.js--brands-list[data-images]:not([data-images="true"]) img { display: none; }

.js--brands-list:not(.highlighted-brands) {
    display: none;
}
 

.highlighted-brands,.js--brands-list {
    
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-height: 250px;
  overflow: hidden;

}



.highlighted-brands .brand, .js--brands-list .brand{
    max-width: 205px;
    margin: 10px 10px 0px; 
}
.show-all-brands {
    display: block; 
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 250px;
    height: 50px;
    text-align: center;
    margin-top: 186.5px;
    margin-left: -130px;
    background-color: #ffd814;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;

}
.show-all-brands.open span{ 
    transform: rotate(180deg);
    display: inline-block;
 }
.show-all-brands.open {  
     background-image:none;
     
}

.highlighted-brands.open,.js--brands-list.open {
    max-height: inherit !important;
    height: auto;
    margin-bottom: 30px; 
    padding-bottom: 110px;
    
}
.brand_logo span {   
    transition: opacity .25s linear 0s;
}

.brand_logo:hover span {
    opacity: 1;
}

.brand_logo img { 
    transition: box-shadow .25s linear 0s;
}
.brand_logo:hover img {
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25);
}

.news_list a {
    font-weight: 700;
}

.service_navigation__list > li > a {
    font-weight: 700;
}

.service_navigation__list ul {
    margin: 0;
}

.contact__map {
    padding-bottom: 50%;
}

.store_list__map {
    padding-bottom: 33.3333%;
}

.main_page__services .box {
    height: 100%;
}

.main_page .container.main, .main_page .main.alert__container {
    padding-bottom: 0;
}

.breadcrumbs a {
    font-weight: 700;
}

.overlay {
    position: fixed;
    z-index: 40;
    background-color: rgba(0, 0, 0, .75);
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility 0s .25s;
}

.comparing__actions, .preloader {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

body.comparing .overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s;
}

.comparing__actions {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 10;
    transition: box-shadow .25s, -webkit-transform .25s;
    transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
}

body.comparing .comparing__actions {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
}

.comparing__actions .alert__container, 
.comparing__actions .container {
    padding: 1.6rem;
}

/* @media (min-width: 640px) { */
@media (min-width: 560px) {
    .comparing__actions .btn + .btn {
        margin-left: 0.4rem;
    }

    .comparing__actions__flex_container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.comparing__actions__item_counter {
    font-weight: 700;
}


.purchase .cart_item__count input {
    width: auto !important;
}

.preloader {
    top: 0;
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    transition: visibility .25s, opacity .25s; 
    background-color: #ffffff8c !important;

}

.preloader.on  {
    opacity: 1;
    visibility: visible;
}
.preloader.on  .preloader__icon{
    display: block;
}
 

.preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0);
    width: 4.8rem;
    -webkit-animation: 1s linear infinite preloader__icon;
    animation: 1s linear infinite preloader__icon;
}


.sites-loader{
        width: 100%;
        height: 400px;
        background: #ffffffa8;
        position: absolute;
        z-index: 3;
        left: 0;
}

#error-loader{
    
    min-height: 792px;

}
@-webkit-keyframes preloader__icon {
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
        transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes preloader__icon {
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
        transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
    }
}

.preloader__icon svg {
    fill: #505862;
}

/*# sourceMappingURL=style.min.css.map */
/* .xlfr-div, .runflat-div,  */
.locations, #by_cartype_for_wheel,
#search-by_cartype, #sites-container, #wheel_search {
    display: none;
}

 .show_on_map {
    cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

/*@media (max-width: 767px) {*/
@media (max-width: 767px) {
    .slick-dots button {
        width: 0.6rem;
        height: 0.6rem;
    }

    .slick-dots {
        margin: 0.3rem 0;
    }
}

.product-name {
    font-size: 1.87443rem;
    line-height: 1.2;
    padding-right: 60px;
}

.product_list__item__tag__image,
.product-tag-image {
    display: none;
    width: 60px;
    position: absolute;
    /*right: 0.25rem; */
    top: 0.25rem;
    z-index: 1;
    transform-origin: 80.8% 19.1%; 
    transition: all 0.5s ease-in-out 0s;
}
.product-tag-image { right: 0.25rem; }
.product_list__item__tag__image { left: 0.25rem; }

[data-priority]:not([data-priority="0"]).product_list__item__tag__image,
[data-priority]:not([data-priority="0"]).product-tag-image {
    display: block;
}
.product_list__item__tag__image:hover,
.product-tag-image:hover {
    transform: rotate3d(0, 0, 1, 45deg);
}

.product-kod,
.product-ean {
    display: none;
    color: #aaa;
}

.navbar__logo {
    position: relative;
    background-color: #ffd814;
    padding: 0 10px 0 10px;
}
[data-cc="hu"].navbar__logo {
    padding: 0;
}
 
html[data-dev="1"] .navbar__logo::before {
    content: 'dev';
    position: absolute;
    top: 5px;
    left: 5px;
    color: #333;
    font-weight: bold;
    font-size: 0.9rem;
    background-color: transparent;
    line-height: 1;
}

/*@media (min-width: 780px) {*/
@media (min-width: 768px) {
    .upper_bar {
        height: 4.8rem;
    }
}
.upper_bar {
    height: 3.2rem;
    text-align: center;
    background-color: #ffd814;
}
.upper_bar img{
    height: 100%;
}
.timeline{
    font-size:1.0rem;
    background-color: #ffd814;
    text-align: center;
    padding: 5px 0 5px 0;

}
.timeline a{
    color:red;
    font-size: 1.4rem;
    font-weight: bold;
}


/*body {
    background-image: url('/assets/media/images/bf_bg.png');
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position:center!important; 

}*/
.similar-products-img {
    box-sizing: border-box;
    display: inline-block;
    width: 175px;
    min-height: 300px;
    background-color: #ffffff;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
    padding:0;
    border-width: 5px;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25);
}

.similar-products-img:hover {
    border-color: #ffd814;
}

.js--toggle-block { display: none; }

.break-all {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}
.no-break {
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
}

.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-center { text-align: center !important; }
.txt-justify { text-align: justify; text-justify: inter-word; }
.txt-strong { font-weight: bold !important; }
.txt-nstrong { font-weight: normal !important; }
.txt-italic { font-style: italic !important; }
.txt-upper {text-transform: uppercase !important; }
.txt-lower {text-transform: lowercase !important; }
.txt-capital {text-transform: capitalize !important; }
.txt-linethrough { text-decoration:line-through; }
.txt-under { text-decoration:underline; }

.txt-clr-red { color: red; }
.txt-clr-yellow { color: #ffd814; }
.txt-clr-money { color: #216C2A; }
.txt-clr-barion { color: #0097db; }

.op-40 {
    filter: Alpha(opacity=40);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;		
}

.p-0-25 { padding: 0.25rem; } 
.p-0-25-l { padding-left: 0.25rem; } 
.p-0-25-r { padding-right: 0.25rem; } 
.p-0-25-t { padding-top: 0.25rem; } 
.p-0-25-b { padding-bottom: 0.25rem; } 
.p-0-5 { padding: 0.5rem; } 
.p-0-5-l { padding-left: 0.5rem; } 
.p-0-5-r { padding-right: 0.5rem; } 
.p-0-5-t { padding-top: 0.5rem; } 
.p-0-5-b { padding-bottom: 0.5rem; } 
.p-1-0 { padding: 1rem; } 
.p-1-0-l { padding-left: 1rem; } 
.p-1-0-r { padding-right: 1rem; } 
.p-1-0-t { padding-top: 1rem; } 
.p-1-0-b { padding-bottom: 1rem; } 

.m-0 { margin: 0; }
.m-0-25 { margin: 0.25rem; }
.m-0-25-l { margin-left: 0.25rem; }
.m-0-25-r { margin-right: 0.25rem; }
.m-0-25-t { margin-top: 0.25rem !important; }
.m-0-25-b { margin-bottom: 0.25rem !important; }
.m-0-5 { margin: 0.5rem; }
.m-0-5-l { margin-left: 0.5rem; }
.m-0-5-r { margin-right: 0.5rem; }
.m-0-5-t { margin-top: 0.5rem !important; }
.m-0-5-b { margin-bottom: 0.5rem !important; }
.m-1-0 { margin: 1rem; }
.m-1-0-l { margin-left: 1rem; }
.m-1-0-r { margin-right: 1rem; }
.m-1-0-t { margin-top: 1rem; }
.m-1-0-b { margin-bottom: 1rem; }

.p-0 { padding:0; }
.p-2 { padding: 0.175rem; } 
.p-4 { padding: 0.25rem; } 
.p-4-l { padding-left: 0.25rem; } 
.p-4-r { padding-right: 0.25rem; } 
.p-4-t { padding-top: 0.25rem; } 
.p-4-b { padding-bottom: 0.25rem; } 
.p-5 { padding: 0.3125rem; }
.p-8 { padding: 0.5rem; } 
.p-10 { padding: 0.625rem; }
.p-16 { padding: 1rem; }
.p-8-l { padding-left: 0.5rem; } 
.p-8-r { padding-right: 0.5rem; } 
.p-8-t { padding-top: 0.5rem; } 
.p-8-b { padding-bottom: 0.5rem; } 
.p-8-rb { padding: 0 0.5rem 0.5rem 0; } /* RightBottom */
.p-8-trl { padding: 0.5rem 0.5rem 0 0.5rem; } /* TopRightLeft */
.p-16-l { padding-left: 1rem; } 
.p-16-r { padding-right: 1rem; } 
.p-16-t { padding-top: 1rem; } 
.p-16-trb { padding: 1rem 1rem 1rem 0; } /* TopRightBottom */
.p-24-trb { padding: 1.5rem 1.5rem 1.5rem 0; }

.m-4 { margin: 0.25rem; }
.m-4-l { margin-left: 0.25rem; }
.m-4-r { margin-right: 0.25rem; }
.m-4-t { margin-top: 0.25rem !important; }
.m-4-b { margin-bottom: 0.25rem !important; }
.m-8 { margin: 0.5rem; }
.m-8-l { margin-left: 0.5rem; }
.m-8-r { margin-right: 0.5rem; }
.m-8-t { margin-top: 0.5rem !important; }
.m-8-b { margin-bottom: 0.5rem !important; }
.m-16 { margin: 1rem; }
.m-16-l { margin-left: 1rem; }
.m-16-r { margin-right: 1rem; }
.m-16-t { margin-top: 1rem; }
.m-16-b { margin-bottom: 1rem; }

.w_50sz { width: 50% !important; }
.w_100sz { width: 100% !important; }
.w_70sz { width: 70% !important; }
.w_30sz { width: 30% !important; }

.table.custom  { 
    width: 100%;
    box-sizing: border-box;
    position: relative; 
}

.table.custom .table__row {
    width: 100%;
}

.table.custom .table__row .table__cell,
.table.custom .table__row .table__head {
    width: 25%;
} 
/*---------------------------*/
.szolg.table__cell,
.table.custom .table__row .table__head {
       width: 81%;

} 
.szolg_head, .szolg_cell .table.custom .table__cell, .table.custom .table__head {
    padding: 0.2rem 0.2rem;
   /* font-size: xx-small; */
}
/*---------------------------*/

/*
.table.custom .table__row .table__cell:nth-child(1),
.table.custom .table__row .table__head:nth-child(1) 
{
    width: 50%;
}
.table.custom .table__row .table__cell:nth-child(2),
.table.custom .table__row .table__head:nth-child(2) 
{
    width: 20%;
}
.table.custom .table__row .table__cell:nth-child(3),
.table.custom .table__row .table__head:nth-child(3) 
{
    width: 30%;
}
*/
.upper-banner {
    cursor: pointer;
}

:not([data-ref]).upper-banner,
[data-ref=''].upper-banner 
{
    cursor: auto;
}

/*@media (max-width: 639px) {*/
@media (max-width: 559px) {
    .box {
        padding: 2rem 1rem;
    }
    
    .table.custom .table__row .table__cell:nth-child(1),
    .table.custom .table__row .table__head:nth-child(1) {
        word-break: break-all;
        word-wrap: break-word;
        white-space: normal;
    }
}

/* JQUERY UI */

/* JQUERY UI DIALOG & DATEPICKER */
.ui-dialog {
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25);
}

.ui-widget-content {
    border: none !important;
    /* background-color: #fff !important; */
    background-color: #ffd814 !important;
    color: #333 !important;
}

.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-content {
    padding: 0.25rem !important;
}

.ui-dialog .ui-widget-header {
    border: none !important;
    background-color: #505862 !important;
    color: #fff !important;
}
.ui-widget-content a { color: #333 !important; }

.ui-datepicker .ui-widget-header {
    background-color: #ffd814 !important;
}
.ui-corner-all {
    border-radius: 0 !important;
}

.ui-datepicker {
    border: 4px solid #ffd814 !important;
    padding: 0 !important;
    box-shadow: 0.75rem 0.75rem 0.5rem rgba(0,0,0, 0.2);
}
.ui-datepicker .ui-widget-header {
    border: none !important;
}
.ui-datepicker table {
    border: 3px solid transparent;
}

.ui-datepicker .ui-state-default {
    border: 1px solid #ffd814 !important;
}

/* AUTOCOMPLETE */
input.ui-autocomplete-loading {
    background-color: #460713;
    color: white;
}

ul.ui-menu {
    box-sizing:border-box;
    padding: 0.25rem;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white !important;
    /* border: 3px solid #ffd814 !important; */
    border: 3px solid #67717e !important;
    border-radius: 0;
    box-shadow: 1.5rem 1.75rem 1.0rem -0.5rem rgba(0,0,0, 0.3);
    text-align: left;
    list-style-type: none;
    max-height: 16rem;
}
.ui-menu-item { border-bottom: 1px solid #dab875; color: #333 !important;}
.ui-menu-item:last-child { border-bottom: 1px solid transparent; }
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: 1px solid #ffd814; 
    background-color: #ffd814;
    color: #333;
}  

/* Van-e előzmény a history-ban */
#back-to-auto-list {
    display: none;
}
body.has-referrer #back-to-auto-list {
    display: inline-block;
}

.pos-rel { position: relative; }

input[type="email"]:required+span::after,
input[type="password"]:required+span::after,
input[type="datetime-local"]:required+span::after,
input[type="number"]:required+span::after,
input[type="text"]:required+span::after {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    top: 0;
    right: 0.25rem;
    font-size: 0.6rem;
    font-family: FontAwesome;
    content: '\f069'; 
    color: red;
    pointer-events: none;
}

input[type="datetime-local"].js--clear-input+span::after,
input[type="password"].js--clear-input+span::after,
input[type="email"].js--clear-input+span::after,
input[type="number"].js--clear-input+span::after,
input[type="text"].js--clear-input+span::after {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    top: -0.1rem;
    right: 0.25rem;
    font-size: 1rem;
    font-family: FontAwesome;
    content: '\f05e'; 
    color: red;
    cursor: pointer;
}


input.def-error,
textarea.def-error, 
select.def-error, 
label.def-error
{
    /*border: 0.125rem solid #F54A52; */
    /* border: 1px solid #F54A52 !important;  */
    box-shadow: 0 0 0.25rem #F54A52 !important;
}

textarea[readonly],
input[type="text"][readonly], 
input[type="number"][readonly], 
input[type="email"][readonly], 
input[type="password"][readonly] {
    background-color: rgba(0, 0, 0, 0.1);
}

button.map.site-select {
    background-color: #FFD403;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}

button.map.site-select:hover {
    /* box-shadow: 0 0 10px 2px #ffc800; */
}

.news-entry {
    padding-right: 20px;
}

.news-entry h4 {
    display: block;
    min-height: 50px;
}

.featured-image {
    text-align: center;
}

#datebooking-site-picker {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 10px 0;
    width: 100%;
    box-sizing: border-box;
}

#datebooking-site-picker div {    
    display: block;
    text-align: center;
    width: 33%;
    position: relative;
    min-height: 75px;
    text-align: center;
}

#datebooking-site-picker span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*
#datebooking-site-picker div:hover {
    background: #FFD403;
    cursor: pointer;
}
*/

#datebooking-site-picker .active {
    background: #FFD403;
}


#datebooking-map-select, #datebooking-distance-select, #datebooking-rating-select, #datebooking-price-select {
    display: none;
}

#location_alternative {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.datebooking-site-picker .site {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #030303;;
    margin: 5px;
    padding: 10px 30px;
}

.datebooking-site-picker .site > * {
    margin: 5px 0;
}

.datebooking-site-picker .site .site-title {
    display: block;
    text-transform: uppercase;
    width: 30%;
}

.datebooking-site-picker .site .site-address {
    display: block;
    width: 35%;
}

.datebooking-site-picker .site .site-button {
    text-align: right;
    width: 10%;
}

.datebooking-site-picker .site .site-info {
    width: 25%;
}

.datebooking-site-picker .site button.site-select {
    background-color: #FFD403;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;

}

.datebooking-section.open {
    background: white;
}

.datebooking-section.closed {
    background: #FFD403;
}

[class$='-payment-tiles'] .cod-tile.disabled,
[class$='-payment-tiles'] .bankcard-tile.disabled {
    border-color: rgb(109, 109, 109);
    color: rgb(109, 109, 109);
    opacity: 0.3;
}

[class$='-payment-tiles'] .cod-tile.disabled:hover,
[class$='-payment-tiles'] .bankcard-tile.disabled:hover {
    cursor: not-allowed;
}

[class$='-payment-tiles'] .cod-tile, 
[class$='-payment-tiles'] .bankcard-tile, 
.delivery-tiles .homedelivery-tile,
.delivery-tiles .service-pickup-tile,
.delivery-tiles .service-mount-tile {
    text-align: center;
    padding: 20px;
    border: 2px solid #030303;
    margin: 5px;
    opacity: 1;
    justify-content: center;    
    display: flex;
    align-items: center;
    min-height: 91px;
}

.delivery-tiles .homedelivery-tile,
.delivery-tiles .service-pickup-tile,
.delivery-tiles .service-mount-tile {
    margin: 5px 0;
}

[class$='-payment-tiles'] .bankcard-tile:hover, 
[class$='-payment-tiles'] .cod-tile:hover,
.delivery-tiles .homedelivery-tile:hover,
.delivery-tiles .service-pickup-tile:hover,
.delivery-tiles .service-mount-tile:hover
{
    cursor: pointer;
}

[class$='-payment-tiles'] .bankcard-tile.selected_payment,
[class$='-payment-tiles'] .cod-tile.selected_payment,
.delivery-tiles .homedelivery-tile.selected_delivery,
.delivery-tiles .service-pickup-tile.selected_delivery,
.delivery-tiles .service-mount-tile.selected_delivery
{
    background: linear-gradient(to bottom, white 0%, #FFD403 100%);
    border: 2px solid #FFD403;
}

.block.usp {
    padding: 40px 0 40px 0;
}
.block.usp h2{
    margin: 0;
}
.block.usp h3 {
    margin: 10px 0 20px;
}
.block.usp .container {
    color: #333333;
    background: #edeeef;
}

.block.usp .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.block.usp .usp-item{
    display: block; 
    text-align: center;
    color: #333;
    padding: 20px;  
    min-height: 140px;
    text-transform: uppercase;
    font-weight: bold;
    width: 80%;
    position: relative;
    margin: 5px; 
    align-self: flex-start;
}

.usp-item > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.block.usp .usp-item .fa-5x {
    font-size: 3em;
}

.box.swhite{
    margin-top: 1rem;
}
.usp-detailed{ 
    background: url('/assets/media/images/usp/app-bg.png'); 
    background-repeat: no-repeat;
    background-position-x: 125%;
    background-position-y: -65px;
    background-size: 500px; 
    padding: .8rem;    
    background-color: #f2f2f2;
}

.usp-detailed .col{
    display: flex;
}

.usp-detailed p, .usp-detailed  .popover__wrapper{
    cursor: pointer;
    align-self: center;
    font-size: 12px;
    text-transform: uppercase; 
    padding-top: 0px;
    margin-top: 2px;
    line-height: 16px; 
    width: 150px;
    margin-left: 4px;
}

.usp-detailed  .popover__message{
    text-transform: none;
    font-weight: normal;
    text-align: left;
}

.usp-detailed .icon{ 
    height: 50px;
    width: 51px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 6px;
} 

.usp-detailed .icon__services{
    background-image: url('/assets/media/images/usp/services.svg'); 
}

.usp-detailed .icon__date-booking{
    background-image: url('/assets/media/images/usp/date-booking.svg'); 
}
.usp-detailed .icon__date-cart-and-list{
    background-image: url('/assets/media/images/usp/cart-and-list.svg'); 
    background-position-x: center;
    background-size: 50px;
}

.usp-detailed .icon__credit-card{
    background-image: url('/assets/media/images/usp/credit-card.svg'); 
}
.usp-detailed .icon__call-center{
    background-image: url('/assets/media/images/usp/call-center.svg'); 
}


.usp-item .circle-icon{ 
    height: 130px;
    width: 130px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
} 

.usp-item .circle-icon__assembly{
    background-image: url('/assets/media/images/usp/circle-assembly.svg'); 
}

.usp-item .circle-icon__cart{
    background-image: url('/assets/media/images/usp/circle-cart.svg'); 
}

.usp-item .circle-icon__credit-card{
    background-image: url('/assets/media/images/usp/circle-credit-card.svg'); 
}
.usp-item .circle-icon__date-booking{
    background-image: url('/assets/media/images/usp/circle-date-booking.svg'); 
}

.usp-item p{  
    min-height: 68px;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.usp-detailed .grid{
    width: 75%;
} 

 
  .popover__wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
  }
  .popover__content {
    opacity: 0;
    visibility: hidden;
    visibility: visible;
    position: absolute; 
    transform: translate(0, 10px);
    background-color: #f7f8f8;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    left: -50px;
    min-width: 200px;
    margin-top: 20px;
    padding: 12px;
  }
  .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f7f8f8 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .popover__message {
    text-align: center;
  }
  

@media screen and (min-width: 500px) {

    .block.usp .row {
        flex-direction: row;
    }
    
    .block.usp .usp-item {
        width: 23%;
        margin: 0;
        min-height: 220px;
    } 

    .block.usp .usp-item .fa-5x {
        font-size: 5em;
    }
}
 
@media (max-width: 1000px) {
    .usp-item .circle-icon{
        height: 100px;
        width: 100px;
    } 
    .block.usp .usp-item{ 
        flex: 50%;  
        padding: 0 10px;
    }

    .block.usp .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .highlighted-brands .brand, .js--brands-list .brand {
        max-width: 30%;
    }
}
@media (max-width: 640px) {
    .highlighted-brands .brand, .js--brands-list .brand {
        max-width: 28%;
    }
}
@media (max-width: 600px) {
    .highlighted-brands .brand, .js--brands-list .brand {
        max-width: 28%;
    }
}
@media (max-width: 559px) {
    .cart_item__details__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .usp-item .circle-icon{
        height: 80px;
        width: 80px;
    } 
    .comparing__actions__item_counter {
        margin-bottom: .8rem;
        text-align: center;
    }
    .highlighted-brands .brand, .js--brands-list .brand { 
        max-width: 47%;
        margin: 4px 0;
    }
}
 
.highlighted-badge {
    position: absolute;
    max-width: 55px;
    max-height: 55px;
    left: calc(100% - 30px);
    top: 0px;
    z-index: 1;
    transform: translateX(-50%);
}

.product_list_params {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    grid-template-rows: repeat(3, 25px);
    margin: 10px 0;
}

.size.not-important {
    color: rgb(117, 117, 117);
    display: block;
}

 
.brand-logo {
    background-size: contain;
    background-position: center;
    width: 100%; 
    max-width: 240px;
    background-repeat: no-repeat; 
    height: 60px;
}
.product_list_name {
    margin-top: 0.8rem;
}

.product_list__item__actions {
    text-align: center;
    position: absolute;
    bottom: 25px;
}
.add_to_cart{ 
    padding: 10px 18px !important;
    height: 45px;
    border-radius: 10px;
    font-size: 13px !important;
}
.add_to_cart .fa-cart-plus {  
    
    font-size: 1.4em;
}

.product_list_param{
    margin: 10px 0 5px 0px;
}
.product_list_param a{
    flex: 1;
}
.product_list_param,.product_list_param span,.product_list_param a{
    display: flex  !important;
    justify-content: space-between;
}
.params-icon,.params-circle{
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
}
.params-circle,.params-noise{
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    font-style: normal;
    
    margin-left: 5px;

}
.params-circle{
    color: #fff;
    border-radius: 30px; 
    margin-left: 2px;
    margin-right: 5px;
     
}
.main_body_2023-11-23 .search-background::after,
.main_body_2023-11-24 .search-background::after,
.main_body_2023-11-25 .search-background::after,
.main_body_2023-11-26 .search-background::after { 
    content: '';    
    background: #000;
    background-image: url(/assets/media/images/skins/2023-11-bfd-logo-black-friday.png);
    height: 630px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bf-badge{    
           
    position: absolute;  
    left: calc(100% - 22px);
    top: -10px;
    z-index: 1;
    transform: translateX(-50%);
}
.params-icon.fuel{
    
    background-image: url('/assets/media/svg/fuel.svg');
}
.params-icon.fuel.inv{
    
    background-image: url('/assets/media/svg/fuel_inv.svg');
}


.params-icon.wet{
    
    background-image: url('/assets/media/svg/wet.svg');
}
.params-icon.wet.inv{
    
    background-image: url('/assets/media/svg/wet_inv.svg');
}


.params-icon.noise{
    
    background-image: url('/assets/media/svg/noise.svg');
}
.params-icon.noise.inv{
    
    background-image: url('/assets/media/svg/noise_inv.svg');
}

.fuel-A{
    background-color: #00a651;
}
.fuel-B{
    background-color: #9aca3c;
}
.fuel-C{
    background-color: #fff200;
}
.fuel-D{
    background-color: #fdb913;
}
.fuel-E{
    background-color: #ed1c24;
}
.fuel-F{
    background-color: #f27020;
}
.fuel-G{
    background-color: #ee1c25;
}

.wet-A{
    background-color: #0065b3;
}
.wet-B{
    background-color: #0080c7;
}
.wet-C{
    background-color: #47a6dc;
}
.wet-D{
    background-color: #76bfea;
}
.wet-E{
    background-color: #fcb914;
}
.wet-F{
    background-color: #f27020;
}
.wet-G{
    background-color: #ee1c25;
}

.product_list__item__details .box {
    background: transparent;
}

.product_list_image {
    text-align: center; 

}
.product_list__item.tire  .product_list_image .product-img-list__wrapper {    
    height: 150px; 
    padding-top: 28%;
    overflow: hidden;
    
    position: relative;
}
.product_list__item.tire .product_list_image .product-img-list__wrapper img{
    
    transform: scale(1.7);
}

.product_list__item.wheel .product_list__item__image{
    margin-top: 15px;
    margin-bottom: 20px; 
    overflow: hidden;
}

.product_list__form  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    display: grid; /* 1 */
    grid-template-columns: repeat(auto-fill, 33%); /* 2 */
    grid-gap: 0rem; /* 3 */
    justify-content: space-between; /* 4 */
}

.productlist-sale-garante{
    position: relative !important ;
    margin-top: -40px;
}

.product-sale-garante{
    
    position: absolute;
    margin-top: -40px;
    display: block;
    max-width: 200px; 
    left: calc(50% - 100px);

}

.productlist-sale-ribbon{
    position: relative !important ;
    margin-top: -20px;
}
.product-sale-ribbon{
    
    position: absolute;
    margin-top: -23px;
    display: block;
    max-width: 200px; 
    left: calc(50% - 100px);

}
.productlist-sale-badge {
     position: absolute;
     width: 70px;        
     z-index: 1;
     left: 17%;
     top: 50px;
}

.order-btn{
    display: inline-block;
    width: fit-content;
}



.footer ul li, h4, h5, h6 {
    text-transform: uppercase;
    letter-spacing: initial;
}


@media screen and (min-width: 330px) {

    .product_list_params {
        grid-template-columns: repeat(3, 100px);
        grid-template-rows: repeat(2, 25px);
    }
}

@media screen and (min-width: 660px) {

  

    .product_list__form a {
        display: block;
    }

    .product_list__form  {
 
    
        display: grid; /* 1 */
        grid-template-columns: repeat(auto-fill, 33%); /* 2 */
        grid-gap: 0rem; /* 3 */
        justify-content: space-between; /* 4 */
    } 

    .product_list_image {
        text-align: center;
        height: 140px;

    }

    .product_list__item .grid.no_gutter {
        justify-content: center;
        padding: 20px 30px 25px 30px;
    }

    .product_list_params {
        grid-template-columns: repeat(2, 100px);
        grid-template-rows: repeat(3, 25px);
    }

    
}


@media screen and (max-width: 560px) {
    
    #datebooking-site-picker div {
        padding: 10px 0;
        margin-top: 0;
    }

    #datebooking-site-picker span {
        font-size: 0.75rem;
    }
    .product_list__item .grid.no_gutter {
        justify-content: center; 
        padding: 10px 15px 0px 15px;
    }
    .highlighted-badge {
    
       
        left: calc(100% - 28px);
        }
}

@media screen and (min-width: 660px) and (max-width: 770px) {
    .product_list__item .grid.no_gutter {
        justify-content: center; 
        padding: 10px 15px 0px 15px;
    }
    .order-btn{
        display: block;
        width: 100%; 
        margin-top: 10px;
    }
    .product_list__item__actions{
        position: relative;
        text-align: center;
    }
    .params-icon, .params-circle {
        height: 25px;
        width: 25px;
    }
    .params-circle, .params-noise { 
        line-height: 1.8rem; 
        font-size: 1.3rem; 
    }
    .highlighted-badge {
    
       
        left: calc(100% - 30px);
        }

    
}
@media screen and  (max-width: 1200px) {
    
    .usp-detailed{  
        background-repeat: no-repeat;
        background-position-x: 115%;
        background-position-y: -58px;
        background-size: 358px; 
        padding: .8rem;
    }
    .usp-detailed p, .usp-detailed  .popover__wrapper{
        width: 100%;
        font-size: 11px; 
    }
    .usp-detailed .icon { 
        height: 44px;
        width: auto;
        align-self: center;
        min-width: 50px;
    }
}
 
 
@media screen and (min-width: 448px) and (max-width: 1000px) {

    

    .product_list__item.tire .product_list_image .product-img-list__wrapper { 
        padding-top: 30%; 
    }




    .product_list__item .grid.no_gutter {
        justify-content: center; 
        padding: 10px 15px 0px 15px;
    }
    .highlighted-badge {
    
       
    left: calc(100% - 28px);
    }
    .order-btn{ 
        width: fit-content; 
        margin-top: 10px;
    }
    .product_list__item__actions{
        position: relative; 
    }
    .product_list__item__details {
        position: relative;
        margin-bottom: 50px;
    }
    .params-icon, .params-circle {
        height: 25px;
        width: 25px;
    }
    .params-circle, .params-noise { 
        line-height: 1.8rem; 
        font-size: 1.3rem; 
    }

    .add_to_cart{
        font-size: 0.7rem !important; 
        height: 35px;
        display: block;
        width: 100%;
        margin: 8px auto;
    }
    
}
@media screen and (max-width: 640px) {
    .popover__content {
       
    }
    .usp-detailed{  
        background: #fff;
    }
    .product_list__form  {
          
        display: grid; /* 1 */
        grid-template-columns: repeat(auto-fill, 49%); /* 2 */
        grid-gap: 1px; /* 3 */
        justify-content: space-between; /* 4 */
    } 

    .add_to_cart{
        font-size: 0.9rem !important; 
        height: 35px;
        display: block;
        width: 100%;
        margin: 8px auto;
    }
}
/*
@media screen and (max-width: 447px) {
    .product_list__item  {
        max-width: 300px; 
        margin: 0 auto !important;
        margin-top: 45px;
        display: block;
    }
    .params-icon, .params-circle {
        height: 25px;
        width: 25px;
    }
    .params-circle, .params-noise { 
        line-height: 1.8rem; 
        font-size: 1.3rem; 
    }

} */
@media screen and (max-width: 447px) {
    .product_list__item__price p { 
        font-size: 1.2rem;
    }

        .add_to_cart .fa-2x { 
            font-size: 0.7rem;
        
    }
    .add_to_cart{
        font-size: 0.7rem !important; 
        height: 35px;
        display: block;
        width: 100%;
        margin: 8px auto;
    }
}
@media screen and (min-width: 448px) and (max-width: 1199px){
    .product_list__item.tire .product_list_name {
        font-size: 1.1rem;
        height: 32px;
        overflow: hidden;
        margin: 0;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 16px;
    }
}
@media screen and (min-width: 319px) and (max-width: 447px){
   
    .product_list__item.tire .product_list_image .product-img-list__wrapper img {
        transform: scale(1.3);
    }

    .brand-logo { 
        height: 40px;
    }
    .product_list__item.tire .product_list_image .product-img-list__wrapper {
        height: 125px;
    }
    .productlist-sale-badge { 
        width: 59px;
    }
    .product_list__item__season { 
        height: 30px;
        width: 30px;
    }
    .product_list_param {
        margin: 8px 0 5px 0px;
    }
    .product_list__item__image { 
        height: 130px;
    }
    .product_list__item.tire .product_list_name {
        font-size: 0.8rem;
        line-height: 12px;
        height: 27px;
    }
    .product_list__item__details .size.not-important {
        font-size: 0.6rem;
    }
    .params-icon, .params-circle {
        height: 15px;
        width: 15px;
    }

    .params-circle, .params-noise {
        
        line-height: 1rem; 
        font-size: 1rem; 
    }
    .product_list__item__price h3 {
        font-size: 2.08rem;
        font-size: 1.2rem;
    }
    .product_list__item__price p { 
        font-size: 1.2rem;
    }
    .product_list__item__actions { 
        bottom: 15px;
    }
    .product_list__item__details { 
        margin-bottom: 110px;
    }

   
    .product_list__item__actions{
        padding: 0 10px  !important;
    }
   
    .product_list__item { 
        margin: 26px 0 0rem; 
    }
    .product_list__item .highlight-info{ 
        font-size: .625rem;
        
        line-height: 0.8rem;
        height: 35px;
        background-repeat: no-repeat;
    }

  

    .product_list__item.highlight-grip::before,
    .product_list__item.highlight-fuel::before,
    .product_list__item.highlight-noise::before,
    .product_list__item.highlight-brand::before { 
        height: 20px;
        width: 20px; 
        left: 5px;
        top: 12px;
        margin: 0;
    }
    .highlighted-badge {
        position: absolute;
        width: 35px;
        height: 35px;
       
    left: calc(100% - 28px);
    }

    .popular_product_list_item .brand-logo{
        height: 100px;
        max-width: none;
    }
    
    .product_list__item .pupular_product_list_name{
        margin-top: 0px;
    }

    .product_list__item .pupular_product_list_name .product_list_name{
       font-size: 1.8rem;
       margin-top: 20px;
    }
    .product_list__item .popular_product_detail .params-icon{
        height: 40px;
        width: 40px;
    }

    .product_list__item .popular_product_detail .params-noise{
        line-height: 2rem;
        font-size: 2rem;
    }

    .product_list__item .popular_product_detail .product_list_param .params-circle{
        line-height: 2rem;
        font-size: 2rem;
        height: 30px;
        width: 30px
    }

    .product_list__item .popular_product_list_item .product_list_image .popular-product-img-list__wrapper img {
        transform: scale(2.3);
    }

}

@media screen and (max-width: 369px){
    .add_to_cart .fa-2x{
        display: none;
    }
    .add_to_cart{
        font-size: 0.6rem !important;  
    }
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-width: 900px;
}


.mute-highlight .highlight-info,
.mute-highlight .product_list__item.highlight-brand .highlight-info{
    opacity: 0;
}

.mute-highlight .product_list__item.highlight-grip::before,
.mute-highlight    .product_list__item.highlight-fuel::before,
.mute-highlight    .product_list__item.highlight-noise::before,
.mute-highlight   .product_list__item.highlight-brand::before { 
    opacity: 0;
    }
 
.address_user_card{
    border: 1px solid;
    border-color: #cccccc;
    padding: 10px;
    margin-bottom: 10px;
}

.scrollbar {
    height: 200px;
    overflow-y: scroll;
}
.force-overflow {
    min-height: 50px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #505862; } 

.error-image-text-wrapper {
    margin-top: -60px;
}

.error-image-text-wrapper b{ 
    font-style: italic;
    font-weight: 700;
    font-size: 3rem;
    line-height: 50px;
}
.error-text-wrapper{
    margin: 40px 0;
}
.error-text-wrapper hr{
    margin: 14px 0;
}
.error-text-wrapper h2{ 
    font-size: 46px;
    padding-top: 18px;
    margin-left: 14px;
}
.error-text-wrapper h3{ 
    font-size: 24px;
    padding-top: 14px; 
    margin-bottom: 0px;
}
.error-text-wrapper p{   
    margin-top: 0; 
    padding-bottom: 15px;

}

.error-icons-wrapper p{
    text-transform: uppercase;
    font-weight: bold;  
    line-height: 16px;
}
.error-icons-wrapper a{
    background-color: #ffffff;
    padding: 18px;
    border-radius: 10px;
    width: 220px;
    margin-bottom: 20px;
}
.error-icons-wrapper {
    
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-evenly;
} 

.error-icons-wrapper .icon{ 
    background-image: url('/assets/media/images/pages/icon.png');
    height: 110px;
    width: 110px;
    display: block;
    
    background-position-y: -24px;
    background-position-x: -18px;
    
    margin: 0 auto; 
}
.error-icons-wrapper .icon.calendar{
    
    background-position-x: -153px;

} 
.error-icons-wrapper .icon.service{
    
    background-position-x: -288px;

} 
.error-icons-wrapper .icon.percent{
    
    background-position-x:  -428px;

}
#send-order-btn {
    white-space: pre-wrap;
}

.service-box{
    width: 100%;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, 0.25);
}
span[style*='top: -999px']{display: none;}

.coupon_add_btn{ 
    width: 29%;
    display: inline-block;
    margin: 0;
    margin-left: -2px; 
    padding: 5px 7px 7px 7px;
}

.coupon_add_btn:active {

    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.error-tax-border{
    border-color: #dc3545;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 0 0 / 60%);
}
.checkout-payment-border{
    border: 3px solid #ffd814;
}
.profile_menu_list_dd{
    display: none;
}
@media (max-width: 767px) {
    /*Profil menu mobil*/
    .profile_menu_list_dd > ul > li {
        line-height: 1;
        text-align: center;
        display: inline-block;
    }
    .profile_menu_list_dd > ul > li:hover > span,
    .profile_menu_list_dd > ul > li:hover > a {
        color: #ffd814;
    }
    .profile_menu_list_dd {
        position: absolute;
        display: block;
        top: 100%;
        right: 0;
        height: calc(100vh - 3.2rem);
        overflow-y: auto;
        width: calc(100% - 3.2rem);
        max-width: 24rem;
        padding: 1.6rem 3.2rem 1.6rem 1.6rem;
        color: #333;
        background-color: #fff;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }

    .profile_menu_list_dd.on{
        box-shadow: 0 1.6rem 1.6rem rgba(0, 0, 0, .25);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .profile_menu_list_dd > :first-child,
    .profile_menu_list_dd > ul > :first-child,
    .service_navigation__list .profile_menu_list_dd > ul > :first-child {
        margin-top: 0;
    }

    .profile_menu_list_dd > :last-child,
    .profile_menu_list_dd > ul > :last-child,
    .service_navigation__list .profile_menu_list_dd > ul > :last-child {
        margin-bottom: 0;
    }

    .profile_menu_list_dd ul {
        margin: 0;
    }

    /*    .profile_menu_list_dd > ul,
        .profile_menu_list_dd > ul > li, */
    .profile_menu_list_dd ul,
    .profile_menu_list_dd ul > li {
        margin: 0.5rem 0;
    }

    .service_navigation__list .profile_menu_list_dd > ul,
    .service_navigation__list .profile_menu_list_dd > ul > li {
        margin: 1.6rem 0;
    }

    .profile_menu_list_dd > ul > li {
        line-height: 1.2;
        text-align: left;
        display: block;
    }

    .profile_menu_list_dd > ul > li:hover > span,
    .profile_menu_list_dd > ul > li:hover > a {
        color: inherit;
    }
}
.space-between{
    
    display: flex;
    justify-content: space-between;
}
.brands_btn_content{
    margin-top: 60px;
}

.eu-desc-warning{
    background: #ffd814;
    padding: 10px;
    margin: 10px 0px;
}
.table.stock_details{
    font-size: 11px;
}
.search_service_input{
    width: 100%;
}

/*---------------------------
Breadcrumb css
 ---------------------------*/

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.car-main-title{
    background-color: #dfdfdf;
    padding: 10px;
}
.year-choose-container{
    margin-top: 60px;
}
.car-image-box{
    filter:grayscale(1);
    border: solid 1px #dfdfdf;
    padding: 20px;
}
.car-image-box:hover{
    filter:none;
}

.car-img-layer p{
    z-index: 10;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 700;
}
.brand-logo-box{
    background-color: #dbdbdb;
    padding: 25px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    max-height: 170px;
}
.brand-logo-box:hover{
    background-color: #ffd814;
}
.brand-logo-box a{
    color:#67717e;
    text-align: center;
}
a.model-box {
    background-color: #dbdbdb;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: block;
    color: #67717e;
    min-height:140px;
    text-decoration: none;
}
.model-box:hover{
    background-color: #ffd814;
}
.models-box-content{
    background-color: #dbdbdb;
}
.car_model_choose{
    margin-left: 10px;
    margin-right: 10px;
}



.subnav {
    
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    align-items: center;
    font-size: 18px;
    margin-top: 55px;
    margin-bottom: 35px;
    list-style: none;
    
    justify-content: space-evenly;
}

.subnav li {
    background: #FFE500;
}
.subnav li a {
    display: block;
    text-transform: uppercase; 
    padding: 20px;
}

@media (max-width: 992px) {
    .subnav li a {
        display: block;
        text-transform: uppercase; 
        padding: 10px; 
        font-size: 15px;
    }
}

@media  (max-width: 640px) {
    .subnav { 
     flex-direction: column;
     flex: 1;
    }
    .subnav li {
      
         width: 100%;
         padding-bottom: 2px;;
    }
}
.faq li{
    
  
    color: #fff;
    background-color: #67717e;
}
.faq li a{ color: #fff;  margin: 0;
    margin-bottom: 2px;
    padding: 0.8rem;
    width: 100%;
    display: block;
    text-decoration: none;
}

.badge-success {
    background-color: #5cb85c; 
    color: #fff;
}

.badge{
    
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1; 
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
 
.our-presence-in-europe ul {
    display: block;  
    margin: 0.5rem 0 1rem 0;
    padding: 0;
    text-align: center;
}
.our-presence-in-europe ul li {
    display: inline-block;  
    position: relative;
    min-width: 8rem;
    width: 8rem;
    margin: 0.8rem;
    padding: 1.0rem 0.5rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    /* border-radius: 0.75rem; */
    background-color: #ffd814;
    transition: all 0.25s linear 0s;
    transform-origin: 50% 50%; 				
}
.our-presence-in-europe ul li:hover {
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .05), 0 1.6rem 1.6rem -1.6rem rgba(0, 0, 0, .25);
    transform: scale(1.05);    
}
.our-presence-in-europe ul li span {
    /*
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
    */
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 1.2;
    height: 1.68rem;
    opacity: 0.5;
    margin-bottom: 0.25rem;
    transition: all 0.25s linear 0s;
}

.our-presence-in-europe ul li:hover span {
    opacity: 1;
}

.our-presence-in-europe ul li a {
    display: block;
    text-align: center;
    width: 100%;
}

.our-presence-in-europe img {
    display: inline-block;
    width: 4rem;
    margin: 0;
    padding: 0;
    transition: all 0.5s linear 0s;
}

.our-presence-in-europe ul li:hover img {
    transform: rotate3d(0,0,1, 180deg);    
}
 
[tooltip]:not([tooltip=""]) {
    position: relative;
    display: inline-block;
  }

  [tooltip]:not([tooltip=""]):hover::after {  

    z-index: 10;
    content: attr(tooltip);
    position: absolute;
    left: -50%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    height: fit-content;
    width: max-content;
    white-space: pre-line;
    text-align: left;
    font-size: 10px;
    bottom: 26px;
    line-height: 13px;
    font-weight: normal;
    max-width: 240px;
  }


  [tooltip]:not([tooltip=""]):hover::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }

.webgarage_menu{
    color: #ffd814;
} 
.space-between{
    
    display: flex;
    justify-content: space-between;
}

.popular_product_list_item {
    width: 24%;
}

@media only screen and (min-width: 997px) {
    .popular_product_detail{
        margin-bottom:0px
    }
  }

  @media only screen and (max-width: 997px) {
    .popular_product_detail{
        margin-bottom:20px
    }
  }



@media only screen and (max-width: 997px) {
    .popular_product_list_item {
        width: 49%;
    }

    .compare_list_item{
        width: 270px;
    }
  }

  @media only screen and (max-width: 640px) {
    .popular_product_list_item {
        width: 100%;
    }
  }



  @media only screen and (min-width: 997px) {
    .popular_product_table .add_to_cart {
        padding-left: 10px;
        padding-right: 10px;
      }
  }

  .popular-row .table__cell{
    padding: 10px;
  }

  .popular-row .table__cell a{
    color: #0d6efd;
  }

  .popular-row:nth-child(even) {
    background-color: white;
  }

  .popular-row .tr {
   padding: 10px;
  }

  .popular_product_detail .pupular_product_list_name{
    margin-top: -40px;
  }

  .comapre_list_empty_item{
    height: 75px;
    border: 1px solid #cccccc;
  }

  .product_list_compare{
    z-index: 3;
    position: fixed;
    bottom: 0;
  }

  .compare_list_item{
    background:#dfdfdf;
    margin-top: 40px;
  }

  .compare_remove_div{
    float: right;
    margin-right: -35px;
    margin-top: 0px;
  }

  .compare_remove_btn{
    color: white;
    padding: 0px;
    height: 20px;
    width: 20px;
    padding-bottom: 23px;
    background-color: #000;
    font-weight: 100; 
    border-radius: 4px;
    font-size: 11px;
    position: absolute;
    right: 30px;
  }

  .compare_product_size{
    color: rgb(51 51 51);
    display: block;
    margin-left: 6px;
  }

  .compare_list_item .brand-logo{
    width:260px
}

.compare_result_div {
    margin-bottom: -20px !important;
    margin-top: -50px !important;
}

  @media only screen and (min-width: 997px) {
    .compare_button {
        display: table;
        margin-left: 33px !important;;
        margin-bottom: 10px !important;;
    }

    .compare_list_item{
        margin-top: 40px;
        width: 220px !important;
    }

    .comapre_list_empty_item{
        margin-top: 40px;
        width: 220px !important;
        margin-left:10px;
        margin-right: 10px;
    }

    .compare_list_item{
        margin: 10px;
    }

    .compare_list_item .brand-logo{
        width: 190px;
        margin-top: -16px;
        margin-bottom: -5px;
        margin-left: 1px;
    }

    .compare_product_size{
        color: rgb(51 51 51);
        display: block;
        margin-left: 6px;
        text-overflow: ellipsis;
        overflow: hidden; 
        width: 190px; 
        height: 1.2em; 
        white-space: nowrap;
        margin-bottom: 8px !important;
      }
  }

  .table.custom .table_compare__row:nth-child(odd) {
    background-color: #f2f2f2;
    /* background-color: rgba(0,0,0, 0.05); */
}
.out_of_stock .product_list__item__compare { display: none;}
.out_of_stock .product_list__item__price p { color: white;}

.compare_list__item {
    padding: 0rem !important;
    margin-bottom: 20px !important ;
    height: 80px;
    margin-top: 35px;
}

.compare_list__item_param{
    height: 70px;
}

.compare_product_list__item  .product_list_image{
   
    max-height: 140px;
 
}
.product-compare-params-list
{
     
    margin-bottom: 14px;
}
.product-compare-params-list li{
    list-style-type: none;
}

.compare_product_list__item{
    margin: 0px;
}

.compare_list_item .brand-logo {
    width: 219px;
   margin-top: -7px;
   margin-bottom: 0px;
   margin-left: 0px;
}


@media screen and (min-width: 1370px) and (max-width: 1605px){
   
    .compare_list_item .brand-logo {
         width: 219px;
        margin-top: -7px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

.product_list_compare_item_ribbon{
    margin-top: 31px;
}

.compare-products-table-mobile-content{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    text-wrap: nowrap;
}

.compare-products-table-mobile-header-brand{
    height: 60px;
    background-color: #e0e0e0;
}

.compare-products-table-mobile-header-price{
    height: 108px;
}

.compare-products-table-mobile-header-season{
    height: 72px;
}

.compare-products-table-mobile-header-pattern{
    background-color: #e0e0e0;
    height: 45px;
}

.compare-products-table-mobile-header-action{
    height: 85px;
}

.compare-products-table-mobile-header-pattern-name{
    height: 33px;
    background-color: #e0e0e0;
}

.compare-products-table-mobile-header-size{
    height: 26px;
    background-color: #e0e0e0;
}

.compare-products-table-mobile-header-fuel,
.compare-products-table-mobile-header-wet, 
.compare-products-table-mobile-header-noise{
    height: 44px;
}

.compare-products-table-mobile-header-si{
    height: 46px;
    background-color: #e0e0e0;
}

.compare-products-table-mobile-header-li{
    height: 39px;
    background-color: #e0e0e0;
}





.compare-products-table-desktop-header-brand{
    height: 60px;
    background-color: #e0e0e0;
}

.compare-products-table-desktop-header-price{
    height: 80px;
}

.compare-products-table-desktop-header-season{
    height: 122px;
}

.compare-products-table-desktop-header-pattern{
    background-color: #e0e0e0;
    height: 41px;
}

.compare-products-table-desktop-header-action{
    height: 90px;
}

.compare-products-table-desktop-header-pattern-name{
    height: 30px;
    background-color: #e0e0e0;
}

.compare-products-table-desktop-header-size{
    height: 30px;
    background-color: #e0e0e0;
}

.compare-products-table-desktop-header-fuel{
    height: 50px;
}

.compare-products-table-desktop-header-wet{
    height: 40px;
}

.compare-products-table-desktop-header-noise{
    height: 50px;
}

.compare-products-table-desktop-header-si{
    height: 46px;
    background-color: #e0e0e0;
}

.compare-products-table-desktop-header-li{
    height: 40px;
    background-color: #e0e0e0;
}
.compare-products-table-mobile .grid{
   
    margin: -4px 24px !important;
}

@media screen and (min-width: 1010px) and (max-width: 1196px){
    .compare-products-table-mobile-header-fuel, .compare-products-table-mobile-header-wet, .compare-products-table-mobile-header-noise {
        height: 51px;
    }
    
}

@media screen and (min-width: 1010px) and (max-width: 1190px){
    .compare-products-table-mobile-header-fuel, .compare-products-table-mobile-header-wet, .compare-products-table-mobile-header-noise {
        height: 47px;
    }
    
}

@media screen and (min-width: 335px) and (max-width: 447px){

    .add-to-compare-desktop{
        border: 2px solid #cccccc;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 27px;
        font-size: 22px;
        border-radius: 50px;
        /* right: 20px; */
        position: absolute;
        right: 66px;
    }
   
    .product_list_compare_item_ribbon_mobile  {
        margin-top: 14px;
    }

    .compare-products-table-mobile-header-fuel {
        height: 30px; 
    }

    .compare-products-table-mobile-header-noise {
        height: 36px;
    }

    .compare-products-table-mobile-header-wet{
        height: 20px;
    }

    .compare_product_params {
        margin-top: -4px;
    }

    .product_compare_image_mobile{
        margin-top: 32px;
    }

    .compare-products-table-mobile-header-pattern-name {
        font-size: 13px;
        margin-left: 20px;
    }
    .compare-products-table-mobile-header-wet{
        font-size: 13px;
    }
}

@media screen and (min-width: 447px) and (max-width: 987px){

    .add-to-compare-desktop{
        border: 2px solid #cccccc;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 27px;
        font-size: 22px;
        border-radius: 50px;
        /* right: 20px; */
        position: absolute;
        right: 66px;
    }

    .compare-products-table-mobile-header-pattern {
        height: 92px;
    }
   
    .product_list_compare_item_ribbon_mobile{
        margin-top: 12px;
    }
    .product_list_compare_item_row {
        margin-top: -20px;
    }

    .compare-products-table-mobile-header-fuel,  .compare-products-table-mobile-header-wet, .compare-products-table-mobile-header-noise {
        height: 35px;
        white-space: nowrap;
    }


    .compare_product_params {
        margin-top: -14px;
    }

    .product_list_compare_item_ribbon {
        margin-top: -13px;
    }
    .product_compare_image_mobile{
        margin-top: -13px;
    }

    .compare_product_list .add_to_cart .fa-cart-plus{
        font-size: 2em;
    }
}

@media screen and (min-width: 668px) and (max-width: 768px){
    .product_compare_image_mobile{
        margin-top: -3px;
    }
}

@media screen and  (max-width: 1000px){
    .compare-products-table-mobile-header-pattern {
        background-color: #e0e0e000;
        height: 59px;
    }

    .compare-products-table-mobile-header-action {
       
    display: none;

    }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
    .product_list_compare_item_ribbon_mobile {
        margin-top: 13px;
    }
    .product_compare_image_ribbon{
        margin-top:-22px;
    }
    .product_list_compare_item_row {
        margin-top: -21px;
    }

    .compare_product_params {
        margin-top: -26px;
    }

    .product_compare_image_mobile{
        margin-top: -4px;
    }

    .compare-products-table-mobile-header-pattern{
        height: 93px;
    }

    .compare-products-table-mobile-header-wet{
        height: 35px;
        white-space: nowrap;
    }

    .product-compare-params-list {
        margin-bottom: 26px;
    }
}

@media screen and (min-width: 977px) and (max-width: 1200px){

    .add-to-compare-desktop{
        border: 2px solid #cccccc;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 27px;
        font-size: 22px;
        border-radius: 50px;
        /* right: 20px; */
        position: absolute;
        right: 107px;
    }
   
    .product_list_compare_item_row {
        margin-top: -23px;
    }

    .compare-products-table-desktop-header-price {
        height: 110px;
    }

    .compare-products-table-desktop-header-fuel {
        height: 43px;
        white-space: nowrap;
        font-size: 13px;
    }
    .compare-products-table-mobile-header-fuel,  .compare-products-table-mobile-header-wet, .compare-products-table-mobile-header-noise {
        height: 42px; 
    }
    .product_compare_image_ribbon {
        margin-top: 6px;
    }
    .product-compare-params-list {
        margin-bottom: 16px;
    }
    .compare_product_params{
        margin-top: -13px;
    }

    .compare_product_list__item{
        margin-right: -17px;
    }

    .add-to-compare-desktop {
        right: 82px;
    }

    .product_compare_image{
        margin-top: 28px;
    }

    .compare_product_list .order-btn{
        font-size: 9px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .add-to-compare-desktop{
        border: 2px solid #cccccc;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 27px;
        font-size: 22px;
        border-radius: 50px;
        /* right: 20px; */
        position: absolute;
        right: 107px;
    }
    .product_compare_image_ribbon{
        margin-top: -15px;
    }

    .compare_product_params{
        margin-top: -5px;
    }

    .compare-products-table-desktop-header-noise {
        height: 40px;
    }

    .product_list_li_name{
        margin-top: -1px;
    }

    .compare-products-table-desktop-header-li {
        height: 39px;
    }

    .compare_box{
        width: 100%;
    }

    .product_compare_image{
        margin-top: 7px;
    }
}

@media only screen and (min-width: 1605px){

    .add-to-compare-desktop{
        border: 2px solid #cccccc;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 27px;
        font-size: 22px;
        border-radius: 50px;
        /* right: 20px; */
        position: absolute;
        right: 107px;
    }
   
    .product_compare_image_ribbon{
        margin-top: -15px;
    }

    .compare_product_params{
        margin-top: -5px;
    }

    .compare-products-table-desktop-header-noise {
        height: 40px;
    }

    .product_compare_image{
        margin-top: 7px;
    }
}


.compare-products-table-mobile  .product_list__item{
    padding-top:4px
}

.empty-compare-row-card{
    border: 1px solid #cccccc;
    height: 644px;
    margin-left: 30px;
}

.empty-compare-row-card-js{
    border: 1px solid #cccccc;
    height: 644px;
    margin-left: 40px;
}

.add-to-compare-desktop-link{
    margin-top: 100px;
    text-align: center;
}

.add-to-compare-desktop-link a{
    color:#505862
}

.add-to-compare-mobile{
    border: 2px solid #cccccc;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 27px;
    font-size: 22px;
    border-radius: 50px;
    /* right: 20px; */
    position: absolute;
    right: 30px;
}

.add-to-compare-mobile-link{
    margin-top: 100px;
    text-align: center;
}

.add-to-compare-mobile-link a{
    color:#505862
}

.empty-mobile-row{
    padding: 4px;
}

@media screen and (min-width: 312px) and (max-width: 1544px){
   
    .popular-row .popular-order-btn .fa-2x {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 319px) and (max-width: 447px){
.product_list__item.tire .product_list_image .popular-product-img-list__wrapper img {
    transform: scale(2.3);
    }

    .compare_list_item .brand-logo{
        height:60px;
    }
}
  
.add-to-compare-desktop .fa-plus{
    cursor:pointer;
    color: #000;
}

.add-to-compare-mobile .fa-plus{
    cursor:pointer;
    color: #000;
}

.compare_remove_product_list_btn {
    color: white;
    padding: 0px;
    height: 20px;
    width: 20px;
    padding-bottom: 23px;
    background-color: #000;
    font-weight: 100;
    border-radius: 4px;
    font-size: 11px;
    position: absolute;
    right: 0px;
}


@media screen and (min-width: 997px) and (max-width: 1200px){
    
    .product_list__item__price p{

        font-size: 20px;
    }

    .product_list__item__price{
        margin-bottom: 25px
    }
}

.out_of_stock_desc{
    padding: 20px;
    background-color: #f2f2f2;
    font-size: 20px;
    font-weight: 700;
}

.out_of_stock_title i{
    margin-right: 10px;
    color: red;
    font-size: 24px;
}

.out_of_stock_desc_list{
    padding: 27px;
    background-color: #f2f2f2;
    font-size: 17px;
    font-weight: 700;
}

.out_of_stock_details{
    margin-bottom: 100px;
}

@media screen and (min-width: 335px) and (max-width: 447px){
    .out_of_stock_desc_list{
        padding: 20px;
        background-color: #f2f2f2;
        font-size: 12px;
        font-weight: 700;
    }

    .out_of_stock_title i{
        margin-right: 10px;
        color: red;
        font-size: 15px;
    }
}

@media screen and (min-width: 447px) and (max-width: 987px){
    .out_of_stock_desc_list{
        padding: 27px;
        background-color: #f2f2f2;
        font-size: 14px;
        font-weight: 700;
    }

    .out_of_stock_title i{
        margin-right: 10px;
        color: red;
        font-size: 24px;
    }
}

@media screen and (min-width: 977px) and (max-width: 1200px){
    .out_of_stock_desc_list{
        padding: 10px;
        background-color: #f2f2f2;
        font-size: 12px;
        font-weight: 700;
    }

    .out_of_stock_title i{
        margin-right: 10px;
        color: red;
        font-size: 15px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .out_of_stock_desc_list{
        padding: 27px;
        background-color: #f2f2f2;
        font-size: 17px;
        font-weight: 700;
    }

    .out_of_stock_title i{
        margin-right: 10px;
        color: red;
        font-size: 24px;
    }
}

.highlited-link-0{
    top: 0;
}

.highlighted-badge{
    
}

.child-badge{
    margin-top: -16px;
}

.person_type_card{
    padding: 10px;
    border: 2px solid #c1c2c3;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .person_type_card_private {
        float: none;
        margin-bottom: 20px;
    }
}
.shoproku-sticky-widget{position:absolute;top:330px;left:-41px;z-index:99999}.shoproku-sticky-widget:hover{-webkit-transition:left 0.3s;transition:left 0.3s;left:0;}

