body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: #1E1E1E;
    /*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; 
}
/****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;
}
/**********form**************/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* ============================================== index ============================================== */
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
    position: relative;
    z-index: 99;
    /* max-width: 54%; */
    max-width: 76%;
    margin: 0 auto;
    padding: 22px 0;
}
.header-active {
    background-color: #fff;
    border-bottom: 1px solid #2E3633;
}
.header-logo {
    text-align: center;
    position: relative;
    z-index: 1;
    background: transparent;
}
.header-logo img {
    width: 263px;
}
.header-area .sec-mark::after {
    display: none;
}
.header-area .sec-mark::before {
    background-color: #fff;
}
.header-nav {
    position: relative;
}
.header-nav::after {
    position: absolute;
    left: -215%;
    bottom: -19px;
    background-color: #fff;
    width: calc(100% + 220%);
    height: 1px;
    content: '';
}
.header-right {
    position: relative;
}
.header-right::before {
    position: absolute;
    right: -215%;
    bottom: -19px;
    background-color: #fff;
    width: calc(100% + 220%);
    height: 1px;
    content: '';
}
.header-nav > ul,
.header-right > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul {
    justify-content: end;
}
.header-nav > ul > li {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-right a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-right > ul > li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-right > ul > li::after {
    display: none;
}
.header-active .header-nav > ul > li > a {
    color: #000;
}
.header-active .header-nav .parent-dropdown img {
    filter: brightness(1) invert(0);
}
.header-active .header-nav > ul > li > a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.header-active .header-right a {
    color: #000;
}
.header-active .header-right a:hover {
    color: rgba(0, 0, 0, 0.5);
}
/******menu-btn******/
.menu-btn {
    text-align: right;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.header-active .menu-btn {
    color: #000;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #000;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-bar {
    max-width: 49px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 2px 0 2px auto;
    width: 49px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    transform: scale(0);
}
/* .menu-btn.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
    width: 32px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-1px) rotate(-135deg);
    width: 32px;
} */
/* .menu-btn.active strong {
    display: none;
} */
.header-right {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgba(30, 30, 30, 0.2);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgba(30, 30, 30, 0.2);
	min-width: 170px;
	margin-top: 20px;
    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: 120px;
    overflow-y: auto;
    border-radius: 10px;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown::after {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.parent-dropdown > ul > li {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: rgba(30, 30, 30, 0.5);
	padding: 5px 17px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.2);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #1E1E1E;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 74%;
    margin: 0 auto;
    background-color: #1E1E1E;
    padding: 172px 0 86px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-left {
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 64px;
}
.header-social {
    position: relative;
    padding-top: 52px;
}
.header-social::after {
    background-color: #2E3633;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}
.side-menu-nav.side-menu-nav-mobile {
    display: none;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu .container {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.side-menu-nav {
    max-width: 500px;
    width: 100%;
}
.side-menu-nav > ul > li {
    margin-bottom: 7px;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: normal;
    font-family: 'lama_sansbold';
    display: block;
}
.side-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-nav > ul > li::after {
    display: none;
}
.side-menu-nav > ul > li > a {
    /* color: #000; */
    display: inline;
    padding-bottom: 0;
    position: relative;
}
.side-menu-nav > ul > li > a:hover {
    color: transparent;
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
/* .side-menu-nav > ul > li > a::after {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    background-image: url(../images/mega-menu-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-nav > ul > li > a:hover {
    color: #fff;
    padding-left: 74px;
} */
/* .side-menu-nav > ul > li > a:hover::after {
    transform: translate(150%, -50%);
} */
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
    margin-left: 60px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown > ul > li {
    font-size: 2.2rem;
}
.side-menu .parent-dropdown > ul > li > a {
    color: rgba(0, 0, 0, 0.5);
    padding: 8px 15px;
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: #000;
    background-color: transparent;
}
.side-menu .parent-dropdown img {
    top: 20px;
    width: 20px;
}
.side-menu-header-active .header-nav > ul > li > a {
    color: #fff;
}
.side-menu-header-active .header-nav .parent-dropdown img {
    filter: brightness(1) invert(0);
}
.side-menu-header-active .header-right a {
    color: #fff;
}
.side-menu-header-active .menu-btn {
    color: #fff;
}
.side-menu-header-active .menu-bar div, 
.side-menu-header-active .menu-bar::after, 
.side-menu-header-active .menu-bar::before {
    background-color: #fff;
}
.side-menu-header-active .header-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-social ul {
    display: flex;
    column-gap: 16%;
}
.header-social li {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.header-social li em {
    border-radius: 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    overflow: hidden;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 15px;
}
.header-social li em img {
    width: 24px;
    filter: brightness(0) invert(1);
}
.header-social li::after {
    display: none;
}
.header-social li h6 {
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0.8px;
}
.header-social li p a {
    color: #fff;
    font-family: 'LamaSans-Medium';
    line-height: normal;
}
.header-social li p a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header-social {
    max-width: 58%;
    margin: 0 auto;
}
.header-social li strong {
    font-weight: normal;
}
/****banner-sec****/
.banner-sec {
    position: relative;
}
.banner-sec .sec-mark {
    z-index: 2;
}
.banner-sec .sec-mark::after {
    display: none;
}
.banner-sec .sec-mark::before {
    background-color: #fff;
}
.banner-video, .each-banner {
	height: 780px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    color: #fff;
    margin-bottom: 35px;
}
.banner-content ul {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.banner-content li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content li::after {
    display: none;
}
/****banner-btm-slider****/
.each-banner-btm-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* background-color: #F6F6F6; */
    background-color: #2D2D2D;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 24px 0;
}
.each-banner-btm-slider-info {
    padding-right: 10px;
}
.each-banner-btm-slider:hover {
    /* background-color: #895644; */
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
}
.each-banner-btm-slider-img img {
    width: 43px;
}
.each-banner-btm-slider-info h6,
.each-banner-btm-slider-info h6 strong {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.each-banner-btm-slider-info h6 strong {
    font-weight: normal;
    font-family: 'MonaSansExpanded-Bold';
    color: #fff;
}
/* .each-banner-btm-slider-info h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.each-banner-btm-slider:hover .each-banner-btm-slider-info h6,
.each-banner-btm-slider:hover .each-banner-btm-slider-info h6 strong {
    color: #1E1E1E;
}
/****product-sec****/
.product-sec {
    padding: 70px 0 110px;
    background-color: #1E1E1E;
    position: relative;
    overflow: hidden;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.product-heading {
    margin-bottom: 57px;
}
.product-heading p {
    max-width: 475px;
    margin: 9px auto 0;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 11px;
}
/* .each-product-text h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-family: 'MonaSansExpanded-Bold';
    letter-spacing: normal;
}  
.each-product-text h6 { */
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    /* margin-bottom: 8px;
    color: #fff;
}  
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.each-product-text td {
    color: #fff;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    display: block;
    line-height: normal;
}
.each-product-text td em {
    font-style: normal;
    display: none;
}
.each-product-text {
    margin-top: 12px;
}
.each-product-text td img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
} */
.each-product-text-wrap {
    margin-bottom: 23px;
}
.each-product-text-wrap,
.each-product-text tr {
    /* padding: 0 16px; */
}
.each-product-text table {
    /* margin-bottom: 16px; */
}
.product-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    line-height: 26px; 
    border-radius: 10px;
    border: 1px solid #2D2D2D;
    background-color: #2D2D2D;
    padding: 15px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.product-price strong {
    color: #fff;
    font-weight: normal;
    font-family: 'lama_sansbold';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price::after {
    background-image: url(../images/product-price-arrow.svg);
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-price {
    background-color: #895644;
    color: rgba(255, 255, 255, 0.7);
}
.each-product:hover .product-price strong {
    color: #fff;
}
.each-product:hover .product-price::after {
    /* filter: brightness(1) invert(1); */
}
.product-btn {
    margin-top: 59px;
}
/****service-sec****/
.service-sec {
    position: relative;
    background-color: #1E1E1E;
    padding: 72px 0 60px;
	overflow-x: clip;
	position: relative;
}
.service-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.service-sec .sec-mark::after {
    background-color: #fff;
}
.service-sec .sec-mark::before {
    background-color: #fff;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-title{
    max-width: 700px;
    width: 100%;
    margin-bottom: 65px;
}
.service-title p {
    margin-top: 14px;
    letter-spacing: 0.32px;
    margin-bottom: 32px;
}
.each-servie-img {
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-servie-img img {
	height: 100%;
	object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.each-servie-text {
	position: relative;
	overflow: hidden;
}
.each-servie-text h2 {
	display: flex;
	overflow-y: clip;
	position: relative;
	height: 42px;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-servie-text h2::after {
	content: "";
	height: 1px;
	background-color: #FFFFFF;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position:absolute;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-servie-text h5 {
    margin-top: 22px;
}
.each-servie-text p {
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 595px;
	width: 100%;
    letter-spacing: 0.32px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-servie:hover .each-servie-text p {
    opacity: 1;
}
.each-servie-text h2 .digit-wrapper {
	position: relative;
	height: 60px;
	width: 40px; 
	overflow: hidden;
}
.each-servie-text h2 .static {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0);
	transition: transform 0.2s ease;
}
.each-servie-text h2 .roll {
	position: absolute;
	top: 0%;
	left: 0;
	transform: translateY(100%);
	transition: transform 0.2s ease;
}
.each-servie:hover h2 {
	height: 54px;
}
.each-servie {
	position: relative;
	overflow: hidden;
	height: 363px;
	background-color: #2D2D2D;
    border-radius: 10px;
    overflow: hidden;
}
.each-servie-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 23px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.each-servie:hover .each-servie-img {
	opacity: 0;
	transform: scale(1.1);
}
.service-block .col-lg-4,
.service-block .col-lg-6 {
    padding-left: 11px;
    padding-right: 11px;
}
.service-block .row {
    margin-left: -11px;
    margin-right: -11px;
    row-gap: 22px;
}
.service-slider {
    display: none;
}
.each-servie-text h6 {
    display: none;
}
.service-txt-mobile > p  {
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
/****about-sec****/
.about-sec {
    position: relative;
}
.about-bg-img {
    position: relative;
    padding: 121px 0 234px;
}
.about-bg-img::after {
    /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.89) 40.8%, rgba(255, 255, 255, 0.02) 100%); */
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0.89) 40.8%, rgba(30, 30, 30, 0.02) 100%);
    position: absolute;
    content: '';
    height: 76%;
    width: 100%;
    top: 0;
    left: 0;
}
.about-logo img {
    width: 589px;
}
.about-logo {
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-info {
    text-align: center;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-info .common-btn {
    /* color: #2E3633; */
}
.about-info p {
    /* color: #1E1E1E; */
    color: #FFFFFF;
    max-width: 685px;
    margin: 0 auto 40px;
}
/****home-btm-slider****/
.home-btm-slider {
    padding: 25px 0;
    position: relative;
    /* background-color: #895644; */
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
}
.home-btm-slider .swiper,
.home-btm-slider .swiper-slide {
    height: auto;
}
.each-counter-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    height: 100%;
}
.each-counter-info {
    border-radius: 10px;
    /* background-color: #EEE; */
    background-color: #1E1E1E;
    overflow: hidden;
    width: 49.5%;
    padding: 24px 25px 25px;
    position: relative;
}
.home-counter-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.each-counter-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-counter-img {
    width: 47%;
}
.each-counter {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    position: relative;
    z-index: 1;
}
.each-counter h6,
.each-counter h3 {
    color: #fff;
}
.each-counter-vector-img {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.each-counter-vector-img img {
    width: 24px;
    filter: brightness(0) invert(1);
}
.home-counter-mark-mobile {
    display: none;
}
/****footer-area****/
.footer-top {
    background-color: #1E1E1E;
    padding: 120px 0 118px;
    position: relative;
}
.footer-top .sec-mark::before,
.footer-top .sec-mark::after {
    height: calc(100% - 65%);
}
.footer-top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.each-footer-contact {
    text-align: center;
}
.each-footer-contact img {
    width: 37px;
    height: 35px;
}
.each-footer-contact p {
    margin-bottom: 1px;
}
.each-footer-contact h5 {
    color: #E4F0FC;
    font-family: 'LamaSans-Medium';
    line-height: normal;
    letter-spacing: normal;
    margin: 23px 0 10px;
}
.each-footer-contact p a,
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.7);
    line-height: normal;
}
.each-footer-contact p a:hover {
    color: transparent;
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
.each-footer-contact.each-footer-openings table {
    text-align: left;
}
.each-footer-contact p a {
    line-height: 28px;
}
.each-footer-contact.each-footer-openings td:first-child {
    padding-right: 15px;
}
.footer-btm {
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    padding-bottom: 40px;
}
.footer-logo img {
    width: 307px;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}
.footer-social li {
    margin-bottom: 0;
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 35px;
    width: 35px;
    border: 1px solid #1E1E1E;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 11px;
    
}
.footer-social li a:hover {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(51%) saturate(254%) hue-rotate(334deg) brightness(88%) contrast(88%);
    filter: brightness(0) invert(1);
}
/* .footer-btm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
} */
.footer-logo {
    text-align: center;
}
.footer-btm-part {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 42px 0 8px;
    margin-bottom: 22px;
}
.footer-credit {
    text-align: center;
}
.footer-credit a {
    color: #1E1E1E;
    font-family: 'Inter-Regular';
    line-height: normal;
}
.footer-credit a:hover {
    color: rgba(30, 30, 30, 0.6);
}
.each-footer-wrap .header-nav > ul > li > a {
    color: #1E1E1E;
} 
.each-footer-wrap .header-nav > ul > li > a:hover {
    color: rgba(30, 30, 30, 0.6);
}
.each-footer-wrap .header-nav::after {
    display: none;
}
.each-footer-wrap .header-nav .parent-dropdown img {
    filter: brightness(0);
    opacity: 0.5;
}
.footer-social.footer-social-mobile {
    display: none;
}

.usp-marquee-bg{
    overflow: hidden;
    position: relative;
}
.usp-marquee-wrap {
    padding: 23px 0px 25px;
	display: flex;
	width: max-content;
    gap: 18px;
    border-bottom: 1px solid #1E1E1E;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    font-family: 'Georgia';
    padding: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #1E1E1E;
    font-size: 2.4rem;
    line-height: 32px; 
}
.usp-marquee-wrap ul li a {
    color: #1E1E1E;
}
.usp-marquee-wrap ul li a:hover {
    color: rgba(30, 30, 30, 0.7);
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/usp-bullet.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 8px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    left: 0;
    /* filter: brightness(0) invert(1); */
}
.usp-marquee-sec {
    display: none;
}
/* ============================================== diensten ============================================== */
/****list-header****/
.list-header .sec-mark::before,
.list-header .sec-mark::after {
    background-color: #2E3633;
}
.header-area.list-header.header-active.sec-mark::after {
    display: flex;
    background-color: #2E3633;
}
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-sec .sec-mark::before,
.inner-banner-sec .sec-mark::after {
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
/****d-list-sec****/
.d-list-sec {
    padding: 120px 0 160px;
    position: relative;
}
.d-list-sec .sec-mark::before,
.d-list-sec .sec-mark::after {
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.each-dinst-servie .each-servie-text h2,
.each-dinst-servie .each-servie-text h5 {
    opacity: 0;
}
.each-dinst-servie-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.each-dinst-servie:hover .each-servie-text h2,
.each-dinst-servie:hover .each-servie-text h5 {
    opacity: 0;
}
.each-dinst-servie:hover h2 {
    height: auto;
}
.each-dinst-servie:hover .each-servie-img {
    opacity: 1;
    transform: none;
}
.each-dinst-servie:hover .each-servie-text p {
    opacity: 0;
}
/* .each-servie:hover .each-dinst-servie-title {
    display: none;
} */
.d-list-sec .col-lg-6,
.d-list-sec .col-lg-12 {
    padding-left: 11.5px;
    padding-right: 11.5px;
}
.d-list-sec .row {
    margin-left: -11.5px;
    margin-right: -11.5px;
    row-gap: 23px;
}
/* ============================================== over-ons ============================================== */
/****over-ons-top****/
.over-ons-top {
    padding: 120px 0 80px;
    position: relative;
}
.over-ons-top .sec-mark::before,
.over-ons-top .sec-mark::after {
    /* background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%); */
    background-color: rgba(209, 212, 211, 0.51);
}
.over-ons-top-info {
    border-radius: 10px;
    background-color: #EEE;
    padding: 35px 32px;
    height: 100%;
    position: relative;
    margin-right: 8px;
}
.over-ons-top-info p {
    max-width: 565px;
    width: 100%;
}
.over-ons-top-img {
    height: 100%;
}
.over-ons-top-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.over-ons-top-info h2,
.over-ons-top-info p {
    color: #1E1E1E;
    position: relative;
    z-index: 1;
}
.over-ons-top-info h2 {
    margin-bottom: 30px;
}
/****over-ons-mid****/
.over-ons-mid {
    position: relative;
    background-color: #1E1E1E;
    padding: 85px 0 78px;
}
.over-ons-mid-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.over-ons-mid-img {
    height: 100%;
}
.over-ons-mid-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.over-ons-mid .sec-mark::before,
.over-ons-mid .sec-mark::after {
    /* background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%); */
    background-color: rgba(209, 212, 211, 0.51);
}
.over-ons-mid .container {
    position: relative;
    z-index: 1;
}
.over-ons-mid-info h2 strong {
    font-weight: normal;
    color: transparent;
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
.over-ons-mid-info tr {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.over-ons-mid-info td h6 {
    color: #fff;
    font-family: 'MonaSansExpanded-Bold';
    margin: 12px 0 2px;
}
.over-ons-mid-info td p {
    max-width: 550px;
    width: 100%;
}
.over-ons-mid-info td img {
    width: 43px;
}
.over-ons-mid .col-lg-5 {
    width: 37%;
}
.over-ons-mid .col-lg-7 {
    width: 63%;
}
.over-ons-mid-info {
    padding-left: 53px;
}
.over-ons-mid-info h2 {
    margin-bottom: 28px;
}
/****over-ons-about-sec****/
.over-ons-about-sec .about-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 60%;
    margin: 0 auto;
}
.over-ons-about-sec,
.each-over-ons-counter h5 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-sec:hover .each-over-ons-counter h5 {
    color: #fff;
}
.over-ons-about-sec .about-bg-img {
    padding: 121px 0 68px;
}
.each-over-ons-counter h2 {
    text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
    line-height: 56px;
}
.each-over-ons-counter h5 {
    text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
    color: #E4F0FC;
}
.over-ons-about-sec .about-logo {
    margin-bottom: 15%;
}
.over-ons-about-sec .sec-mark::before,
.over-ons-about-sec .sec-mark::after {
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
/* ============================================== diensten-dtl ============================================== */
/****dtl-header****/
.dtl-header {
    background-color: #1E1E1E;
}
.dtl-header.header-active .header-nav > ul > li > a {
    color: #fff;
}
.dtl-header.header-active .header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.dtl-header.header-active .header-right a {
    color: #fff;
}
.dtl-header.header-active .menu-btn {
    color: #fff;
}
.dtl-header.header-active .menu-bar div, 
.dtl-header.header-active .menu-bar::after, 
.dtl-header.header-active .menu-bar::before {
    background-color: #fff;
}
.dtl-header.header-active .header-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.dtl-header.header-active .header-right a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.dtl-header .sec-mark::after {
    display: block;
}
.dtl-header .sec-mark::after,
.dtl-header .sec-mark::before {
    background-color: #2E3633;
}
.dtl-header .header-nav::after,
.dtl-header .header-right::before {
    display: none;
}
/****back-btn****/
.back-btn {
    padding-top: 250px;
    position: relative;
}
.back-btn .border-btn {
    /* color: #2E3633;
    border-color: #2E3633; */
}
.back-btn .border-btn:hover {
    color: #fff;
    border-color: #895644;
}
.back-btn .sec-mark::after,
.back-btn .sec-mark::before {
    background: linear-gradient(280deg, rgba(46, 54, 51, 0.4) 14%, rgba(209, 212, 211, 0.51) 50%);
    background-color: #2E3633;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 15px 0 0;
}
/****diensten-dtl-about-sec****/
.diensten-dtl-about-sec .about-info {
    text-align: left;
}
.diensten-dtl-about-sec .about-info td {
    border-radius: 10px;
    background-color: #EEE;
    border: 1px solid #EEE;
    overflow: hidden;
    padding: 25px 25px 0;
    position: relative;
    width: 49.4%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-about-sec .about-info td:hover {
    border-color: #895644;
}
.diensten-dtl-about-sec .d-dtl-logo {
    width: 43px;
}
.diensten-dtl-about-sec .about-info td h6 {
    font-family: 'MonaSansExpanded-Bold';
    position: relative;
    z-index: 1;
    margin: 13px 0 8px;
}
.diensten-dtl-about-sec .about-info h2 {
    /* color: #1E1E1E; */
    text-align: center;
    margin-bottom: 21.5%;
}
.diensten-dtl-about-sec .about-info tr {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.diensten-dtl-about-sec .about-bg-img {
    position: relative;
    padding: 135px 0 25px;
}
.diensten-dtl-about-sec .about-info td em {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.diensten-dtl-about-sec .about-info td p {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    max-width: 490px;
    width: 100%;
    margin-left: 0;
    color: #1E1E1E;
}
.diensten-dtl-about-sec .about-info {
    width: 100%;
}
.diensten-dtl-about-sec .about-info table {
    width: 100%;
}
/****form-sec****/
.form-sec {
    /* background-color: #fff; */
    padding: 120px 0 135px;
    position: relative;
    overflow-x: clip;
}
.form-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 58%;
    width: 100%;
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0.89) 40.8%, rgba(30, 30, 30, 0.02) 100%);
}
.form-title {
    text-align: center;
    margin-bottom: 55px;
}
.form-title h2 {
    margin: 0 auto;
}
.form-title,
.form-part{
    position: relative;
    z-index: 1;
}
.form-part{
    border-radius: 30px;
    background-color: #FFF;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    padding: 14px;
    max-width: 1243px;
    margin-left: auto;
    margin-right: auto;
}
.form-left {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1E1E1E;
    padding: 25px 28px 45px;
    position: relative;
}
.form-oval-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.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);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.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: 32px;
}
.form-social-icon ul {
    display: flex;
    column-gap: 12px;
}
.form-social-icon li a {
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social-icon li a:hover{
    /* background: #895644;
    border-color: #895644; */
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    border: transparent;
}
.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: 20px;
    color: rgba(46, 44, 40, 0.70);
}
.form-part .col-lg-5 {
    width: 36%;
}
.form-part .col-lg-7 {
    width: 64%;
}
.form-right {
    overflow: hidden;
    padding: 72px 60px 68px;
    height: 100%;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding-left: 23px;
    padding-right: 23px;
}
.form-main-area .row {
    margin-left: -23px;
    margin-right: -23px;
}
.form-main-area .form-group {
    margin-bottom: 74px;
    position: relative;
}
.form-main-area .form-group.from-group-textarea {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 38px;
}
.form-main-area .form-styl {
    resize: none;
    border: 0;
    border-radius: 0;
    font-family: 'LamaSans-Regular';
    background-color: transparent;
    color: #2E3633;
    font-size: 1.6rem;
    padding: 0 0 24px;
    border-bottom: 1.5px solid rgba(137, 86, 68, 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(46, 54, 51, 0.5);
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.form-main-area .form-styl:placeholder {
    color: rgba(46, 54, 51, 0.5);
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(46, 54, 51, 0.5);
}
.form-main-area .form-styl::placeholder {
    color: rgba(46, 54, 51, 0.5);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #2E3633;
    border-bottom: 1px solid #895644;
}
.form-main-area .form-styl:focus::placeholder {
    color: #2E3633;
}
.form-group textarea.form-control {
    min-height: 110px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: rgba(46, 54, 51, 0.5);
}
.form-main-area .has-value label {
    display: none;
}
.form-btn .common-btn {
    padding: 8px 15px;
}
.form-btn .common-btn:hover {
    border-color: #895644;
    color: #1E1E1E;
}
.form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 7px;
    /* filter: brightness(0) invert(1); */
}
.form-btn .common-btn:hover img {
    filter: brightness(100) invert(1);
}
.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-sec .sec-mark::after,
.form-sec .sec-mark::before {
    background: linear-gradient(280deg, rgba(46, 54, 51, 0.4) 14%, rgba(209, 212, 211, 0.51) 50%);
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    padding-top: 125px;
}
.dtl-slider-sec .container {
    position: relative;
    z-index: 1;
}
.dtl-slider-sec .sec-mark::after,
.dtl-slider-sec .sec-mark::before {
    /* background: linear-gradient(280deg, rgba(46, 54, 51, 0.4) 14%, rgba(209, 212, 211, 0.51) 50%); */
    background-color: rgba(209, 212, 211, 0.51);
}
.dtl-slider-title {
    margin-bottom: 60px;
    text-align: center;
}
.dtl-slider-title h2 {
    /* color: #1E1E1E; */
}
.dtl-slider .swiper-button-next {
    right: -2%;
}
.dtl-slider .swiper-button-prev {
    left: -2%;
}
/* ============================================== contact ============================================== */
/****map****/
.map {
    height: 600px;
}
/****contact-form-sec****/
.contact-form-sec .form-left table {
    max-width: 208px;
}
.contact-form-sec .form-left td {
    color: rgba(255, 255, 255, 0.7);
}
.contact-form-sec .form-left-contact {
    margin: 10px 0 0;
}
.contact-form-sec .form-left td:first-child {
    padding-right: 25px;
}
.form-sec.contact-form-sec::after {
    height: 100%;
}
.form-sec.contact-form-sec {
    padding-bottom: 122px;
}
/* ============================================== vacature-dtl ============================================== */
.diensten-dtl-top h5 {
    color: #1E1E1E;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.diensten-dtl-about-sec ul {
    position: relative;
    z-index: 1;
}
/****v-dtl-slider****/
.v-dtl-slider .common-arrow {
    display: none;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 228px 0 60px;
    position: relative;
}
.filter-left-title h5{
    font-size: 2rem;
    /* color: #1E1E1E; */
    font-family: 'Lora-Medium';
    letter-spacing: normal;
}
.aanbod-list-heading{
    margin-bottom: 55px;
    position: relative;
}
.aanbod-list-heading h2{
    /* color: #1E1E1E; */
}
.filter-wrap{
    display: flex;
}
.filter-left-title {
    width: 10%;
}
.filter-main-area {
    max-width: 860px;
    width: 100%;
}
.aanbod-list-top-merk{
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(17, 17, 17, 0.75);
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #895644;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    padding: 0 30px 0 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url(../images/white-filter-arrow.svg) no-repeat 91% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style:hover{
    /* border-radius: 10px;
    border-color: #895644;
    background-color: #895644; */
    /* color: #fff;
    background-image: url(../images/white-filter-arrow.svg); */
}
.aanbod-filter-sec .select-style.show {
    /* border-radius: 10px 10px 0 0;
    border-color: #895644;
    background-color: #895644; */
    /* color: #fff;
    background-image: url(../images/white-filter-arrow.svg); */
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #1E1E1E;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #895644;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    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: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
    /* color: #1D1D1B; */
}
.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 #1D1D1B;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #895644;
    border-color: #895644;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    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: #1E1E1E;
    border-radius: 5px;
    background-color: #895644;
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    /* border: 1px solid #895644; */
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(0);
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background: #fff;
    color: #1D1D1B;
    border-color: #1D1D1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    background-color: #895644;
    border-color: #895644;
    text-transform: capitalize;
    color: #1E1E1E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #895644;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	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: #895644;
    border-bottom: 1px solid #895644; */
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
}
.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: #895644;
    border: 1px solid #895644;
    color: #1E1E1E;
    padding: 10px;
    border-radius: 0 8px 8px 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: #fff;
    color: #1E1E1E;
    border-color: #fff;
}
.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;
    text-align: center;
}
.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;
}
/****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: #895644;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(137, 86, 68, 0.4);
    border-color: rgba(137, 86, 68, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #895644;
}
.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: #1D1D1B;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    padding: 8px;
    background-color: #fff;
    width: 100px;
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: normal;
}
.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;
}
.mob-filter-visible h6 {
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: transparent;
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
.range-block label {
    color: #1D1D1B;
}
/****aanbod-product-sec****/
.aanbod-product-sec{
    position: relative;
    padding-bottom: 110px;
}
.aanbod-product-sec .row{
    row-gap: 24px;
}
.aanbod-product-sec .each-product-text h5{
    /* color: #1E1E1E; */
}
.aanbod-product-sec .each-product-text h6{
    /* color: #1E1E1E; */
}
.aanbod-product-sec .each-product-text td{
    /* color: #1E1E1E; */
}
.aanbod-product-sec .each-product-text td img{
    filter: brightness(0);
}
.aanbod-product-sec  .product-price{
    background-color: #EEE;
    border-color: #EEE;
    color: rgba(30, 30, 30, 0.70);
}
.aanbod-product-sec  .product-price strong{
    color: #1E1E1E;
}
.aanbod-product-sec .product-price::after {
    /* filter: brightness(0); */
}
.aanbod-product-sec .sec-mark::after , .aanbod-product-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.aanbod-filter-sec .sec-mark::after , 
.aanbod-filter-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
    background-color: #2E3633;
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec{
    padding-top: 16px;
    position: relative;
}
.back-btn.aanbod-dtl-bk-btn{
    padding-top: 0;
    position: initial;
}
.aanbod-dtl-top-sec .sec-mark::after , .aanbod-dtl-top-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
    background-color: #2E3633;
}
.aanbod-dtl-top-area .swiper-button-prev {
    left: 25px;
}
.aanbod-dtl-top-area .swiper-button-next {
    right: 25px;
}
.aanbod-dtl-top-area .row{
    margin-left: -12px;
    margin-right: -12px;
}
.aanbod-dtl-top-area .col-lg-7{
    width: 55%;
    padding-left: 12px;
    padding-right: 12px;
}
.aanbod-dtl-top-area .col-lg-5{
    width: 45%;
    padding-left: 12px;
    padding-right: 12px;
}
.aanbod-dtl-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-top-heading h5{
    font-family: 'MonaSansExpanded-Bold';
    color: #1E1E1E;
    letter-spacing: 0;
}
.aanbod-dtl-top-heading p{
    color: #1E1E1E;
}
.each-product-content td p{
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    margin-bottom: 0;
}
.each-product-content td h6{
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    opacity: 0.7;
}
.each-product-content table{
    width: 100%;
}
.each-product-content td{
    position: relative;
}
.each-product-content td::before{
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -35px;
    position: absolute;
    background-color: #010101;
}
.each-product-content td:last-child::before{
    display: none;
}
.aanbod-product-price{
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 25px;
}
.aanbod-product-price h5{
    color: #1E1E1E;
    font-family: 'MonaSansExpanded-Bold';
    letter-spacing: normal;
}
.each-product-content{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 25px;
    padding-top: 12px;
}
.aanbod-dtl-top-btn li::after{
    display: none;
}
.aanbod-dtl-top-btn .common-btn{
    padding: 12px 72px;
}
.aanbod-dtl-top-btn li{
    padding-left: 0;
}
.aanbod-dtl-top-btn ul {
    display: flex;
    column-gap: 24px;
}
.dtl-contact-img{
    width: 96px;
    height: 96px;
    border-radius: 100px;
    overflow: hidden;
}
.dtl-contact-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.dtl-contact-info li::after{
    display: none;
}
.dtl-contact-info li{
    padding-left: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 3px;
}
.aanbod-dtl-top-btn .border-btn{
    border-color: #1E1E1E;
    color: #1E1E1E;
}
.aanbod-dtl-top-btn .border-btn:hover{
    color: #fff;
    border-color: #895644;
}
.aanbod-dtl-contact-dtls {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    margin-top: 28px;
    padding-top: 20px;
}
.aanbod-dtl-contact-info h6{
    font-family: 'MonaSansExpanded-Bold';
    padding-bottom: 6px;
}
.aanbod-dtl-contact-info a{
    color: #1E1E1E;
    line-height: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-contact-info a:hover{
    color: rgba(213, 171, 144, 5);
}
.share-icon {
    text-align: end;
}
.share-icon a {
    border-radius: 100px;
    border: 1px solid rgba(46, 44, 40, 0.50);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* margin-right: 0;
    margin-left: auto; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon a:hover{
    background-color: rgba(213, 171, 144, 5);
    border-color: rgba(213, 171, 144, 5);
}
.share-icon img {
    width: 15px;
    height: 16px;
}
.aanbod-dtl-top-right {
    padding: 32px;
    border-radius: 10px;
    background: #EEE;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
    position: relative;
}
.dtl-tab-sec .sec-mark::after , .dtl-tab-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.dtl-tab-merk{
    position: absolute;
    bottom: -40px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
    font-family: 'LamaSans-Medium';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    padding: 12px 49px;
    border: 1px solid #fff;
}
.tab-btn ul.tabs li:hover{
    background-color: #895644;
    border-color: #895644;
    color: #fff;
}
.tab-btn ul.tabs li.active {
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    border-color: #895644;
    color: #1E1E1E;
}
.tab_container.tab-content{
	max-width: 100%;
    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 p{
    color: #fff;
}
.tab_content img {
    /* max-width: 30%; */
    height: 24px;
    padding-right: 0;
    width: 24px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 63px;
    overflow: hidden;
	padding-bottom: 60px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 12px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-btn .tabs li.active{
	color: #1E1E1E;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 40px;
    row-gap: 12px;
}
.kenmerken-tab li {
    width: 31%;
	padding: 20px 0px 30px 0px;
	position: relative;
	font-family: 'LamaSans-Regular';
	color: rgba(17, 17, 17, 0.70);
	line-height: 20px;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(47, 47, 47, 0.20);
    margin-bottom: 0;
}
.kenmerken-tab li strong {
	font-family: 'LamaSans-Regular';
    font-weight: normal;
	display: block;
	color: #FFFFFF;
	line-height: 20px;
}
.kenmerken-tab li em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.70);
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4,
.star_icon h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #fff;
}
.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: 10px;
	font-family: 'LamaSans-Regular';
    color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #895644;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #895644;
    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: #1E1E1E;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(17, 17, 17, 0.70);
	font-family: 'LamaSans-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 36px;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    text-decoration: underline;
}
.tab-btm-btn:hover{
    color: #895644;
}
.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 #895644;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(213, 171, 144, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(213, 171, 144, 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 #111;
}
.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: 30px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
	font-family: 'LamaSans-Medium';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'LamaSans-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'LamaSans-Medium';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
	font-family: 'LamaSans-Regular';
    line-height: 30px;
    color: #111;
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.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:hover::after,
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 3px;
    opacity: 1;
    filter: brightness(0);
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: 12px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: none;
    filter: brightness(0) invert(1);
}
.tabs li:hover::after{
    opacity: 1;
}
.tab-content-wrap{
    padding-top: 48px;
}
/* ***** related-product-sec **** */
.related-product-sec{
    position: relative;
    padding-bottom: 120px;
}
.related-product-heading{
    text-align: center;
    padding-bottom: 48px;
}
.related-product-heading h2{
    /* color: #1E1E1E; */
}
.related-product-sec .each-product-text h5{
    /* color: #1E1E1E; */
}
.related-product-sec .each-product-text h6{
    /* color: #1E1E1E; */
}
.related-product-sec .each-product-text td{
    /* color: #1E1E1E; */
}
.related-product-sec .each-product-text td img{
    /* filter: brightness(0); */
}
.related-product-sec .product-price{
    background-color: #EEE;
    border-color: #EEE;
    color: rgba(30, 30, 30, 0.70);
}
.related-product-sec .product-price strong{
    color: #1E1E1E;
}
.related-product-sec .product-price::after {
    filter: brightness(0);
}
.related-product-sec .each-product:hover .product-price::after {
    filter: brightness(0) invert(1);
}
.related-product-sec .sec-mark::after , .related-product-sec .sec-mark::before{
    /* background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%); */
    background-color: rgba(209, 212, 211, 0.51);
}
/****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: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    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: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.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 {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    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;
}
/* ============================================== verkocht ============================================== */
/****verkocht-product-sec****/
.verkocht-product-sec{
    position: relative;
    padding-top: 225px;
}
.verkocht-merk{
    width: 100%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: 20px;
}
.Verkocht-product-heading h2{
    color: #1E1E1E;
    padding-bottom: 76px;
}
.verkocht-product-sec .sec-mark{
    height: 1028px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 1084px;
    margin: 8% auto 0;
}
.modal-area .modal {
   /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 100%); */
   background: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
	position: relative;
    border: none;
    border-radius: 20px;
    background: #F8F8F7;
    backdrop-filter: blur(12px);
}
.modal-area .modal-content-wrap {
    overflow: hidden;
}
.modal-area .modal-content .popup-content{
    padding: 44px 48px;
   text-align: center;
}
.modal-area .modal-content .col-lg-5 {
    width: 100%;
}
.modal-area .modal-content .col-lg-7 {
    width: 100%;
}
.modal-area .popup-content ul {
    margin-bottom: 16px;
    padding: 0;
}
.modal-area .popup-content  h2{
    color: #1E1E1E;
    line-height: 48px;
    font-size: 4rem;
    padding-bottom: 28px;
    font-family: 'Georgia';
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 40px;
    height: 40px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 4px;
	z-index: 3;
}
.modal-area .close-img img {
	width: 20px;
    height: 20px;
}
.modal-area .popup-content ul li {
    color: rgba(18, 18, 18, 0.80);
    margin-bottom: 8px;
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside;
    font-family: 'Roboto-Regular';
}
.modal-area .popup-content ul li:last-child{
    margin-bottom: 0;
}
.modal-area .popup-content ul li::after{
    background-color: rgba(18, 18, 18, 0.80);
    background-image: none;
    border-radius: 100px;
    display: none;
}
.modal-area .popup-content p{
    color: rgba(18, 18, 18, 0.80);
    margin-bottom: 32px;
    font-family: 'Roboto-Regular';
}
.modal-area .popup-content p:last-child{
    margin-bottom: 0;
}
/* ============================================== thankyou ============================================== */
/****thank-you-banner****/
/* .thank-you-banner {
    padding-bottom: 25px;
} */
.thank-you-page .banner-content h1 {
    margin-bottom: 84px;
}
.thank-you-page .banner-content {
    bottom: 135px;
}
.thank-you-banner .each-inner-banner{
    height: 780px;
}
.thank-you-banner .inner-banner-content h1{
    margin-bottom: 35px;
}
.thank-you-banner .inner-banner-content ul {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.thank-you-banner .inner-banner-content ul li{
    padding-left: 0;
}
.thank-you-banner .inner-banner-content ul li::after{
    display: none;
}
.inner-banner-sec.thank-you-banner  .sec-mark::before , .inner-banner-sec.thank-you-banner  .sec-mark::after {
    background: #fff;
}
.thank-you-banner  .inner-banner-content {
    top: 58%;
}
.aanbod-range-filter .slider-inputs input{
    width: 96px;
}
.share-social-media-button .a2a_dd svg{
    margin-right: 0;
}
.footer-area .sec-mark {
    display: none;
}
.footer-area.home-footer .sec-mark{
    display: block;
}
.share-social-media-button .a2a_dd svg{
    margin-right: 0 !important;
}
.printer-icon img{
    width: 22px;
     margin-left: 6px;
}
.printer-icon a{
    border-radius: 100px;
    border: 1px solid rgba(46, 44, 40, 0.50);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-icon-wrap{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
}
.printer-icon a:hover {
    background-color: rgba(213, 171, 144, 5);
    border-color: rgba(213, 171, 144, 5);
}
.aanbod-dtl-contact-info a{
    display: flex;
    column-gap: 7px;
    align-items: center;
}
.each-product-content tr {
    display: flex;
    align-items: center;
    column-gap: 65px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-content{
    padding-bottom: 10px;
}
.menu-btm-part {
    position: relative;
    display: none;
}
.menu-btm-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-btm-logo img {
    width: 305px;
}
.diensten-dtl-top-info-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.diensten-dtl-slider-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.tab-btm-btn{
    max-width: max-content;
}
.form-sec.contact-form-sec {
    padding-top: 90px;
}
.form-sec.contact-form-sec .form-title {
    margin-bottom: 55px;
}
.privacy_section {
    padding: 110px 0 60px;
}
.privacy_section p {
    color: #1E1E1E;
    margin-bottom: 10px;
}
.privacy_section h2 {
    color: #1E1E1E;
}







/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.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(#1D1D1B calc(1100%/6),#ffffff 0 calc(3100%/6),#1D1D1B 0),
              linear-gradient(#1D1D1B calc(2100%/6),#ffffff 0 calc(4100%/6),#1D1D1B 0),
              linear-gradient(#1D1D1B calc(3100%/6),#ffffff 0 calc(5100%/6),#1D1D1B 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: #1D1D1B
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.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: 3vw;
	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;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */


.header-wrap .col-lg-4 {
    width: 38%;
}
.header-wrap .col-lg-4.col-6.mid-logo {
    width: 24%;
}


/* =====new-product====== */
.each-product-text {
    border-radius: 10px;
    background-color: #2D2D2D;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-text::after {
    content: "";
    height: 3px;
    width: 100%;
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top {
    padding: 18px 19px;
    position: relative;
    z-index: 1;
}
.each-product-price h5 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model 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;
}
.each-product-price h5 strong {
    font-weight: normal;
    font-family: 'MonaSansExpanded-Regular';
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 10px;
}
.each-product-btm {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    position: relative;
    z-index: 1;
}
.each-product-btm td {
    padding: 10px 19px 20px;
    color: rgba(250, 250, 250, 0.60);
    font-family: 'MonaSansExpanded-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-right: 1px solid rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btm td:last-child {
    border-right: 0;
}
.each-product-btm td strong {
    display: block;
    font-weight: normal;
    color: #fff;
    font-family: 'MonaSansExpanded-Medium';
    margin-top: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text::after {
    height: 100%;
}
.each-product:hover .each-product-btm td,
.each-product:hover .each-product-top h5 strong {
    color: rgba(30, 30, 30, 0.6);
}
.each-product:hover .each-product-btm td strong,
.each-product:hover .each-product-top h5 {
    color: #1E1E1E;
}
.each-product:hover .each-product-btm td {
    border-right: 1px solid rgba(30, 30, 30, 0.1);
}
.product-slider .swiper-button-next {
    right: -40px;
}
.product-slider .swiper-button-prev {
    left: -40px;
}
.product-slider .common-arrow {
    top: 30%;
}
.product-slider .common-pagination {
    margin-top: 30px;
}
.product-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 56%;
    pointer-events: none;
}
.product-line span {
    display: block;
    background: linear-gradient(to bottom, rgba(242,242,242,0.15) 0%,rgba(241,241,241,0.14) 4%,rgba(248,248,248,0.14) 5%,rgba(248,248,248,0.14) 6%,rgba(240,240,240,0.14) 8%,rgba(247,247,247,0.14) 9%,rgba(240,240,240,0.14) 10%,rgba(247,247,247,0.14) 11%,rgba(240,240,240,0.14) 13%,rgba(247,247,247,0.14) 14%,rgba(247,247,247,0.14) 15%,rgba(239,239,239,0.14) 16%,rgba(247,247,247,0.14) 18%,rgba(246,246,246,0.14) 20%,rgba(238,238,238,0.14) 21%,rgba(246,246,246,0.14) 23%,rgba(237,237,237,0.14) 24%,rgba(237,237,237,0.14) 25%,rgba(246,246,246,0.14) 26%,rgba(237,237,237,0.14) 28%,rgba(236,236,236,0.14) 30%,rgba(245,245,245,0.14) 31%,rgba(235,235,235,0.14) 33%,rgba(235,235,235,0.14) 35%,rgba(244,244,244,0.14) 36%,rgba(244,244,244,0.13) 39%,rgba(233,233,233,0.13) 40%,rgba(243,243,243,0.13) 41%,rgba(243,243,243,0.12) 44%,rgba(231,231,231,0.12) 45%,rgba(242,242,242,0.12) 46%,rgba(239,239,239,0.09) 58%,rgba(255,255,255,0.09) 59%,rgba(238,238,238,0.09) 60%,rgba(238,238,238,0.09) 61%,rgba(255,255,255,0.09) 63%,rgba(237,237,237,0.09) 64%,rgba(255,255,255,0.09) 65%,rgba(255,255,255,0.09) 66%,rgba(234,234,234,0.08) 68%,rgba(255,255,255,0.08) 69%,rgba(255,255,255,0.08) 70%,rgba(232,232,232,0.08) 71%,rgba(255,255,255,0.07) 73%,rgba(229,229,229,0.07) 74%,rgba(227,227,227,0.06) 78%,rgba(255,255,255,0.06) 79%,rgba(255,255,255,0.04) 86%,rgba(204,204,204,0.03) 88%,rgba(255,255,255,0.03) 89%,rgba(191,191,191,0.03) 90%,rgba(255,255,255,0.03) 91%,rgba(255,255,255,0) 99%,rgba(0,0,0,0) 100%); 
    height: 100%;
    width: 1px;
}
.each-product-top .col-5 {
    width: 32%;
}
.each-product-top .col-7 {
    width: 68%;
}
.each-product-btm table {
    width: 100%;
}
.each-product:hover .each-product-model p {
    color: #1C1C1C;
}














.aanbod-detail-sec {
    padding-top: 140px;
    padding-bottom: 56px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(242, 242, 242, 0.30);
}
.aanbod-detail-left-slider .swiper-slide{
    height: auto !important;
}
.aanbod-detail-left-img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.aanbod-detail-left-item {
    height: 100%;
}
.aanbod-detail-left-img img{
    object-fit: cover;
    height: 100%;
}
.aanbod-detail-prev-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: 151px;
}
.aanbod-detail-heading h3{
    margin-bottom: 11px;
    color: #FFFFFF;
    font-family: 'MonaSansExpanded-Medium';
}
.aanbod-detail-heading p {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.4px;
}
.aanbod-detail-heading {
    margin-bottom: 34px;
    padding-right: 249px;
}
.aanbod-detail-right-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.aanbod-detail-right-img img{
    height: 100%;
    object-fit: cover;
}
.aanbod-detail-right-item{
    height: 100%;
}
.aanbod-detail-right-slider{
    height: 695px;
    position: relative;
    z-index: 1;
}
.aanbod-detail-right-slider::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.00) 0%, #1B1B1B 96.49%);
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 1;
}
.aanbod-detail-right-slider .swiper {
    height: 100%;
    position: relative;
    z-index: 1;
}
.aanbod-detail-slider .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
}
.aanbod-detail-right-slider .common-arrow {
    height: unset;
    width: unset;
    border-radius: unset;
    border: 0px;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-detail-right-slider .common-arrow img{
    width: 24px;
    height: 24px;
}
.aanbod-slider-right-button .swiper-button-next.common-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    z-index: 9;
}
.aanbod-slider-right-button .swiper-button-prev.common-arrow {
    position: absolute;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 17px;
    z-index: 9;
    display: block;
}
.aanbod-slider-left-button{
    display: none;
}
.aanbod-detail-slider{
    padding-bottom: 70px;
}
.aanbod-detail-right-slider .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.40);
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    right: -21px;
    z-index: 0;
    height: 100%;
    width: 2px;
    cursor: grab;
    display: none;
}
 .aanbod-detail-right-slider .swiper-scrollbar-drag {
    background: #FFF;
}
.aanbod-detail-slider .row .col-lg-9 {
    width: 71.6%;
}
.aanbod-detail-slider .row .col-lg-3 {
    width: 28.4%;
}
.aanbod-detail-info-area table{
    width: 100%;
}
.aanbod-detail-info-area table tbody{
    width: 100%;
}
.aanbod-detail-info-area table tbody tr td{
    display: flex;
    gap: 20px;
    align-items: center;
}
.aanbod-detail-info-area table tbody tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.aanbod-detail-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
    gap: 15px;
}
.aanbod-detail-info-price h5{
    color: #828282;
}
.aanbod-detail-info-price h5 strong {
    color: #895644;
    font-weight: normal;
}
.aanbod-detail-info-btn .common-btn{
    padding: 12px 20px;
}
.aanbod-detail-info-btn{
    display: flex;
    gap: 15px;
    align-items: center;
}
.dtl-contact-area {
    display: flex;
    align-items: center;
    gap: 27px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #313131;
}
.dtl-contact-img{
    min-width: 124px;
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
}
.dtl-contact-content {
    width: 100%;
}
.dtl-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-contact-content h6{
    margin-bottom: 6px;
}
.dtl-contact-content a{
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px;
    transition: 0.5s ease-in-out;
}
.dtl-contact-content a:hover {
    color: transparent;
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
.dtl-contact-content ul{
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
}
.dtl-contact-content ul li{
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 0;
    font-family: 'MonaSansExpanded-Regular';
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 0;
}
.dtl-contact-content ul li:last-child::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.60);
    left: -8px;
    top: 50%;
    width: 2px;
    height: 16px;
    transform: translateY(-50%);
}
.dtl-contact-content ul li a{
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px;
}
.dtl-contact-content ul li::after {
    display: none;
}
.aanbod-detail-info-wrapper .row .col-xl-8{
    width: 62%;
}
.aanbod-detail-info-wrapper .row .col-xl-4{
    width: 38%;
}
.aanbod-detail-info-wrapper .row{
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
}
.aanbod-dtl-bk-btn .border-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: 188px;
    width: max-content;
    margin-left: auto;
    z-index: 2;
}
.aanbod-dtl-bk-btn .border-btn {
    top: 227px;
}
.aanbod-detail-info-wrapper {
    padding-left: 26px;
}
.aanbod-detail-info-price h2 {
    font-family: 'MonaSansExpanded-Medium';
}
.aanbod-slider-right-button .swiper-button-prev,
.aanbod-slider-right-button .swiper-button-prev.common-arrow {
    display: block !important;
}



.dtl-tab-merk,
.aanbod-list-top-merk {
    display: none;
}
.each-dinst-servie:hover .each-servie-img {
    transform: scale(1.1);
}
.filter-left-title {
    display: none;
}
.aanbod-filter-sec .filter-sort .select-style {
    border-radius: 10px;
    border: 1px solid #2D2D2D;
    background-image: none;
    padding: 0 18px;
}
.aanbod-filter-sec .filter-sort .select-style.show {
    border-radius: 10px 10px 0 0;
    border-color: #895644;
    background-color: #895644;
}
.aanbod-filter-sec .filter-sort .filter-content {
    border: 1px solid #895644;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
}
.aanbod-filter-sec .filter-sort .select-style:hover {
    border-radius: 10px;
    /* border-color: #895644;
    background-color: #895644; */
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    color: #1E1E1E;
}
.aanbod-filter-sec .filter-sort .select-style.show {
    border-radius: 10px 10px 0 0;
    /* border-color: #895644;
    background-color: #895644; */
}