/*************************new aanbod page start**********************************************/
/****fonts******/
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular.woff2') format('woff2'),
         url('../fonts/proximanova-regular.woff') format('woff'),
         url('../fonts/proximanova-regular.ttf') format('truetype'),
         url('../fonts/proximanova-regular.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/fontsfree-net-proxima-nova-sbold.eot');
    src: url('../fonts/fontsfree-net-proxima-nova-sbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontsfree-net-proxima-nova-sbold.woff2') format('woff2'),
         url('../fonts/fontsfree-net-proxima-nova-sbold.woff') format('woff'),
         url('../fonts/fontsfree-net-proxima-nova-sbold.ttf') format('truetype'),
         url('../fonts/fontsfree-net-proxima-nova-sbold.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonsans_bookregular';
    src: url('../fonts/bentonsans_book.eot');
    src: url('../fonts/bentonsans_book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bentonsans_book.woff2') format('woff2'),
         url('../fonts/bentonsans_book.woff') format('woff'),
         url('../fonts/bentonsans_book.ttf') format('truetype'),
         url('../fonts/bentonsans_book.svg#bentonsans_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'New Rail Alphabet';
    src: url('../fonts/NewRailAlphabet-Medium.eot');
    src: url('../fonts/NewRailAlphabet-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewRailAlphabet-Medium.woff2') format('woff2'),
        url('../fonts/NewRailAlphabet-Medium.woff') format('woff'),
        url('../fonts/NewRailAlphabet-Medium.ttf') format('truetype'),
        url('../fonts/NewRailAlphabet-Medium.svg#NewRailAlphabet-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/****filter-sec*****/
.aanbod-filter-sec {
    background-color: #161616;
    padding: 106px 0 70px;
}
.aanbod-filter-sec .aanbod-filter-wrap {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 0;
    height: 60px;
    line-height: 58px;
    font-family: 'New Rail Alphabet';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) #161616 no-repeat 90% center/10px;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 10px;
}
.aanbod-filter-sec .filter-btn {
    font-family: 'BentonSans bold';
    font-size: 16px;
    color: #fff;
    background: #9d2727;
    border: 2px solid #9d2727;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.aanbod-filter-sec .filter-btn:hover {
    background-color: #fff;
    color: #9d2727;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec h2 {
    font-family: 'proxima_novaregular';
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.aanbod-filter-sec h2 span {
    font-family: 'proxima_novasemibold';
}

/*******aanbod- product sec*******/
.aanbod-product-wrapper {
    width: calc(100% + 160px);
    margin-left: -80px;
}
.aanbod-product-sec {
    padding-bottom: 140px;
    background-color: #161616;
}
.aanbod-product-price h3{
    display: inline-block;
    padding: 15px 10px;
    background: #ad2e2c;
    font-size: 16px;
    font-family: 'BentonSans bold';
    color: #fff;
    letter-spacing: 0.2px;
    margin: 0;
}
.aanbod-product-dtl{
    padding-top: 50px;
}
.aanbod-product-dtl h3{
    font-size: 18px;
    font-family: 'BentonSans bold';
    color: #fff;
    letter-spacing: 0.2px;
    height: 45px;
    padding: 0 10px;
}
.aanbod-product-img{
    position: relative;
}
.aanbod-product-price{
    position: absolute;
    bottom: -25px;
    width: 100%;
}
.aanbod-product-dtl table {
    width: 100%;
    margin-top: 40px;
}
.aanbod-product-dtl table tr {
    border-top: 1px solid #6b6a6a;
}
.aanbod-product-dtl table td {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'bentonsans_bookregular';
    width: 25%;
    border-right: 1px solid #6b6a6a;
}
.aanbod-product-dtl table td:last-child {
    border-right: 0;
}
.aanbod-product {
    text-align: center;
    margin-bottom: 40px;
    background:#313031;
}
@media (max-width: 1799.98px) {
    .aanbod-product-wrapper {
        width: calc(100% + 100px);
        margin-left: -50px;
    }
}
@media (max-width: 1699.98px) {
    .aanbod-product-wrapper {
        width:100%;
        margin-left:0;
    }
}
@media (max-width: 1599.98px) {
    .aanbod-product-wrapper {
        width: calc(100% + 120px);
        margin-left: -60px;
    }
    .product-slider-area .aanbod-product-dtl h3{
        height: 70px;
    }
}
@media(max-width: 1299.98px){
    .aanbod-product-wrapper {
        width:100%;
        margin-left:0;
    }
    .aanbod-product-dtl h3{
        height: 45px;
    }
}
@media(max-width: 1199.98px){
    .product-slider-area .aanbod-product-dtl h3{
        height: 70px;
    }
}
@media (max-width: 991px) {
    .aanbod-filter-sec {
        padding: 60px 0;
    }
    .aanbod-filter-sec h2 {
        margin-bottom: 30px;
    }
    .aanbod-product-sec {
        padding-bottom: 60px;
    }
    .aanbod-product-dtl h3, .product-slider-area .aanbod-product-dtl h3{
        height: auto;
    }
}
@media (max-width: 767px) {
    .aanbod-filter-sec {
        padding: 40px 0;
    }
    .aanbod-filter-sec .select-style {
        font-size: 16px;
    }
    .aanbod-filter-sec .pl-1 {
        padding-left: 15px!important;
    }
    .aanbod-filter-sec .pr-1 {
        padding-right: 15px!important;
    }
    .aanbod-product-sec {
        padding-bottom: 30px;
    }
    .aanbod-product-dtl table td{
        font-size: 13px;
    }
}
/*============new aanbod pg===============*/
.new-filter, .listview-car {
    background: #000;
}
.new-filter .aanbod-filter-wrap {
    width: 100%;
    max-width: 915px;
}
.new-filter .col-md-4 {
  padding: 0 35px;
}
.new-filter .select-style{
    border: 0;
    border-bottom: 1px solid #ffff;
    height: auto;
    line-height: normal;
    padding: 10px 0;
    font-family: 'BentonSans bold';
    font-size: 18px;
    background-size: 15px;
    background-color: #000;
}
.select-style option{
    font-family: arial;
}
.reset-btn {
    margin-right: 35px;
    margin-top: 10px;
    color: #fff !important;
    font-family: 'BentonSans';
    font-size: 14px;
}
.listview-car{
    padding: 20px 0 50px;
}
.each-product {
    margin-bottom: 13%;
    border: 1px solid #fff;
}
.each-car-image {
    overflow: hidden;
}
.each-car-image.hover_img, .each-product:hover .each-car-image {
    display: none;
}
.each-product:hover .hover_img{
    display: block;
}
.car-bovag-logo{
    bottom: 5px;
    right: 5px;
}
.car-bovag-logo img{
    width: 70px;
}
.product-dtl {
    padding: 30px 12px;
    min-height: 270px;
}
.product-price {
    margin: 15px 0 15px;
}
.product-dtl h3, .product-dtl h6{
    color: #fff;
}
.product-dtl h6{
    font-size: 16px;
    margin-bottom: 0;
}
.product-price .text-right h6{
    height: auto;
}
.product-price .text-right h6 span{
    font-family: 'BentonSans light';
    display: block;
    margin-top: 10px;
}
.product-info td {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.product-dtl .border-button-style.red-bg{
    height: auto;
    line-height: normal;
    padding: 15px 0;
    background: transparent;
    color: #c51d20;
}
.product-dtl .border-button-style.red-bg:hover{
    background: #c51d20;
    border-color: #c51d20;
    color: #fff;
}
/*============aanbod dtl new=================*/
.des-none {
  display: none;
}
.dtl-car-model {
    padding: 60px 0;
    background: #000;
}
.dtl-car-model h2 {
    text-transform: uppercase;
}
.dtl-car-model h3{
    margin-top: 10px;
}
.dtl-car-model h2, .dtl-car-model h3{
    color: #fff;
    font-family: 'New Rail Alphabet';
}
.txt-btn {
    font-size: 18px;
    color: #fff !important;
    font-family: 'New Rail Alphabet';
    letter-spacing: 0.75px;
    position: relative;
}
.txt-btn:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -30px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover:after{
    left: -35px;
}
.dtl-top-slider .swiper-slide-next .each-dtl-top-car::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.65;
}
.dtl-top-slider .common-arrow{
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.dtl-top-slider .common-arrow img {
    width: 15px;
}
.dtl-top-slider .swiper-button-prev {
    left: 5%;
}
.dtl-top-slider .swiper-button-next {
    right: 5%;
}
.dtl-top-slider .swiper-button-prev img {
    transform: rotate(180deg);
}
.sec-heading h3 {
    margin-bottom: 50px;
    color: #fff;
}
.listview-car .common-arrow img{
    width: 26px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.listview-car .swiper-button-next {
    right: -40px;
}
.listview-car .swiper-button-prev {
    left: -40px;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
    padding: 65px 0 30px;
    background: #000;
}
.dtl-tab-btn {
    margin: 50px 0 10%;
}
.dtl-tab-btn li {
    margin-right: 9%;
    display: inline-block;
    vertical-align: top;
}
.dtl-tab-btn li:last-child {
    margin: 0;
}
.dtl-tab-btn li a {
    font-family: 'New Rail Alphabet';
    font-size: 20px; 
    color: #fff;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
.dtl-tab-btn li a:hover {
    border-bottom-color: #fff;
}
.dtl-tab-btn li a.active {
    border-bottom-color: #fff;
}
/****dtl-contact-block****/
.dtl-contact-block {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
}
.dtl-man-area-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.dtl-man-area {
    display: flex;
    align-items: center;
}
.dtl-man-area h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'New Rail Alphabet';
}
.dtl-man-area h4 span {
    display: block;
    margin-top: 5px;
}
.dtl-man-img {
    max-width: 110px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.dtl-man-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-share {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 100%;
}
.dtl-share img {
    width: 20px;
}
.dtl-share:hover {
    background-color: #fff;
}
.dtl-share:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.dtl-call-mail h3 {
    margin-bottom: 40px;
    text-transform: none;
    font-family: 'New Rail Alphabet';
    color: #fff;
}
.dtl-call-each {
    border: 1px solid #fff;
    margin-bottom: 17px;
}
.dtl-call-each:last-child {
    margin-bottom: 0;
}
.dtl-call-each a .each-dtl-call-mail {
    font-family: 'New Rail Alphabet';
    font-size: 18px;
    color: #fff;
    padding: 20px 40px;
}
.dtl-call-each a:hover .each-dtl-call-mail{
    opacity: 0.6;
}
.dtl-call-each a .each-dtl-call-mail img {
    width: 35px;
    margin-right: 30px;
}
/****each-tab-content******/
.each-tab-content {
    margin-bottom: 9%;
}
.each-tab-content p{
    font-family: 'BentonSans';
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.tab-content-heading h3 {
    font-family: 'New Rail Alphabet';
    color: #fff;
    margin-bottom: 15px;
}
.dtl-tab-sec .each-tab-content li {
    font-family: 'BentonSans';
    font-size: 15px;
    color: #fff;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 20px;
    background-size: 7px;
    color: #fff;
    font-family: 'BentonSans bold';
}
.kenmerken-tab ul li:nth-child(even) {
  color: #8a8a8a;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.bullet-panel h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.dtl-tab-sec .bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #454545;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #454545;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: 'BentonSans';
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'BentonSans';
    font-size: 22px;
    text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'BentonSans';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****dtl-img-gallery*****/
.dtl-img-gallery {
    margin-bottom: 5%;
}
.dtl-img-gallery .gallery-img {
    margin: 7px;
    overflow: hidden;
}
/*.dtl-img-gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
}
.dtl-img-gallery .gallery-image-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.dtl-img-gallery .gallery-image-content h2 {
    font-family: 'MontserratRegular';
    font-size: 26px;
    letter-spacing: 1px;
}
*/
.form1 {
    display: none;
    margin: 30px 0;
}
.star_icon h3{
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon p img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
    margin-bottom: 30px;
}

#garantie ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
#garantie li:after {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}


@media(min-width: 1400px) and (max-width: 1500px)  {
    .listview-car .container{
        max-width: 1300px;
    }
}
@media (max-width: 1599.98px) {
    .dtl-call-each a .each-dtl-call-mail {
        padding: 20px;
    }
    .dtl-call-each a .each-dtl-call-mail img {
        width: 30px;
        margin-right: 20px;
    }
}
@media(max-width:1199.98px){
    .dtl-contact-block{
        margin:0 auto 30px;
    }
}
@media(max-width:991px){
    .new-filter .col-md-4 {
        padding: 0 5px;
    }
    .reset-btn{
        margin-right: 5px;
    }
    .new-filter .select-style{
        font-size: 15px;
        background-size: 10px;
    }
    .product-price h6 {
        height: 40px;
        overflow: hidden;
    }
    .product-dtl {
        min-height: auto;
    }
    /*======aanbod dtl=========*/
    .aanbod-dtl-bk-btn{
        background: #000;
    }
    .dtl-car-model, .dtl-tab-sec{
        padding: 30px 0;
    }
    .aanbod-dtl-bk-btn .txt-btn {
        margin-left: 35px;
    }
    .sec-heading h3 {
        margin-bottom: 30px;
        color: #fff;
    }
    .dtl-tab-btn{
        margin-top: 0;
    }
    .dtl-tab-btn li {
        width: 49%;
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .dtl-tab-btn li a, .dtl-man-area h4{
        font-size: 17px;
    }
    .dtl-call-each a .each-dtl-call-mail {
        padding: 15px;
        font-size: 16px;
    }
    .dtl-call-each a .each-dtl-call-mail img {
        width: 24px;
        margin-right: 10px;
    }
    .dtl-man-img {
        max-width: 70px;
    }
    .dtl-man-area-wrap{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .listview-car{
        padding: 0;
    }
    .product-dtl h6 {
        font-size: 14px;
    }
    .product-price h6 {
        height: auto;
    }
    .product-dtl .border-button-style.red-bg{
        max-width: 200px;
        margin-top: 20px;
    }
    .dtl-tab-sec .each-tab-content li {
        font-size: 14px;
    }
    .kenmerken-tab ul li:nth-child(odd), .dtl-tab-sec .bullet-panel ul li{
        padding-left: 12px;
    }
}