:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

h2 span[style*="font-size"] {
  line-height: 1;
}

button.loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.spinner {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 3px solid #ffffff;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  max-height: 220px;
  overflow: hidden;
}

.owl-carousel .owl-nav .owl-next::before,
.owl-carousel .owl-nav .owl-prev::before,
.complecting .slick-prev::before,
.complecting .slick-next::before {
  font-size: 20px;
  font-family: "iconfont";
  color: white;
  background: rgb(121 111 110 / 50%);
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 6px;
}

.owl-carousel .owl-nav .owl-next:focus::before,
.owl-carousel .owl-nav .owl-prev:focus::before,
.complecting .slick-prev:focus::before,
.complecting .slick-next:focus::before {
  border: 2px solid white;
}

.owl-carousel .owl-nav .owl-next:active::before,
.owl-carousel .owl-nav .owl-prev:active::before {
  background: rgb(121 111 110 / 80%);
}

.owl-carousel .owl-nav .owl-next::before,
.complecting .slick-next::before {
  content: "\E002";
}

.owl-carousel .owl-nav .owl-prev::before,
.complecting .slick-prev::before {
  content: "\E001";
}

.owl-dots {
  opacity: 0;
  visibility: none;
  transition: all 0.3s ease-in-out;
  margin: 4px 0;
}

.owl-nav {
  margin-top: 90px !important;
}

.owl-prev {
  margin-top: -140px !important;
}

.owl-next {
  margin-top: -140px !important;
}

.price-box:hover .owl-theme .owl-nav,
.price-box:hover .owl-dots {
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary) !important;
}

.slider .slick-track .slick-slide:has(.bg-gradient):before {
  content: "";
  background: linear-gradient(269deg, #1f1f1f 0, transparent 50%) !important;
  mix-blend-mode: normal;
  opacity: 0.67;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.slider .slick-track .slick-slide:has(.bg-gradient.hdrright):before {
  transform: initial;
}

.slider .slick-track .slick-slide:has(.bg-gradient.hdrmdl):before {
  background: linear-gradient(
    to bottom,
    #1f1f1f 0%,
    transparent 50%
  ) !important;
  transform: none;
}

.category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.category-tabs li a {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 0;
  margin: 0 16px;
}

.category-tabs li a:hover {
}

.category-tabs .menuactive {
  background: none;
  color: var(--secondary);
  font-weight: 700;
}

#front_specials {
  background: #fff;
}

#front_specials .price-grid {
  grid-gap: 32px;
}

#front_specials .content_inner {
  padding-top: 40px;
  min-height: 200px;
}

#front_specials h2 {
  text-align: center;
  margin: 0;
}

#front_specials .box_container {
  display: flex;
  margin-bottom: 60px;
  gap: 20px;
}

#front_specials .box {
  background: #f0f0f0;
  width: 33.3%;
  display: flex;
  flex-direction: column;
}

#front_specials .box_heading {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex: 0.5;
  margin: 0 0 20px 0;
}

#front_specials .box h2 {
  font-size: 24px;
}

#front_specials .box .box_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

#front_specials .box a {
  background: #fff;
  padding: 10px;
  text-decoration: none;
}

#front_specials .box a:hover {
  background: var(--primary);
  color: #fff;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#front_specials .box select {
  border: 1px solid #dddbdb;
  height: 38px;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #585858;
  width: 100%;
  margin-bottom: 10px;
}

#front_specials .box.search_box {
  background: #fff;
}

.onemodel .modeltitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 46px;
  transition: color 0.25s ease-in-out;
}

#front .onemodel .modeltitle {
  min-height: auto;
  margin-bottom: 10px;
}

.onemodel .model-links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.onemodel .model-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #696969 !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.onemodel .model-links a:hover {
  background: #e6e6e6;
  color: #000 !important;
}

.onemodel .model-links a:nth-child(4) {
  border-top: 1px solid #fff;
}

.onemodel .model-links a span {
  text-wrap: wrap;
}

.model-links a sup {
  text-transform: lowercase;
  font-size: 12px;
  color: #e62733;
  margin-left: 4px;
  text-wrap: nowrap;
}

.infoIcon {
  line-height: 1;
}

.infoIcon:hover {
  opacity: 0.6;
}
.infoIcon img {
  width: 16px !important;
}
.fixedinfo .wtxt .infoIcon {
  padding-left: 4px;
}

