body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    color: #191411;
    background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/* ============================================== index ============================================== */
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    width: 100%;
    background-color: #19243B;
    border-bottom: 1px solid transparent;
}
.header-area.inner-header{
    background-color: #19243B;
}
.header-area.header-active {
    background-color: #19243B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}
.header-btm {
    padding: 33px 0 17px;
}
.header-logo img {
    width: 259px;
}
.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0 31px;
}
.header-nav li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 38px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 0;
}
.right-btn-main img {
	min-width: 15px;
}
.header-nav > ul > li::before {
    display: none;
}
.header-nav > ul > li > a {
    font-family: 'Inter-Medium';
    color: #FFF;
    font-size: 2rem;
    line-height: normal;
    position: relative;
}
.header-nav > ul > li > a:hover {
    opacity: 0.6;
}
.header-btn ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-btn li{
    padding-left: 0;
}
/****menu-btn****/
.menu-btn{
    height: 48px;
    width: 48px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-bar {
    position: relative;
    /* width: 100%; */
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #131313;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #fff;
    margin-left: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #fff;
    margin-right: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 31px;
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    width: 31px;
}
.menu-bar.active{
    background-color: transparent;
    border-color: #131313;
    padding: 9px 5px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 0%;
    /* transform: translateX(-50%); */
    background-color: #fff;
    /* min-width: 220px; */
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    /* max-height: 396px; */
    max-height: 530px;
    overflow-y: auto;
    top: 41px;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); */
}
.header-nav .parent-dropdown > ul {
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 220px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 396px;
    max-height: 530px;
    overflow-y: auto;
    top: 41px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.header-nav .parent-dropdown.open ul{
    top: 42px;
    min-width: 220px;
    max-height: 520px;
}
.header-nav .parent-dropdown > ul > li a{
    text-align: center;
}
.side-menu-nav .parent-dropdown > ul > li a{
    text-align: left;
}
.side-menu-nav .parent-dropdown > ul {
    top: 36px;
    left: 18%;
    min-width: auto;
    position: relative;
    max-height: 0;
    box-shadow: none;
    left: 46%;
}
.side-menu-nav .parent-dropdown > ul > li > a:hover {
    background-color: transparent;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: -15px;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
}
.parent-dropdown.open ul {
	opacity: 1;
	pointer-events: all;
    max-height: 380px;
    top: 0;
}
.parent-dropdown {
	position: relative;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.4rem;
    font-family: 'Inter-Regular';
	position: relative;
    /* text-align: center; */
    padding-left: 0;
}
.parent-dropdown > ul > li::before {
    display: none;
}
.parent-dropdown > ul > li > a {
    padding: 15px 17px;
    display: block;
    color: #333B45;
    /* text-align: center; */
}
.parent-dropdown a {
    padding-bottom: 19px;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
    background-color: #19243B;
    font-family: 'Inter-Medium';
}
.side-menu-nav .parent-dropdown > ul > li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.6rem;
    color: #111;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.side-menu-nav .parent-dropdown > ul > li:last-child {
    border-bottom: 0;
}
.side-menu-nav .parent-dropdown > ul > li a {
    font-size: 1.6rem;
    color: #111;
    line-height: 24px;
    font-family: 'Inter-Regular';
    padding: 10px 30px;
}
.side-menu-nav .parent-dropdown > ul > li a:hover {
    color: rgba(17, 17, 17, 0.5);
}
.side-menu-nav .parent-dropdown.open ul{
    top: 25px;
}
/* ==== */
.header-right-btn {
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 16px;
}
.right-btn-main {
    display: flex;
    gap: 7px;
}
.right-btn-main .white-btn:hover {
    border-color: #fff;
}
.right-btn-main .white-btn:hover img {
    filter: brightness(0) invert(1);
}
.right-btn-main img {
    margin-right: 4px;
    margin-top: -2px;
    position: relative;
    left: 2px;
}
.menu-desk-btn-wrap {
    padding: 15px 32px 15px 32px;
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.menu-desk-btn-wrap strong{
    font-weight: normal;
    color: #373737;
}
.menu-desk-btn-wrap.common-btn:hover strong{
    color: #fff;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 4px 0 4px auto;
    width: 23px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-desk-cross {
    width: 40px;
    display: none;
}
.menu-desk-btn-wrap.active .menu-desk-cross {
    display: block;
    filter: brightness(0) invert(1);
}
.menu-desk-btn-wrap.common-btn.active{
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
}
.menu-desk-btn-wrap.common-btn.active strong{
    display: none;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #E4DCD4;
    border-radius: 10px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(17, 17, 17, 0.1);
    border-radius: 10px;
}
.mega-menu {
    position: fixed;
    right: 0;
    top: 172px;
    height: 100%;
    width: 650px;
    background-color: #fff;
    padding: 50px 50px 200px 58px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 1px solid rgba(25, 36, 59, 0.2);
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-mobile-list {
    margin-top: 30px;
    padding-right: 10px;
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
/* .menu-btn.active .menu-bar {
    top: -1px;
}
.menu-btn.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
} */
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    width: 12px;
    top: 16px;
    opacity: 0.6;
    right: auto;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 40px;
}
.mega-menu .container{
    height: 100%;
}
.header-nav .parent-dropdown.open img {
    transform: rotate(180deg);
} 
/*****side-menu****/
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-wrap li a {
    color: rgba(17, 17, 17, 0.7);
    font-size: 2rem;
    font-family: 'Inter-Bold';
    line-height: normal;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-bottom: 0;
}
.side-menu-wrap li:hover a{
    color: #111111;
}
.side-menu-wrap li{
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu-wrap .parent-dropdown > img {
    right: 40px;
    top: 5px;
    width: 12px;
    height: 12px;
    filter: brightness(1) invert(1);
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #10183C;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.70);
}
.parent-dropdown {
    position: relative;
}
.side-menu .parent-dropdown ul {
    background-color:#373737;
    left: 0;
    transform: translateX(0);
    max-height: 140px;
    width: 100%;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #fff;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Tuffy-Regular';
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.8);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.side-menu .parent-dropdown.open ul {
    position: relative;
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .container {
    height: 100%;
}
/****banner-sec****/
.banner-sec {
    padding-top: 202px;
}
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 845px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
    border-radius: 20px;
    overflow: hidden;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap {
    border-radius: 10px;
    background: #19243B;
    overflow: hidden;
    padding: 30px 18px 30px;
    max-width: 460px;
}
.banner-content-wrap .common-btn{
    padding: 14px 10px;
}
.banner-content h4 {
    color: #F6F4F1;
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 28px;
}
.banner-content ul {
    display: flex;
    gap: 16px;
}
.banner-content li {
    padding-left: 0;
}
.banner-content li::after {
    display: none;
}
.banner-content li a:hover {
    border-color: #fff;
}
.banner-slider .swiper-pagination-bullet {
    background: #fff;
    width: 25px;
    border-radius: 5px;
    opacity: 1;
    display: none;
}
.banner-slider .swiper-pagination-bullet-active {
    background: #19243B;
    width: 105px;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	width: 100%;
}
.usp-marquee-outer {
    padding-top: 25px;
    overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 80px; 
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    color: #191411;
    font-family: 'Inter-Bold';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: normal;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
    background-image: url(../images/mrq-tick.png);
    background-color: transparent;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -23px;
}
/****home-box-sec****/
.home-box-sec {
    padding: 120px 0 24px;
}
.home-box-title {
    margin-bottom: 57px;
}
.each-home-box-img {
    height: 376px;
}
.each-home-box-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-home-box-img::after {
    content: '';
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(25, 36, 59, 0.60) 0%, rgba(25, 36, 59, 0.00) 100%);
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.each-home-box-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 25px;
    z-index: 1;
}
.hb-img {
    border-radius: unset !important;
    width: 28px;
}
.each-home-box-info h6 {
    margin-top: 12px;
}
.each-home-box-info p {
    color: #fff;
    font-size: 1.3rem;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 15px;
}
.home-box-part {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.each-home-box-part {
    width: 32.6%;
}
.each-home-box-part:hover .home-box-btn.white-btn {
    border-color: #19243B;
    background: #19243B;
    color: #fff;
}
.each-home-box-part:hover .fill-btn::after {
    filter: brightness(0) invert(1);
}
/****home-mid-sec****/
.home-mid-sec {
    padding: 120px 0;
}
.home-mid-sec,
.home-mid-img {
    position: relative;
}
.home-mid-img img {
    border-radius: 20px;
    overflow: hidden;
}
.home-mid-img::after {
    content: '';
    position: absolute;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(25, 20, 17, 0.17) 77.92%);
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.home-mid-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.home-mid-mark img {
    height: 100%;
    object-fit: cover;
}
.home-mid-sec .container {
    position: relative;
    z-index: 1;
}
.home-mid-info p {
    margin: 27px 0;
    max-width: 700px;
    width: 100%;
}
.home-mid-info {
    padding-right: 20px;
}
/****home-diensten-block****/
.home-diensten-block {
    background-color: #F6F4F1;
    padding: 80px 0;
}
.each-home-diensten-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-diensten-slider-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-home-diensten-slider-info h5 {
    color: #19243B;
}
.each-home-diensten-slider-info {
    border-radius: 0 0 20px 20px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 24px 30px;
}
.each-home-diensten-slider-info strong {
    font-weight: normal;
    position: relative;
    display: block;
}
.each-home-diensten-slider-info strong::after {
    background-image: url(../images/txt-btn-arrow.svg);
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    background-size: 7px;
    height: 59px;
    width: 59px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-color: #F6F4F1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-diensten-slider-info p {
    color: rgba(25, 36, 59, 0.6);
    line-height: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
    max-width: 310px;
    margin-right: auto;
    padding-right: 10px;
}
.each-home-diensten-slider-img {
    height: 457px;
}
.each-home-diensten-slider:hover .each-home-diensten-slider-info strong::after {
    background-color: #19243B;
    background-image: url(../images/txt-btn-arrow-white.svg);
}
.home-diensten-title {
    margin-bottom: 75px;
}
.home-diensten-title p {
    margin-top: 27px;
    max-width: 520px;
    width: 100%;
    margin-bottom: 0;
}
.home-diensten-slider .swiper-button-next {
    right: -2%;
}
.home-diensten-slider .swiper-button-prev {
    left: -2%;
}
.home-diensten-slider-control .swiper-pagination {
    display: none;
}
.home-diensten-btn {
    text-align: center;
    margin-top: 24px;
    display: none;
}
.home-diensten-btn .common-btn {
    background-color: #19243B;
    border-color: #19243B;
    color: #F6F4F1;
}
.home-diensten-btn .common-btn:hover {
    background-color: #F6F4F1;
    color: #191411;
}
/****faq-sec****/
.faq-sec {
    position: relative;
    padding: 130px 0 120px;
}
.faq-title h5 {
    margin-top: 22px;
}
.faq-title {
	margin-bottom: 55px;
	text-align: center;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    border: 1px solid #fff;
    padding: 33px 33px;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child),
.acc-block li::after {
	display: none;
}
.acc-block li h6 {
    position: relative;
}
.acc-block li h6::after {
    position: absolute;
    height: 54px;
    width: 54px;
    background-image: url(../images/acc-down.svg);
    background-size: 12px;
    content: "";
    top: -13px;
    right: 0;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
	border-radius: 100%;
    background-color: #F6F4F1;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.show_accordian h6::after {
    background-image: url(../images/acc-up.svg) !important;
	background-color: #F6F4F1;
    border-color: #F6F4F1 !important;
	top: 20px !important;
}
.acc-block h6 {
	position: relative;
	text-transform: none;
	cursor: pointer;
	padding-right: 50px;
    color: #090A0E;
}
.acc-block p {
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 1050px;
    width: 100%;
    color: rgba(9, 10, 14, 0.70);
    padding-right: 70px;
    font-size: 1.4rem;
}
.acc-block li:hover::after {
	background-image: url(../images/acc-up.svg) !important;
}
.acc-block li > ul > li {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: unset;
    box-shadow: unset;
    padding-left: 14px;
    margin-bottom: 5px;
    color: rgba(9, 10, 14, 0.70);
}
.acc-block li > ul > li::after{
    top: 6px;
}
.acc-block li > ul > li::after {
    display: block;
    background-color: #090A0E;
}
.acc-block {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}
/****review-sec****/
.review-sec {
    background-color: #1B1612;
    padding-top: 40px;
}
/****footer****/
.footer-area{
    background-color: #1B1612;
    padding-bottom: 44px;
    padding-top: 128px;
}
.footer-logo img {
    width: 441px;
}
.footer-left-contact{
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 72px;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
}
.each-footer-contact {
    width: 24%;
}
.footer-left-contact::after{
    content: "";
    top: 43%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.each-footer-contact.ft-showroom-dtl h6,
.each-footer-contact.ft-werkplaats-dtl h6{
    padding-bottom: 38px;
    position: relative;
}
.each-footer-contact h6 {
    padding-bottom: 35px;
    font-size: 2rem;
    line-height: 22px;
}
.each-footer-contact td{
    color: #fff;
}
.each-footer-contact p {
    color: #fff;
    margin-bottom: 14px;
    margin-top: 36px;
}
.each-footer-contact.ft-adres-area p{
    line-height: 36px;
}
.each-footer-contact.ft-call-mail p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ft-call-mail-wrap {
    margin-top: 41px;
}
.ft-call-mail-wrap img {
    width: 24px;
    margin-right: 2px;
}
.each-footer-contact p a,
.each-footer-contact p,
.each-footer-contact td {
    /* font-family: 'Inter-Bold'; */
    line-height: 26px;
    font-size: 2.4rem;
}
.each-footer-contact tr{
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.each-footer-contact p a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-contact.ft-showroom-dtl p {
    margin-top: 25px;
}
.footer-social li::after{
    display: none;
}
.footer-social li{
    padding-left: 0;
}
.footer-social li a{
    width: 66px;
    height: 68px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover{
    background-color: #E4DCD4;
    border: 1px solid #E4DCD4;
}
.footer-btm-icon li{
    padding-left: 0;
}
.footer-btm-icon li::after {
    display: none;
}
.footer-social ul{
    display: flex;
    gap: 16px;
}
.footer-btm-icon ul{
    display: flex;
    gap: 44px;
    align-items: center;
}
.footer-btm-area{
    display: flex;
    justify-content: space-between;
}
.footer-btm-area{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 47px;
    padding-bottom: 34px;
}
.footer-Privacy{
    text-align: center;
    padding-top: 22px;
}
.footer-Privacy a {
    line-height: 18px;
}
.each-footer-contact table {
    margin-top: 16px;
}
.each-footer-contact.ft-showroom-dtl h6::after,
.each-footer-contact.ft-werkplaats-dtl h6::after{
    position: absolute;
    top: 7px;
    left: -20px;
    border-radius: 100px;
    background-color: rgba(0, 255, 136, 1);
    width: 12px;
    height: 12px;
    content: "";
}
/* ============================================== Nieuwe-modellen ============================================== */
/****modellen-top****/
.modellen-top {
    background-color: #F6F4F1;
    margin-top: 171px;
    padding: 90px 0 26px;
}
.modellen-top h5 {
    margin-bottom: 22px;
}
/****modellen-car-block****/
.modellen-car-block {
    padding: 83px 0 0;
}
.elektrisch-car-block,
.Plug-in-hybrid-car-block,
.hybrid-car-block,
.mild-hybrid-car-block {
    border-bottom: 1px solid rgba(26, 45, 55, 0.1);
    margin-bottom: 80px;
    padding-bottom: 79px;
}
.elektrisch-car-block .col-lg-6,
.Plug-in-hybrid-car-block .col-lg-6 {
    width: 34%;
}
.each-elektrisch-car-block {
    border-radius: 20px;
    overflow: hidden;
}
.each-elektrisch-car-block-img {
    background-color: #F6F4F1;
}
.each-elektrisch-car-block-info .common-btn {
    background-color: #19243B;
    border-color: #19243B;
    color: #fff;
}
.each-elektrisch-car-block-info .fill-btn::after {
    filter: brightness(0) invert(1);
}
.each-elektrisch-car-block:hover .common-btn{
    background-color: transparent;
    color: #19243B;
}
.each-elektrisch-car-block:hover .fill-btn::after {
    filter: brightness(1) invert(0);
}
.each-elektrisch-car-block-info {
    border: 1px solid rgba(26, 45, 55, 0.10);
    padding: 25px 15px 10px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.each-elektrisch-car-block-info h5 {
    color: #191411;
    margin-bottom: 3px;
}
.each-elektrisch-car-block-info p {
    font-family: 'Inter-Medium';
    line-height: 22px;
}
.each-elektrisch-car-block-info p strong {
    font-weight: normal;
    color: rgba(25, 20, 17, 0.6);
    font-family: 'Epilogue-Regular';
}
.elektrisch-car-block .row {
    row-gap: 24px;
    justify-content: center;
}
.elektrisch-car-block-title {
    margin-bottom: 47px;
}
.Plug-in-hybrid-car-block .row,
.hybrid-car-block .row,
.mild-hybrid-car-block .row {
    justify-content: center;
}
/****modellen-car-btm-sec****/
.modellen-car-btm-sec-title {
    margin-bottom: 40px;
}
.each-modellen-car-btm {
    border-radius: 20px;
    overflow: hidden;
}
/* .each-modellen-car-btm-img {
    background-color: #F6F4F1;
} */
.each-modellen-car-btm-info .common-btn {
    background-color: #19243B;
    border-color: #19243B;
    color: #fff;
    margin-top: 18px;
    max-width: 285px;
}
.each-modellen-car-btm-info .fill-btn::after {
    filter: brightness(0) invert(1);
}
.each-modellen-car-btm:hover .common-btn{
    background-color: transparent;
    color: #19243B;
}
.each-modellen-car-btm:hover .fill-btn::after {
    filter: brightness(1) invert(0);
}
.each-modellen-car-btm-info {
    border: 1px solid rgba(26, 45, 55, 0.10);
    padding: 25px 15px 10px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-modellen-car-btm-info h5 {
    color: #191411;
    margin-bottom: 3px;
}
.each-modellen-car-btm-info p {
    font-family: 'Inter-Medium';
    line-height: 22px;
}
.each-modellen-car-btm-info p {
    margin-bottom: 10px;
}
.each-modellen-car-btm-info p strong {
    font-weight: normal;
    color: rgba(25, 20, 17, 0.6);
    font-family: 'Epilogue-Regular';
}
.each-modellen-car-btm-info h6 {
    color: #191411;
    font-family: 'Inter-Medium';
    line-height: 22px;
    font-size: 1.6rem;
}
.modellen-car-btm-slider .common-arrow {
    top: 34%;
}
.modellen-car-btm-slider .swiper-button-next {
    right: -2%;
}
.modellen-car-btm-slider .swiper-button-prev {
    left: -2%;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
    /* padding-top: 86px; */
    padding-top: 171px;
}
/* .each-inner-banner {
    height: 600px;
} */
/* .each-inner-banner img {
    height: 100%;
    object-fit: cover;
} */
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 2;
    width: 100%;
}
.inner-banner-text {
    text-align: center;
}
/****d-list-sec****/
.d-list-sec {
    padding: 120px 0 120px;
}
.each-d-list {
    background-color: #fff;
    overflow: hidden;
    border-radius: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(26, 45, 55, 0.1);
}
.each-d-list-img img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-d-list-img {
    position: relative;
    height: 496px;
}
.each-d-list-info {
    padding: 40px;
}
.each-d-list-info p {
    margin: 16px 0 26px;
    color: rgba(25, 20, 17, 0.6);
    max-width: 382px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.d-list-sec .row {
    row-gap: 33px;
    margin-left: -15px;
    margin-right: -15px;
}
.d-list-sec .col-lg-6{
    padding-left: 15px;
    padding-right: 15px;
}
.each-servie-btn{
    display: none;
}
.each-d-list:hover{
    background-color: #F6F4F1;
    border-color: #F6F4F1;
}
/* ============================================== diensten-dtl ============================================== */
/* *** beack-btn*** */
.back-detail-page-btn{
    /* z-index: 0; */
    top: 250px;
    position: relative;
}
.back-detail-page-btn .common-btn{
    border-radius: 4px;
}
.back-detail-page-btn .common-btn:hover{
    background-color: #19243B;
}
.back-detail-page-btn .common-btn {
    z-index: 1;
    position: relative;
}
/* *** diens-dtl-top-sec *** */
.diens-dtl-top-sec {
    padding-top: 195px;
    padding-bottom: 118px;
    position: relative;
}
.diens-dtl-top-img img{
    border-radius: 20px;
}
/* .diens-dtl-top-sec .row{
    align-items: center;
} */
.diens-dtl-top-text h2{
    padding-bottom: 24px;
}
.diens-dtl-top-text li{
    font-size: 1.6rem;
    line-height: 24px;
    color: #191411;
}
.diens-dtl-top-sec .col-lg-7{
    width: 49.7%;
}
.diens-dtl-top-sec .col-lg-5{
    width: 50.3%;
}
.diens-dtl-top-text{
    max-width: 692px;
    margin-right: auto;
    padding-right: 10px;
    margin-top: 70px;
}
.diens-dtl-top-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
/* ***** diens-dtl-mid-sec **** */
.diens-dtl-mid-sec table{
    width: 100%;
}
.diens-dtl-mid-sec {
    background-color: #F6F4F1;
    overflow: hidden;
}
.diens-dtl-mid-sec td h6{
    padding-bottom: 11px;
    color: #4C3721;
}
.diens-dtl-mid-sec td p{
    color: #4C3721;
    font-size: 1.3rem;
    line-height: 16px;
    margin-bottom: 0;
}
.diens-dtl-mid-sec td{
    position: relative;
    z-index: 1;
    padding: 65px 0 65px;
    width: 32%;
}
.diens-dtl-mid-sec td::after {
    position: absolute;
    content: "";
    background-color: #DCD4CC;
    top: 0;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    z-index: -1;
}
.diens-dtl-mid-sec td:hover::after{
    opacity: 1;
}
.diens-dtl-mid-sec td:nth-child(3n+1)::after {
    width: 100vw;
    right: 0%;
}
.diens-dtl-mid-sec td:nth-child(3n+2)::after {
    width: 100%;
    left: 0;
}
.diens-dtl-mid-sec td:nth-child(3n+3)::after {
    width: 100vw;
    left: 0%;
}
.diens-dtl-mid-sec td:nth-child(3n+2) {
    width: 38%;
}
.diens-dtl-mid-sec td:nth-child(3n+1){
    padding-right: 105px;
}
.diens-dtl-mid-sec td:nth-child(3n+2){
    padding-left: 105px;
    padding-right: 105px;
}
.diens-dtl-mid-sec td:nth-child(3n+3) {
    padding-left: 96px;
}
/****form-sec****/
.form-sec {
    background-color: #fff;
    padding: 80px 0 123px;
    position: relative;
    overflow-x: clip;
    /* padding-bottom: 123px; */
}
.form-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 44%;
    width: 100%;
    background-color: #F6F4F1;
}
/* .form-part::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 26%;
    width: 100%;
    background-color: #F6F4F1;
    width:100vw;
    margin-left:-50vw;
    left:50%;
    z-index: -1;
}
.form-part::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 26%;
    background-color: #fff;
    max-width: 1243px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 0 0;
    box-shadow: 5px -19px 28px -16px rgba(47, 47, 47, 0.25);
    overflow: hidden;
}
.form-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #F6F4F1;
    width:100vw;
    margin-left:-50vw;
    left:50%;
    z-index: -1;
} */
.form-title {
    text-align: center;
    margin-bottom: 55px;
    /* padding-bottom: 55px; */
    max-width: 654px;
    margin-left: auto;
    margin-right: auto;
    /* position: relative; */
    /* padding-top: 80px; */
}
.form-title h2 {
    margin: 0 auto;
    padding-bottom: 14px;
    color: #4C3721;
}
.form-title p{
    color: #4C3721;
}
.form-title,
.form-part{
    position: relative;
    z-index: 1;
}
.form-part{
    border-radius: 20px;
    background-color: #FFF;
    padding: 14px;
    max-width: 1243px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    /* position: relative; */
}
.form-left {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #19243B;
    padding: 46px 30px 45px;
    position: relative;
}
.form-left-contact ul li::after,
.form-social-icon ul li::after {
    display: none;
}
.form-left-contact ul li,
.form-social-icon ul li {
    margin-bottom: 0;
    padding-left: 0;
}
.form-left-contact ul li a strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 24px;
}
.form-left-contact ul li a strong:hover{
    color: #fff;
}
.form-left-contact ul li a em img {
    width: 24px;
    height: 24px;
}
.form-left-contact {
    margin: 10px 0 150px;
}
.form-left-contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    row-gap: 35px;
}
.form-social-icon ul {
    display: flex;
    column-gap: 16px;
}
.form-social-icon li a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social-icon li a:hover{
    background: rgba(246, 244, 241, 1);
    border-color: rgba(246, 244, 241, 1);
}
.form-social-icon li a:hover img{
    filter: brightness(0);
}
.form-social-icon li a img{
    width: 14px;
}
.form-left-contact ul li a {
    display: flex;
    column-gap: 14px;
    color: rgba(46, 44, 40, 0.70);
    max-width: max-content;
}
.form-part .col-lg-5 {
    width: 36%;
}
.form-part .col-lg-7 {
    width: 64%;
}
.form-right {
    overflow: hidden;
    padding: 48px 50px 68px;
    height: 100%;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding-left: 21px;
    padding-right: 21px;
}
.form-main-area .row {
    margin-left: -21px;
    margin-right: -21px;
}
.form-main-area .form-group {
    margin-bottom: 52px;
    position: relative;
}
.form-main-area .form-group.from-group-textarea {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 5px;
}
.form-main-area .form-styl {
    resize: none;
    border: 0;
    border-radius: 0;
    font-family: 'Inter-Regular';
    background-color: transparent;
    color: #0D1B0F;
    font-size: 1.6rem;
    padding: 0 0 20px;
    border-bottom: 1.5px solid rgba(0, 44, 95, 0.4);
    line-height: 24px;
}
.form-main-area  .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: rgba(13, 27, 15, 0.5);
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.form-main-area .form-styl:placeholder {
    color: rgba(13, 27, 15, 0.5);
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(13, 27, 15, 0.5);
}
.form-main-area .form-styl::placeholder {
    color: rgba(13, 27, 15, 0.5);
    opacity: 0;
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #0D1B0F;
    border-bottom: 1px solid #19243B;
}
.form-main-area .form-styl:focus::placeholder {
    color: #0D1B0F;
}
.form-group textarea.form-control {
    min-height: 110px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: rgba(13, 27, 15, 0.5);
}
.form-btn .common-btn {
    border-radius: 4px;
}
.form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 7px;
}
.form-main-area label strong {
    opacity: 1;
    color: rgba(46, 54, 51, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus + label strong {
    opacity: 1;
    color: #2E3633;
}
.form-main-area .form-styl:focus + label {
    color: #2E3633;
}
.form-heading-mob {
    display: none;
}
.form-contact-mob{
    display: none;
}
/* ****** diens-slider-sec **** */
.diens-slider-sec{
    position: relative;
}
.diens-slider-merk{
    position: absolute;
    top: -62%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.diens-slider-heading{
    padding-bottom: 80px;
}
.diens-slider-arrow-btn .swiper-button-next{
    right: -2%;
}
.diens-slider-arrow-btn .swiper-button-prev{
    left: -2%;
}
.diens-slider-arrow-btn .common-arrow{
    top: 39%;
}
.diens-slider-control .swiper-pagination{
    display: none;
}
/* ============================================== over-ons ============================================== */
/* ** over-ons-top-sec ** */
.over-ons-top-sec{
    position: relative;
    padding-top: 120px;
    padding-bottom: 103px;
}
.over-ons-top-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.over-ons-man-img img{
    border-radius: 10px;
}
.over-ons-top-text{
    max-width: 914px;
    margin-right: auto;
    padding-top: 19px;
}
.over-ons-top-text p:last-child{
    margin-bottom: 0;
}
.over-ons-top-sec .col-lg-5{
    width: 37%;
}
.over-ons-top-sec .col-lg-7{
    width: 63%;
}
.over-ons-top-text h4{
    max-width: 568px;
    margin-right: auto;
    padding-bottom: 25px;
}
/* *** over-ons-mid-sec *** */
.over-ons-mid-sec{
    padding-bottom: 28px;
}
.over-ons-mid-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* height: 100%; */
}
.over-ons-mid-left-info {
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
}
.over-ons-mid-left-text {
    padding: 340px 0px 56px;
    position: relative;
    max-width: 328px;
    left: 56px;
}
.over-ons-mid-img {
    position: absolute;
    inset: 0;
    height: 100%;
}
.over-ons-mid-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.over-ons-box {
    background-color: #F6F4F1;
    border-radius: 10px;
    padding: 48px 55px;
    position: relative;
}
.over-ons-mid-left-text h5{
    color: #fff;
    padding-bottom: 17px;
}
.over-ons-mid-left-text p{
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.over-ons-mid-sec .col-lg-5{
    width: 34%;
}
.over-ons-mid-sec .col-lg-7{
    width: 66%;
}
.over-ons-mid-text{
    max-width: 914px;
    margin-left: auto;
    padding-top: 43px;
    padding-left: 12px;
}
.over-ons-mid-text p:last-child{
    margin-bottom: 0;
}
.over-ons-mid-text h4{
    padding-top: 18px;
    padding-bottom: 25px;
}
.over-ons-box h5{
    color: #191411;
    padding-top: 5px;
}
.over-ons-box::after {
    background-image: url(../images/over-ons-box-merk.png);
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    width: 322px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* **** over-ons-btm-sec *** */
.over-ons-btm-sec {
    background-color: #F6F4F1;
    overflow: hidden;
}
.over-ons-btm-sec td {
    position: relative;
    z-index: 1;
    padding: 45px 0 45px;
    width: 32%;
}
.over-ons-btm-sec table {
    width: 100%;
}
.over-ons-btm-sec td:nth-child(1) {
    padding-right: 62px;
}
.over-ons-btm-sec td:nth-child(3n+2) {
    width: 38%;
    padding-left: 105px;
    padding-right: 105px;
}
.over-ons-btm-sec td:nth-child(3n+3) {
    padding-left: 66px;
}
.over-ons-btm-sec td h5{
    color: #0D1B0F;
    padding-bottom: 25px;
    line-height: 26px;
    max-width: 358px;
}
.over-ons-btm-sec p{
    font-size: 1.3rem;
    line-height: 16px;
    margin-bottom: 0;
    color: #0D1B0F;
}
.over-ons-btm-sec li{
    color: #0D1B0F;
}
.over-ons-btm-sec ul{
    margin-bottom: 15px;
}
.over-ons-btm-sec tr{
    display: flex;
    position: relative;
}
.over-ons-btm-sec td::after {
    position: absolute;
    content: "";
    background-color: #DCD4CC;
    top: 0;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    z-index: -1;
}
.over-ons-btm-sec td:hover::after {
    opacity: 1;
}
.over-ons-btm-sec td:nth-child(3n+2)::after {
    width: 100%;
    left: 0;
}
.over-ons-btm-sec td:nth-child(3n+1)::after {
    width: 100vw;
    right: 0%;
}
.over-ons-btm-sec td:nth-child(3n+3)::after {
    width: 100vw;
    left: 0%;
}
/* ============================================== historie ============================================== */
/* *** historie-dtl-sec ** */
.each-historie-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-historie-img {
    height: 375px;
    position: relative;
    z-index: 1;
}
.each-historie-wrap .col-lg-5{
    width: 38%;
}
.each-historie-wrap .col-lg-7{
    width: 62%;
}
.each-historie-text {
    max-width: 931px;
    margin-left: auto;
    padding-left: 17px;
    z-index: 1;
    position: relative;
}
.each-historie-text h4 {
    padding-bottom: 18px;
}
.each-historie-wrap > .row:nth-child(2) > .col-lg-7 .each-historie-text {
    margin-left: 0;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 0;
}
.each-historie-wrap{
    row-gap: 84px;
    display: flex;
    flex-direction: column;
}
.historie-dtl-sec .each-historie-dtl:nth-child(even){
    background-color: #fff;
}
.each-historie-dtl{
    background-color: #F6F4F1;
    /* padding-top: 84px;
    padding-bottom: 84px; */
    position: relative;
}
.each-historie-dtl::after {
    background-color: #F6F4F1;
    content: '';
    position: absolute;
    left: -15%;
    top: 0;
    height: 100%;
    width: 200vw;
}
.each-historie-text h6{
    color: #191411;
    font-size: 1.6rem;
}
.each-historie-text p{
    margin-bottom: 26px;
}
.historie-text-logo {
    max-width: 545px;
    z-index: 1;
    position: relative;
}
.each-historie-wrap .row {
    padding-top: 84px;
    padding-bottom: 84px;
}
.historie-dtl-sec {
    overflow: hidden;
}
.each-historie-wrap .row.flex-row-reverse.each-historie-dtl {
    padding-bottom: 0 !important;
}
/* **** historie-btm-sec *** */
.historie-btm-sec {
    padding-top: 78px;
    padding-bottom: 102px;
}
.historie-btm-text {
    text-align: center;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
}
.historie-btm-text p{
    margin-bottom: 0;
}
.historie-btm-text li{
    font-size: 1.6rem;
    line-height: 24px;
    color: #191411;
    list-style: disc;
    list-style-position: inside;
}
.historie-btm-text li::after{
    display: none;
}
.historie-btm-text h3{
    padding-bottom: 30px;
    color: #191411;
}
/* ============================================== contact ============================================== */
.map {
    height: 600px;
    position: relative;
}
.map-sec {
    padding-top: 168px;
}
/* ============================================== vacature-dtl ============================================== */
/****verkoop-mid-sec****/
.diens-dtl-mid-sec.verkoop-mid-sec td{
    width: 50%;
}
.diens-dtl-mid-sec td:last-child:after {
    width: 100vw;
    left: 0;
}
.diens-dtl-mid-sec.verkoop-mid-sec td ul{
    padding-left: 4px;
}
.diens-dtl-mid-sec.verkoop-mid-sec td ul li::after {
    top: 5px;
}
.diens-dtl-top-text h6{
    color: rgba(25, 20, 17, 1);
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
}
.diens-slider-sec.verkoop-slider-sec {
    padding-bottom: 128px;
}
/* ============================================== werkplaats-dtl ============================================== */
/****werkplaats-dtl-top-sec****/
.werkplaats-dtl-top-sec h6 {
    font-family: 'Inter-Regular';
    color: #191411;
    line-height: 24px;
}
.werkplaats-dtl-top-sec ul {
    margin-bottom: 25px;
}
/* ============================================== popup ============================================== */
/*========= POPUP ============ */
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(25, 20, 17, 0.3);
    backdrop-filter: blur(20px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
}
.modal-area .popup-content {
    padding: 60px 120px;
    text-align: center;
    border-radius: 20px;
    background: rgba(25, 20, 17, 0.5);
    backdrop-filter: blur(12px);
}
.modal-area .popup-content-area p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.80);
}
.modal-area .popup-content-area h4{
    color: #FFF;
    padding-bottom: 36px;
}
.modal-area .popup-content-wrap {
    position: relative;
}
.modal-area .popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.modal-area .popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.modal-area .popup-content-area {
    position: relative;
    z-index: 1;
}
.modal-area .modal-main-content{
    padding: 96px;
    border-radius: 20px;
}
.modal-area .popup-content li strong{
    position: relative;
    font-weight: normal;
}
.modal-area .popup-content li::after{
    display: none;
}
.modal-area .popup-content li strong::after {
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    background-size: 4px;
    height: 4px;
    width: 4px;
    top: 9px;
    left: -14px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
.modal-area .popup-content li {
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 24px;
    font-size: 1.6rem;
}
.modal-area .popup-content ul {
    padding-left: 0;
    margin-bottom: 0px;
}
.modal-area .close-img {
    position: absolute;
    top: -26px;
    right: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #231F20;
    background: #F8F8F8;
}
.modal-area .close-img img {
    width: 21px;
}
.modal-area .popup-content-area p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content-area h3{
    padding-bottom: 28px;
}
.modal-area .popup-content-area h2{
    font-family: 'OpenSans-Semibold';
    letter-spacing: normal;
    padding-bottom: 35px;
    color: #141414;
}
.modal-area .popup-content-area .common-btn{
    border: 1px solid rgba(255, 255, 255, 1);
    background: transparent;
    color: #fff;
    border-radius: 0;
    padding: 4px 4px 4px 24px;
    display: inline-flex;
    align-items: center;
    gap: 24px;
}
.modal-area .popup-content-area .common-btn:hover{
    background-color: rgba(25, 36, 59, 1);
    border-color: rgba(25, 36, 59, 1);
}
.modal-area .popup-content-area .common-btn strong{
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ============================================== bedankt ============================================== */
/* ======== bedankt ============ */
.banner-sec.bedankt-banner{
    padding-bottom: 20px;
    overflow: hidden;
}
.bedankt-banner .banner-content-wrap p{
    color: #fff;
    margin-bottom: 18px;
}
.bedankt-banner .banner-content h4{
    margin-bottom: 0;
}
/* ============================================== aanbod-dtl ============================================== */
/* *** aanbod-bk-btn *** */
.back-detail-page-btn.aanbod-bk-btn {
    z-index: 0;
    top: 230px;
}
.back-detail-page-btn.aanbod-bk-btn .common-btn{
    border-radius: 10px;
}
/******aanbod-dtl-top-sec**** */
.aanbod-dtl-top-sec {
    padding-top: 278px;
}
.aanbod-dtl-top-btn {
    margin-top: -95px;
    margin-bottom: 24px;
}
.aanbod-dtl-top-btn ul {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn li{
    padding-left: 0;
}
.aanbod-dtl-top-btn li::after{
    display: none;
}
.share-social-media-button a{
    width: 49px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #19243B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-social-media-button .a2a_dd svg{
    margin: 0 !important;
}
.share-social-media-button a:hover{
    background-color: #19243B;
}
.share-social-media-button:hover .a2a_dd svg{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-top-arrow-btn .swiper-button-next{
    right: -28px;
}
.aanbod-dtl-top-arrow-btn .swiper-button-prev{
    left: -28px;
}
.aanbod-dtl-car-info-area {
    margin-top: 33px;
}
.aanbod-dtl-car-info {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    align-items: center;
}
.aanbod-dtl-car-info table {
    width: 100%;
}
.aanbod-dtl-car-info tr {
    display: flex;
    align-items: end;
    gap: 118px;
    flex-wrap: wrap;
    justify-content: center;
}
.aanbod-dtl-car-info td::after {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 78%;
    content: "";
    background: rgba(13, 27, 15, 0.07);
}
.aanbod-dtl-car-info td:last-child::after{
    display: none;
}
.aanbod-dtl-car-info td {
    position: relative;
}
.aanbod-dtl-car-info td p{
    margin-bottom: 0;
    color: rgba(13, 27, 15, 0.6);
}
.aanbod-dtl-car-info td h6{
    font-size: 1.6rem;
    font-family: 'Inter-Medium';
    color: rgba(13, 27, 15, 1);
}
.aanbod-dtl-top-price h4 strong{
    font-weight: normal;
    font-size: 2.4rem;
    display: block;
}
.aanbod-dtl-top-price {
    display: flex;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-car-price p{
    color: rgba(13, 27, 15, 0.6);
    margin-bottom: 0;
}
.aanbod-dtl-mob-car{
    display: none;
}
.aanbod-dtl-top-mob{
    display: none;
}
.aanbod-dtl-top-mob-price{
    display: none;
}
.aanbod-dtl-car-info-mob{
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: #19243B;
    color: #fff;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #2F2F2F;
    text-transform: none;
	font-size: 1.6rem;
    line-height: 24px;
	font-family: 'Inter-Medium';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #2F2F2F;
    padding: 14px 30px;
    border-radius: 10px;
}
.tab-btn ul.tabs li:hover{
    color: #fff;
    background-color: #19243B;
}
.tab_container.tab-content{
	max-width: 1100px;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 20px;
    width: 34px;
	padding-right: 15px;
}
.tab_content p{
    padding-right: 10px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 68px;
	padding-bottom: 80px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 56px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 190px;
    row-gap: 45px;
}
.kenmerken-tab li {
    line-height: 30px; 
    width: 33%;
	position: relative;
	font-family: 'Inter-Regular';
	color: rgba(47, 47, 47, 0.7);
    font-size: 1.6rem;
	line-height: 24px;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #2F2F2F;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(19, 19, 19, 0.70);
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #19243B;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 5px;
	font-family: 'Inter-Regular';
    color: #131313;
    line-height: 24px;
    font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #131313;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19243B;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #19243B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
    font-family: 'Inter-Regular';
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(19, 19, 19, 1);
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(19, 19, 19, 0.70);
	font-family: 'Inter-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #2F2F2F;
    cursor: pointer;
    margin-top: 50px;
	font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color:#19243B;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #19243B;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 44, 95, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 44, 95, 0.6);
	max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #19243B;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 28px;
    filter: brightness(0);
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3.5rem;
    color: #2F2F2F;
}
.tab-popup-area p{
    color: rgba(19, 19, 19, 0.70);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.tab-popup-content h4{
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #131313;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(19, 19, 19, 0.70);
    line-height: 30px;
    color: rgba(19, 19, 19, 1);
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    font-weight: normal;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
    filter: none;
    opacity: 1;
    top: 2px;
    opacity: 1;
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: -2px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li:hover::after{
    opacity: 1;
    filter: brightness(0) invert(1);
}
.dtl-tab-mark{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.dtl-tab-mark img{
	height: 100%;
	object-fit: cover;
}
.mobile-tab-right-btn{
    display: none;
}
.aanbod-contact-img{
    width: 138px;
    height: 138px;
    flex-shrink: 0;
    background-color: #012C5F;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aanbod-contact-img img{
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 100px;
    max-width: 73px;
    height: 37px;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.tab-content-wrap .col-lg-3{
    width: 34%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .col-lg-9{
    width: 66%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .row{
    margin-left: -4px;
    margin-right: -4px;
}
.each-aanbod-contact ul{
    padding: 0;
    margin: 0;
    margin-top: 16px;
}
.each-aanbod-contact-dtl ul li{
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
}
.each-aanbod-contact-dtl li:first-child::after{
    display: none;
}
.each-aanbod-contact-dtl ul li strong{
    font-weight: normal;
    line-height: 24px;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    color: rgba(76, 55, 33, 0.5);
}
.each-aanbod-contact-dtl ul li a{
    font-family: 'Inter-Regular';
    color: rgba(76, 55, 33, 0.5);
}
.each-aanbod-contact-dtl ul li a:hover{
    color: #4C3721;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.tab-right-part{
    background-color: #F6F4F1;
    border-radius: 20px;
    padding: 25px 18px 22px;
}
.each-aanbod-contact-dtl h5 {
    color: #4C3721;
    padding-bottom: 23px;
}
.each-aanbod-contact-dtl a{
    color: rgba(76, 55, 33, 0.8);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
    letter-spacing: normal;
}
.tab-content-wrap {
    padding-top: 0px;
}
.each-aanbod-contact-dtl ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.each-aanbod-contact-dtl li::after{
    display: none;
}
.each-aanbod-contact-dtl a:hover{
    color: #4C3721;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.aanbod-top-slider img{
    border-radius: 10px;
}
.each-aanbod-contact-dtl {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.each-aanbod-contact p{
    color: #4C3721;
    margin-bottom: 12px;
}
.tab-right-part h6{
    font-size: 1.6rem;
    line-height: 24px;
    color: #4C3721;
    font-family: 'Inter-Regular';
    padding-top: 25px;
    padding-left: 19px;
    position: relative;
}
.tab-right-part h6::after{
    position: absolute;
    top: 31px;
    left: 0px;
    border-radius: 100px;
    background-color: #18DE82;
    width: 12px;
    height: 12px;
    content: "";
}
.tab-right-part-btn li::after{
    display: none;
}
.tab-right-part-btn ul{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.tab-right-part-btn ul li{
    padding-left: 0;
}
.tab-right-part-btn .common-btn{
    background-color: #19243B;
    color: #FFF;
}
.tab-right-part-btn .common-btn:hover{
    background-color: transparent;
    color: #19243B;
}
.each-aanbod-contact-logo-mob{
    display: none;
}
.aanbod-dtl-top-contact-mob{
    display: none;
}
.each-aanbod-contact-heading a{
    display: none;
}
.each-aanbod-contact-heading h5{
    color: #4C3721;
    padding-bottom: 25px;

}
/****product-sec****/
.product-sec {
    padding-top: 122px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
    padding-bottom: 106px;
}
.product-merk {
    position: absolute;
    top: -14%;
    right: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.product-merk img{
    height: 100%;
}
.each-product-img img{
    border-radius: 20px;
}
.each-product-info-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px; 
    padding: 18px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 20px;
    border: 1px solid rgba(26, 45, 55, 0.1);
    position: relative;
}
.each-product-info-top{
    padding: 0 10px 0;
}
.each-product-btm-area{
    padding: 14px 10px 0;
    border-top: 1px solid rgba(76, 55, 33, 0.07);
}
.each-product-btm-area .col-8{
    width: 70%;
}
.each-product-btm-area .col-4{
    width: 30%;
}
/* .each-product-btm-area .row{
    align-items: center;
} */
.product-slider{
    position: relative;
}
.related-slider-control .swiper-button-next {
    right: -25px;
}
.related-slider-control .swiper-button-prev{
    left: -25px;
}
.related-slider-control .common-arrow{
    top: 47%;
}
.text-item {
    color: #F7F7F7;
    font-family: 'Roboto-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px 48px;
    width: 49.2%;
}
.each-product-info p{
    margin-bottom: 0px;
    line-height: 22px;
    padding-top: 5px;
    color: rgba(76, 55, 33, 0.6);
    font-weight: normal;
}
.each-product-info-top h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(76, 55, 33, 1);
}
.product-price{
    text-align: end;
}
.product-price h6 strong {
    font-weight: normal;
    display: block;
    color: #4C3721;
    font-size: 1.4rem;
    font-family: 'Inter-Medium';
    line-height: 22px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-product-table p{
    line-height: 22px;
    margin-bottom: 2px;
    color: rgba(76, 55, 33, 0.6);
    font-size: 1.4rem;
    font-weight: normal;
}
.each-product-table h6{
    font-size: 1.4rem;
    font-family: 'Inter-Medium';
    color: #4C3721;
    line-height: 22px;
}
.each-product-table table{
    width: 100%;
}
.each-product-table tr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.each-product-table td{
    /* padding-top: 8px; */
    position: relative;
}
.product-price h6{
    position: relative;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    color: rgba(76, 55, 33, 0.6);
}
.each-product-img{
    position: relative;
}
.product-love-icon{
    position: absolute;
    top: 16px;
    right: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 1px;
    height: 100%;
    background-color: rgba(76, 55, 33, 0.07);
}
.product-sec-btn{
    padding-top: 80px;
}
.each-product:hover .each-product-info-wrap{
    background-color: #F6F4F1;
    border-color: #F6F4F1;
}
.aanbod-product-sec .each-product:hover .each-product-info-wrap{
    background-color: transparent;
    border-color: rgba(26, 45, 55, 0.1);
}
.product-love-icon .love-border{
    position: relative;
    right: -31px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-love-icon .love-fill{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .each-product:hover .love-fill{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
/* .each-product:hover .love-border{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.related-car-sec{
    padding-bottom: 120px;
}
.related-heading{
    padding-bottom: 60px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 1.4px 0 1px rgba(255, 255, 255, 0.18) inset, 0 10px 26px -12px rgba(0, 0, 0, 0.70);
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 24px;
    padding: 9px;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 13px 50px 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 0.5px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 48px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 25px;
    filter: brightness(0) invert(1);
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    border-bottom: 1px solid #1B8645;
    background-color: rgba(37, 211, 102, 0.22);
    box-shadow: 0 1px 0 1px rgba(160, 255, 195, 0.35) inset;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
    background-color: rgba(20, 20, 20, 0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li:last-child > button {
    border-bottom: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.90) inset, 0 12px 30px -16px rgba(20, 24, 34, 0.35);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a img {
    filter: brightness(1) invert(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button img {
    filter: brightness(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    color: #222831;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button, 
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    color: #222831;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.16);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a {
    background-color: rgba(255, 255, 255, 0.8);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button {
    background-color:  rgba(255, 255, 255, 0.85);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #A5D9B9;
    border-bottom-color: rgba(37, 211, 102, 0.50);
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 44px 0 60px;
    position: relative;
}
.aanbod-list-top-merk {
    position: absolute;
    top: 80px;
    right: 0;
    pointer-events: none;
    width: 33%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #1B1612;
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	opacity: 0.6;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(50%) saturate(637%) hue-rotate(182deg) brightness(93%) contrast(95%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #1B1612;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    border-radius: 10px;
    border: 1px solid #1B1612;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.aanbod-filter-sec .select-style strong{
    font-weight: normal;
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 10px;
    border-color: #19243B;
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #19243B no-repeat 91% center / 10px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #19243B;
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #19243B no-repeat 91% center / 10px;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Tuffy-Regular';
	background-color: #373737;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 8px 15px;
    z-index: 2;
    border: 1px solid rgba(27, 22, 18, 1);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1B1612;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #373737;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #373737;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #19243B;
    border-color: #19243B;
    background-image: url(../images/check-tick-mob.png);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: rgba(25, 36, 59, 0.8);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(25, 36, 59, 0.8);
    flex-direction: row-reverse;
    border-radius: 5px;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: rgba(25, 36, 59, 1);
    color: #fff;
    border-color: #19243B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
    width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: absolute;
    left: 0;
    top: -30px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec.aanbod-filter-sec-active .mobile-show-filter{
    position: fixed;
}
.mobile-show-filter .common-btn {
    font-family: 'Inter-Medium';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0px;
    background-color: #1B1612;
    border-color: #1B1612;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #0D1B0F;
    color: #0D1B0F;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #373737;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #373737;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #19243B;
    border-bottom: 1px solid #19243B;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1B1612;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(25, 36, 59, 0.7);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 190px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.filter-main .col-xl-7{
    width: 64%;
}
.filter-main .col-xl-5{
    width: 36%;
}
.filter-sort .common-btn:hover img{
    filter: brightness(0) invert(1);
}
.filter-sort .common-btn:hover{
    color: #FFF;
}
.filter-sort .common-btn{
    color: #1B1612;
    border-color: #1B1612;
    font-family: 'Inter-Regular';
}
.filter-sort .common-btn img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(1234%) hue-rotate(345deg) brightness(102%) contrast(94%);
    min-width: 15px;
    position: relative;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #19243B;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(25, 36, 59, 0.6);
    border-color: rgba(25, 36, 59, 0.6);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #19243B;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #1B1612;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1B1612;
    padding: 8px;
    background-color: #fff;
    width: 77px;
    color: #1B1612;
    font-size: 1.6rem;
    line-height: normal;
    width: 73px;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.mob-filter-visible h6 {
    color: #1B1612;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Inter-Medium';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1B1612;
}
.range-block label {
    color: #1B1612;
}
/* *** aanbod-list-product-sec **** */
/*  aanbod-list-product-sec **/
.aanbod-product-sec .row {
    row-gap: 24px;
}
.aanbod-product-sec .each-product-info-wrap{
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 18px 0 10px;
}
.aanbod-product-sec .each-product-img img{
    border-radius: 20px 20px 0 0;
}
.aanbod-product-sec .each-product-info p {
    color: rgba(25, 20, 17, 0.6);
}
.aanbod-product-sec .each-product-table p{
   color: rgba(25, 20, 17, 0.6);
}
.aanbod-product-sec .each-product-table h6{
    color: rgba(25, 20, 17, 1);
}
.aanbod-product-sec .product-price h6 strong{
    color: rgba(25, 20, 17, 1);
}
.aanbod-product-sec .product-price h6{
    color: rgba(25, 20, 17, 0.6);
}
.aanbod-product-sec .each-product-info-top h5{
    color: rgba(25, 20, 17, 1);
}
.each-product-info-wrap .common-btn{
    max-width: max-content;
    padding: 11px 34px 11px 18px;
    color: #1B1612;
    border-color: #1B1612;
}
.each-product-info-wrap .common-btn:hover{
    color: #fff;
}
.aanbod-product-sec .each-product-btm-btn{
    padding: 16px 10px 0;
}
.aanbod-product-sec .fill-btn::after {
    top: 51%;
    right: 20px;
}
/* *** aanbod-modellen *** */
.modellen-top.aanbod-modellen li{
    font-size: 1.6rem;
    color: #191411;
    line-height: 24px;
}
.modellen-top.aanbod-modellen h6{
    font-size: 1.6rem;
    color: #191411;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
/* ============================================== verkocht ============================================== */
/****verkocht-top****/
.verkocht-top {
    padding-top: 250px;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    padding: 80px 0;
}
/* =============== FAVORIETEN ======== */
/* *** favorieten-top-sec ** */
.favorieten-top-sec{
    padding-top: 253px;
    padding-bottom: 18px;
}
.favorieten-top-heading{
    padding-bottom: 36px;
}
.favorieten-car-dtl .each-product-info-top {
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
}
.favorieten-car-dtl .each-product-info-wrap{
    padding: 14px 14px 10px;
}
.favorieten-cross {
    position: absolute;
    top: 8px;
    right: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #1D1D1F;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.favorieten-cross img{
    width: 12px;
}
/* **** favorieten-dtl-wrap *** */
.favorieten-dtl-sec{
    padding-bottom: 72px;
    /* padding-top: 200px; */
}
.favorieten-dtl-wrap table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.favorieten-dtl-wrap thead th{
    color:#fff;
    text-align:end;
    font-size: 2.4rem;
    width: 25%;
    white-space:nowrap;
    width:auto;
    min-width:200px;
}
.favorieten-dtl-wrap tbody td{
    display:flex;
    padding:0;
}
.favorieten-dtl-wrap tbody td strong{
    display:block;
    padding:12px 18px;
    font-weight: normal;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    text-align: center;
}
.favorieten-dtl-wrap tbody td:first-child strong{
    width:100%;
    background:#fff;
    font-family: 'Inter-Bold';
    border-radius: 20px 20px 0 0;
    font-size: 1.4rem;
    padding: 9px 18px;
    text-align: left;
}
.favorieten-dtl-wrap tbody td strong:first-child{
    font-family: 'Inter-Bold';
    text-align: left;
}
.favorieten-dtl-wrap tbody{
    display: block;
    width: 100%;
}
.favorieten-dtl-wrap tbody tr{
    width: 100%;
    display: block;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}
.favorieten-dtl-wrap tbody td:nth-child(odd){
    background-color: #F6F4F1;
}
.favorieten-dtl-wrap thead{
    width: 100%;
    display: block;
    border-radius: 20px;
    background:#053060;
    padding: 13px 100px 13px 30px;
}
.favorieten-dtl-wrap thead tr{
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 144px;
    gap: 100px;
    max-width: max-content;
}
.favorieten-dtl-wrap tbody td{
    display:flex;
    flex-wrap:nowrap;
    padding:0;
}
/* .favorieten-dtl-wrap{
    height:100vh;
    overflow:auto;
} */
.favorieten-dtl-wrap{
    overflow:auto;
}
.favorieten-dtl-wrap thead{
    position:sticky;
    /* position: absolute; */
    top:0;
    z-index:10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.favorieten-dtl-wrap thead.fixed-head{
    position: fixed;
    top: 175px;
    max-width: 1514px;
}
.favorieten-dtl-wrap tbody td{
    display:flex;
    padding:0;
    align-items:flex-start;
    gap: 144px;
    border-top: 1px solid #E5E7EB;
}
.favorieten-dtl-wrap tbody td:first-child{
    border-top: 0;
    background: #fff;
}
.favorieten-dtl-wrap tbody td strong{
    display:block;
    flex:0 0 auto;
    white-space:nowrap;
}
.favorieten-top-heading p{
    display: none;
}
.favorieten-price{
    display: none;
}
.favorieten-top-heading ul{
    display: none;
}
.favorieten-dtl-area-mob{
    display: block;
}

.product-love-icon::after{
    content: "";
    /* top: 16px;
    right: 16px; */
    top: 0px;
    right: 0px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/love-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 24px;
}
.product-love-icon.active::after{
    background-image: url(../images/love-hover.png);
}



.back-detail-page-btn strong{
    font-weight: normal;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn{
    background-color: #19243B !important;
}
.voorraadwekker_widget_section .form_part{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    max-width: 1458px;
    margin-left: auto;
    margin-right: auto;
}
.voorraadwekker_widget_section{
    margin-top: 24px;
}
.select2-results li::after{
    display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #19243B !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover, .voorraadwekker_widget_section .form_part .voorraadwekker_btn:focus {
    border-color: #19243B !important;
}
.right-btn-main .common-btn{
    color: #053060;
}
.right-btn-main .common-btn:last-child{
    color: #19243B;
    margin-left: 8px;
}
.right-btn-main .common-btn:hover{
    color: #fff;
}
/* .right-btn-main .active {
    background-color: #ff3870;
} */
.banner-content-wrap li:first-child .common-btn{
    background-color: #F6F4F1;
    border-color: #F6F4F1;
}
.banner-content-wrap li:first-child  .common-btn:hover{
    background-color: transparent;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.calsty {
  width: 100%;
}
.mobile-menu {
    display: none;
}
.favorieten-top-sec-desk {
    display: none;
}
/* .favorieten-top-sec-mob {
    display: none;
} */
/* ============================================== acties-list ============================================== */
/****acties-list-top****/
.acties-list-top {
    padding-bottom: 96px;
}
.acties-list-top h5 {
    color: #191411;
}
.acties-list-top p {
    max-width: 645px;
    width: 100%;
}
/****acties-list-sec****/
.acties-list-sec {
    padding: 120px 0;
}
.each-acties-list-wrap .each-d-list {
    display: flex;
    border: 0;
    border-radius: unset;
    align-items: center;
    flex-wrap: wrap;
}
.each-acties-list-wrap .each-d-list ul {
    margin: 22px 0 70px;
}
.each-acties-list-wrap .each-d-list-img {
    height: 377px;
    overflow: hidden;
    border-radius: 20px;
}
.each-acties-list-wrap .each-d-list-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: unset;
}
.each-acties-list-wrap .each-d-list .common-btn {
    background-color: #19243B;
    color: #fff;
}
.each-acties-list-wrap .each-d-list .fill-btn::after {
    filter: brightness(0) invert(1);
}
.each-acties-list-wrap .each-d-list:hover .common-btn{
    background-color: transparent;
    color: #19243B;
}
.each-acties-list-wrap .each-d-list:hover .fill-btn::after {
    filter: brightness(1);
}
.each-acties-list-wrap .each-d-list:hover .each-d-list-img img {
    transform: scale(1.1);
}
.each-acties-list-wrap .each-d-list-info h5 {
    color: #191411;
}
.each-acties-list-wrap .each-d-list-info li {
    color: rgba(25, 20, 17, 0.6);
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.each-acties-list-wrap .each-d-list-info li::after {
    top: 7px;
}
.each-acties-list-wrap .each-d-list-info {
    padding: 0;
    padding-left: 90px;
}
.each-acties-list-wrap {
    padding-bottom: 65px;
}
.each-acties-list-wrap:last-child {
    padding-bottom: 0;
}
.each-acties-list-wrap .each-d-list:hover {
    background-color: transparent;
    border-color: transparent;
}
/* ============================================== nieuwe-modellen-detail ============================================== */
/****nieuwe-modellen-back-btn****/
.nieuwe-modellen-back-btn .common-btn {
    top: 2px;
    left: 34px;
}
/****nieuwe-modellen-detail-car-block****/
.nieuwe-modellen-detail-car-block {
    padding-top: 11.4%;
}
.each-nieuwe-modellen-detail-car-block {
    padding-bottom: 43px;
}
.each-nieuwe-modellen-detail-car-block:last-child {
    padding-bottom: 0;
}
.each-nieuwe-modellen-detail-car-block-info {
    margin-top: 85px;
    padding-left: 31px;
}
.each-nieuwe-modellen-detail-car-block .row.flex-row-reverse .each-nieuwe-modellen-detail-car-block-info {
    margin-top: 49px;
    padding-right: 36px;
    padding-left: 0;
}
.each-nieuwe-modellen-detail-car-block-info h2 {
    margin-bottom: 28px;
}
.each-nieuwe-modellen-detail-car-block-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-nieuwe-modellen-detail-car-block .common-btn {
    background-color: #19243B;
    border-color: #19243B;
    border-radius: 10px;
    color: #fff;
    margin-top: 14px;
    display: inline;
    margin-right: 15px;
}
.each-nieuwe-modellen-detail-car-block .common-btn:hover {
    background-color: transparent;
    color: #19243B;
}
.each-nieuwe-modellen-detail-car-block-info .fill-btn::after {
    filter: brightness(0) invert(1);
    top: 53%;
}
.each-nieuwe-modellen-detail-car-block-info .fill-btn:hover::after {
    filter: brightness(1) invert(0);
}
































/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
}
.star_icon p img{
    width: 34px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#19243B calc(1*100%/6),#fff 0 calc(3*100%/6),#19243B 0),
              linear-gradient(#19243B calc(2*100%/6),#fff 0 calc(4*100%/6),#19243B 0),
              linear-gradient(#19243B calc(3*100%/6),#fff 0 calc(5*100%/6),#19243B 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #19243B;
  }


.carpass-img {
    width: 115px;
}






.fix-wp { 
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%; 
    position: fixed;
    bottom: 20px;
    right: 28px;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.fix-call {
    height: 52px;
    width: 52px;
    background-color: #00132F;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.fix-wp img,
.fix-call img {
    width: 22px;
}
.fix-wp a, 
.fix-call a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/* whats app lab start  */
.fix-wp {
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
    display: none;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 2.7vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 28px; 
    bottom: 28px;
/*    / left: 16px; */
    right: -11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fix-wp{
        display: none;
    }
}
/* whatapp lab end  */



















.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
}


@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.listview-top-content.privacy_section{
    padding-top: 220px;
    padding-bottom: 110px;
}
.acties-left-content h2{
    padding-bottom: 20px !important;
}
.favorieten-top-heading .common-btn{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.red-header-heart {
    border-radius: 4px;
    /* background-color: #053060; */
    /* background-color: #D6D4D5; */
    overflow: hidden;
    padding: 16px 16px;
    margin-top: 1px !important;
    margin-right: 0 !important;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.red-header-heart:hover {
    background-color: #fff;
}
/* .right-btn-main::after {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/love-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 24px;
}
.right-btn-main.active::after {
    background-image: url(../images/love-hover.png);
} */
.autotelex-sec{
    padding: 45px 0 70px;
}



.form-popup-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.form-popup-new .tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.form-popup-new  .popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(217, 217, 217, 0.8);
    top: 0;
    left: 0;
    z-index: 100;
}
.form-popup-new .tab-popup-area {
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 72px 30px 40px;
    width: 640px;
    height: auto;
    overflow: hidden;
    max-width: 93%;
}
.form-popup-new .form-style {
    background-color: transparent;
    font-size: 1.6rem;
    line-height: 46px;
    color: #191411;
    font-family: 'Inter-Regular';
    width: 100%;
    border: 1px solid rgba(226, 229, 234, 1);
    border-radius: 5px;
    padding: 14px 14px;
    height: 48px;
}
.form-popup-new .form-group{
    margin-bottom: 22px;
}
.form-popup-new .form-control:focus {
    color: #191411;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #191411;
}
.form-popup-new .form-style::placeholder {
    color: rgba(9, 10, 14, 0.70);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-popup-new .form-style:focus::placeholder {
    color: #191411;
}
.form-popup-new .form-btn {
    margin-top: 35px;
    text-align: center;
}
.form-popup-new .form-btn .common-btn{
    padding: 11px 24px;
}
.form-popup-new {
    display: none;
}
.form-popup-new .close-img {
    height: 29px;
    width: 29px;
    border-radius: 100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 16px;
    top: 16px;
    position: absolute;
    border: 1px solid #002C5F;
}
.form-popup-new .close-img img{
    filter: brightness(0);
    width: 10px;
}
.form-left-contact em{
    color: #fff;
    opacity: 0.7;
    font-style: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.6rem;
    line-height: 24px;
}
.form-contact-mob em{
    color: #fff;
    opacity: 0.7;
    font-style: normal;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 1.4rem;
    line-height: 22px;
}
.form-popup-new textarea.form-control.form-style{
    line-height: 24px;
}
.diens-dtl-top-sec.werkplaats-dtl-top-sec{
    padding-top: 105px;
}
.form-sec-work{
    padding-top: 255px;
}
.diens-slider-sec.werk-dtl-slider{
    padding-top: 115px;
}
.form-popup-new{
    overflow: hidden;
}


.banner-content-wrap .common-btn {
    font-size: 1.4rem;
    padding: 14px 20px 14px 8px;
}
.banner-content-wrap .fill-btn::after {
    right: 8px;
}
.acties-top-sec-img img {
    border-radius: 20px;
    overflow: hidden;
}


.modellen-wrapper .row{
    row-gap: 43px;
}
.modellen-car-btm-slider .common-arrow{
    display: none !important;
}
.modellen-wrapper{
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}
.diens-dtl-top-img{
    margin-top: 70px;
}
.dtl-mail-img {
    width: 15px;
}
.aanbod-dtl-top-slider .product-love-icon {
    right: auto;
    transform: translateX(-50%);
    z-index: 1;
    left: 48%;
}
