/* Custom mixins */
/* Custom content styles */
@media only screen and (min-width: 1400px) {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xs-13,
  .col-sm-13,
  .col-md-13,
  .col-lg-13,
  .col-xs-14,
  .col-sm-14,
  .col-md-14,
  .col-lg-14,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-16,
  .col-sm-16,
  .col-md-16,
  .col-lg-16,
  .col-xs-17,
  .col-sm-17,
  .col-md-17,
  .col-lg-17,
  .col-xs-18,
  .col-sm-18,
  .col-md-18,
  .col-lg-18,
  .col-xs-19,
  .col-sm-19,
  .col-md-19,
  .col-lg-19,
  .col-xs-20,
  .col-sm-20,
  .col-md-20,
  .col-lg-20,
  .col-xs-21,
  .col-sm-21,
  .col-md-21,
  .col-lg-21,
  .col-xs-22,
  .col-sm-22,
  .col-md-22,
  .col-lg-22,
  .col-xs-23,
  .col-sm-23,
  .col-md-23,
  .col-lg-23,
  .col-xs-24,
  .col-sm-24,
  .col-md-24,
  .col-lg-24 {
    padding-left: 30px / 2;
    padding-right: 30px / 2;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-jc-sp {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-gap-5 {
  gap: 5px;
}
html {
  overflow-y: initial;
  scroll-behavior: smooth;
  height: 100%;
}
html,
body {
  width: 100%;
}
body {
  overflow-x: hidden;
  transition: padding-top 300ms ease-out !important;
}
ul,
dl,
p {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0 0 0 15px;
}
ul {
  list-style: none;
}
a:focus {
  color: inherit;
}
*,
*:focus {
  outline: none;
}
html,
.contains_onpage_menu {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}
.contains_onpage_menu {
  overflow: visible;
}
.contains_onpage_menu.sl-scroll-lock .cms-module-onpagemenu {
  z-index: 5;
}
.cms-module-onpagemenu {
  width: 100%;
  margin: 0;
}
.cms-module-onpagemenu a {
  text-decoration: none;
  padding: 9px 12px 10px;
  font-size: 1.5rem;
}
.cms-module-onpagemenu .container-fluid:before,
.cms-module-onpagemenu .container-fluid:after {
  display: none;
}
.cms-module-onpagemenu .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}
.cms-module-onpagemenu .container-fluid .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cms-module-onpagemenu .container-fluid .head .logo {
  display: flex;
  align-items: center;
  padding: 10px 12px 11px;
}
.cms-module-onpagemenu .container-fluid .head .logo img {
  min-width: 21px;
}
.cms-module-onpagemenu .container-fluid .head .logo .text {
  padding-left: 15px;
}
.cms-module-onpagemenu .container-fluid .head .toggle {
  position: relative;
  width: 80px;
}
.cms-module-onpagemenu .container-fluid .head .toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: url('../img/bgi/svg/arrow-white-right.svg') 0 0 no-repeat;
  background-size: auto;
  background-size: 16px 21px;
  width: 16px;
  height: 21px;
  margin: -10.5px 0 0;
  transform: rotate(90deg);
}
.cms-module-onpagemenu .container-fluid .nav {
  display: flex;
  flex-direction: column;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.cms-module-onpagemenu .container-fluid .nav nav {
  display: flex;
  flex-direction: column;
}
.cms-module-onpagemenu .container-fluid .nav .cta {
  display: flex;
  flex-direction: column;
}
.cms-module-onpagemenu .container-fluid.opened .head .toggle:after {
  transform: rotate(-90deg);
}
.cms-module-onpagemenu .container-fluid.opened .nav {
  max-height: 500px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .cms-module-onpagemenu a {
    white-space: normal;
    flex: 1;
    text-align: center;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-module-onpagemenu .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .cms-module-onpagemenu .container-fluid .toggle {
    display: none;
  }
  .cms-module-onpagemenu .container-fluid .nav {
    flex-direction: row;
  }
  .cms-module-onpagemenu .container-fluid .nav nav,
  .cms-module-onpagemenu .container-fluid .nav .cta {
    flex-direction: row;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-module-onpagemenu a {
    white-space: nowrap;
  }
}
.cms-module-onpagemenu .theme-gray .head .logo img,
.cms-module-onpagemenu .theme-dark .head .logo img {
  filter: invert(100%);
}
.provides_anchor {
  visibility: hidden;
}
#content_part {
  position: relative;
}
.mce-content-body {
  margin: 1rem;
}
.user-rate-content {
  font-size: 12px;
  margin-left: auto;
}
.user-rate-content .rate-content-body {
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .user-rate-content .rate-content-body {
    gap: 5px;
  }
}
.user-rate-content .rate-content-body.visible {
  visibility: visible;
  opacity: 1;
}
.user-rate-content .rate-content-body sl-icon-button:not(:defined) {
  width: 30px;
}
.user-rate-content .rate-content-body.success {
  color: #01ADEF;
}
.user-rate-content.bottom {
  font-size: 16px;
  text-align: center;
  padding: 5px 0 30px;
}
.user-rate-content.bottom .rate-content-body {
  display: block;
}
.container-fluid {
  max-width: 1605px;
}
.cms-module-root .gab_small {
  clear: both;
  display: block;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .cms-module-root .gab_small {
    height: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-module-root .gab_small {
    height: 20px;
  }
}
.cms-module-root .gab_big {
  clear: both;
  display: block;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .cms-module-root .gab_big {
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-module-root .gab_big {
    height: 80px;
  }
}
.cms-module-root td {
  padding: 15px 0;
}
.cms-module-root tr {
  border-bottom: 1px solid #1A1A20;
}
.cms-module-root tr:has(.accent-blue) {
  border-color: #01ADEF !important;
}
.cms-module-root .theme-gray tr,
.cms-module-root .theme-dark tr {
  border-bottom: 1px solid #FFFFFF;
}
#main {
  position: relative;
  left: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: left 0.5s ease-in-out, margin-left 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #main {
    transition: none;
  }
}
#main.sliding {
  left: 100%;
  margin-left: -62px;
}
.spacing_bottom {
  margin-bottom: 15px;
}
.no-caridentifier .sidebar_filter {
  padding: 0;
  margin: 0;
}
.my_car {
  background: rgba(241, 241, 241, 0.45);
  border: 1px solid #C6C6C8;
  margin: 4px 0 9px;
  border-radius: 5px;
}
.my_car + .sidebar_filter {
  padding: 25px 0 0;
  margin: 0;
}
.my_car .my_car_headline {
  background: #1A1A20;
  margin: -1px;
  color: #FFFFFF;
  padding: 6px 35px 8px 9px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_headline {
    border-radius: 4px;
    position: relative;
    padding: 8px 12px 6px;
  }
  .my_car .my_car_headline:after {
    display: none;
  }
  .my_car .my_car_headline:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-width: 6px 7px;
    border-top-color: #1A1A20;
    border-bottom: none;
    position: absolute;
    top: 100%;
    left: 26px;
  }
}
.my_car .my_car_headline:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background: url('../img/bgi/svg/arrow-white-right.svg') 0 0 no-repeat;
  width: 16px;
  height: 21px;
  background-size: 15px;
  margin: -10.5px 0 0;
  transform: rotate(90deg);
}
.my_car .my_car_headline strong {
  display: block;
  margin: 0 0 3px;
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_headline strong {
    margin: 0;
  }
}
.my_car .my_car_headline p {
  line-height: 13.5pt;
}
.my_car .my_car_form {
  overflow: hidden;
  transition: max-height 0.6s ease;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .my_car .my_car_form {
    max-height: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_form {
    height: auto !important;
    transition: none;
  }
}
.my_car .my_car_form form {
  padding: 19px 19px 20px;
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_form form {
    padding-bottom: 31px;
  }
}
.my_car .my_car_form form h3 {
  margin: 0 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_form form h3 {
    margin: 0 0 7px;
  }
}
.my_car .my_car_form form .input_holder {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .my_car .my_car_form form .input_holder.selected .custom-select-s:after {
    background: #F7F7F7 url('/img/icon/webicons/checkmark.svg') 6px center no-repeat;
    background-size: 13px 12px;
    right: 0;
    transform: rotate(0deg);
  }
}
.my_car .my_car_form form .car_holder {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.my_car .my_car_form form .car_holder strong {
  display: block;
  text-transform: uppercase;
  margin: 2px 0 5px;
  font-size: 1.5rem;
}
.my_car .my_car_form form .car_holder .car_search_slider_wrapper {
  background: #FFFFFF;
  padding: 20px 20px 13px;
}
.my_car .my_car_form form .car_holder .car_search_slider_wrapper li span {
  padding: 9px 0 0;
}
.my_car .my_car_form form .car_holder .car_search_slider_wrapper .tns-controls button {
  top: 51px;
}
.my_car .my_car_form form .car_holder .car_search_slider_wrapper .tns-controls button[data-controls="prev"] {
  left: 10px;
}
.my_car .my_car_form form .car_holder .car_search_slider_wrapper .tns-controls button[data-controls="next"] {
  right: 11px;
}
.my_car .my_car_form form .submit_holder {
  padding: 4px 0 0;
}
.my_car .my_car_form form .submit_holder .button {
  font-size: 1.6rem;
  padding: 0;
  background: #1A1A20;
}
.my_car .my_car_form form .submit_holder .button[disabled] {
  background: #dddddd;
}
.my_car .my_car_form form .submit_holder .button img {
  margin: 0 12px 0 0;
  width: 28px;
  height: 30px;
}
.my_car .my_car_form form .my_car_total {
  padding: 1px 0 5px;
  display: none;
}
.my_car .my_car_form form .my_car_total p {
  text-align: center;
  font-size: 1.5rem;
}
.my_car .my_car_form form .reset_holder {
  text-align: right;
  padding: 5px 0 0;
}
.my_car .my_car_form form .reset_holder button {
  background: none;
  border: none;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: underline;
  width: auto;
  padding: 0;
}
.my_car .my_car_form form .reset_holder button:hover {
  text-decoration: none;
}
.my_car .my_car_form form .reset_holder button[disabled] {
  color: #dddddd;
}
.my_car.active .my_car_headline {
  border-radius: 4px;
  position: relative;
  padding: 6px 35px 8px 9px;
}
.my_car.active .my_car_headline:after {
  transform: rotate(-90deg);
}
.my_car.active .my_car_headline:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-width: 6px 7px;
  border-top-color: #1A1A20;
  border-bottom: none;
  position: absolute;
  top: 100%;
  left: 31px;
}
.my_car.active .my_car_form {
  height: auto;
  max-height: 700px;
}
.my_car.finished {
  background: #FFFFFF;
}
.my_car.finished .my_car_headline {
  display: none;
}
.my_car.finished .my_car_form form {
  padding: 15px 19px 22px;
}
@media only screen and (min-width: 1024px) {
  .my_car.finished .my_car_form form {
    padding: 12px 0;
  }
  .my_car.finished .my_car_form form h3 {
    padding: 0 17px;
  }
  .my_car.finished .my_car_form form .my_car_total {
    padding: 1px 17px 5px;
  }
  .my_car.finished .my_car_form form .reset_holder {
    padding: 5px 17px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .my_car.finished .my_car_form form h3 {
    margin-bottom: 0;
  }
  .my_car.finished .my_car_form form h3 span {
    display: none;
  }
  .my_car.finished .my_car_form form .reset_holder {
    text-align: center;
    padding: 0;
  }
}
.my_car.finished .my_car_form .input_holder,
.my_car.finished .my_car_form .car_holder,
.my_car.finished .my_car_form .submit_holder {
  display: none;
}
.my_car.finished .my_car_form .my_car_total {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .my_car.finished .my_car_form .my_car_total {
    display: inline-flex;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .my_car.finished .my_car_form .car_form_title {
    width: 50px;
    display: inline-block;
  }
}
.details_infobox {
  position: relative;
  padding: 16px 0 15px;
  background: #F7F7F7;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .details_infobox {
    padding: 16px 40px 10px 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .details_infobox {
    padding: 16px 48px 17px 18px;
    margin: 0 0 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .details_infobox .col-md-4 {
    padding-left: 37px;
  }
}
.details_infobox:after {
  content: '';
  display: block;
  clear: both;
}
.details_infobox .close {
  position: absolute;
  right: 11px;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url('/img/icon/webicons/close.svg') 0 0 no-repeat;
  background-size: cover;
  opacity: 0.2;
  cursor: pointer;
}
.details_infobox p {
  background: url('/img/icon/webicons/checkmark.svg') 0 12px no-repeat;
  padding: 13px 0 13px 42px;
  background-size: 24px 19px;
  font-size: 1.6rem;
  line-height: 20px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .details_infobox p {
    margin: 0;
  }
}
.details_infobox .button {
  max-width: 300px;
}
.stock .stock_status {
  display: block;
  padding: 0 0 0 31px;
}
.stock .stock_status.stock_available {
  color: #01ADEF;
  background: url('../img/bgi/bg-delivery.png') 0 center no-repeat;
}
.stock .stock_status.stock_not_available {
  color: #FE555A;
  background: url('../img/bgi/bg-delivery-no.png') 0 center no-repeat;
}
.stock .stock_note {
  font-size: 1.5rem;
}
.rating_box li:before,
.reviews_list li:before,
.form_wrapper li:before,
.product_ratings_list li:before,
.warenkorb li:before,
.checkout_steps li:before,
.warenkorb_list_top li:before,
.portal_details_thumbs li:before,
.portal_details_general li:before,
.portal_details_data li:before,
.account_nav li:before,
.terms_more_icons li:before,
.order_details_list_top li:before,
.order_details_list li:before {
  display: none;
}
.download_link {
  display: inline-block;
  padding: 0 0 0 45px;
  line-height: 34px;
  background: url('../img/bgi/icon-pdf.png') 0 center no-repeat;
  font-size: 1.5rem;
}
.rating_box {
  margin: 0 0 28px;
}
.rating_box .star_rating {
  max-width: 320px;
}
.rating_box .star_rating strong {
  float: right;
  font-size: 1.5rem;
}
.rating_box ul {
  padding: 10px 0 0;
  max-width: 320px;
}
.rating_box li {
  margin: 0 0 6px;
  line-height: 15px;
  font-size: 1.5rem;
}
.rating_box li span {
  float: left;
  width: 61px;
}
.rating_box li span + span {
  float: right;
  width: 22px;
}
.rating_box li div {
  margin: 0 33px 0 61px;
  background: #dddddd;
  height: 15px;
}
.rating_box li div span {
  float: none;
  display: block;
  width: auto;
  height: 15px;
  background: #1A1A20;
}
.rating_box li:first-child div span {
  background: #f6a623;
}
.product_slider_wrapper1 {
  padding: 7px 0 35px;
  margin: 0 0 16px;
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .product_slider_wrapper1 .tns-inner {
    height: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .product_slider_wrapper1 .tns-inner {
    height: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product_slider_wrapper1 {
    padding: 20px 0 35px;
  }
}
.product_slider_wrapper1 .product_gallery_item {
  max-width: 295px;
  padding: 0 0 10px;
  border-bottom: 1px solid #1A1A20;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.product_slider_wrapper1 .product_gallery_item a {
  text-decoration: none;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.product_slider_wrapper1 .product_gallery_item .product_text {
  container-type: inline-size;
  width: 100%;
}
.product_slider_wrapper1 .product_gallery_item .product_text .manufacturer-rating {
  display: flex;
  margin: 0 0 10px;
  flex-flow: column;
  align-items: center;
}
.product_slider_wrapper1 .product_gallery_item .product_text .manufacturer-rating img {
  max-height: 23px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .product_slider_wrapper1 .product_gallery_item .product_text .manufacturer-rating img {
    max-height: 19px;
  }
}
@container (min-width: 215px) {
  .product_slider_wrapper1 .product_gallery_item .manufacturer-rating {
    flex-flow: row !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }
}
.product_slider_wrapper1 .product_gallery_item .price.redesign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
  text-align: right;
}
.product_slider_wrapper1 .product_gallery_item .price.redesign strong {
  font-size: 2.2rem;
}
.product_slider_wrapper1 .product_gallery_item .price.redesign .price_base,
.product_slider_wrapper1 .product_gallery_item .price.redesign .price_old,
.product_slider_wrapper1 .product_gallery_item .price.redesign .price_note {
  font-size: 1.3rem;
  color: #5A5A60;
}
.product_slider_wrapper1 .product_gallery_item .clearfix p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
}
.product_slider_wrapper1 .product_gallery_item figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.product_slider_wrapper1 .product_gallery_item figure {
  position: relative;
  margin: 0 0 11px;
}
.product_slider_wrapper1 .product_gallery_item figure .sticker {
  position: absolute;
  left: 0;
  top: 10px;
}
.product_slider_wrapper1 .product_gallery_item figure .sticker span {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product_slider_wrapper1 .product_gallery_item figure .sticker span.sticker_top,
.product_slider_wrapper1 .product_gallery_item figure .sticker span.sticker_new {
  color: #FFFFFF;
  background: #018FC5;
}
.product_slider_wrapper1 .product_gallery_item figure .sticker span.sticker_sale {
  color: #FFFFFF;
  background: #CE1B20;
}
.product_slider_wrapper1 .product_gallery_item .star_rating span {
  height: 15px;
  background-size: 23px auto;
}
.product_slider_wrapper1 .product_gallery_item .star_rating span.star_rating_main {
  width: 115px;
  top: 3px;
}
.product_slider_wrapper1 .product_gallery_item .star_rating span.star_rating_main span:first-child {
  background-position: 0 -16px;
  background-size: 23px auto;
}
.product_slider_wrapper1 .product_gallery_item .star_rating span.star_rating_main span:last-child {
  background-position: 0 -32px;
  background-size: 23px auto;
}
.product_slider_wrapper1 .product_gallery_item .star_rating strong {
  font-size: 1.3rem;
  color: #5A5A60;
}
.product_slider_wrapper1 .tns-controls button {
  background: url('../img/bgi/svg/arrow_slider_grey.svg') 0 0 no-repeat;
  background-size: cover;
  width: 15px;
  height: 21px;
  border: none;
  position: absolute;
  top: 104px;
  padding: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .product_slider_wrapper1 .tns-controls button {
    width: 29px;
    height: 41px;
    top: 94px;
  }
}
.product_slider_wrapper1 .tns-controls button[data-controls=prev] {
  left: 0;
  transform: rotate(180deg);
}
.product_slider_wrapper1 .tns-controls button[data-controls=next] {
  right: 0;
}
.details_description + .container-fluid + .product_slider_wrapper {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .details_description + .container-fluid + .product_slider_wrapper {
    padding: 45px 0 35px;
  }
}
.set_rating {
  display: block !important;
  font-size: 20px;
  color: #f6a623;
  white-space: nowrap;
}
.set_rating .star {
  display: inline-block;
  position: relative;
}
.set_rating .star:before {
  content: '☆';
  display: inline-block;
  position: relative;
  color: #dddddd;
}
.set_rating .star:after {
  display: inline-block;
  position: absolute;
  content: '★';
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.1s linear;
  overflow: hidden;
}
.set_rating:not([disabled]) .star:hover:after,
.set_rating .star.active:after {
  opacity: 1;
}
.set_rating .star.active.half:after {
  width: 0.5em;
}
.ratings_wrapper {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper {
    padding-top: 20px;
  }
}
.ratings_wrapper .rating_box {
  margin: 0 0 38px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .rating_box {
    margin: 0 0 35px;
  }
}
.ratings_wrapper .reviews_list li {
  margin: 0 0 40px;
}
.ratings_wrapper .reviews_list li:after {
  content: '';
  display: block;
  clear: both;
}
.ratings_wrapper .reviews_list li .star_rating {
  margin: 0 0 4px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_list li .star_rating {
    float: left;
    margin: 0 10px 2px 0;
  }
}
.ratings_wrapper .reviews_list li strong {
  display: block;
  margin: 0 0 3px;
  font-size: 1.6rem;
}
.ratings_wrapper .reviews_list li p {
  margin: 0 0 3px;
  clear: left;
}
.ratings_wrapper .reviews_list li p.author {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  gap: 5px;
  margin: 0;
}
.ratings_wrapper .reviews_list li p.helpful {
  color: var(--km-color-black-70);
  font-size: 1.4rem;
  margin: 0;
}
.ratings_wrapper .reviews_list .verified-link {
  display: flex;
  flex-flow: row nowrap;
  gap: 3px;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #0081A2;
}
.ratings_wrapper .reviews_options .link {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .ratings_wrapper .reviews_options .link {
    display: inline-block;
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper {
    text-align: center;
  }
}
.ratings_wrapper .reviews_form_wrapper .set_rating_wrapper strong {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper strong {
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 0 0;
    letter-spacing: -0.3px;
  }
}
.ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating {
  font-size: 66px;
  line-height: 56px;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 374px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating {
    font-size: 50px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating {
    display: inline-block !important;
    margin: 0 0 32px;
  }
}
.ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating .star {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating .star {
    margin: 0 0 0 24px;
  }
}
.ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating > .star {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .set_rating_wrapper .set_rating > .star {
    margin: 0;
  }
}
.ratings_wrapper .reviews_form_wrapper form {
  max-width: 896px;
  margin: auto;
}
.ratings_wrapper .reviews_form_wrapper form textarea {
  height: 84px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper form p {
    padding: 2px 130px 0;
  }
}
.ratings_wrapper .reviews_form_wrapper form p.note {
  text-align: left;
  word-break: break-all;
  margin: 0 0 22px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper form p.note {
    padding: 0;
  }
}
.ratings_wrapper .reviews_form_wrapper .button.small {
  text-align: center;
  margin: 15px 0 30px;
}
@media only screen and (min-width: 768px) {
  .ratings_wrapper .reviews_form_wrapper .button.small {
    max-width: 257px;
    margin: 15px auto 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .button.small {
    margin: 13px auto 31px;
  }
}
.ratings_wrapper .reviews_form_wrapper .button.small.active {
  display: none;
}
.ratings_wrapper .reviews_form_wrapper a.redesign {
  display: block;
  max-width: fit-content;
  margin: 15px 0 30px;
}
@media only screen and (min-width: 768px) {
  .ratings_wrapper .reviews_form_wrapper a.redesign {
    margin: 15px auto 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper a.redesign {
    margin: 13px auto 31px;
  }
}
.ratings_wrapper .reviews_form_wrapper a.redesign.active {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper .submit_holder {
    padding: 3px 0 0 22px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop {
  height: 0;
  overflow: hidden;
}
.ratings_wrapper .reviews_form_wrapper #rate_shop .inside {
  padding: 24px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop .inside {
    padding: 26px 0 51px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul {
  margin: 0 0 11px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul {
    margin: 0 0 14px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li {
  border-bottom: 1px solid #C6C6C8;
  padding: 10px 0 9px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li {
    padding: 5px 0;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li:after {
  content: '';
  display: block;
  clear: both;
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li:last-child {
  border: none;
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li .title {
  float: left;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li .title {
    width: 422px;
    text-align: left;
    line-height: 46px;
    padding: 0;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li strong {
  float: right;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li strong {
    width: 94px;
    float: left;
    line-height: 46px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating {
  float: left;
  clear: right;
  font-size: 40px;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating {
    width: 260px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating .star {
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating .star {
    margin: 0 0 0 15px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating > .star {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li .set_rating > .star {
    margin: 0;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop ul li a {
  float: right;
  padding: 11px 0 0;
}
@media only screen and (min-width: 1024px) {
  .ratings_wrapper .reviews_form_wrapper #rate_shop ul li a {
    padding: 0 7px 0 0;
    text-align: right;
    line-height: 44px;
  }
}
.ratings_wrapper .reviews_form_wrapper #rate_shop .input_holder {
  margin: 0;
}
.ratings_wrapper:has(form) {
  padding-bottom: 35px;
}
.ratings_wrapper:has(form) .submit_holder {
  margin-top: 20px;
}
.content_area {
  margin: -9px 0 19px;
}
.content_area img {
  display: block;
  max-width: 100%;
  height: auto;
}
.return_form {
  background: #F7F7F7;
  padding: 30px 20px;
  margin: 0 0 32px;
}
@media only screen and (min-width: 1024px) {
  .return_form {
    padding: 44px 20px 102px;
  }
}
@media only screen and (min-width: 1280px) {
  .return_form {
    padding: 44px 0px 102px;
  }
}
.return_form form {
  max-width: 1152px;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  .return_form form {
    padding: 0 20px 0 0;
  }
}
.return_form form .input_holder {
  margin: 0 0 20px;
}
.return_form form .submit_holder {
  border-top: 1px solid #616B75;
  padding: 17px 0 0;
  margin: 13px 0 0;
}
.return_form form .submit_holder strong {
  display: block;
  font-size: 16.5pt;
}
@media only screen and (min-width: 768px) {
  .return_form form .submit_holder strong {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .return_form form .submit_holder strong {
    font-size: 16.5pt;
    letter-spacing: -0.3px;
  }
}
.return_form form .submit_holder .button {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .return_form form .submit_holder .button {
    float: right;
    width: 256px;
    margin: 0;
  }
}
.return_form form .date_wrapper {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 19px 0 23px;
  margin: 0 0 17px;
}
@media only screen and (min-width: 1024px) {
  .return_form form .col-md-2 {
    width: 12%;
  }
  .return_form form .col-md-2 + .col-sm-14 {
    padding-left: 4px;
    width: 55%;
  }
  .return_form form .date_wrapper .input_holder {
    margin: 0 101px 0 0;
  }
}
.product_ratings_wrapper {
  border-bottom: 1px solid #C6C6C8;
  padding: 52px 0 60px;
  margin: 0 0 79px;
}
.product_ratings_wrapper .rate_shop_wrapper {
  border-bottom: 1px solid #C6C6C8;
  padding: 35px 0 25px;
  margin: 0 0 40px;
}
.product_ratings_wrapper .reviews_form_wrapper form {
  max-width: 1152px;
}
@media only screen and (min-width: 1280px) {
  .product_ratings_wrapper .reviews_form_wrapper form p {
    padding: 2px 260px 0;
  }
  .product_ratings_wrapper .reviews_form_wrapper form p.note,
  .product_ratings_wrapper .reviews_form_wrapper form p.title {
    padding: 0;
  }
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li {
  border-bottom: 1px solid #C6C6C8;
  padding: 25px 0 3px;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li:after {
  content: '';
  display: block;
  clear: both;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li figure {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li figure {
    float: left;
  }
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li figure img {
  display: inline-block;
  width: 239px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .product_ratings_main {
    margin: 0 0 0 256px;
  }
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .title {
  font-size: 15pt;
  line-height: 18px;
  color: #616B75;
  text-align: left;
  margin: 0 0 3px;
  padding: 0;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .art {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .set_rating_wrapper {
  text-align: left;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .set_rating_wrapper strong {
  font-size: 1.6rem;
}
.product_ratings_wrapper .reviews_form_wrapper form .product_ratings_list li .set_rating_wrapper .set_rating {
  margin: 0 0 21px;
}
@media only screen and (min-width: 1280px) {
  .product_ratings_wrapper .reviews_form_wrapper form .col-md-10.col-md-push-2 {
    padding: 0 10px 0 44px;
  }
  .product_ratings_wrapper .reviews_form_wrapper form .col-md-10.col-md-push-2:last-child {
    padding: 0 45px 0 10px;
  }
  .product_ratings_wrapper .reviews_form_wrapper form .col-md-14.col-md-push-2 {
    padding: 0 30px 0 44px;
  }
  .product_ratings_wrapper .reviews_form_wrapper form .col-md-6.col-md-push-2 {
    padding: 0 46px 0 0;
  }
  .product_ratings_wrapper .reviews_form_wrapper form .col-md-6.col-md-push-2 .submit_holder {
    padding: 3px 0 0;
    margin: 0 0 0 -6px;
  }
}
.back_link:not(.disable-legacy-layout) {
  display: block;
  line-height: 20px;
  font-size: 1.5rem;
  color: #1A1A20;
  text-decoration: none;
}
.back_link:not(.disable-legacy-layout):before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url('../img/icon/webicons/chevron_left.svg') 0 0 no-repeat;
  background-size: cover;
  width: 15px;
  height: 20px;
  margin: 0 5px 0 0;
}
.back_link:not(.disable-legacy-layout):hover {
  text-decoration: none;
}
.warenkorb_header {
  padding: 26px 0 23px;
}
@media only screen and (min-width: 768px) {
  .warenkorb_header {
    padding: 26px 0 39px;
  }
}
.warenkorb_header .link {
  float: right;
}
.warenkorb_header .basket_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warenkorb {
  background: #F7F7F7;
  padding: 0 10px 90px;
  margin: 0 0 32px;
}
@media only screen and (min-width: 1024px) {
  .warenkorb {
    padding: 0 18px 90px;
  }
}
.warenkorb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.warenkorb .warenkorb_list li {
  border-bottom: 1px solid #C6C6C8;
  padding: 36px 0 31px;
  position: relative;
}
.warenkorb .warenkorb_list li:last-child {
  border: none;
}
.warenkorb .warenkorb_list li .wk_remove {
  position: absolute;
  top: 9px;
  right: 2px;
  background: url('/img/icon/webicons/close.svg') center no-repeat;
  background-size: 14px 15px;
  width: 14px;
  height: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .warenkorb .warenkorb_list li .title {
    font-size: 16.5pt;
  }
}
.warenkorb .warenkorb_list li .title a {
  text-decoration: none;
}
.warenkorb .warenkorb_list li .product_label {
  display: block;
  margin: 22px 0 30px -3px;
}
.warenkorb .warenkorb_list li .product_label img {
  height: 31px;
  width: auto;
}
.warenkorb .warenkorb_list li .wk_stock {
  display: block;
  padding: 0 0 0 17px;
  font-size: 1.5rem;
  background: url('/img/icon/webicons/checkmark.svg') 0 center no-repeat;
  background-size: 13px 12px;
  margin: 0 0 10px;
}
.warenkorb .warenkorb_list li .number sl-select {
  width: 80px;
  float: left;
}
.warenkorb .warenkorb_list li .price {
  text-align: right;
  min-height: 0;
}
@media only screen and (min-width: 1024px) {
  .warenkorb .warenkorb_list li .price {
    padding: 1px 10px 0 0;
  }
}
.warenkorb .warenkorb_list li .price strong {
  font-size: 16.5pt;
}
.warenkorb .warenkorb_list li .price strong em {
  font-size: 16.5pt;
}
.warenkorb .warenkorb_list li .price .price_old {
  display: block;
  float: none;
  font-size: 1.5rem;
  padding: 3px 0 0;
}
.warenkorb .warenkorb_list li .price .price_base {
  display: block;
  float: none;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .warenkorb .warenkorb_list li .col-md-4 {
    width: 13.2%;
  }
  .warenkorb .warenkorb_list li .col-md-20 {
    width: 86.8%;
    padding-left: 50px;
  }
}
.warenkorb .wk_gutschein_form {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.warenkorb .wk_gutschein_form sl-input {
  flex: 1;
}
.warenkorb .wk_info {
  border-bottom: 1px solid #C6C6C8;
  border-top: 1px solid #C6C6C8;
  padding: 13px 0 26px;
  margin: 0 0 12px;
}
.warenkorb .wk_info:after {
  content: '';
  display: block;
  clear: both;
}
.warenkorb .wk_info .delivery {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .warenkorb .wk_info .delivery {
    float: left;
    width: 215px;
    margin: 0 21px 0 0;
  }
}
.warenkorb .wk_info .delivery:after {
  content: '';
  display: block;
  clear: both;
}
.warenkorb .wk_info .delivery span {
  display: block;
  margin: 0 0 7px;
}
.warenkorb .wk_info .delivery .flag {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 13px 0 0;
}
.warenkorb .wk_info .delivery .flag img {
  vertical-align: middle;
  display: inline;
}
.warenkorb .wk_info .delivery .input_holder {
  float: left;
  width: 205px;
}
@media only screen and (min-width: 768px) {
  .warenkorb .wk_info .delivery .input_holder {
    width: 262px;
  }
}
@media only screen and (min-width: 1024px) {
  .warenkorb .wk_info .delivery .input_holder {
    float: none;
    margin: 0 0 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .warenkorb .wk_info .stock {
    float: left;
  }
}
.warenkorb .wk_info .stock .stock_status {
  color: #1A1A20;
  margin: 0 0 16px;
}
.warenkorb .wk_info .stock .stock_note {
  font-size: 1.3rem;
}
.warenkorb .note {
  margin: 0 0 -1px;
}
.warenkorb .note + .back_link {
  margin: 32px 0;
}
.warenkorb .wk_total {
  background: #FFFFFF;
  border: 1px solid #C6C6C8;
  padding: 14px 15px 32px 20px;
  margin: 0 0 8px 0;
}
.warenkorb .wk_total p strong {
  float: right;
}
.warenkorb .wk_total p.delivery_cost {
  font-size: 1.6rem;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 17px;
}
.warenkorb .wk_total p.summary_cost {
  margin: 18px 0 20px;
  font-size: 16.5pt;
}
.warenkorb .wk_total p.summary_cost strong {
  font-size: 17pt;
}
.warenkorb .wk_total p.tax_cost {
  margin: 0 0 13px;
  font-size: 1.5rem;
}
.warenkorb .wk_total p.tax_cost strong {
  font-size: 1.6rem;
}
.warenkorb .wk_total p.discount_cost {
  font-size: 1.5rem;
  color: #0081A2;
}
.warenkorb .wk_total p.discount_cost strong {
  font-size: 1.6rem;
}
.warenkorb .wk_info_checkout_row {
  margin: 15px 0;
  text-align: right;
}
.warenkorb .button {
  margin: 0 0 16px -4px;
}
@media only screen and (min-width: 1400px) {
  .warenkorb .button + .note {
    padding-left: 23px;
  }
}
.edit {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('/img/icon/webicons/edit.svg') 0 0 no-repeat;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.delete:not(.disable-legacy-layout) {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('/img/icon/webicons/delete.svg') 0 0 no-repeat;
  float: right;
  background-position: 3px;
  margin-top: 7px;
  filter: brightness(0%);
}
.delete.redesign {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete.redesign sl-icon {
  font-size: 3rem;
}
.formular {
  background: #F7F7F7;
  padding: 30px 0;
  margin: 0 10px 30px;
}
.formular.contact-person {
  background-color: white;
}
@media only screen and (min-width: 1400px) {
  .formular {
    margin: 0 15px 29px;
    padding: 32px 0 74px;
  }
  .formular > .col-md-18 {
    padding: 0;
  }
}
.formular:after {
  content: '';
  display: block;
  clear: both;
}
.formular .custom-select-s {
  background: #dddddd;
  height: 38px;
  line-height: 38px;
}
.formular .custom-select-s:after {
  background-color: #dddddd;
}
@media only screen and (min-width: 1400px) {
  .formular form {
    padding: 0 22px 0 0;
  }
}
.formular form .row {
  margin: 0 -10px;
}
.formular form .row > div {
  padding: 0 10px;
}
.formular form .row:last-child {
  padding-top: 3px;
}
.formular form label {
  margin: -7px 0 5px 18px;
  display: block;
}
.formular form input[type="checkbox"] + label {
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .formular form input[type="checkbox"] + label:before {
    top: 5px;
  }
}
.formular form textarea {
  height: 84px;
}
@media only screen and (min-width: 1400px) {
  .formular form .submit_holder {
    padding: 5px 0 0 12px;
  }
}
.formular .checkbox_wrapper {
  margin: 0 0 20px;
  padding: 22px 0 0;
}
.formular .checkbox_wrapper p {
  text-transform: uppercase;
  margin: 0 0 6px;
}
.formular .checkbox_wrapper .input_holder {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 10px;
}
.formular .checkbox_wrapper .input_holder input[type="checkbox"] + label {
  line-height: 30px;
  font-size: 1.6rem;
}
.formular .checkbox_wrapper .input_holder input[type="checkbox"] + label:before {
  top: 0;
}
@media only screen and (min-width: 1400px) {
  .formular .checkbox_wrapper .input_holder input[type="checkbox"] + label:before {
    top: 0;
  }
}
.car_number {
  width: 155px;
  height: 35px;
  background: url('../img/bgi/bg-number.png') 0 0 no-repeat;
  line-height: 30px;
  display: block;
}
.car_number span {
  font-size: 19.5pt;
  top: 1px;
}
.car_number span.field_with_errors input {
  top: 2px;
}
.account_nav {
  background: #1A1A20;
  height: 49px;
}
@media only screen and (min-width: 768px) {
  .account_nav {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .account_nav {
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .account_nav {
    margin-left: -35px;
    margin-right: -35px;
    padding: 0 35px;
  }
}
.account_nav.fixed {
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 1001;
}
@media only screen and (min-width: 768px) {
  .account_nav.fixed {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .account_nav.fixed {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .account_nav.fixed {
    margin-left: 0;
    margin-right: 0;
  }
}
.account_nav.slide--up {
  top: 0;
}
.account_nav.slide--reset {
  transition: top 0.25s ease-in-out 0s;
}
.account_nav ul {
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .account_nav ul {
    justify-content: space-between;
  }
}
.account_nav ul li {
  padding: 11px 0 0;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li {
    padding: 5px 0 8px;
    height: auto;
  }
}
.account_nav ul li a {
  display: flex;
  position: relative;
  line-height: 36px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li a span {
    display: inline;
    margin-left: 10px;
  }
}
.account_nav ul li a img {
  vertical-align: middle;
}
.account_nav ul li a .icon_holder strong {
  position: absolute;
  right: -8px;
  top: -2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #01ADEF;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li a .icon_holder strong {
    right: auto;
    left: 17px;
  }
}
.account_nav ul li a span strong {
  position: absolute;
  right: -8px;
  top: -2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #01ADEF;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li a span strong {
    right: -10px;
    top: 5px;
  }
}
.account_nav ul li.active {
  position: relative;
}
.account_nav ul li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-width: 6px 8px;
  border-top-color: #1A1A20;
  border-bottom: none;
  margin: 0 0 0 -8px;
  z-index: 15;
}
.account_nav ul li.account_home_link {
  padding-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_home_link {
    padding-left: 20px;
  }
}
.account_nav ul li.account_home_link a img {
  width: 36px;
  height: 27px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_home_link a img {
    width: 30px;
    height: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_cars_link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account_nav ul li.account_cars_link a img {
  width: 36px;
  height: 32px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_cars_link a img {
    width: 30px;
    height: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_terms_link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account_nav ul li.account_terms_link a img {
  width: 28px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_terms_link a img {
    width: 30px;
    height: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_orders_link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account_nav ul li.account_orders_link a img {
  width: auto;
  height: 33px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_orders_link a img {
    width: auto;
    height: 30px;
  }
}
.account_nav ul li.account_data_link {
  padding-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_data_link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account_nav ul li.account_data_link a img {
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_data_link a img {
    width: 30px;
    height: 23px;
  }
}
.account_nav ul li.account_faq_link {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_faq_link {
    display: list-item;
    padding-left: 20px;
  }
}
.account_nav ul li.account_faq_link a img {
  width: 30px;
  height: 23px;
  filter: invert(100%);
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li.account_wishlist_link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account_nav ul li.account_wishlist_link a img {
  width: 33px;
  height: 33px;
}
.account_nav ul li a .icon_holder {
  position: relative;
  display: inline-flex;
  height: 33px;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .account_nav ul li a .icon_holder {
    width: 33px;
  }
}
.account_cars_link span,
.account_wishlist_link span,
.account_terms_link span,
.account_orders_link span,
.account_data_link span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .account_cars_link span,
  .account_wishlist_link span,
  .account_terms_link span,
  .account_orders_link span,
  .account_data_link span {
    display: inline;
  }
}
.account_login .login_wrapper {
  padding: 40px 0 0;
  margin: 0;
}
.cms_account img {
  display: block;
  max-width: 100%;
  height: auto;
}
.car_header.editvehicle {
  padding-top: 0px;
}
.row:first-child .car_header,
.add_car .car_header,
.car_list_item .car_header,
.row:nth-child(2) .car_header {
  padding-top: 43px;
}
.car_header {
  padding: 0 0 14px;
}
.car_header:after {
  content: '';
  display: block;
  clear: both;
}
.car_header .tile.series {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 150px;
  overflow: hidden;
  padding: 0;
}
.car_header .tile.series .image {
  width: 60%;
  position: relative;
}
.car_header .tile.series .image img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.car_header .tile.series .image .name {
  position: absolute;
  top: 0px;
  z-index: 1;
  background: #ffffffba;
  padding: 12px 10px;
  font-size: 1.5rem;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 500px) {
  .car_header .tile.series .image .name {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .car_header .tile.series .image .name {
    top: 15px;
    height: auto;
  }
}
.car_header .tile.series .choose {
  padding: 0 15px;
}
.car_header .tile.series .choose .button {
  min-width: 215px;
  float: none;
}
.car_header .tile.series .choose form {
  padding: 0;
  margin: 0;
  background: none;
}
.car_header .tile p {
  align-self: center;
  margin: auto;
}
.car_header .tile.deleted {
  background: #F7F7F7;
}
.car_header .tile.deleted:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 3px;
  transform: rotate(45deg);
  height: 30px;
  width: 20px;
  border-bottom: 7px solid #959595;
  border-right: 7px solid #959595;
}
.car_header .tile.added {
  background: #F7F7F7;
}
.car_header .tile.added:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 3px;
  transform: rotate(45deg);
  height: 30px;
  width: 20px;
  border-bottom: 7px solid green;
  border-right: 7px solid green;
}
.car_header .tile.error {
  background: #FE555A;
}
.car_list {
  margin-bottom: 68px;
}
.car_list_item {
  padding-bottom: 0px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1280px) {
  .car_list_item > .row > .col-xs-24:last-child {
    padding-left: 0;
  }
}
.car_list_item .description {
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
.car_list_item .edit {
  z-index: 100;
  margin: 8px 10px 0 0;
  position: absolute;
  right: 0px;
}
.car_list_item .label_img {
  display: inline-block;
}
.car_list_item .label_img img {
  display: block;
  max-height: 31px;
  width: auto;
}
.car_list_item figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .car_list_item figure {
    margin: 0;
  }
}
.car_list_item figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.car_list_item .car_list_content {
  padding: 20px;
}
.car_list_item strong {
  display: block;
  font-size: 16.5pt;
  padding: 0 0 10px;
}
@media only screen and (min-width: 1280px) {
  .car_list_item strong {
    font-size: 21pt;
  }
}
.car_list_item .car_list_item_model {
  font-size: 1.6rem;
  padding: 11px 0 7px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1280px) {
  .car_list_item .car_list_item_model {
    font-size: 16.5pt;
    letter-spacing: -0.2px;
    margin: 0 0 13px;
  }
}
.car_list_item .car_list_item_model span {
  display: block;
}
.car_list_item .car_number {
  float: left;
  background-image: url('../img/bgi/bg-number1.png');
  display: grid;
  grid-template-columns: 16px 40px 12px auto auto;
  align-items: center;
  justify-items: center;
}
.car_list_item .car_number span.car_number1 {
  grid-column: 2;
}
.car_list_item .car_number span.car_number2 {
  grid-column: 4;
}
.car_list_item .car_number span.car_number3 {
  grid-column: 5;
}
.car_list_item .car_number + .edit {
  margin-top: 4px;
}
.car_list_item .car_number_holder {
  display: block;
  height: auto;
}
.car_list_item .car_list_item_buttons {
  clear: left;
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .car_list_item .car_list_item_buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .car_list_item .car_list_item_buttons {
    position: absolute;
    bottom: 0px;
  }
}
.car_list_item .car_list_item_buttons a {
  background: #e9e9e9;
  text-align: center;
  padding: 20px 50px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 14pt;
  height: auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .car_list_item .car_list_item_buttons a {
    width: 33.33%;
    align-items: center;
  }
}
.car_list_item .car_list_item_buttons a span {
  color: #01ADEF;
  font-size: 1.3rem;
  display: block;
}
.car_list_item .car_list_item_buttons a:hover {
  color: #1A1A20;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
}
.car_list_item .car_list_item_buttons a::after {
  display: none;
}
.car_list_item .car_list_item_buttons a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  height: 30px;
}
.car_list_item .car_list_item_buttons a.button {
  text-transform: none;
  padding: 20px 70px;
  background: #01ADEF;
}
@media only screen and (min-width: 1400px) {
  .car_list_item .car_list_item_buttons a.button {
    padding-bottom: 38px;
  }
}
.car_list_item .car_list_item_buttons a.button img {
  filter: brightness(0) invert(1);
}
.car_list_item .car_list_item_buttons a.button:hover {
  color: #FFFFFF;
}
.car_list_item form {
  padding: 15px;
  margin: 10px 0 0;
  background: #F7F7F7;
}
@media only screen and (min-width: 1280px) {
  .car_list_item form {
    padding: 21px 20px 43px 19px;
  }
}
.car_list_item form .input_holder input {
  max-width: 492px;
}
.car_list_item form .car_list_item_model {
  padding: 8px 0 16px;
  margin: 0 0 8px;
}
.car_list_item form .car_number {
  width: 173px;
  height: 46px;
  background-image: url('../img/bgi/bg-number-form.png');
  line-height: 40px;
  float: none;
  margin: 0 0 9px;
}
.car_list_item form .car_number input {
  position: absolute;
  font-size: 1.6rem;
  top: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.car_list_item form .car_number input.car_number1 {
  left: 16px;
  width: 36px;
}
.car_list_item form .car_number input.car_number2 {
  left: 73px;
  width: 38px;
}
.car_list_item form .car_number input.car_number3 {
  left: 121px;
  width: 44px;
}
.car_list_item form .car_list_form_buttons {
  border-top: 1px solid #dddddd;
  padding: 15px 0 0;
}
.car_list_item form .car_list_form_buttons .button {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1280px) {
  .car_list_item form .car_list_form_buttons .button {
    margin: 0;
  }
}
.car_list_item form .car_list_form_buttons .button.white {
  border-color: #616B75;
}
.add_car {
  padding: 9px 0 53px;
}
.add_car + .car_list .car_list_item:first-child {
  border-top: 1px solid #dddddd;
}
@media only screen and (min-width: 1400px) {
  .add_car .col-sm-12 {
    padding-left: 50px;
    padding-right: 0;
  }
  .add_car .col-sm-12:last-child {
    padding-left: 40px;
    padding-right: 8px;
  }
}
.add_car .car_search_slider_wrapper li img {
  margin: 10px 0 0;
}
.add_car .car_search_slider_wrapper li img + span {
  padding: 18px 0 0;
  font-size: 1.6rem;
}
.add_car .car_search_slider_wrapper .controls span {
  top: 27%;
}
.add_car .submit_holder {
  padding: 23px 0 0;
}
.add_car .submit_holder .back_link {
  display: inline-block;
  margin-top: 15px;
}
.add_car .submit_holder .required_fields {
  margin-top: 15px;
  float: right;
  display: block;
}
.add_car .input_holder .select-parent-container.selected .custom-select-s:after {
  background-image: url('/img/icon/webicons/checkmark.svg');
  background-size: 13px 12px;
}
@media only screen and (min-width: 1024px) {
  .add_car .car_search_slider_wrapper {
    position: relative;
  }
}
.success_msg {
  margin: 50px 0 23px;
  background: #F7F7F7 url('/img/icon/webicons/checkmark.svg') 35px 50% no-repeat;
  background-size: 24px 19px;
  padding: 30px 20px 30px 78px;
}
.success_msg p {
  font-size: 1.6rem;
  color: #1A1A20;
}
.row:first-child .terms_new {
  padding-top: 43px;
}
.add_new_term {
  padding: 23px 0 0;
}
.add_new_term button[type=reset] {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: 1.5rem;
  height: 50px;
  float: left;
  width: auto;
}
.add_new_term .button {
  float: right;
  width: 100%;
  max-width: 425px;
}
@media only screen and (min-width: 1024px) {
  .add_new_term .button {
    min-width: 355px;
  }
}
.add_new_term .button[disabled] {
  color: #C6C6C8;
  background-color: #F7F7F7;
}
.add_new_term .button[disabled]:after {
  background-image: url('../img/bgi/svg/arrow-dark-right.svg');
  opacity: 0.2;
}
.add_new_term #bt_search_appointment {
  margin-left: 20px;
}
.button.order_back {
  padding: 0 20px 0 48px;
  margin: 5px 0 25px;
}
@media only screen and (min-width: 768px) {
  .button.order_back {
    float: left;
  }
}
.button.order_back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 17px;
  background: url('../img/bgi/svg/arrow-dark-right.svg') 0 0 no-repeat;
  background-size: 16px 21px;
  width: 16px;
  height: 21px;
  margin: -10.5px 0 0;
  transform: rotate(180deg);
}
.button.order_back:after {
  display: none;
}
.order_details_wrapper .button.order_back {
  margin: 5px 0 10px;
}
.order_details_wrapper span.state_done {
  color: #01ADEF;
}
.order_details_wrapper .order_details {
  background: #F7F7F7;
  padding: 15px 10px;
  margin: 0 0 23px;
}
@media only screen and (min-width: 1024px) {
  .order_details_wrapper .order_details {
    padding: 17px 20px 38px;
  }
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .col-md-6:nth-child(3) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .order_details_wrapper .order_details .col-md-6:nth-child(3) {
    clear: none;
  }
}
.order_details_wrapper .order_details .order_details_info_note {
  margin: 0 0 25px;
}
.order_details_wrapper .order_details .order_details_info_note strong {
  display: block;
  margin: 0 0 5px;
}
.order_details_wrapper .order_details .order_details_info_note p {
  font-size: 1.6rem;
}
.order_details_wrapper .order_details .order_details_info_note p.note {
  color: #01ADEF;
  font-size: 1.5rem;
  margin: 8px 0 0;
}
.order_details_wrapper .order_details .order_details_list_top {
  padding: 8px 0 4px;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list_top {
    padding: 8px 0 5px;
  }
}
.order_details_wrapper .order_details .order_details_list_top .col-lg-4 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list_top .col-lg-4 {
    display: block;
    text-align: right;
  }
}
.order_details_wrapper .order_details .order_details_list_top .col-lg-2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list_top .col-lg-2 {
    display: block;
  }
}
.order_details_wrapper .order_details .order_details_list {
  border-top: 1px solid #C6C6C8;
}
.order_details_wrapper .order_details .order_details_list li {
  padding: 19px 0 24px;
  border-bottom: 1px solid #C6C6C8;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li {
    padding: 16px 0 26px;
  }
}
.order_details_wrapper .order_details .order_details_list li:last-child {
  border-bottom: 1px solid #C6C6C8;
  padding-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li:last-child {
    padding: 16px 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li figure {
    padding: 3px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order_details_wrapper .order_details .order_details_list li figure {
    margin: 0 -10px 0 0;
  }
}
.order_details_wrapper .order_details .order_details_list li figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.order_details_wrapper .order_details .order_details_list li .title {
  font-size: 1.6rem;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .title {
    padding: 1px 0 0;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_number {
  border-top: 1px solid #C6C6C8;
  padding: 5px 0 9px;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_number {
    border: none;
    padding: 0;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_number span {
  float: right;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_number span {
    float: none;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_number strong {
    display: none;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price {
  border-top: 1px solid #C6C6C8;
  padding: 9px 0 0;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_price {
    border: none;
    padding: 0;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span {
  float: right;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_price span {
    float: none;
    display: block;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span span {
  float: none;
  display: block;
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span span.price_current {
  font-size: 16.5pt;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_price span span.price_current {
    padding: 0 0 5px;
  }
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span span.price_current em {
  color: #01ADEF;
  font-style: normal;
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span span.price_old {
  font-size: 1.5rem;
}
.order_details_wrapper .order_details .order_details_list li .order_details_list_price span span.price_base {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .order_details_wrapper .order_details .order_details_list li .order_details_list_price strong {
    display: none;
  }
}
.order_details_wrapper .order_details .order_details_note {
  margin: 0 0 20px;
}
.order_details_wrapper .order_details .order_details_note p {
  margin: 0 0 3px;
}
.order_details_wrapper .order_details .order_details_note p span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  .order_details_wrapper .order_details .order_details_info {
    margin: 4px 0 0;
  }
}
.order_details_wrapper .order_details .order_details_info .box {
  background: #FFFFFF;
  border: 1px solid #C6C6C8;
  padding: 12px 19px 17px 10px;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1280px) {
  .order_details_wrapper .order_details .order_details_info .box {
    padding: 21px 19px 38px 20px;
    margin: 0 0 20px;
  }
}
.order_details_wrapper .order_details .order_details_info .box p {
  font-size: 1.6rem;
  margin: 0 0 6px;
}
.order_details_wrapper .order_details .order_details_info .box p strong {
  float: right;
}
.order_details_wrapper .order_details .order_details_info .box p.summary_cost {
  margin: 16px 0 0;
  padding: 20px 0 11px;
  font-size: 13.5pt;
  color: #01ADEF;
  border-top: 1px solid #dddddd;
}
.order_details_wrapper .order_details .order_details_info .box p.summary_cost strong {
  font-size: 17pt;
}
.order_details_wrapper .order_details .order_details_info .box p.tax_cost {
  margin: 0;
  font-size: 1.5rem;
}
.order_details_wrapper .order_details .order_details_info .box p.tax_cost strong {
  font-size: 1.6rem;
}
.order_details_wrapper .order_details .order_details_info .button {
  margin: 0 0 12px;
}
@media only screen and (min-width: 1280px) {
  .order_details_wrapper .order_details .order_details_info .button {
    margin: 0 0 13px;
  }
}
.order_details_wrapper .order_details .order_details_info .button img {
  display: inline-block;
  max-width: 30px;
  height: auto;
  margin: -3px 10px 0 -9px;
}
.order_details_wrapper .order_details .order_details_info .button.disabled {
  background: #F7F7F7;
  color: #C6C6C8;
  border-color: #F7F7F7;
  pointer-events: none;
}
.order_details_wrapper .order_details .order_details_info .button.disabled:after {
  opacity: 0.1;
}
.order_details_wrapper .order_details .order_details_info .button.disabled img {
  opacity: 0.3;
}
.d-block {
  display: block;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.tabs > div:not(.open) {
  display: none;
}
.tab-navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 380px) {
  .tab-navigation {
    flex-direction: column;
  }
}
.tab-navigation > button {
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #f1f1f1;
  border: none;
  position: relative;
  margin: 4px 0;
}
@media only screen and (min-width: 380px) {
  .tab-navigation > button {
    margin: 0 4px;
  }
}
.tab-navigation > button.active {
  background: #252823;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 380px) {
  .tab-navigation > button.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 6px solid transparent;
    border-top-color: #000;
    border-bottom: none;
  }
}
.tab-navigation > button strong {
  color: #FFFFFF;
  background: #0081A2;
  position: absolute;
  right: -7px;
  top: -7px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  font-size: 11pt;
  text-align: center;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
}
.d-none {
  display: none;
}
#contactForm.register {
  margin-bottom: 0;
}
#contactForm.register .input_holder {
  margin-bottom: 10px;
}
#contactForm.register .input_holder label {
  display: inline-block !important;
  margin-top: 0;
}
.m-0 {
  margin: 0;
}
.next-checkout-top {
  float: right;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .render-mobile {
    display: none;
  }
}
.render-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .render-desktop {
    display: unset;
  }
}
.date-field > input[type="date"],
.date-field > sl-input[type="date"]::part(input) {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 90px;
  text-align: left;
}
.date-field::before {
  content: attr(data-placeholder);
  opacity: 0.54;
  width: 100px;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 10px;
  pointer-events: none;
}
sl-textarea[name="contactvehiclerent[nachricht]"] {
  margin-top: 20px;
}
.verified-link::part(label) {
  padding-inline-start: 5px;
}
.verified-link sl-icon {
  font-size: 2.2rem;
}
.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0;
}
.tns-lazy-img.loaded {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-hdx {
  overflow-x: hidden;
}
.tns-hdy {
  overflow-y: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
@media all and (min-width: 1px) {
  .tns-mq-test {
    position: absolute;
  }
}
.tns-inner {
  overflow: hidden;
  width: 100%;
}
.tns-outer ul li:before {
  display: none;
}
img[src^="/img/icon/webicons/"] {
  width: 100%;
  max-width: 36px;
  max-height: 36px;
}
sl-select:not(:defined) sl-option {
  display: none;
}
.slider-range {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .slider-range {
    width: 345px;
  }
}
.slider-range .slide_from {
  width: auto;
}
.slider-range .slide_to {
  width: auto;
  padding: 0;
}
.slider-range .slider_control {
  margin: 0 65px 0 55px !important;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .slider-range .slider_control {
    margin: 0 60px 0 46px;
  }
}
.slider-range .noUi-target {
  background: #F7F7F7;
  height: 8px;
  border-radius: 4px;
  border: none;
}
.slider-range .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  background: #1A1A20;
  border: 1px solid #1A1A20;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  right: -8px;
  top: -6px;
}
.slider-range .noUi-connect {
  background: #1A1A20;
  height: 4px;
  top: 2px;
}
.slider-range .noUi-handle {
  border-radius: 0;
}
.slider-range .noUi-handle::after,
.slider-range .noUi-handle::before {
  display: none;
}
.noUi-handle {
  cursor: pointer;
}
/* caridentifier in productlist additional styles */
@media screen and (min-width: 1024px) {
  .my_car .my_car_form {
    overflow: visible;
  }
}
.my_car .my_car_form form .submit_holder .button.disabled {
  background: #dddddd;
}
.my_car .my_car_form form .reset_holder a:hover {
  color: #000;
}
.my_car .my_car_form form .reset_holder a.disabled {
  color: #dddddd;
}
.my_car .my_car_form form .grid-carimage {
  display: none;
}
.my_car.finished .my_car_form form {
  padding-bottom: 10px;
}
.my_car.finished .my_car_form form.grid-new {
  display: grid;
  grid-template-columns: 1fr 1fr 8fr 1fr;
  grid-template-areas: "icon left carname right" ". reset reset .";
}
@media only screen and (min-width: 1024px) {
  .my_car.finished .my_car_form form.grid-new {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "icon icon icon" "left carimage right" "carname carname carname" "reset reset reset";
  }
}
.my_car.finished .my_car_form form.grid-new > * {
  align-self: center;
}
.my_car.finished .my_car_form .my_car.finished .my_car_form .my_car_total {
  width: 100%;
}
.my_car.finished .my_car_form .grid-title {
  grid-area: icon;
}
.my_car.finished .my_car_form .grid-left {
  grid-area: left;
}
.my_car.finished .my_car_form .grid-right {
  grid-area: right;
}
.my_car.finished .my_car_form .grid-carimage {
  grid-area: carimage;
}
@media only screen and (min-width: 1024px) {
  .my_car.finished .my_car_form .grid-carimage {
    display: unset;
  }
}
.my_car.finished .my_car_form .grid-carname {
  grid-area: carname;
  text-align: center;
}
.my_car.finished .my_car_form .grid-reset {
  grid-area: reset;
}
.my_car.finished .my_car_form .nav.back a {
  background: url(/img/bgi/svg/arrow_g.svg) no-repeat 7px 0;
  background-size: 13px 21px;
  height: 21px;
  border: none;
  cursor: pointer;
  display: block;
  filter: grayscale(100%) brightness(50%);
  transform: rotate(180deg);
}
.my_car.finished .my_car_form .nav.back a.dead_end {
  opacity: 0.2;
}
.my_car.finished .my_car_form .nav.forward a {
  background: url(/img/bgi/svg/arrow_g.svg) no-repeat 7px 0;
  background-size: 13px 21px;
  height: 21px;
  border: none;
  cursor: pointer;
  display: block;
  filter: grayscale(100%) brightness(50%);
}
.my_car.finished .my_car_form .nav.forward a.dead_end {
  opacity: 0.2;
}
/* hide all elements except one before slider is initalized. Otherwise we see all slides among themselves before slider is ready and hides them again */
.initialstate > li {
  display: none;
}
.initialstate > li:first-child {
  display: block;
}
/* KUNZ46-574 collapsable Text Module */
.typography .collapsable_content {
  height: 0;
  overflow: hidden;
  position: relative;
}
.typography .collapsable_content.expanded {
  height: auto;
  margin-top: 40px;
  overflow: visible;
}
.typography .collapsable_content.expanded .expanded_close {
  background: url('../img/icon/webicons/close.svg') center no-repeat;
  width: 29px;
  height: 28px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 10px;
  top: -56px;
  padding: 0;
}
.technical-data {
  display: flex;
  flex-direction: column;
}
.technical-data:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid black;
}
.technical-data strong,
.technical-data h4 {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .technical-data strong,
  .technical-data h4 {
    width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .technical-data {
    flex-direction: row;
  }
}
.technical-data h2 {
  margin: 0;
}
.technical-data.artnr * {
  font-size: 1.6rem;
  margin: 0;
}
.rating-summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .rating-summary {
    flex-direction: row;
  }
}
.rating-summary .rating_box {
  width: 100%;
  max-width: 600px !important;
}
.rating-summary .rating_box ul {
  max-width: 600px !important;
}
.rating-summary sl-button {
  min-width: 250px;
}
#TireLabels {
  margin-top: 50px;
}
.article_number {
  display: flex;
  gap: 4px;
}
.article_number * {
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .article_number * {
    font-size: 2rem;
  }
}
sl-details.description::part(base) {
  border-top: none;
}
.price_old {
  text-decoration: line-through;
  color: #5A5A60;
}
sl-alert.status-message {
  max-width: 900px;
  display: block;
  padding: 0 10px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1280px) {
  sl-alert.status-message {
    margin: 0 auto 23px;
  }
}
.product_rate {
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding: 20px 0 7px;
  margin: 0 0 23px;
}
@media only screen and (min-width: 1024px) {
  .product_rate {
    padding: 45px 0 7px;
    margin: 0 0 7px;
  }
}
.product_rate .links {
  position: absolute;
  right: 0;
  bottom: -4px;
  background: #FFFFFF;
  padding-left: 10px;
  text-decoration: underline;
}
.product_rate .links:hover {
  text-decoration: none;
}
.product_rate p {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.product_rate p.product_rate_header {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 7px;
  padding: 1px 0 5px;
  font-size: 11pt;
}
@media only screen and (min-width: 1024px) {
  .product_rate p.product_rate_header {
    padding: 0 0 5px;
    margin: 0 0 13px;
  }
}
.product_rate p.product_rate_header span {
  float: right;
}
.product_rate .star_rating {
  text-align: center;
}
.star_rating .star_rating_main {
  display: inline-block;
  width: 145px;
  height: 20px;
  position: relative;
  background: url('../img/bgi/bg_rating.png') 0 0 repeat-x;
}
.star_rating .star_rating_main span {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background: url('../img/bgi/bg_rating.png') 0 0 repeat-x;
}
.star_rating .star_rating_main span:first-child {
  z-index: 1;
  background-position: 0 -20px;
}
.star_rating .star_rating_main span:last-child {
  z-index: 2;
  background-position: 0 -40px;
}
.star_rating.star_rating_0_5 .star_rating_main span:first-child {
  width: 15%;
}
.star_rating.star_rating_0_5 .star_rating_main span:last-child {
  width: 7%;
}
.star_rating.star_rating_1 .star_rating_main span:first-child {
  width: 15%;
}
.star_rating.star_rating_1 .star_rating_main span:last-child {
  width: 15%;
}
.star_rating.star_rating_1_5 .star_rating_main span:first-child {
  width: 35%;
}
.star_rating.star_rating_1_5 .star_rating_main span:last-child {
  width: 27%;
}
.star_rating.star_rating_2 .star_rating_main span:first-child {
  width: 35%;
}
.star_rating.star_rating_2 .star_rating_main span:last-child {
  width: 35%;
}
.star_rating.star_rating_2_5 .star_rating_main span:first-child {
  width: 60%;
}
.star_rating.star_rating_2_5 .star_rating_main span:last-child {
  width: 47%;
}
.star_rating.star_rating_3 .star_rating_main span:first-child {
  width: 60%;
}
.star_rating.star_rating_3 .star_rating_main span:last-child {
  width: 57%;
}
.star_rating.star_rating_3_5 .star_rating_main span:first-child {
  width: 80%;
}
.star_rating.star_rating_3_5 .star_rating_main span:last-child {
  width: 67%;
}
.star_rating.star_rating_4 .star_rating_main span:first-child {
  width: 80%;
}
.star_rating.star_rating_4 .star_rating_main span:last-child {
  width: 77%;
}
.star_rating.star_rating_4_5 .star_rating_main span:first-child {
  width: 100%;
}
.star_rating.star_rating_4_5 .star_rating_main span:last-child {
  width: 87%;
}
.star_rating.star_rating_5 .star_rating_main span:first-child {
  width: 100%;
}
.star_rating.star_rating_5 .star_rating_main span:last-child {
  width: 100%;
}
.rate_slider_wrapper {
  margin: 0 0 30px;
}
.rate_slider_wrapper .product_rate {
  margin: 0 30px;
}
@media only screen and (min-width: 1024px) {
  .rate_slider_wrapper .product_rate {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .rate_slider_wrapper .tns-inner {
    margin: 0 !important;
  }
}
.rate_slider_wrapper .tns-controls button {
  background: url('../img/bgi/svg/arrow_slider.svg') 0 0 no-repeat;
  background-size: cover;
  width: 14px;
  height: 20px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  .rate_slider_wrapper .tns-controls button {
    margin-top: 30px;
  }
}
.rate_slider_wrapper .tns-controls button[data-controls=prev] {
  left: 0;
  transform: rotate(180deg);
}
.rate_slider_wrapper .tns-controls button[data-controls=next] {
  right: 0;
}
@media only screen and (min-width: 1280px) {
  .col-sm-12 .product_rate {
    margin-right: 27px;
    margin-bottom: 7px;
  }
  .col-sm-12 .product_rate p.product_rate_header {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 1280px) {
  .col-sm-12:last-child .product_rate {
    margin-left: 26px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .col-sm-12:last-child .product_rate p.product_rate_header {
    margin: 0 0 7px;
  }
}
.cf-turnstile[data-size="normal"],
.cf-turnstile[data-size="flexible"] {
  height: 65px;
}
.wcag-sl-form-control-label-aria-only::part(form-control-label) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
}
.wcag-sl-form-control-help-text-aria-only::part(form-control-help-text) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
}
.wcag-visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
}
sl-dialog.wcag-sl-dialog-no-header::part(title) {
  display: none;
}
sl-dialog.wcag-sl-dialog-no-header::part(header-actions) {
  height: 63px;
  margin-left: auto;
}
/*# sourceMappingURL=public/shared/css/style.css.map */