.fixedinfo .wtxt .infoIcon img {
  vertical-align: middle;
}

.ui-dialog-content #leasing_details {
  padding: 20px;
}

.ui-dialog-content .lease-calc-details {
  font-size: 14px;
  line-height: 30px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0 !important;
}

.ui-dialog-content .lease-calc-details:last-of-type {
  border-bottom: none;
  line-height: 20px !important;
  margin-top: 20px !important;
}

.ui-dialog-content .lease-calc-details .redtext {
  color: black;
  font-weight: 700;
  white-space: nowrap;
}

.price-grid .price-box {
  z-index: 1;
}

.right:not(:has(h2)) .colorchoose {
  margin: 0 0 30px 0;
}
.techdata.pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.techdata .askbuttons .red {
  margin: 0 0 0 18px;
}

.techdata.pages .prev {
  display: block;
}

/* TABLES */

.maintable,
.contenttable {
  width: 100%;
  line-height: 16px;
}
table .redtext {
  font-weight: 700;
  color: #9d0605;
}
.maintable td,
.contenttable td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.contenttable td {
  text-align: left;
}

.pricetable .smaller td {
  padding: 12px 10px;
}
.maintable b,
.pricetable b,
.maintable .row-head,
.pricetable .row-head {
  display: block;
  text-align: left;
  width: 100%;
  color: #000;
}
.noborder {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.noborder td {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.maintable tr:nth-child(even),
.pricetable tr:nth-child(even),
.contenttable tr:nth-child(even) {
  background: transparent;
}
.maintable tr:nth-child(odd),
.pricetable tr:nth-child(odd),
.contenttable tr:nth-child(odd) {
  background: #ececee;
}
.noborder tr:nth-child(even) {
  background: transparent !important;
}
.noborder tr:nth-child(odd) {
  background: transparent !important;
}
.maintable .headrow,
.pricetable .headrow,
.contenttable .headrow {
  color: #fff;
}
.maintable tr:hover,
.pricetable tr:hover,
.contenttable tr:hover {
  background: rgba(121, 111, 110, 0.2);
}
.maintable .headrow a,
.pricetable .headrow a,
.contenttable .headrow a {
  color: #fff;
  text-decoration: none;
}
.maintable .headrow td,
.pricetable .headrow td,
.contenttable .headrow td {
  padding: 12px 10px;
  font-weight: 700 !important;
  font-size: 14px;
}
.pricetable .headrow td {
  padding: 12px 0 !important;
  vertical-align: middle;
}
.pricetable .headrow td {
  padding: 13px 10px;
  line-height: 16px;
}

.pricetable .headrow span {
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.pricetable td .smallcolor {
  font-size: 10px;
  margin: -5px 0;
  padding: 0;
  line-height: 10px !important;
}

.pricetable td span.gray {
  cursor: auto;
  font-size: 11px;
  line-height: 12px !important;
  font-weight: 500;
  font-family: var(--text-font-family);
  text-align: center;
  text-transform: initial;
}

h2 .red,
.pricetable .red {
  margin: -5px 0 0 20px;
}
h2 .red:hover,
.pricetable .red:hover {
}
.maintable tr,
.pricetable tr,
.contenttable tr {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.maintable .headrow:hover,
.pricetable .headrow:hover {
  -moz-box-shadow: 0 0 0 #796f6e;
  -webkit-box-shadow: 0 0 0 #796f6e;
  box-shadow: 0 0 0 #796f6e;
}
.pricetable .red {
  padding: 0 6px;
  margin: 2px 0 -4px 0;
  font-size: 12px !important;
  line-height: 12px !important;
  height: 24px !important;
}
.pricetable .red img {
  width: 5px;
  margin: 0 0 0 3px;
}
.pricetable .price {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.pricetable .specialprice {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.maintable .dropdown a {
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.standard td {
  text-align: left;
}

.pricetable td .lease-p {
  font-size: 10px !important;
  line-height: 10px !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
  width: 100%;
  margin: 0;
}

.pricetable td.payments,
.pricetable td.specialprice {
  position: relative;
}

.pricetable td .price-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pricetable td .regularprice {
  font-size: 14px;
  color: rgba(88, 88, 88, 1);
  text-decoration: line-through;
  margin: 0;
  width: 100%;
  margin: 0;
}
.pricetable td .smallcolor {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.pricetable td .data-wrap {
  display: flex;
}
.pricetable td .smallcolor .data-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricetable td .data-wrap p::before {
  content: "";
  display: inline-flex;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  margin-right: 6px;
}
.pricetable td .smallcolor p {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 14px;
}
.smallcolor .car-color svg {
  stroke: #000;
  stroke-width: 10px;
}
.pricetable td .red {
  float: none;
}
.pricetable .headrow img,
.maintable .headrow img,
.contenttable .headrow img {
  width: 9px !important;
  height: 12px !important;
}
.pricetable tr {
  cursor: pointer;
}
.pricetable .headrow {
  cursor: initial !important;
}

.pricetable .red {
  white-space: nowrap;
}

.pricetable .price,
.pricetable .specialprice {
  white-space: nowrap;
}

.mbackground-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mbackground {
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  width: 100%;
  position: relative;
  scrollbar-width: none;
}

.mbackground::-webkit-scrollbar {
  display: none;
}

.mbackground_inner {
  display: flex;
  position: relative;
}

.mbackground-wrapper::before,
.mbackground-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.mbackground-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.mbackground-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  opacity: 1;
}

.mbackground-wrapper.show-left::before,
.mbackground-wrapper.show-right::after {
  opacity: 1;
}

.mbackground-wrapper.hide-left::before,
.mbackground-wrapper.hide-right::after {
  opacity: 0;
}

.pricetable {
  width: 100%;
  line-height: 16px;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
}

.pricetable tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.widecontent .pricetable td {
  padding: 18px 10px;
}

.pricetable td {
  padding: 0.5rem;
  vertical-align: middle;
  text-align: center;
}

.pricetable td .car-name {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.car-image-cell {
  width: 140px;
  min-width: 140px;
  position: relative;
}

.car-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  align-content: center;
}

.car-image-wrapper .base-img {
  width: 100%;
  height: 100%;
  max-height: 96px;
  object-fit: cover;
}

.campaign-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  background: #fd9348;
}

.pricetable tr:nth-child(2) .campaign_text {
  top: 40px;
  bottom: initial;
}

.car-info-cell {
  min-width: 300px;
}

.car-title h3 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
}

.car-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.color-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #eee;
}

.color-name {
  color: #666;
}

.specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.spec-item {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.spec-item img {
  width: 14px;
}

.price-cell {
  white-space: nowrap;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.current-price {
  font-size: 20px;
  color: #333;
}

.original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.lease-cell {
  min-width: 140px;
}

.lease-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.monthly-payment {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.lease-terms {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #666;
}

.configurator_wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}

.configurator_left {
  display: flex;
  width: 60%;
  height: 100%;
  flex-direction: column;
  position: sticky;
  top: 18px;
}

.options_container {
  width: 40%;
}

.options {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  vertical-align: top;
}

.options .option {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 80px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 8px;
}

.colours .option {
  padding: 10px 50px 10px 15px;
}

.options .option p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #000;
}

.options .option:hover {
  transition: border 0.2s linear;
}

.options .selected,
.options .selected:hover {
  cursor: initial;
  color: #fff;
}

.options .unactive,
.options .unactive:hover {
  opacity: 1;
  padding: 15px 10px 10px 10px;
}

.options .unactive:hover {
  border-color: #919191 !important;
}

.options .unactive h3,
.options .unactive p {
  opacity: 0.4;
}

.options.colours h3 {
  margin: 0;
  text-align: left;
  padding-top: 0;
}

.options .empty h3 {
  margin: 0;
  text-align: right;
  padding-top: 0;
}

.options .option.empty {
  background-color: #fff;
  text-align: right;
  cursor: initial;
  min-height: 80px;
  border-bottom: 5px solid #fff;
  margin-bottom: 15px;
}

.options .option.empty h2 {
  margin: 0;
}

.options.colours svg {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.comparerow {
  cursor: pointer;
}

.showmorecnt {
  float: left;
}

.defaultnoshow {
  display: none;
}

.showmorerows {
  display: table-row;
}

.showmorecnt {
  width: 16px;
  margin-bottom: -2px;
  height: 16px;
  margin-right: 5px;
}

.showlesscnt .svg {
  fill: #fff;
  width: 16px;
  margin-bottom: -2px;
  height: 16px;
  transform: rotate(180deg);
  margin-right: 5px;
}

.complect h3 img {
  width: 30px;
  margin: -8px 3px -8px 0;
  height: 30px;
}

.title-container.complect button,
.complect .colouurs button,
.complect .colouurs .activated,
.fixedinfo button {
  float: right;
  border: 0;
  padding: 20px;
  margin: 0 0 0 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--headings-font-family);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: auto;
}

.title-container.complect {
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}

.title-container .tableControls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fixedinfo .unactiveb {
  opacity: 0.4;
  cursor: not-allowed;
}

.gallery-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

.gallerybtn {
  display: inline-flex;
  /*   background: #2b2b2b; */
  background: rgb(121 111 110 / 50%);
  border-radius: 100px;
  padding: 3px;
  position: relative;
}

.gallerybtn a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  border: none;
  background: transparent;
  /*   color: rgba(255, 255, 255, 0.7); */
  color: rgb(0 0 0 / 70%);
  cursor: pointer;
  font-size: 14px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.gallerybtn a svg {
  width: 16px;
  height: 16px;
}

.gallerybtn a.activated {
  color: #333;
}

.gallerybtn a.activated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100px;
  z-index: -1;
}

.complect h2 {
  /*   width: 100%; */
  margin: 0;
}

.complect .highlighted {
  background-color: rgba(0, 44, 95, 0.1);
}

.complect .headrow .highlighted {
  background-color: var(--secondary);
}

.complect .peida {
  display: none;
}

.complect .kuva {
  display: inline;
}

.complect .tahan .kuva {
  display: none;
}

.complect .tahan .peida {
  display: inline;
}

.fixedinfo {
  z-index: 999;
  position: fixed;
  bottom: 0;
  color: #fff;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
}

.fixedinfo .thewidth {
  max-width: 1360px;
  margin: 0 auto;
}

.roundpic {
  cursor: pointer;
  float: left;
  width: 115px;
  height: 60px;
  margin: 7px 30px 0 0;
  background-color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 160%;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
  background-size: contain;
}

.roundpic .enlarge {
  cursor: pointer;
  width: 125px;
  height: 70px;
  background-color: transparent;
  position: absolute;
  z-index: 500;
  left: -5px;
  bottom: -5px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
}

.roundpic .enlarge .openarw {
  position: absolute;
  left: 7px;
  top: 7px;
}

.roundpic .enlarge .closearw {
  transform: rotate(180deg);
}

.roundpic .enlarge .inner .arrowClose {
  position: absolute;
  padding: 15px;
  right: 0;
  top: 0;
  z-index: 60;
  transition: all 0.2s linear;
}

.roundpic .enlarge .inner img:hover {
  opacity: 0.6;
}

.roundpic .enlarge .inner .arrowLeft {
  position: absolute;
  padding: 185px 272px 15px 15px;
  left: 0;
  z-index: 50;
  bottom: 0;
  transition: all 0.2s linear;
}

.roundpic .enlarge .inner .arrowRight {
  position: absolute;
  padding: 185px 15px 15px 272px;
  right: 0;
  z-index: 50;
  bottom: 0;
  transition: all 0.2s linear;
}

.roundpic .enlarge .inner {
  opacity: 0;
  transition: all 0.2s linear;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 102px;
  width: 632px;
  height: 230px;
  z-index: 600;
  margin: 0;
  background-color: #fff;
  background-image: url(../img/5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
}

.roundpic .enlarge .inner_active {
  opacity: 1;
  visibility: visible;
}

.fixedinfo h2,
.fixedinfo h3 {
  margin: 0;
  width: 80%;
  color: #fff;
}

.fixedinfo h2 span {
  font-size: 21px;
  font-family: var(--headings-font-family);
  line-height: 21px;
  margin: 0;
}

.secondview .roundpic {
  margin: -32px 40px 0 0;
}

.fixedinfo p {
  margin: 0;
  width: 80%;
  font-size: 18px;
  line-height: 21px;
  opacity: 0.7;
}

.fixedinfo .wtxt {
  opacity: 1 !important;
}

.fixedinfo .wtxt span {
  font-size: 12px;
  padding-left: 10px;
}

#steps {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}

#steps li {
  float: left;
}

#steps li span {
  float: left;
  width: 22px;
  margin-right: 5px;
  margin-top: -2px;
  margin-bottom: -3px;
  padding-top: 0;
  box-sizing: border-box;
  height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-family: var(--headings-font-family);
  font-weight: 700;
}

#steps li a {
  display: inline-block;
  padding: 14px 28px 14px 28px;
  text-decoration: none;
}

#steps .actt a {
  font-family: var(--text-font-family);
  font-weight: 700;
}

#steps .staragain {
  float: right;
}

