﻿@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.seo-text {
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 20px;
  margin: 15px 0 0;
}
.seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5, .seo-text h6 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f78f1f;
}

.calculator {
  color: #fff;
  padding: 120px 0 75px;
  position: relative;
  background: rgb(255, 172, 36);
  background: -moz-radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  background: -webkit-radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  background: radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffac24",endColorstr="#fc8c03",GradientType=1);
}
.calculator.fl-banner {
  padding: 25px 0 200px;
}
.calculator.fl-banner h1 {
  font-size: 34px;
  margin: 0 0 15px;
  line-height: 38px;
  font-weight: bold;
}
.calculator.fl-banner b {
  font-weight: bold;
}
.calculator.fl-banner a:not(.breadcrumbs a) {
  padding: 10px 35px 8px 25px;
  margin-top: 20px;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  border: 0;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: #fff;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin: 20px auto 0;
}
.calculator.fl-banner a:not(.breadcrumbs a):nth-of-type(1) {
  margin: 0 10px 0 0;
}
.calculator.fl-banner a:not(.breadcrumbs a).smooth-scroll {
  text-decoration: none !important;
}
.calculator.fl-banner a:not(.breadcrumbs a):after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-black.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.calculator .copy-text {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  display: table;
}
.calculator .copy-text i {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.calculator a {
  color: #fff;
}
.calculator a.smooth-scroll {
  display: table;
  margin-top: 5px;
  text-decoration: underline !important;
}
.calculator .breadcrumbs li:after {
  background: #fff;
}
.calculator .breadcrumbs li a {
  color: #fff;
}
.calculator .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.calculator .mob-show {
  display: none;
}
.calculator .uspbar {
  display: flex;
  color: #000;
  bottom: -50px;
  position: relative;
  justify-content: space-between;
}
.calculator .uspbar .review-header {
  color: #000;
}
.calculator .uspbar .review-header:before {
  display: none;
}
.calculator .uspbar .review-header p {
  color: #000;
}
.calculator .uspbar .review-header .top-review b {
  color: #000;
}
.calculator .uspbar li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.calculator .uspbar li:first-child {
  font-size: 18px;
}
.calculator .uspbar li:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/Resources/img/icons/check-green.svg);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.calculator img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calculator .title {
  text-align: left;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
}
.calculator .title b, .calculator .title h1 {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.calculator .title .text {
  font-size: 16px;
  max-width: 1000px;
}
.calculator .title .text b {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}
.calculator .title .text i {
  font-weight: bold;
}
.calculator .img-mobile {
  display: none;
}

.carshop {
  position: relative;
  background: #f5f1ed;
  padding: 200px 0 50px;
}
.carshop .JSLoadMoreArticle {
  background: var(--my-var, #fd8b01);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  display: table;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  margin: 15px auto;
  min-width: 250px;
  padding: 12px 25px 10px 35px;
}
.carshop .JSLoadMoreArticle:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/resources/img/icons/loading.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95%;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 15px;
  top: 9px;
}
.carshop .JSLoadMoreArticle:after {
  display: none;
}
.carshop .JSLoadMoreArticle.loading-btn {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-right: 85px;
}
.carshop.financial-lease-page {
  background: transparent;
  /*  &.financial-lease-new {
      #artikelen {
          margin: -115px auto 0;
      }
  }*/
}
.carshop.financial-lease-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f1ed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.carshop.financial-lease-page.seo-page-lease {
  padding: 50px 0 0;
}
.carshop.financial-lease-page.seo-page-lease #artikelen {
  margin: 0 auto;
}
.carshop.financial-lease-page.seo-page-lease .top-info-bar h2 {
  color: #000;
}
.carshop.financial-lease-page .inner {
  border-radius: 10px;
}
.carshop.financial-lease-page #artikelen {
  margin: -115px auto 0;
}
.carshop.financial-lease-page .top-info-bar h2 {
  color: #000;
}
.carshop.financial-lease-page .block {
  background: #fff;
  border-radius: 15px;
  padding: 35px 50px 0;
  margin: 50px 0;
}
.carshop.financial-lease-page .block h2, .carshop.financial-lease-page .block h3, .carshop.financial-lease-page .block h4, .carshop.financial-lease-page .block h5, .carshop.financial-lease-page .block h6 {
  margin: 0 0 25px 0;
  font-size: 34px;
}
.carshop.financial-lease-page .block .wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  /*justify-content:space-between;*/
}
.carshop.financial-lease-page .block ul {
  margin: 0;
  display: inline-block;
}
.carshop.financial-lease-page .block ul:nth-of-type(2) {
  padding: 0 0 0 100px;
}
.carshop.financial-lease-page .block ul li {
  position: relative;
  margin: 0 0 25px;
  font-weight: 500;
}
.carshop.financial-lease-page .block ul li b {
  color: #EE9135;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px 0 0;
  display: inline-block;
}
.carshop.financial-lease-page .block ul li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.carshop.financial-lease-page .block ul li a:hover {
  color: #fd8b01;
}
.carshop .JS-selecteerMerk, .carshop .JS-selecteerModel {
  border: 1px solid #B4B4B4;
  font-family: inherit;
  font-size: 16px;
  padding: 11px 20px 9px;
  border-radius: 3px;
  font-weight: 300;
  cursor: pointer;
  background-image: url(/UI/images/arrow-bold.png) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.carshop .JS-selecteerMerk {
  margin-bottom: 25px;
}
.carshop .btn-filter, .carshop .btn-close {
  display: none;
}
.carshop .filter-toggle, .carshop .buttons {
  display: none;
}
.carshop .dflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.carshop h1 {
  font-size: 24px;
  color: #404040;
  font-weight: 500;
}
.carshop .top-info-bar {
  align-items: center;
  margin-bottom: 25px;
}
.carshop .top-info-bar h2 {
  font-size: 30px;
  color: #404040;
  font-weight: 300;
}
.carshop .top-info-bar .form-group {
  margin: 0 0 0 auto;
}
.carshop .top-info-bar .form-group .form-control {
  border: 1px solid #D1D1D1;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 20px 10px;
  border-radius: 1000px;
  font-weight: 300;
}
.carshop .clear-filters {
  font-size: 16px;
  font-weight: 300;
  color: var(--button-color, #adadad);
  cursor: pointer;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.carshop .clear-filters svg {
  width: 15px;
  height: auto;
  margin-left: 3px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
.carshop .wrapper-tags {
  align-items: center;
  margin: 0 0 20px;
}
.carshop .wrapper-tags .active-filters {
  align-items: center;
  display: inline-flex;
}
.carshop .wrapper-tags .active-filter {
  background: #f5f1ed;
  box-shadow: none;
  padding: 5px 15px 3px;
  border-radius: 5px;
  margin: 0 10px 15px 0;
  font-weight: normal;
  position: relative;
  padding-right: 30px;
  font-size: 13px;
  color: #8a8a8f;
}
.carshop .wrapper-tags .active-filter .disable-filter {
  width: 11px;
  height: 11px;
  background-image: url(/Resources/img/icons/times.svg);
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  background-size: contain;
}
.carshop .container-fluid:not(.custom) {
  padding: 0;
  padding-right: 150px;
}
.carshop .inner {
  background: #fff;
  display: block;
  max-width: 350px;
  width: 100%;
  padding: 30px;
}
.carshop .insurance-block {
  max-width: 350px;
  margin-top: 25px;
  position: relative;
}
.carshop .insurance-block img {
  max-width: 100%;
}
.carshop .insurance-block a {
  position: relative;
  bottom: 0;
  margin: -21px auto 0;
  display: table;
  padding: 15px 25px 12px;
  background: #fd8b01;
  border-radius: 20px;
  line-height: initial;
  color: #fff;
  font-size: 18px;
}
.carshop .item {
  background: #FFFFFF;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.carshop .item ul {
  padding: 0;
  margin: 0;
  align-items: center;
  color: var(--text-color, #696969);
}
.carshop .item ul li {
  width: 33%;
  list-style: none;
}
.carshop .item .price-tag {
  font-weight: 600;
  align-items: center;
  color: var(--text-color, #000);
  margin-top: 10px;
}
.carshop .item .price-tag b {
  font-size: 30px;
  display: inline-block;
  color: var(--text-color, #f78f1f);
  margin: 0 0 0 7px;
  position: relative;
}
.carshop .item .price-tag b small {
  font-size: 16px;
}
.carshop .item .price-tag .btn-default {
  padding: 12px 20px 10px;
  text-align: left;
  font-weight: 500;
  display: table;
  min-width: 275px;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin-left: auto;
}
.carshop .item .price-tag .btn-default:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.carshop .item .title {
  font-size: 30px;
  color: var(--button-color, #000);
  align-items: center;
  padding-right: 150px;
}
.carshop .item .title i {
  font-style: normal;
  position: absolute;
  background: var(--my-var, #fd8b01);
  width: 150px;
  height: 85px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  top: 0;
  right: 10px;
  z-index: 1;
  -webkit-mask-image: url(/resources/img/figures/figure1.svg);
  mask-image: url(/resources/img/figures/figure1.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.carshop .item .title i b {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-right: 0;
  margin-bottom: -5px;
}
.carshop .item .title b {
  display: inline-block;
  margin-right: 10px;
}
.carshop .item .title span {
  width: 100%;
  color: #000;
  display: table;
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 16px;
}
.carshop .item .left {
  flex: 0 0 30%;
  max-width: 30%;
}
.carshop .item .right {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 10px 20px;
}
.carshop .item img {
  max-width: 100%;
}
.carshop .filter-options {
  position: relative;
  margin-bottom: 25px;
}
.carshop .filter-options#divFilter2 span:first-of-type {
  margin-top: 0;
}
.carshop .filter-options .toggle-more-options {
  color: #696969;
  font-weight: 500;
  text-decoration: underline;
  display: table;
  margin-top: 10px;
  cursor: pointer;
}
.carshop .filter-options span:not(.CBOptions) {
  font-weight: 600;
  color: #000000;
  margin: 20px 0 5px;
  display: block;
}
.carshop .filter-options.double-inputs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
.carshop .filter-options.double-inputs #termMin, .carshop .filter-options.double-inputs #termMax, .carshop .filter-options.double-inputs #priceMin, .carshop .filter-options.double-inputs #priceMax {
  padding-left: 30px;
  background-image: url(/resources/img/icons/euro.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 8%;
}
.carshop .filter-options.double-inputs label {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.carshop .filter-options.double-inputs select {
  background-image: url(/UI/images/arrow-bold.png) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.carshop .filter-options.double-inputs input, .carshop .filter-options.double-inputs select {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  border: 1px solid #b4b4b4;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 20px 10px;
  border-radius: 3px;
  font-weight: 300;
  height: auto !important;
  min-height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.carshop .filter-options.double-inputs input:last-child, .carshop .filter-options.double-inputs select:last-child {
  margin-left: auto;
}
.carshop .filter-options:not(.double-inputs) {
  /*
  ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;

      li {
          max-width: 50%;
          flex: 0 0 50%;
      }
  }*/
}
.carshop .filter-options:not(.double-inputs) input {
  opacity: 0;
  position: absolute;
}
.carshop .filter-options:not(.double-inputs) input:checked + label:before {
  background: var(--text-color, #f78f1f);
  border-color: #f78f1f;
}
.carshop .filter-options:not(.double-inputs) label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.carshop .filter-options:not(.double-inputs) label:Before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  border: 1px solid #D1D1D1;
}
.carshop .filter-options:not(.double-inputs) .CBOptions {
  max-height: 54px;
  overflow: hidden;
  display: block;
}
.carshop .filter-options:not(.double-inputs) .CBOptions.expanded {
  max-height: 500px;
}

/*.loading-div {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;

    .content {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    p {
        margin: 0;
    }

    svg {
        position: relative;
        top: -20px;
        display: table;
        margin: 0 auto;
        width: 42px;
        height: auto;
        animation-name: rotating;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    &.activeloader {
        opacity: 1;
        visibility: visible;
    }
}*/
/*@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
.text-section-fl {
  padding: 75px 0;
}
.text-section-fl h2, .text-section-fl h3, .text-section-fl h4, .text-section-fl h5, .text-section-fl h6 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 25px;
}
.text-section-fl .buttons a {
  padding: 10px 20px 8px;
  margin-top: 20px;
  text-align: left;
  font-weight: 500;
  display: inline-block;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin: 20px auto 0;
}
.text-section-fl .buttons a:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.text-section-fl ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 25px;
}
.text-section-fl ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  background-image: url(/Resources/img/check-orange.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.text-section-fl ul li a {
  transition: all 0.3s ease-in-out;
  color: #000;
  font-weight: bold;
}
.text-section-fl ul li a:hover {
  color: #f17a00;
}

.text-strip {
  background: #f5f1ed;
  padding: 50px 0;
}
.text-strip h2, .text-strip h3, .text-strip h4, .text-strip h5, .text-strip h6 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 25px;
}
.text-strip .fl-img .desktop {
  max-width: 100%;
}
.text-strip .fl-img .mobile {
  display: none;
}
.text-strip .fl-img img {
  max-width: 550px;
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0 0;
}
.text-strip a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.text-strip a:hover {
  color: #f17a00;
}
.text-strip .btn a {
  padding: 10px 35px 8px 20px;
  margin-top: 20px;
  text-align: left;
  font-weight: 500;
  display: inline-block;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin: 20px auto 0;
  text-decoration: none !important;
}
.text-strip .btn a:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.text-strip img {
  width: 135%;
}
.text-strip ul {
  padding: 0 0 0 20px;
}
.text-strip ul li {
  list-style: disc;
}

.text-split {
  position: relative;
  padding: 75px 0;
}
.text-split:before {
  content: "";
  position: absolute;
  background: #222222;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.text-split .container-fluid.custom {
  padding: 0 75px;
}
.text-split .color-white {
  color: #fff;
  padding: 0 50px;
}
.text-split h2, .text-split h3, .text-split h4, .text-split h5, .text-split h6 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 25px;
  line-height: 38px;
}
.text-split .mg-bottom {
  margin: 0 -15px 50px;
}
.text-split .white-space {
  padding: 15px 0;
}
.text-split a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.text-split a:hover {
  color: #f17a00;
}
.text-split b {
  font-weight: bold;
}

.author {
  padding: 50px 0;
  background: #F4F1ED;
}
.author a {
  padding: 10px 20px 8px;
  text-align: left;
  font-weight: 500;
  display: inline-block;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: #F17A00;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin: 20px auto 0;
}
.author a:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.author i {
  font-style: normal;
  color: #F17A00;
}
.author img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: auto 0 auto auto;
}

@media only screen and (max-width: 1200px) {
  .carshop .container-fluid:not(.custom) {
    padding: 0px 15px;
  }
  .carshop .inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.5px) {
  .carshop.financial-lease-page .block .wrapper {
    flex-direction: column;
  }
  .carshop.financial-lease-page .block ul:nth-of-type(2) {
    padding: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .calculator.fl-banner {
    padding: 25px 0 100px;
  }
  .calculator.fl-banner h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .calculator.fl-banner picture {
    display: none;
  }
  body.open-filter .carshop .inner {
    left: 0;
  }
  .carshop {
    padding: 30px 0px;
  }
  .carshop.financial-lease-page #artikelen {
    margin: -125px 0 0;
  }
  .carshop.financial-lease-page .top-info-bar h2, .carshop.financial-lease-page .top-info-bar h3, .carshop.financial-lease-page .top-info-bar h4, .carshop.financial-lease-page .top-info-bar h5, .carshop.financial-lease-page .top-info-bar h6 {
    margin: 0 0 35px;
  }
  .carshop.financial-lease-page .block {
    padding: 25px;
  }
  .carshop.financial-lease-page .block h2, .carshop.financial-lease-page .block h3, .carshop.financial-lease-page .block h4, .carshop.financial-lease-page .block h5, .carshop.financial-lease-page .block h6 {
    font-size: 26px;
  }
  .carshop.financial-lease-page .block ul {
    column-count: 1;
    column-gap: initial;
  }
  .carshop .insurance-block {
    max-width: 100%;
  }
  .carshop .top-info-bar {
    align-items: center;
  }
  .carshop .top-info-bar h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .carshop .top-info-bar .form-group {
    max-width: 175px;
  }
  .carshop .top-info-bar .form-group select {
    width: 100%;
  }
  .carshop .btn-close {
    padding: 8px 20px 6px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    display: table;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: 0 !important;
    background: var(--my-var, #00a58c);
    border-radius: 50px;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
    margin-left: auto;
  }
  .carshop .inner {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    left: -300px;
    display: block;
    max-width: 300px;
    transition: all 0.4s ease-in-out;
  }
  .carshop .btn-filter {
    border-radius: 5px;
    display: table;
    padding: 10px 25px 5px;
    border: none;
    font-size: 15px;
    min-width: 150px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    background: var(--button-color, #ff8900);
    color: #fff;
  }
  .carshop .btn-filter img {
    margin-right: 15px;
    max-width: 17px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .carshop h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .carshop .item .price-tag .btn-default {
    width: 100%;
    margin-top: 15px;
  }
  .carshop .item .left, .carshop .item .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .carshop .item .title {
    font-size: 24px;
    padding-right: 0;
  }
  .carshop .item .right {
    padding: 20px;
  }
  .text-section-fl {
    padding: 50px 0 35px;
  }
  .text-section-fl h2, .text-section-fl h3, .text-section-fl h4, .text-section-fl h5, .text-section-fl h6 {
    font-size: 26px;
  }
  .text-section-fl .mg-top {
    margin: 25px 0 0;
  }
  .video-section.mobile-pd {
    padding: 50px 0 25px 0;
  }
  .text-strip {
    padding: 0 0 50px;
  }
  .text-strip img {
    width: 100%;
  }
  .text-strip .fl-img .desktop {
    display: none;
  }
  .text-strip .fl-img .mobile {
    display: block;
  }
  .text-split {
    padding: 75px 0 25px;
  }
  .text-split:before {
    height: 48%;
    width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
  }
  .text-split .container-fluid.custom {
    padding: 0 15px;
  }
  .text-split .color-white {
    padding: 0 15px;
    margin: 75px 0 0;
  }
  .author .container {
    padding: 0 15px;
  }
  .fl-divs .text-fl.inner-links.pd-bottom {
    padding: 75px 0 0 !important;
  }
  .text-strip h2, .text-strip h3, .text-strip h4, .text-strip h5, .text-strip h6, .text-split h2, .text-split h3, .text-split h4, .text-split h5, .text-split h6 {
    font-size: 26px;
    line-height: 30px;
  }
  .author img {
    margin: 0 0 15px;
  }
}