#steps .staragain a {
  font-family: var(--text-font-family);
  font-weight: 700;
  color: #fff;
  transition: background 0.2s linear;
}

.colouurs {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.colouurs .options button {
  float: left;
  width: 100%;
  margin: 0 0 10px 0 !important;
}

.colouurs img {
  width: 100%;
}

.colours .table {
  display: table;
  height: 100%;
  width: 100%;
}

.colours .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.complecftr {
  padding-bottom: 115px !important;
}

.complecting.slick-slider {
  height: auto !important;
  overflow: hidden;
}

.complecting div {
  width: 100%;
  min-height: fit-content;
}

.complecting div img {
  height: auto;
  width: 100%;
}

.eFilter {
  text-align: center;
}

.complecting .slick-dots li {
  width: 8px;
  height: 8px;
  background: none;
}

.complecting .slick-dots li button {
  background: #d6d6d6;
  margin: 4px;
  width: 8px;
  height: 8px;
  top: auto;
}

.complecting .slick-dots li:hover button {
  background: var(--primary);
  border-color: var(--primary);
}
.complecting .slick-dots li.slick-active button {
  background: var(--primary);
  margin: 4px;
  width: 8px;
  height: 8px;
}

.complecting .slick-dots li.slick-active {
  background: transparent;
}
.complecting .slick-dots {
  top: auto !important;
  bottom: -10px;
  left: 0;
  z-index: 500;
  width: 100%;
  justify-content: center;
}

.complecting .slick-prev,
.complecting .slick-next,
.complecting .slick-prev:hover,
.complecting .slick-next:hover {
  font-size: 0;
  top: 40%;
  font-family: "iconfont";
  background: none;
  padding: 0;
}

.gallery .slick-prev,
.gallery .slick-next,
.gallery .slick-prev:hover,
.gallery .slick-next:hover {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  padding: 18px 0 0 0;
}

.gallery .slick-prev,
.gallery .slick-next {
  top: -30px;
  z-index: 500;
  position: absolute;
}

.complecting .slick-prev {
  left: -1px !important;
}

.complecting .slick-next {
  right: -1px !important;
}

.gallery .slick-prev {
  left: 0;
}

.gallery .slick-next {
  right: 0;
}

#menu .lang {
  display: flex;
  align-items: center;
  height: 26px;
  font-family: var(--headings-font-family);
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:disabled + label {
  cursor: auto;
}

.styled-checkbox:disabled + label b {
  opacity: 0.4;
}

.styled-checkbox:checked + label b {
  opacity: 1;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #9d9d9d;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  opacity: 0.4;
}

.styled-checkbox:checked + label:before {
  opacity: 1;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.complect .pricetable .modimg img {
  width: 150px;
}

.complect .pricetable .color-name .color-name-container {
  display: inline-flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.complect .pricetable .color-name p {
  flex: 1;
  margin: 0;
}

.complect .pricetable .color-name img {
  margin: -5px 0 -3px 0px;
}

.complect .maintable b {
  display: inline-block;
  width: calc(100% - 30px);
}

.complect .vahe b {
  padding-left: 25px;
}

.vahe b {
  font-family: var(--text-font-family);
  font-weight: normal;
}

.complect .green {
  color: #4bb100;
  text-align: center;
}

.complect .greenbck {
  background: #4bb100;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
}

.complect .orangebck {
  background: #ebaa05;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
}

.complect .booked {
  background: #d82b04;
}

.complect .tinytxt {
  font-size: 10px;
}

.complect .red {
  color: #737373;
  text-align: center;
}

.complect .yes,
.complect .no {
  width: 20px !important;
  height: 20px;
  margin: -3px 0 -3px 5px;
}

.ui-widget .yes,
.ui-widget .no {
  width: 20px !important;
  height: 20px;
  margin: -3px 0 -3px 5px;
}

.pricetable .red {
  color: #fff;
  min-height: auto;
}

.complect .pricetable td {
  padding: 10px;
}

.dialogleft,
.dialogright {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 20px;
}

.fiftyfifty {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0;
  padding-right: 10px;
}

.fiftyfifty2 {
  padding-left: 10px;
}

.filter-sort-container {
  display: flex;
  gap: 12px;
}

.filter-toggle {
  display: none;
}

#filtertoggle {
  gap: 4px;
}

.filters .closeslide:not(.filters-bar) {
  position: absolute;
  top: 20px;
  right: 40px;
  background: none;
  border: none;
}

.filters .closeslide:not(.filters-bar) img{
  width:14px;
  filter: invert(1);
}

.filters .filters-bar {
  z-index: 100;
}

.right .filter-selections .sel {
  background: #fff;
  color: #585858;
}

button.reset {
  border: none;
  font: inherit;
  color: inherit;
  background: inherit;
  cursor: pointer;
  display: inline;
}

#motorway {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 20px auto;
  width: 100%;
  font-size: 9px;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.2s linear;
  color: #000;
}

#motorway:hover {
  text-decoration: none;
  opacity: 1;
}

#motorway img {
  height: 12px !important;
  width: auto !important;
  margin-top: 2px;
  filter: grayscale(1);
}

#motorway:hover img {
  filter: grayscale(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#slider-pause-btn {
  position: absolute;
  bottom: 4rem;
  right: 8vw;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  padding: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 100;
}

#onlyfrontpagefix:hover #slider-pause-btn {
  opacity: 1;
}

#slider-pause-btn #slider-pause-icon {
  font-size: 18px;
  line-height: 1;
  color: #333;
}

#slider-pause-btn #slider-pause-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.slick-slider .table {
  display: flex;
  align-items: center;
}

.slider.slick-initialized .slick-slide:has(.top) {
  align-items: flex-start;
}

.slider.slick-initialized .slick-slide:has(.bottom) {
  align-items: flex-end;
}

.product_viewer_container {
  position: relative;
}

.product-viewer {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.product-viewer__image {
  max-width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.product-viewer--js-press-active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.product_viewer_container .info-sign {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 28px;
  opacity: 0.3;
  pointer-events: none;
}

.product_viewer_container:has(.pv-loader--js-visible) {
  min-height: 360px;
}

.drag-notice {
  display: none;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-decoration: none;
  pointer-events: none;
}

.drag-notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.drag-notice img {
  width: 60px;
  height: 60px;
  animation: bob 3s infinite ease-in-out;
  filter: invert(1);
}

@keyframes bob {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-20px);
  }
}

.pv-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-loader--js-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.pv-loader-inner div {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(0deg);
  will-change: transform;
}

.pv-loader-inner div {
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
}

.pv-loader-inner {
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

@media screen and (max-width: 1020px) {
  .complecting div img {
    height: 100%;
    object-fit: contain;
  }

  .pricetable td span.gray {
    cursor: auto;
    background: initial;
    padding: 0;
  }

  #menu .lang {
    display: block;
    float: right;
    text-align: center;
    width: 100%;
  }

  #menu .topmenu .lang {
    margin: 0 0 20px 0;
  }

  .modelpage .mbackground {
    position: relative;
    -webkit-overflow-scrolling: touch;
    background: -webkit-radial-gradient(
          left ellipse,
          rgba(0, 0, 0, 0.4) 0%,
          rgba(0, 0, 0, 0) 75%
        )
        0 center,
      -webkit-radial-gradient(
          right ellipse,
          rgba(0, 0, 0, 0.4) 0%,
          rgba(0, 0, 0, 0) 75%
        ) 100% center;
    background: radial-gradient(
          ellipse at left,
          rgba(0, 0, 0, 0.4) 0%,
          rgba(0, 0, 0, 0) 75%
        )
        0 center,
      radial-gradient(
          ellipse at right,
          rgba(0, 0, 0, 0.4) 0%,
          rgba(0, 0, 0, 0) 75%
        )
        100% center;
    background-size: 20px 100%, 20px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
  }

  .rtable {
    vertical-align: top !important;
    max-width: 100% !important;
    overflow-x: auto !important;

    border-collapse: collapse !important;
    border-spacing: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100%;
  }

  .mbackground_inner {
    margin: 0 !important;
    background-image: -webkit-linear-gradient(
      left,
      white 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      to right,
      white 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-repeat: no-repeat;
    background-size: 30px 100%;
    display: inline-block !important;
  }

  .mbackground:has(.pricetable.rtable.hide) {
    overflow-x: visible !important;
    display: flex;
  }

  .mbackground_inner:has(.price-grid:not(.hide)) {
    width: 100%;
  }

  .mbackground_inner2 {
    border: 0 !important;
    background-image: -webkit-linear-gradient(
      right,
      white 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      to left,
      white 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 30px 100%;
    margin: 0 !important;
    display: inline-block !important;
    width: 100%;
  }
  .maintable,
  .contenttable {
    border-left: 1px solid #d1d1d2;
    line-height: 16px;

    min-width: 100%;
    width: 100%;
  }

  .thirdwidest .maintable {
    min-width: 100%;
  }

  .pricetable tbody {
    min-width: 100%;
    width: 100%;
  }

  .thirdwidest .pricetable {
    width: 100%;
  }

  .maintable td,
  .contenttable td {
    text-align: center;
    padding: 9px 10px;
    vertical-align: middle;
  }
  .contenttable td {
    text-align: left;
  }
  .pricetable td {
    text-align: center;
    padding: 18px 10px;
    vertical-align: middle;
  }

  .pricetable .smaller td {
    padding: 12px 10px;
  }

  .maintable b,
  .pricetable b {
    display: block;
    text-align: left;
    width: 100%;
    color: #000;
  }

  .noborder {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .noborder td {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .maintable .headrow a,
  .pricetable .headrow a,
  .contenttable .headrow a {
    color: #fff;
    text-decoration: none;
  }

  .maintable .headrow td,
  .pricetable .headrow td,
  .contenttable .headrow td {
    padding: 12px 10px;
  }

  .pricetable .headrow td {
    padding: 12px 6px !important;
    vertical-align: middle;
  }

  .maintable .headrow:hover,
  .pricetable .headrow:hover {
    -moz-box-shadow: 0 0 0 #797979;
    -webkit-box-shadow: 0 0 0 #797979;
    box-shadow: 0 0 0 #797979;
  }

  .pricetable .red img {
    width: 5px;
    margin: 0 0 0 3px;
  }

  .pricetable .price {
    font-size: 21px;
    color: #000;
    font-weight: normal;
  }

  .pricetable .specialprice {
    font-size: 21px;
    font-weight: normal;
  }
  .mobiletable,
  .maintable,
  .rtable,
  .contenttable {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .mobiletable .specialprice,
  .mobiletable .price,
  .maintable .price,
  .maintable .specialprice,
  .rtable .price,
  .rtable .specialprice {
    font-size: 17px !important;
  }

  .maintable .vahe,
  .mobiletable .vahe {
    padding-left: 15px !important;
  }

  .mobiletable td,
  .maintable td,
  .rtable td {
    padding: 8px 6px !important;
    /*   min-width: 80px; */
  }

  .options .option {
    width: calc(50% - 13px);
    min-height: 50px;
    padding: 4px 10px !important;
  }
  .option h3 {
    margin: 0 0 3px 0 !important;
  }
  .options.colours h3 {
    padding-top: 10px;
  }
  .options.colours svg {
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    height: 30px;
  }

  #steps {
    margin-left: 0;
  }
  #steps li a {
    padding: 10px;
  }
  #steps .staragain {
    float: right;
    margin-right: 0;
  }

  .configurator_wrapper {
    flex-direction: column;
  }

  .configurator_left {
    width: 100%;
    position: static;
  }

  .complecting.slick-slider:not(.dialogright .complecting.slick-slider) {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: initial;
  }

  .options_container {
    width: 100%;
  }
  .complecting {
    width: 100%;
  }
  .title-container.complect button,
  .complect .colouurs button,
  .complect .colouurs .activated,
  .fixedinfo button {
    padding: 10px;
    margin: 0 0 0 10px;
  }
  .fixedinfo {
    padding: 20px;
  }
  .fixedinfo p {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
  .complecting div {
    height: 33vw;
  }
  .standard {
    width: 14px !important;
  }
  .roundpic {
    width: 95px;
    height: 50px;
    margin: 10px 20px 15px 0;
  }
  .roundpic .enlarge {
    width: 95px;
    height: 50px;
  }
  .roundpic .enlarge .inner {
    bottom: 75px;
    width: 616px;
    height: 230px;
  }
  .complecftr {
    padding-bottom: 105px !important;
  }
}

@media (max-width: 680px) {
  #steps .staragain a {
    text-align: center;
  }
  .gallery h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px !important;
  }
  .dialogright .complecting div {
    height: 32vw;
  }
  .complecftr {
    padding-bottom: 145px !important;
  }
  .complecting .slick-prev,
  .complecting .slick-next,
  .complecting .slick-prev:hover,
  .complecting .slick-next:hover {
    width: 40px;
    height: 40px;
    padding: 8px 0 0 0;
  }
  .complecting .slick-prev {
    left: 1rem !important;
  }

  .complecting .slick-next {
    right: 1rem !important;
  }

  .dialogleft,
  .dialogright {
    width: 100% !important;
    padding: 20px;
  }
  .complecting .slick-dots {
    bottom: -8px;
  }
  .fixedinfo p {
    width: 100%;
    float: left;
  }
  #steps {
    margin-left: 0;
  }
  #steps li {
    float: left;
    width: 100%;
  }
  #steps li a {
    padding: 10px;
    width: 100%;
  }
  #steps .staragain {
    float: right;
    margin-right: auto;
    margin-top: 10px;
  }

  .title-container.complect:has(.tableControls),
  .title-container .tableControls {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-container.complect button,
  .complect .colouurs button,
  .complect .colouurs .activated,
  .fixedinfo button {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }
  .roundpic,
  .roundpic.shop {
    display: none;
  }
  .fixedinfo button {
    margin: 0 0 10px 0 !important;
  }
  .fixedinfo h2,
  .fixedinfo h3 {
    margin: 0;
  }
  .filter-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
  }

  .filter-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
  }

  .filter-toggle svg {
    width: 20px;
  }
}

@media screen and (max-width: 760px) {
  .mobiletable {
    position: relative;
    float: left;
    margin-top: 5px;
    overflow-x: scroll;
    width: 100%;
  }

  .maintable .vahe,
  .mobiletable .vahe {
    padding-left: 15px !important;
  }

  .mobiletable .specialprice,
  .mobiletable .price {
    font-size: 17px !important;
  }

  .mobiletable {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .modal {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
}

@media screen and (max-width: 680px) {
  #slider-pause-btn {
    bottom: -18px;
  }
  .techdata.pages {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .techdata .askbuttons {
    width: 100%;
  }

  .calcContainer {
    width: 100%;
  }

  #leasingcalculatorBtn {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }
}

@keyframes horizontalScroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}

.color-picker {
  margin: 20px 0 40px 0;
}

.color-picker h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.color-name-display {
  font-size: 16px;
  margin-top: 1.4rem;
  min-height: 24px;
  color: #333;
}

.color-name-display .selected-color {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.color-name-display .price {
  font-size: 16px;
  color: #666;
}

.color-picker .color-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.color-picker .color-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #eee;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.color-picker .color-dot:hover {
  transform: scale(1.1);
}

.color-picker .color-dot.selected {
  border: 2px solid rgb(121 111 110 / 50%);
}

.color-picker .color-dot.selected::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid rgb(121 111 110 / 50%);
  border-radius: 50%;
  pointer-events: none;
}

@media (min-width: 1020px) {
  .widecontent.complect:not(:has(.options_container)) .complecting div img {
    height: auto;
    width: 100%;
    max-height: 280px;
    object-fit: contain;
  }
}

@media (max-width: 680px) {
  .color-picker {
    margin: 20px 0;
  }

  .color-picker .color-dots {
    gap: 12px;
  }

  .color-picker .color-dot {
    width: 32px;
    height: 32px;
  }
  .title-container .tableControls {
    width: 100%;
  }

  .hidemobile {
    display: none;
  }
}

@media (max-width: 540px) {
  .options .option {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 1020px) {
  .slider .table-cell {
    display: initial;
    vertical-align: initial;
    height: auto;
    width: calc(100% - 80px);
    float: left;
    position: absolute;
  }
}

@media (min-width: 680px) {
  .slick-slider .table.bottom {
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .slick-slider .table.top {
    align-items: flex-start;
  }
}

@media (min-width: 680px) and (max-width: 1020px) {
  .slick-slider .table.top {
    padding-top: 40px;
  }
}
