body {
	padding: 0px;
	margin: 0px;
	color: #1E1F1F;
    font-family: 'Eurostile-Medium';
    font-size: 1.6rem;
    background-color: #F5F5F5;
    /*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;
}
/******theme-switch*******/
.theme-switch {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 37px;
    height: 80px;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background-color: #E4E4E4;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 2.5px;
    z-index: 99;
    display: none;
}
.theme-switch .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.theme-switch .icon img {
    width: 17px;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 3.6px;
    width: 28px;
    height: 28px;
    background-color: #303030;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
}
.theme-switch .sun { 
    opacity: 1; 
}
.theme-switch .moon { 
    opacity: 0; 
}
.theme-switch.active {
    background-color: #303030;
    border-color: rgba(255, 255, 255, 0.01);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.50) inset;
}
.theme-switch.active .sun { 
    opacity: 0; 
}
.theme-switch.active .moon { 
    opacity: 1; 
}
.theme-switch.active .switch-handle {
    top: 47px;
    background-color: #E4E4E4;
}
.theme-switch .icon {
    position: relative;
    z-index: 3;
}
.switch-handle {
    pointer-events: none;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(2px);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.10);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.glass-content {
	position: relative;
	z-index: 3;
}
/* ============================================== index ============================================== */
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 98;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #1E1F1F;
}
.header-logo img {
    width: 213px;
}
.header-right {
    display: flex;
    justify-content: end;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.10);
    padding: 20px 21px 20px 22px;
}
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    gap: 10px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    cursor: pointer;
    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: 2px;
    margin: 3px 0 3px auto;
    width: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav li::after {
    display: none;
}
.header-nav ul {
    margin-bottom: 0;
    display: flex;
}
.header-nav li {
    padding-right: 28px;
    margin-right: 42px;
    letter-spacing: normal;
    padding-left: 0;
    font-family: 'LamaSans-Medium';
}
.header-nav li::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 18px;
}
.header-nav .parent-dropdown ul {
    background-color: #8B6743;
    display: flex;
    flex-direction: column;
}
.header-nav .parent-dropdown li::before {
    display: none;
}
.header-nav .parent-dropdown li {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.header-nav .parent-dropdown li:last-child {
    /* padding-bottom: 0; */
    margin-bottom: 0;
    border-bottom: 0;
}
.header-nav li a:hover {
    color: #8B6743;
}
.header-nav .parent-dropdown li a:hover {
    color: #fff;
}
.header-nav .parent-dropdown img {
    right: 8px;
}
.header-nav .parent-dropdown {
    position: relative;
}
.header-nav .parent-dropdown::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background-color: transparent;
    height: 100%;
    width: 100%;
    display: block !important;
    background-image: none;
}
.header-area .glass-container {
    max-width: 390px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 60px;
    overflow: visible;
}
.header-area .glass-element {
    border-radius: 60px;
}
.header-area .glass-filter {
    border-radius: 60px;
    overflow: hidden;
}
.header-area .glass-overlay {
    overflow: hidden;
    border-radius: 60px;
}
/*****off-canvas-menu*****/
#page {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(.15, .2, .1, 1), border-radius 0.8s cubic-bezier(.15, .2, .1, 1);
    overflow: hidden;
    will-change: transform;
}
.menu-open #page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(3vw) scale(0.68);
    overflow: visible;
}
.menu-closing #page {
    transform: translateX(0) scale(1);
}
.page-wrap {
    height: 100%;
    background: #f5f5f5;
    min-height: 100vh;
}
.menu-open .page-wrap {
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}
.off-canvas-close {
    position: absolute;  
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.off-canvas-close img {
    width: 24px;
}
.menu-open .off-canvas-close {
    opacity: 1;
    visibility: visible;
}
.menu-open .header-area {
    border-radius: 30px 30px 0 0;
}
.mega-menu {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: #8B6743;
    display: flex;
    align-items: center;
    padding: 3%;
}
.mega-menu-nav {
    list-style: none;
    transform: translateX(5vw);
    transition: transform 0.8s cubic-bezier(.15, .2, .1, 1);
    height: calc(100% - 5vh);
    overflow-y: auto;
    overflow-x: clip;
    display: flex;
    margin-left: 75vw;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: #8f5c36;
	width: 10px;
    border-radius: 10px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: #7f5230;
    border-radius: 10px;
}	
.menu-open .mega-menu-nav {
    transform: translateX(0);
}
.menu-closing .mega-menu-nav {
    transform: translateX(5vw);
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    border-radius: 10px;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown.open ul {
    max-height: 500px;
    opacity: 1;
    pointer-events: all;
}
.parent-dropdown img {
    cursor: pointer;
    width: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown.open img {
    transform: rotate(180deg);
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li {
    color: #fff;
    font-size: 4.8rem;
    margin-bottom: 25px;
    font-family: 'Eurostile-Medium';
    line-height: normal;
    letter-spacing: normal;
    padding-left: 0;
}
.mega-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    display: inline-block;
    position: relative;
}
.mega-menu-nav > ul > li > a:hover {
    color: #fff;
}
.mega-menu-nav > ul > li > a::before,
.mega-menu-nav .parent-dropdown ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}
.mega-menu-nav > ul > li > a:hover::before, 
.mega-menu-nav .parent-dropdown ul li a:hover::before {
	transform-origin: left;
	transform: scaleX(1);
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    width: 20px;
    top: 28px;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #fff;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 0;
    min-width: 100%;
    position: relative;
    max-height: 0;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 300px;
    margin-top: 10px;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 3rem;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    padding-left: 0;
}
.mega-menu-nav .parent-dropdown ul li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li::after {
    display: none;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: transparent;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #fff;
}

/*****mobile-menu*****/
.mobile-menu {
    display: none;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    background-color: #8B6743;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    padding: 20px;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
}
.mobile-menu-header {
    position: absolute;
    top: 40px;
    width: calc(100% - 70px);
    left: 50%;
    transform: translateX(-50%);
}
.mobile-menu-img {
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
}
.mobile-menu-img img {
    height: 100%;
    object-fit: cover;
}
.mobile-menu-logo img {
    width: 154px;
}
.mobile-menu-close {
    height: 33px;
    width: 33px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-close img {
    width: 10px;
}
.mobile-menu-nav {
    margin: 25px 0 5px;
}
.mobile-menu-nav > ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.mobile-menu-nav > ul > li {
    width: 50%;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 10px;
    font-size: 3.2rem;
    line-height: normal;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.mobile-menu-nav > ul > li::after {
    display: none;
}
.mobile-menu-nav > ul > li > a {
    color: #fff;
}
.mobile-menu-nav > ul > li > a:hover {
    color: #fff;
    opacity: 0.6;
}
.mobile-menu-nav .parent-dropdown.open ul {
    max-height: 300px;
    margin-top: 10px;
}
.mobile-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 0;
    min-width: 100%;
    position: relative;
    max-height: 0;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.mobile-menu-nav .parent-dropdown li {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 2rem;
}
.mobile-menu-nav .parent-dropdown li:last-child {
    margin-bottom: 0;
}
.mobile-menu-nav .parent-dropdown li::after {
    display: none;
}
.mobile-menu-nav .parent-dropdown li a {
    color: #fff;
}
.mobile-menu-nav .parent-dropdown li a:hover {
    color: #fff;
    opacity: 0.6;
}
.mobile-menu-nav .parent-dropdown img {
    width: 17px;
    right: 20px;
    top: 16px;
}
.mobile-menu {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu-info .row {
    row-gap: 44px;
}
.each-mobile-menu-info h5 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.each-mobile-menu-info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.each-mobile-menu-info p a {
    color: #fff;
}
.each-mobile-menu-info p a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
.each-mobile-menu-info td {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
}
/****banner****/
.banner-sec {
    padding-top: 12px;
}
.banner-video, .each-banner {
	height: 930px;
}
.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-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 6%;
    z-index: 1;
    width: 100%;
}
.banner-content-heading h1 {
    margin-bottom: 48px;
    text-transform: uppercase;
}
.banner-content-heading .common-btn {
    margin-right: 13px;
}
.banner-content-heading .common-btn:last-child {
    margin-right: 0;
}
.banner-others {
    margin-top: 21%;
}
.go-next-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    padding-left: 70px;
}
.go-next-btn::after {
    position: absolute;
    content: '';
    height: 49px;
    width: 49px;
    background-image: url(../images/white-down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 3px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 49px;
    border: 1px solid #8B6743;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7px);
    left: 0;
    top: -10px;
}
.go-next-btn:hover {
    color: #8B6743;
}
.go-next-btn:hover::after {
    background-color: #8B6743;
}
.banner-btm-part {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 1;
    width: 100%;
    max-width: 448px;
    margin-right: 0;
    margin-left: auto;
}
.banner-btm-slider-wrap {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
    max-width: 373px;
    margin-right: 0;
    margin-left: auto;
    backdrop-filter: blur(3px);
    height: 140px;
}
.banner-btm-slider-img {
    width: 38%;
}
.banner-btm-slider-info {
    width: 56%;
}
.banner-btm-slider-img img{
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.banner-btm-slider-info h5 {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-btm-slider .swiper-pagination {
    color: #FFF;
    font-family: 'SansationRegular';
    font-size: 1.6rem;
    line-height:  19.2px;
    letter-spacing: 0.16px;
}
.banner-pagination-bar {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    right: -15%;
}
.banner-btm-slider .autoplay-progress {
    position: absolute;
    right: 40%;
    bottom: 10px;
    z-index: 10;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(139, 103, 67, 1);
    border: 1.8px solid #fff;
    border-radius: 100%;
}
.banner-btm-slider .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 10;
    width: 19px !important;
    height: 18px !important;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-107deg);
}
.banner-btm-slider .autoplay-progress span {
    display: none;
}
.banner-btm-slider .autoplay-progress svg circle {
    fill: transparent !important;
    border: 1.7px solid #fff;
    stroke: rgba(139, 103, 67, 1) !important;
    stroke-width: 6px !important;
}
/****product-sec****/
.product-sec {
    padding: 52px 0;
    overflow: hidden;
}
.product-sec .col-lg-5 {
    width: 45%;
}
.product-sec .col-lg-7 {
    width: 55%;
}
.each-product {
    position: relative;
}
.each-product-wrap {
    border-radius: 30px;
    background-color: #FFF;
    overflow: hidden;
    padding: 15px;
}
.each-product-img {
    position: relative;
    /* height: 100%; */
    border-radius: 15px;
    overflow: hidden;
}
.each-product-img-wrap {
    /* height: 100%; */
    width: 100%;
}
.each-product-img img {
    /* height: 100%; */
    object-fit: cover;
}
.each-product-progress {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 53px;
    height: 10px;
    z-index: 1;
    border-radius: 10px;
    /* display: block !important; */
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
}
.each-product-progress span {
    background: #8B6743;
    display: block;
    height: 8px;
    padding: 1px;
    width: 0;
    opacity: 1;
    border-radius: 10px;
}
.each-product:hover .each-product-progress {
    opacity: 1;
}
/* .each-product:hover .each-product-progress span {
    width: calc(70% - 4px);
} */
.each-product-title h4 {
    color: #1E1F1F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-title h6 {
    color: #1E1F1F;
}
.each-product-dtls ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.each-product-dtls li {
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #1E1F1F;
    box-shadow: 0 0.992px 1.984px 0 rgba(16, 24, 40, 0.05);
    color: #fff;
    padding: 6px 8px;
    /* width: 39%; */
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    font-family: 'SansationRegular';
}
.each-product-dtls li::after {
    display: none;
}
.each-product-dtls li img {
    margin-right: 5px;
}
.each-product-btm-wrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    /* flex-wrap: wrap; */
}
.each-product-text {
    padding: 20px 5px 2px;
}
.each-product-price h5 {
    color: #1E1F1F;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'LamaSans-Regular';
}
.each-product-title h6 {
    font-size: 1.6rem;
    line-height: 20px;
    font-family: 'LamaSans-Regular';
    margin-bottom: 15px;
}
.each-product-price h5 strong {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: normal;
    font-family: 'LamaSans-Bold';
    position: relative;
    padding-right: 6px;
}
.each-product-price h5 strong::after {
    content: "";
    top: 7px;
    right: 3px;
    width: 1.5px;
    height: 15px;
    position: absolute;
    background-color: #1E1F1F;
}
.each-product-price {
    /* width: 31%; */
    width: 33%;
    text-align: end;
}
.each-product-dtls {
    /* width: 66%; */
    width: 70%;
}
.product-title {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(28, 28, 28, 0.05);
    background: #FFF;
    padding: 27px 28px 20px;
    margin-bottom: 15px;
}
.product-title p {
    max-width: 660px;
    width: 100%;
    margin: 12px 0 35px;
}
.product-title-mark {
    position: absolute;
    top: 0;
    right: 0px;
    pointer-events: none;
    width: 146px;
    height: 110px;
}
.product-title-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-product-thumb img {
    border-radius: 5px;
    overflow: hidden;
}
.each-product-thumb {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid transparent;
    height: 100%;
    overflow: hidden;
}
.each-product-thumb::after {
    border-radius: 10px;
    border: 1px solid rgba(159, 102, 60, 0.30);
    background: rgba(28, 28, 28, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    z-index: -1;
}
.each-product-thumb:hover::after {
    opacity: 1;
    z-index: 0;
}
/* .each-product-thumb:hover {
    filter: blur(3px);
} */
.product-thumb-hover h6 {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-top: 27px;
}
.product-thumb-hover strong {
    color: transparent;
    position: relative;
}
.product-thumb-hover strong::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-color: #8B6743;
    border: 1px solid #fff;
    border-radius: 100px;
    background-image: url(../images/product-hover-arrow.svg);
}
.product-thumb-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0 10px;
}
.each-product-thumb:hover .product-thumb-hover {
    opacity: 1;
    z-index: 1;
}
.product-thumb-info h5 {
    font-size: 1.6rem;
    color: #1E1F1F;
    line-height: normal;
    margin-bottom: 5px;
    font-family: 'Eurostile-Bold';
}
.product-thumb-info p {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-thumb-info {
    padding: 13px 0 20px;
}
.product-arrow {
    display: inline-flex;
    position: relative;
}
.product-arrow .common-arrow {
    position: initial;
    margin: 0;
    border: unset;
    height: auto;
    width: auto;
    border-radius: unset;
}
.product-slider-thumb .swiper-slide {
    height: auto;
}
.product-slider-thumb .product-scrollbar {
    height: 3px;
    background-color: rgba(139, 103, 67, 0.2);
    width: 100%;
    border-radius: 30px;
    position: relative;
}
.product-slider-thumb .swiper-scrollbar-drag {
    background-color: #8B6743;
    cursor: grab;
}
.product-control {
    margin-top: 20px;
}
.product-arrow .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(313%) hue-rotate(343deg) brightness(93%) contrast(83%);
}
.product-arrow .swiper-button-prev {
    left: -7px;
    position: relative;
}
.product-control .col-lg-10 {
    width: 95%;
}
.product-control .col-lg-2 {
    width: 5%;
}
.product-control-mobile {
    display: none;
}
/****service-sec****/
.service-sec .inner-wrap {
    border-radius: 20px;
    background: #1E1F1F;
    padding: 62px 15px 66px;
}
.service-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 86px;
    padding-bottom: 63px;
}
.service-title h2 {
    color: #fff;
}
.each-service-slider-info h4 {
    font-family: 'SansationRegular';
    color: #8B6743;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 32px;
}
.each-service-slider-info h3{
    font-family: 'Eurostile-Medium';
}
.each-service-slider-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-img {
    width: 45%;
}
.each-service-slider-info {
    width: 55%;
    padding-right: 20px;
}
.each-service-slider-info p {
    color: #FFF;
    margin: 14px 0 22px;
    width: 100%;
    max-width: 520px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-btn {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 25.29px;
    letter-spacing: 0.18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-wrap:hover .each-service-btn {
    text-decoration: underline;
}
.each-service-slider-wrap:hover img {
    transform: scale(1.1);
}
.each-service-slider-img {
    border-radius: 30px;
    overflow: hidden;
    height: 460px;
}
.each-service-slider-img img {
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.service-arrow {
    display: inline-flex;
    gap: 42px;
    border-radius: 101px;
    background: #FFF;
    padding: 13px 17px;
    position: relative;
    top: -50px;
    z-index: 2;
}
.service-arrow .common-arrow {
    position: initial;
    margin: 0;
    border: unset;
    height: auto;
    width: auto;
    border-radius: unset;
    z-index: 0;
}
.service-arrow .common-arrow img {
    filter: invert(10%) sepia(9%) saturate(497%) hue-rotate(159deg) brightness(96%) contrast(92%);
    opacity: 0.4;
}
.service-arrow .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(378%) hue-rotate(349deg) brightness(94%) contrast(91%);
    opacity: 1;
}
.service-thum {
    margin-top: 35px;
}
.each-service-thum {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-thum h5,
.each-service-thum h4 {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'LamaSans-Regular';
}
.service-thum .swiper-slide-thumb-active .each-service-thum {
    border-top-color: #8B6743;
}
.service-thum .swiper-slide-thumb-active .each-service-thum h5,
.service-thum .swiper-slide-thumb-active .each-service-thum h4 {
    color: #fff;
}
.service-thum .swiper-slide {
    cursor: pointer;
}
.each-service-thum:hover h5,
.each-service-thum:hover h4 {
    color: #fff;
}
.each-service-thum h4 {
    /* max-width: 250px; */
    width: 100%;
    margin-top: 10px;
    font-family: 'Eurostile-Bold';
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.each-service-thum:hover {
    border-top-color: #8B6743;
}
.service-thum .swiper-wrapper {
    flex-wrap: wrap;
}
.service-thum .swiper-slide {
    width: 23.2% !important;
}
.service-btn .common-btn {
    margin-right: 17px;
}
.service-btn .common-btn:last-child {
    margin-right: 0;
}
.service-control {
    display: none;
}
.each-service-slider-info h5 {
    display: none;
}
/****usp-marquee****/
.usp-marquee-sec {
    position: relative;
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}
.usp-marquee-outer {
    padding: 29px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.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: 116px;
}
.usp-marquee-wrap li {
    white-space: nowrap;
    color: #1E1F1F;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 88px;
    margin-bottom: 0;
    letter-spacing: 0.32px;
}
.usp-marquee-wrap li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/li-icon.svg);
    height: 25px;
    width: 25px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-color: #8B6743;
    overflow: hidden;
}
.usp-marquee-outer {
    position: relative;
}
.usp-marquee-outer::before {
    background: linear-gradient(120deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 1;
}
.usp-marquee-outer::after {
    background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 1;
}
/****about-sec****/
.about-sec {
    position: relative;
}
.about-sec .inner-wrap {
    border-radius: 30px;
    padding: 80px 15px 71px;
}
.about-title {
    margin-bottom: 55px;
}
.about-title h4 {
    color: #8B6743;
}
.about-title h3 {
    color: #1E1F1F;
    margin: 14px 0 22px;
    font-family: 'Eurostile-Medium';
}
.about-title p {
    max-width: 738px;
    width: 100%;
}
.about-left-img,
.about-right-img {
    height: 100%;
}
.about-left-img img,
.about-right-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.about-left-info h4, 
.about-right-info h4 {
    color: #1E1F1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}
.about-left-info strong,
.about-right-info strong {
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Eurostile-Bold';
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: 0.24px;
}
.about-right-info-wrap {
    position: relative;
}
.about-left-info em,
.about-right-info em {
    font-style: normal;
}
.about-left-info, 
.about-right-info  {
    height: 100%;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.about-left-info-wrap, 
.about-right-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 20px;
    /* border: 2px solid #C2A28B; */
    /* background: rgba(255, 255, 255, 0.05); */
    padding: 30px 22px 0;
}
.about-left-info::after, 
.about-right-info::after {
    background-image: url(../images/about-mark.png);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 170px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-left-info p, 
.about-right-info p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
}
.about-left-info:hover,
.about-right-info:hover {
    background-color: #8B6743;
}
.about-left-info:hover::after,
.about-right-info:hover::after {
    opacity: 1;
}
.about-left-info:hover strong,
.about-left-info:hover h4,
.about-left-info:hover p,
.about-right-info:hover strong,
.about-right-info:hover h4,
.about-right-info:hover p {
    color: #fff;
}
.about-title h4 {
    font-family: 'EurostileRegular';
    line-height: normal;
    letter-spacing: normal;
}
.about-block .row {
    row-gap: 20px;
}
.about-left-info-wrap::before,
.about-right-info-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(210deg, #C2A28B 0%, rgba(194, 162, 139, 0.1) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    overflow: hidden;
}
.about-left-info-wrap::after,
.about-right-info-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -8px 20px -3px rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
.about-left-info:hover .about-left-info-wrap::after, .about-right-info:hover .about-right-info-wrap::after {
    box-shadow: none;
}
/****review-sec****/
.review-sec {
    padding-bottom: 70px;
}
/****footer-sec****/
.footer-sec .inner-wrap {
    border-radius: 30px;
    background: #1E1F1F;
    padding: 133px 0 133px;
}
.footer-social ul {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 44px;
    width: 44px;
    border-radius: 100px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 15px;
}
.footer-social li a:hover {
    background-color: #8B6743;
    border-color: #8B6743;
}
.footer-contact h5 {
    font-family: 'EurostileRegular';
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 22px;
    font-size: 2.4rem;
    line-height: 35px;
    letter-spacing: 0.48px;
}
.footer-contact a {
    line-height: normal;
    font-family: 'Eurostile-Bold';
}
.footer-contact a:hover {
    color: #8B6743;
}
.footer-contact p {
    margin-bottom: 10px;
    line-height: 33px;
}
.footer-contact td {
    color: #fff;
    font-family: 'SansationBold';
}
.footer-contact tr{
    display: flex;
}
.footer-contact td:first-child {
    padding-right: 5px;
}
.footer-block .row{
    padding-left: 62px;
    padding-right: 62px;
}
.footer-logo img {
    width: 213px;
}
.footer-right {
    /* padding-left: 42%; */
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.footer-contact.footer-contact-right-mobile-example{
    padding-left: 46%;
}
.footer-left-contact-wrap .footer-contact{
    padding-left: 0;
}
.footer-contact{
    padding-left: 46%;
}
.footer-block .col-lg-5 {
    width: 38.4%;
}
.footer-block .col-lg-2 {
    width: 23%;
}
.footer-slider .swiper {
    border-radius: 6px;
}
.footer-slider .common-arrow {
    height: auto;
    width: auto;
}
.footer-slider::before {
    content: '';
    background-image: url(../images/footer-left-mark.svg);
    position: absolute;
    right: 100%;
    top: -90px;
    height: 503px;
    width: 713px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 713px;
    z-index: 0;
}
.footer-slider::after {
    content: '';
    background-image: url(../images/footer-right-mark.svg);
    position: absolute;
    left: 100%;
    top: -90px;
    height: 503px;
    width: 713px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 713px;
    z-index: 0;
}
.footer-credit {
    text-align: center;
    position: relative;
    top: 33px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.50);
}
.footer-left-contact-wrap {
    padding: 95px 0 78px;
}
.footer-left,
.footer-right {
    position: relative;
    z-index: 1;
}
.footer-right .footer-contact h5 {
    margin-bottom: 0px;
    font-family: 'SansationRegular';
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 24px;
}
.footer-credit a {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'LamaSans-Regular';
}
.footer-credit a:hover {
    color: #8B6743;
}
.each-footer-slide {
    height: 100%;
    /* border: 3px solid #fff; */
    border-radius: 6px;
    overflow: hidden;
}
.footer-slider {
    border: 3px solid #fff;
    border-radius: 10px;
}
.each-footer-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.footer-slider .swiper-button-prev {
    left: -18%;
}
.footer-slider .swiper-button-next {
    right: -18%;
}
.footer-slider .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(313%) hue-rotate(343deg) brightness(93%) contrast(83%);
}
.footer-left-contact-wrap-mobile .footer-contact-example,
.footer-social-mobile {
    display: none;
}
.footer-slider .common-arrow img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(87%) contrast(100%);
    opacity: 0.4;
}
.footer-slider .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(63%) saturate(411%) hue-rotate(343deg) brightness(97%) contrast(91%);
    opacity: 1;
}
/*=============================================diensten page start===============================================*/
/****inner-banner-sec***/
.inner-banner-sec {
    position: relative;
    overflow-x: hidden;
    padding-top: 12px;
}
.inner-banner-img {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    bottom: 127px;
    position: absolute;
    width: 100%;
}
/****service-list-sec****/
.service-list-sec {
    padding: 75px 0;
}
.each-service-list {
    border-radius: 20px;
    padding: 10px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    position: relative;
    box-shadow: -2px 5px 10px -12px rgba(0,0,0,0.1);
}
.each-service-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(210deg, #C2A28B 0%, rgba(194, 162, 139, 0.1) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.each-service-list::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -8px 20px -3px rgba(255,255,255,0.5);
    pointer-events: none;
}
.each-service-list-img {
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-list-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
    gap: 13px;
}
.each-service-list-text h4 {
    color: #1E1F1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.02em;
}
.each-service-list-text p {
    margin: 11px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 320px;
}
.service-list-sec > .container > .col-lg-6 {
    padding: 0 6px;
}
.service-list-sec > .container > .row {
    margin: 0 -6px;
    row-gap: 17px;
}
.each-service-list:hover {
    background-color: #8B6743;
    box-shadow: none;
}
.each-service-list:hover::before {
    background: linear-gradient(210deg, #C2A28B 0%, rgba(194, 162, 139, 0.1) 100%) border-box;
}
.each-service-list:hover::after {
    opacity: 0;
}
.each-service-list:hover p, .each-service-list:hover h4 {
    color: #fff;
}
/*=============================================diensten-dtl page start===============================================*/
/****inner-header****/
.inner-header {
    background-color: #1E1F1F;
}
/*****service-dtl-desc-sec****/
.service-dtl-desc-sec {
    padding-top: 57px;
}
.service-dtl-desc-sec .common-wrap {
    padding-left: 0;
    padding-right: 0;
}
.service-dtl-desc-sec .container {
    position: relative;
    z-index: 1;
}
.service-dtl-desc-sec .spotlight {
    filter: blur(141px);
}
.service-desc-info-merge > .common-wrap {
    padding-top: 134px;
}
.service-dtl-desc-contact {
    border-radius: 20px;
    background-color: #8B6743;
    padding: 36px 20px 30px;
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    position: relative;
}
.service-dtl-desc-contact::after {
    content: "";
    width: 58%;
    height: 42%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/service-dtl-contact-mark.svg);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.service-dtl-desc-contact-wrap {
    position: relative;
    z-index: 1;
}
.service-dtl-desc-contact h4 strong {
    font-weight: normal;
    font-family: 'EurostileRegular';
    line-height: 35px; 
    letter-spacing: 0.48px;
}
.service-dtl-desc-contact h4 {
    margin-top: 10px;
    font-family: 'LamaSans-SemiBold';
    letter-spacing: 0.02em;
}
.service-dtl-desc-contact .common-btn {
    margin-top: 24px;
}
.service-dtl-desc-contact img {
    width: 21px;
}
.service-dtl-desc-txt h2 {
    margin-bottom: 21px;
    letter-spacing: 0.96px;
}
.each-service-dtl-desc-img {
    height: 498px;
    border-radius: 30px;
    overflow: hidden;
}
.each-service-dtl-desc-img img {
    height: 100%;
    object-fit: cover;
}
.service-dtl-desc-img {
    margin-top: 54px;
}
/****service-dtl-info-sec****/
.service-dtl-info-sec {
    padding: 117px 0 86px;
}
.service-dtl-info-sec .container {
    position: relative;
    z-index: 1;
}
.service-dtl-info-sec h2 {
    text-align: center;
    margin-bottom: 75px;
    letter-spacing: 0.02em;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
    display: block;
    width: 100%;
}
.service-dtl-info-sec tr {
    display: flex;
    column-gap: 65px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-dtl-info-sec td {
    display: block;
    width: 30%;
}
.service-dtl-info-sec td h5 {
    position: relative;
    color: #1E1F1F;
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: 0.28px;
    margin-bottom: 25px;
    padding-right: 30px;
    padding-bottom: 18px;
    border-bottom: 2px solid #d1d1d1;
    transition: all 0.5s;
    -webkit-transition: all 0.5;
}
.service-dtl-info-sec td h5::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    right: 0;
    background-image: url(../images/plus.svg);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(0);
}
.service-dtl-info-sec td h4 {
    color: #1E1F1F;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}
.service-dtl-info-sec td em {
    display: none;
    font-style: normal;
}
.service-dtl-info-sec td.active h5 {
    border-color: #8B6743;
    letter-spacing: 0.02em;
}
.service-dtl-info-sec td.active h5::after {
    background-image: url(../images/minus.svg);
}
/*****form-sec*****/
.form-sec {
    padding-top: 12px;
}
.form-sec .inner-wrap {
    padding: 25px;
    background: linear-gradient(0deg, #1E1F1F 0%, #1E1F1F 100%);
}
.form-sec .inner-wrap > .row > .col-lg-5 {
    width: 48%;
}
.form-sec .inner-wrap > .row > .col-lg-7 {
    width: 52%;
}
.form-block {
    max-width: calc(100% - 14%);
    width: 100%;
    padding: 42px 0 42px 50px;
}
.form-block .form-group {
	margin-bottom: 33px;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-radius: 10px;
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 20px;
    line-height: 25px;
    letter-spacing: 0.32px;
	background-color: transparent;
}
.form-block .input-wrap {
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%) border-box;
    border-radius: 10px;
}
.form-block .input-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.form-block .form-style:placeholder {
	color: #fff;
}
.form-block .form-style:-ms-input-placeholder {
	color: #fff;
}
.form-block .form-style::placeholder {
	color: #fff;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: #fff;
}
.form-block .form-style:focus {
    box-shadow: none;
	border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
    border-color: #fff;
}
.form-block .form-style:not(:placeholder-shown) {
    border-color: #fff;
}
.form-block textarea.form-style {
    height: 135px;
}
.form-block label {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.32px;
}
.form-block .common-btn {
    margin-top: 16px;
}
.form-info {
    border-radius: 10px;
    background-color: #8B6743;
    padding: 42px 35px 30px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.form-info::after {
    content: "";
    height: 140px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/form-info-mark.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.form-heading p {
    color: #fff;
    margin: 13px 0 0;
    max-width: 342px;
    width: 100%;
}
.form-reach .row {
    row-gap: 15px;
}
.each-form-reach {
    padding: 20px 38px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    box-shadow: inset 0px 10px 15px -3px rgba(0,0,0,0.09);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-form-reach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(210deg, #C2A28B 0%, rgba(194, 162, 139, 0.3) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.each-form-reach-icon {
    height: 28px;
    width: 28px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.each-form-reach-icon img {
    width: 14px;
}
.each-form-reach h4 {
    margin-bottom: 14px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.32px;
}
.each-form-reach h4::after {
    content: '';
    height: 1px;
    width: 44%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.each-form-reach p {
    margin-bottom: 0;
}
.each-form-reach p a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
.each-form-reach td {
    color: #fff;
}
/******related-service-sec*****/
.related-service-sec {
    padding: 45px 0 62px;
}
.related-service-heading {
    margin-bottom: 41px;
}
.related-service-slider {
    position: relative;
}
.slider-control {
    display: flex;
    gap: 33px;
    align-items: center;
    margin-top: 38px;
}
.slider-btn {
    min-width: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.slider-btn .common-arrow {
    position: initial;
    margin: 0;
    width: auto;
    height: auto;
}
.slider-btn .common-arrow img:hover {
    filter: brightness(0) saturate(100%) invert(45%) sepia(7%) saturate(3161%) hue-rotate(343deg) brightness(94%) contrast(92%);
}
.slider-scroll {
    width: calc(100% - 23px);
}
.slider-scroll .swiper-scrollbar {
    position: initial;
    width: 100%;
    height: 2px;
    background-color: rgba(159, 102, 60, 0.2);
}
.slider-scroll .swiper-scrollbar-drag {
    background-color: #8B6743;
}
/*=============================================vacature-dtl page start===============================================*/
/*****vacature-dtl-info-sec******/
.vacature-dtl-info-sec td {
    width: 36%;
}
.vacature-dtl-info-sec td li {
    margin-bottom: 10px;
    padding-left: 23px;
}
.vacature-dtl-info-sec td li:last-of-type {
    margin-bottom: 0;
}
/*=============================================contact page start===============================================*/
/****contact-btm-sec****/
.contact-btm-sec {
    padding: 12px 0;
}
.contact-btm-sec .inner-wrap {
    background-color: #F5F5F5;
}
.contact-btm-sec .col-lg-7 {
    width: 54%;
}
.contact-btm-sec .col-lg-5 {
    width: 46%;
}
.map {
    height: 100%;
    border-radius: 20px;
}
.contact-img {
    border-radius: 20px;
    overflow: hidden;
    height: 612px;
}
.contact-img img {
    height: 100%;
    object-fit: cover;
}
/*=============================================overons page start===============================================*/
.overons-welcome-sec {
    padding: 12px 0;
}
.overons-welcome-sec .inner-wrap {
    padding: 82px 0;
}
.overons-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.overons-welcome-desc {
    max-width: 672px;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.welcome-desc-top h4 {
    color: #8B6743;
    font-family: 'EurostileRegular';
}
.welcome-desc-top h2 {
    margin: 34px 0 16px;
}
.welcome-desc-btm {
    max-width: 452px;
    width: 100%;
}
.welcome-desc-btm h4 {
    color: #1E1F1F;
    margin-bottom: 25px;
    font-family: 'LamaSans-Bold';
}
.overons-welcome-info .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.overons-welcome-info .col-lg-6, .overons-welcome-info .col-lg-12 {
    padding: 0 10px;
}
.each-overons-welcome-info {
    padding: 35px;
    position: relative;
    min-height: 325px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -2px 5px 10px -12px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-welcome-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 0.05) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    overflow: hidden;
}
.each-overons-welcome-info::after {
    content: "";
    height: 102px;
    width: 153px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/overons-welcome-mark.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-welcome-info em {
    font-style: normal;
}
.each-overons-welcome-info h5 {
    color: #1E1F1F;
    display: flex;
    font-family: 'LamaSans-Regular';
    align-items: center;
    max-width: 250px;
}
.each-overons-welcome-info h5 strong {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #8B6743;
    margin-right: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    flex-shrink: 0;
}
.each-overons-welcome-info h5 strong img {
    width: 11px;
}
.each-overons-welcome-info h2 {
    color: #8B6743;
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'SansationBold';
}
.each-overons-welcome-info h2 strong {
    color: #1E1F1F;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    font-weight: normal;
    align-items: center;
}
.overons-welcome-info .col-lg-6 .each-overons-welcome-info h2 {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.each-overons-welcome-info p {
    margin-top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-welcome-info p:last-of-type {
    margin-bottom: 0;
}
.each-overons-welcome-info:hover {
    background-color: #8B6743;
}
.each-overons-welcome-info:hover::before {
    opacity: 0;
}
.each-overons-welcome-info:hover::after {
    opacity: 1;
}
.each-overons-welcome-info:hover h5 {
    color: #fff;
}
.each-overons-welcome-info:hover h5 strong {
    background-color: #fff;
}
.each-overons-welcome-info:hover h5 strong img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(69%) saturate(405%) hue-rotate(343deg) brightness(89%) contrast(85%);
}
.each-overons-welcome-info:hover h2, .each-overons-welcome-info:hover h2 strong {
    color: #fff;
}
.each-overons-welcome-info:hover p {
    color: #fff;
}
/******why-us-sec*****/
.why-us-sec .inner-wrap {
    background-color: #1E1F1F;
    padding: 60px 0 119px;
    position: relative;
}
.why-us-heading h2 {
    color: #fff;
} 
.why-us-heading p {
    color: #fff;
    max-width: 532px;
    margin-left: auto;
} 
.why-us-sec .inner-wrap::after {
    content: "";
    top: -34px;
    right: 0;
    position: absolute;
    background-position: right;
    background-image: url(../images/why-us-merk.svg);
    background-size: 214px;
    height: 214px;
    width: 214px;
    background-repeat: no-repeat;
}
.why-us-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 66px;
    margin-bottom: 103px;
}
.why-us-slider {
	height: 622px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-why-us {
	height: 492px;
    width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.each-why-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(159, 102, 60, 0.3) 0%, rgba(159, 102, 60, 0) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.why-us-slider .swiper-slide {
	display: flex;
	align-items: center;
	width: 23.99%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-why-us p {
    color: #fff;
    display: none;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-why-us p:last-of-type {
    margin-bottom: 0;
}
.each-why-us > img {
    height: 266px;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0;
}
.each-why-us span {
    height: 32px;
    width: 32px;
    border-radius: 6px;
    background-color: rgba(252, 250, 248, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
    margin: 36px 0 24px;
}
.each-why-us span img {
    width: 14px;
}
.each-why-us h5 {
    color: rgba(245, 245, 245, 0.3);
    font-family: 'Eurostile-Medium';
}
.why-us-slider .swiper-slide:hover {
	width: 36.8%;
}
.why-us-slider .swiper-slide:hover .each-why-us {
	height: 622px;
    padding: 20px 15px;
}
.why-us-slider .swiper-slide:hover .each-why-us h5 {
    display: none;
}
.why-us-slider:has(.swiper-slide:hover) .swiper-slide:not(:hover) {
	width: 19.7%;
	border-radius: 50px;
}
.why-us-slider .swiper-slide:hover .each-why-us {
    background-color: #8B6743;
}
.why-us-slider .swiper-slide:hover .each-why-us p {
    display: block;
}
.why-us-slider .swiper-slide:hover .each-why-us > img {
    height: 387px;
    opacity: 1;
}
.why-us-slider .slider-control {
    display: none;
}
.why-us-slider .slider-btn {
    width: 53px;
    height: 26px;
    border-radius: 54px;
    background-color: #fff;
    padding: 7px 9px;
}
/******member-sec*****/
.member-sec .container {
    position: relative;
    z-index: 1;
}
.member-sec .inner-wrap {
    padding: 78px 0 60px;
}
.member-sec h2 {
    margin-bottom: 48px;
    text-align: center;
    font-family: 'Eurostile-Medium';
    letter-spacing: 0.96px;
}
.each-member {
    background-color: #F8F8F8;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 56px 10px 10px;
}
.each-member-text {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 21px;
    margin-top: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text h4 {
    color: #1E1F1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'SansationBold';
}
.each-member-text h6 {
    color: #1E1F1F;
    font-family: 'SansationRegular';
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover .each-member-text {
    background-color: #8B6743;
    border-color: #8B6743;
}
.each-member:hover .each-member-text h4, .each-member:hover .each-member-text h6 {
    color: #fff;
}
/*****gallery-sec*****/
.gallery-sec {
    padding: 4px 0;
}
.gallery-sec .common-wrap {
    position: relative;
    z-index: 1;
}
.gallery-sec .col-12, .gallery-sec .col-6 {
    padding: 8px;
}
.each-gallery {
    border-radius: 15px;
    overflow: hidden;
    height: 318px;
}
.each-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.05);
}
.gallery-sec .col-2 .row {
    height: 100%;
}
.gallery-sec .col-2 .each-gallery {
    height: 100%;
}
.gallery-sec .col-5 {
    width: 39%;
}
.gallery-sec .col-2 {
    width: 22%;
}
.each-gal-big {
    height: 656px !important;
}
/*====================================aanbod page start======================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 206px 0 80px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #090909;
	line-height: 24px;
    font-family: 'LamaSans-Medium';
}
.filter-reset a:hover {
    color: #8B6743;
}
.select-style {
    position: relative;
    width: 100%;
    color: #1E1F1F;
    line-height: 24px;
    font-size: 1.6rem;
    border: 1px solid #1E1F1F;
    border-radius: 100px;
    padding: 11px 56px 11px 17px;
    appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    display: inline-block;
    background-color: transparent;
    font-family: 'LamaSans-Medium';
}
.select-style::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #1E1F1F;
    border-radius: 100px;
    right: 20px;
    top: 11px;
    background-image: url(../images/filter-arrow.svg);
    background-size: 7px;
    background-position: center center;
    background-repeat: no-repeat;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style:hover::after {
    background-color: #fff;
    background-image: url(../images/filter-black-arrow.svg);
}
.select-style:hover {
    background-color: #8B6743;
    border-color: #8B6743;
    color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: 'Eurostile-Medium';
	background-color: #090909;
}
.filter-content {
    display: none;
    background-color:#f5f5f5;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #090909;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 5;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.hidden-filter label,
.filter-sort label {
    color: #1E1F1F;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.hidden-filter label:last-child {
	margin-bottom: 0;
}
.hidden-filter label span {
    float: right;
    color: #090909;
    opacity: 0.65;
}
.hidden-filter .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #090909;
    background-color: transparent;
    border-radius: 3px;
}
.hidden-filter .form-check-input:checked {
    background-color: #8B6743;
    border-color: #8B6743;
    background-image: url(../images/check-tick.svg);
    background-size: 18px;
    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: #090909;
    border-radius: 20px;
    background-color: rgba(159, 102, 60, 0.5);
    font-family: 'Eurostile-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(159, 102, 60, 0.5);
    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 {
    background-color: #8B6743;
    border-color: #8B6743;
    color: #fff;
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 19%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1E1F1F;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 88px;
    /* background-color: #090909; */
    width: 100%;
    z-index: 3;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Poppins-Bold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #8B6743;
    border: 1px solid #8B6743;
    text-transform: capitalize;
    color: #fff;
    margin-left: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    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: #FFF;
    border-color: #8B6743;
    color: #8B6743
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #090909;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #090909;
	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: 1;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(159, 102, 60, 0.5);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #8B6743;
}
.mobile-filter-close span img {
    width: 10px;
    filter: brightness(0);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #8B6743;
    border: 1px solid #8B6743;
    color: #fff;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    margin-left: 0;
    max-width: 100%;
    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:hover {
	background-color: transparent;
    border-color: #8B6743;
    color: #090909;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #090909;
    font-family: 'Eurostile-Medium';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
    margin-bottom: 0;
    width: 210px;
}
.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: #8B6743;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(159, 102, 60, 0.4);
    border-color: rgba(159, 102, 60, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #8B6743;
}
.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: #1E1F1F;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 100px;
    border: 1px solid rgba(9, 9, 9, 0.5);
    padding: 8px;
    background-color: transparent;
    width: 93px;
    color: #1E1F1F;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'LamaSans-Regular';
}
.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: #1E1F1F;
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
}
/* .mob-filter-visible strong {
    font-weight: normal;
    color: #090909;
} */
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 34px;
}
.aanbod-product-text-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.aanbod-product-sec .each-product-wrap{
    border-radius: 20px;
}
.aanbod-product-text-wrap .each-product-title {
    width: 63%;
}
.aanbod-product-text-wrap .each-product-price {
    width: 34%;
    text-align: end;
}
.each-product-arrow {
    height: 35px;
    width: 35px;
    min-width: 35px;
    border-radius: 35px;
    border: 1px solid #1E1F1F;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-product-sec .each-product:hover .each-product-arrow {
    background-color: #8B6743;
    border-color: #8B6743;
}
.each-product-arrow img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 11px;
}
.aanbod-product-sec .each-product:hover .each-product-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-product-sec .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-product-sec .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
.aanbod-product-text-wrap .each-product-price h5 strong {
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Eurostile-Bold';
}
.aanbod-product-text-wrap .each-product-price h5 {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 20px;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top****/
.verkocht-top h2 {
    color: #8B6743;
}
.verkocht-top {
    padding-top: 215px;
    padding-bottom: 54px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .each-product-price h5 {
    font-family: 'SansationBold';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
}
.verkocht-product-sec  .each-product-dtls {
    width: 100%;
}
.verkocht-product-sec .row {
    row-gap: 30px;
}
.verkocht-product-sec {
    padding-bottom: 65px;
}
/* ============================================== aanbod-dtl ============================================== */
.back-btn {
    padding-top: 144px;
}
.back-btn .col-lg-5 {
    width: 48%;
}
.back-btn .common-btn {
    position: absolute;
    top: 180px;
    left: auto;
    z-index: 2;
}
.back-btn-wrap {
    padding-left: 33px;
}
.back-btn-wrap .common-btn strong::after {
    background-image: url(../images/bk-btn-arrow.svg);
}
.back-btn-wrap .common-btn strong::before {
    background-image: url(../images/bk-btn-arrow.svg);
}
.back-btn-wrap .common-btn:hover strong::before {
    right: 50%;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
    padding: 0 0 72px;
}
.aanbod-top-area {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 17px 20px;
    position: relative;
}
.aanbod-top-sec .col-lg-7 {
    width: 52%;
}
.aanbod-top-sec .col-lg-5 {
    width: 48%;
    position: relative;
}
.aanbod-top-slider {
    position: relative;
    height: 100%;
}
.each-aanbod-top-slider-img {
    height: 100%;
}
.each-aanbod-top-slider-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .swiper,
.each-aanbod-top-slider-img,
.each-aanbod-top-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.each-aanbod-top-thumb {
    height: 100%;
}
.each-aanbod-top-thumb img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-big-slider {
    margin-bottom: 12px;
}
.aanbod-top-slider .service-arrow {
    display: inline-flex;
    gap: 42px;
    border-radius: 101px;
    background: #fff;
    padding: 13px 17px;
    position: absolute;
    bottom: 6%;
    top: auto;
    right: 4.5%;
    z-index: 1;
}
.aanbod-right-block-wrap {
    border-radius: 10px;
    background: #1E1F1F;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 10px 30px 40px;
    margin-bottom: 20px;
}
.aanbod-dtl-top-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    width: 155px;
    height: 131px;
}
.aanbod-dtl-top-mark img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanbod-right-block-wrap h3 {
    margin-top: 86px;
    font-family: 'Eurostile-Medium';
}
.aanbod-right-block-wrap h6 {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-family: 'LamaSans-Regular';
}
.aanbod-right-block-wrap h6 strong {
    font-weight: normal;
    font-family: 'SansationBold';
    position: relative;
}
.aanbod-right-block-wrap h6 strong::after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    height: 1px;
    width: 37px;
    background-color: #fff;
}
.aanbod-right-block-wrap td {
    position: relative;
    padding: 40px 15px;
    border-radius: 20px;
    overflow: hidden;
    width: 23.4%;
}
.aanbod-right-block-wrap td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(210deg, #C2A28B 0%, rgba(194, 162, 139, 0.1) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.aanbod-right-block-wrap td::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -3px 20px -8px rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
.aanbod-right-block-wrap tr {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.aanbod-right-block-wrap table {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 25px 0;
    width: 100%;
}
.aanbod-dtl-top-price h4 {
    display: flex;
    gap: 2px;
}
.aanbod-dtl-top-price h4 strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
}
.aanbod-dtl-man-part {
    border-radius: 10px;
    background: rgba(245, 245, 245, 0.50);
    padding: 12px 12px 12px 32px;
}
.aanbod-dtl-man-info ul {
    margin-bottom: 0;
    display: flex;
    gap: 14px;
    margin-top: 33px;
}
.aanbod-dtl-man-info li::after {
    display: none;
}
.aanbod-dtl-man-info li {
    padding-left: 0;
}
.aanbod-dtl-man-info .common-btn {
    background-color: #1E1F1F;
    color: #fff;
    min-width: 228px;
}
.aanbod-dtl-man-info .common-btn:hover:after {
    background-color: #8B6743;
}
.aanbod-dtl-man-info .border-btn strong {
    background-color: #fff;
    border: 1px solid #fff;
}
.aanbod-dtl-man-info .common-btn strong::after {
    background-image: url(../images/black-arrow.svg);
}
/* .aanbod-dtl-man-info .common-btn:hover {
    background-color: #8B6743;
} */
.aanbod-man-img {
    border-radius: 5px;
    background: #F5F5F5;
    padding-top: 12px;
    width: 232px;
    height: 250px;
    overflow: hidden;
    margin-left: auto;
}
.aanbod-man-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-man-info h4 {
    color: #1C1C1F;
    margin-bottom: 34px;
}
.aanbod-dtl-man-info p {
    margin-bottom: 6px;
}
.aanbod-dtl-man-info p a {
    color: rgba(30, 31, 31, 1);
}
.aanbod-dtl-man-info p a:hover {
    color: #8B6743;
}
.aanbod-dtl-man-info p em {
    color: rgba(30, 31, 31, 0.5);
    font-style: normal;
}
.aanbod-dtl-man-part .col-lg-7 {
    width: 68%;
}
.aanbod-dtl-man-part .col-lg-5 {
    width: 32%;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 0 0 75px;
}
.tab-btn {
    width: 100%;
}
.tab-top {
    border-bottom: 2px solid rgba(47, 47, 47, 0.3);
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(30, 31, 31, 0.5);
    background-color: transparent;
    border: 0;
    font-family: 'Eurostile-Bold';
    font-size: 2rem;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    margin-bottom: 20px;
}
.tab-btn ul.tabs li:hover{
    color: #8B6743;
}
.tab-btn ul.tabs li:hover::after{
    filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(378%) hue-rotate(349deg) brightness(94%) contrast(91%);
    opacity: 1;
}
.tab-btn ul.tabs li.active::before {
    position: absolute;
    content: "";
    background: #8B6743;
    width: calc(100% + 15px);
    height: 2px;
    left: 0;
    bottom: -25px;
}
.tab_content {
    display: none;
    margin-top: 46px;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    padding-bottom: 3px;
    margin-bottom: 0;
}
.tab-btn .tabs li.active {
    color: #8B6743;
}
.kenmerken-tab li::after{
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kenmerken-tab ul {
    list-style: none;
    margin: 0;
    padding: 15px 42px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F5F5F5;
    border-radius: 5px;
}
.kenmerken-tab ul:hover{
    background-color: #8B6743;
}
.kenmerken-tab ul:hover li b{
    color: #fff;
}
.kenmerken-tab ul:hover li{
    border-color: rgba(255, 255, 255, 0.55);
}
.kenmerken-tab li {
    padding: 0;
    width: 21%;
    color: #2F2F2F;
    font-family: 'SansationBold';
    font-size: 2rem;
    line-height: 27px;
    border-right: 1px solid rgba(30, 31, 31, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
}
.kenmerken-tab li:first-child {
    width: 15%;
}
.kenmerken-tab ul:hover li {
    color: #FFF;
}
.kenmerken-tab li b {
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #1E1F1F;
}
/* .kenmerken-tab ul:hover li b {
    font-size: 1.8rem;
} */
.kenmerken-tab ul:hover li strong{
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab ul li:last-child{
    border: 0;
}
.kenmerken-tab li strong {
    font-family: 'Eurostile-Bold';
    font-weight: normal;
    color: rgba(30, 31, 31, 0.7);
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab ul li:first-child em{
    margin: unset;
}
.kenmerken-tab li em {
    font-style: normal;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #8B6743;
    padding-bottom: 10px;
	margin-bottom: 20px;
    color: #090909;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8B6743;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #8B6743;
    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;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
    color: #090909;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(47, 47, 47, 0.7);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 1px;
    left: 6px;
    background-image: url(../images/tab-down.svg);
    background-color: unset;
    width: 9px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab-down-arrow.svg);
    background-size: 12px;
    width: 11px;
    height: 13px;
    opacity: 1;
}
.tab-btm-btn {
    margin-top: 45px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    padding: 11px 16px;
}
.tab-btm-btn .common-btn:hover {
    background-color: #8B6743;
    border-color: #8B6743;
}
.tab-btm-btn .common-btn::before {
    display: none;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #8B6743;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #8B6743;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #8B6743;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
    color: #090909;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(20, 20, 20, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****related-product-sec****/
.related-product-sec .each-product:hover .each-product-arrow {
    background-color: #8B6743;
    border-color: #8B6743;
}
.related-product-sec .each-product:hover .each-product-arrow img {
    filter: brightness(0) invert(1);
}
.related-product-sec .product-scrollbar {
    height: 3px;
    background-color: rgba(159, 102, 60, 0.2);
    width: 100%;
    border-radius: 30px;
    position: relative;
}
.related-product-sec .swiper-scrollbar-drag {
    background-color: #8B6743;
    cursor: grab;
}
.related-product-sec {
    padding: 97px 0 67px;
}
.related-product-title {
    margin-bottom: 60px;
}
.related-product-sec .product-control {
    margin-top: 56px;
}







/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 0px 0px 10px;
    display: none;
    background: transparent;
}
.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: #8B6743;
    border-radius: 5px;
    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: 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: #8B6743;
    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: 84%;
    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: #8B6743;
    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-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;
} 
/* ============================================== bedankt ============================================== */
.bedankt-banner-sec .banner-content {
    top: 46%;
    bottom: auto;
    transform: translateY(-50%);
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(30, 31, 31, 0.8);
}
.modal-area .modal-content .row {
    margin: 0 -5px; 
}
.modal-area .modal-content .col-lg-7,
.modal-area .modal-content .col-lg-5 {
    padding: 0 5px;
}
.modal-area .modal-content .col-lg-7 {
    width: 53%;
}
.modal-area .modal-content .col-lg-5 {
    width: 47%;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content {
    height: 100%;
    padding: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden; 
    background: #fff;
}
.modal-area .popup-content p {
    margin: 36px 0 50px;
    color: #1E1F1F;
}
.modal-area .popup-content .common-btn {
    background: #8B6743;
    border-color: #8B6743;
    color: #fff;
}
.modal-area .popup-content .border-btn strong::after,
.modal-area .popup-content .border-btn strong::before {
    background-image: url(../images/black-arrow.svg);
}
.modal-area .popup-content .common-btn:hover:after {
    background-color: #1E1F1F;
    border-color: #1E1F1F;
}
.modal-area .popup-content .common-btn:hover {
    color: #1E1F1F;
    background: transparent;
    color: #fff;
    border-color: #1E1F1F;
}
.modal-area .popup-content .border-btn strong {
    background-color: #fff;
    border-color: #fff;
}
.modal-area .popup-content .border-btn:hover strong {
    background-color: #fff;
    border-color: #fff;
}
/* .modal-area .popup-content .border-btn strong:hover::after,
.modal-area .popup-content .border-btn strong:hover::before {
    background-image: url(../images/white-arrow.svg);
} */
.popup-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 215px;
    height: 155px;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-logo {
    width: 258px;
}
.pop-up-image img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
/* .popup-content-wrap {
    position: relative;
    z-index: 1;
} */
/* .close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
} */
.mob-popup-content-wrap {
    display: none;
}
.mob-popup-content-wrap .popup-content-inner-wrap h1 {
    margin-bottom: 20px;
}
.mob-popup-content-wrap .popup-content-inner-wrap li {
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.mob-popup-content-wrap .popup-content-inner-wrap li::after {
    background-color: #fff;
    background-image: url(../images/popup-li-icon.svg);
}
.mob-popup-content-wrap .popup-content-inner-wrap p {
    color: #fff;
}
.mob-popup-content-wrap .popup-content-inner-wrap .common-btn {
    background-color: #fff;
    border-color: #fff;
    color: #1E1F1F;
}
.mob-popup-content-wrap .popup-content-inner-wrap .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
}
.mob-popup-content-wrap .popup-content-inner-wrap .border-btn strong {
    background-color: #8B6743;
    border: 1px solid #8B6743;
}
.mob-popup-content-wrap .popup-content-inner-wrap .border-btn:hover strong::before {
    background-image: url(../images/white-arrow.svg);
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.modal-area .popup-close {
    display: none;
}
.popup-logo-black {
    display: none;
}
.popup-mobile-logo {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popup-mobile-logo img {
    width: 232px;
}
.aanbod-product-sec .each-product-dtls li{
    padding: 6px 4px;
}
.aanbod-product-sec .each-product-dtls ul {
    column-gap: 3px;
}
.aanbod-product-sec .each-product-dtls li img {
    margin-right: 3px;
    width: 15px;
}
.aanbod-dtl-man-info .common-btn:hover {
    border-color: #8B6743;
}
.tab_container{
    max-width: 1436px;
    margin-right: auto;
    margin-left: auto;
}
.tab-top{
    max-width: 1436px;
    margin-right: auto;
    margin-left: auto
}
.form-block .formError {
    position: absolute !important;
    bottom: -25px;
    top: auto !important;
}
.form-sec{
    padding-bottom: 12px;
}
.tab-btm-btn .common-btn::after {
    display: none;
}






/*******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: #1E1F1F;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    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(#8B6743 calc(1100%/6),#fff 0 calc(3100%/6),#8B6743 0),
              linear-gradient(#8B6743 calc(2100%/6),#fff 0 calc(4100%/6),#8B6743 0),
              linear-gradient(#8B6743 calc(3100%/6),#fff 0 calc(5100%/6),#8B6743 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: #8B6743;
  }


.carpass-img {
    width: 115px;
}










.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: #1E1F1F;
  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;
    max-width: calc(100% - 20px);
    margin: 10px auto 0;
    border-radius: 10px;
}


@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1E1F1F;
        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: #1E1F1F;
        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;
    }
}
.service-dtl-desc-contact-wrap .common-btn:hover{
    color: #1E1F1F;
}
.service-dtl-desc-contact-wrap .common-btn::after{
    background-color: #fff;
}
.service-dtl-desc-contact-wrap .common-btn:hover strong {
    background-color: #8B6743;
    border-color: #8B6743;
}
.service-dtl-desc-contact-wrap .common-btn:hover strong::before {
    filter: brightness(0) invert(1);
}
.form-group .formErrorContent br{
    display: none;
}
.service-dtl-desc-contact-wrap .common-btn:hover{
    color: #1E1F1F;
}
.service-dtl-desc-contact-wrap .common-btn::after{
    background-color: #fff;
}
.service-dtl-desc-contact-wrap .common-btn:hover strong {
    background-color: #8B6743;
    border-color: #8B6743;
}
.service-dtl-desc-contact-wrap .common-btn:hover strong::before {
    filter: brightness(0) invert(1);
}
.related-service-heading .border-btn::after {
    background-color: #8B6743;
}
.related-service-heading .border-btn:hover{
    border-color: #8B6743;
}
.footer-credit span{
    color: rgba(255, 255, 255, 0.50);
}
.related-product-sec .each-product-wrap{
    border-radius: 20px;
}
/* ========  PRIVACY PAGE ======== */
.privacy_section{
    padding-top: 165px;
    padding-bottom: 100px;
}
.popup-content-inner-wrap.position-relative {
    position: initial !important;
}
.each-why-us h4{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.why-us-slider .swiper-slide:hover .each-why-us p{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.member-sec {
    position: relative;
} 
.related-product-sec .each-product-dtls ul {
    gap: 3px;
}

.klant-logo{
    width: 154px;
    height: 47px;
}



/* /fix-wp/ */
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 74px;
    right: 49px;
}
.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; 
    / left: 16px; */
    bottom: 28px;
    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;
    }
}
.review-sec{
    display: none;
}
.widget-btn-area{
	bottom: 8rem;
  	left: 4rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #8B6743;
	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;
    border: 1px solid rgba(255, 255, 255, 0.5);
}	
.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;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.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: #8B6743;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #8B6743;
  	background: #8B6743;
	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: #8B6743 !important;
}
.monthly_amount{
	cursor:pointer;
}
.footer-social-wrap{
    display: none;
}
.footer-contact.werkplaats-hours{
    display: none;
}
.aanbod-share-icon {
    position: absolute;
    left: 269px;
    top: 19px;
    display: flex;
    gap: 10px;
}
.share-social-media-button .a2a_dd {
    border-radius: 300px;
    border: 1px solid #FFF;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-social-media-button:hover .a2a_dd{
    background-color: #8B6743;
    border-color: #8B6743;
}
.anbd-print-btn:hover a{
    background-color: #8B6743;
    border-color: #8B6743;
}
.anbd-print-btn a{
    border-radius: 300px;
    border: 1px solid #FFF;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-print-btn a img{
    filter: brightness(0) invert(1);
}
.form-heading h3{
    font-family: 'Eurostile-Medium';
}
.service-dtl-desc-contact-wrap .common-btn strong::after {
    background-image: url(../images/colour-arrow.svg);
}
.overons-welcome-info .col-lg-6 .each-overons-welcome-info h2{
    font-family: 'Eurostile-Medium';
}
.each-form-reach-wrap td{
    font-family: 'LamaSans-Regular';
}
.service-dtl-desc-txt P strong{
    font-weight: normal;
    font-family: 'SansationBold';
}
/* .vacature-top-sec .service-dtl-desc-txt h2{
    font-family: 'SansationBold';
} */
.about-review-info-merge{
    padding-bottom: 12px;
}
.footer-contact.footer-bottom-logo.desktop-footer-logo {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 33px;
    padding-left: 35%;
}
.share-social-media-button .a2a_dd svg {
    width: 18px;
    margin-right: 0px !important;
}
.service-dtl-info-main em p{
    font-size: 1.4rem;
    letter-spacing: normal;
}
.form-block .form-control.form-style.foto_upload label{
    margin-bottom: 0;
}

.member-slider .swiper-wrapper.centered {
    justify-content: center; 
}
.member-slider .swiper-wrapper.centered .swiper-slide:last-child {
    margin-right: 0 !important; 
}
.each-form-reach-wrap tr{
    display: flex;
}
.banner-sec.bedankt-banner-sec{
    padding-bottom: 20px;
}
.banner-btm-slider-info .common-btn{
    font-family: 'SansationRegular';
    padding: 11px 43px 11px 14px;
}
.each-product-thumb-img.position-relative {
    position: initial !important;
}

.calsty{
    width: 100%;
}
.aanbod-product-sec .each-product-price h5 strong{
    padding-right: 0;
}
.aanbod-product-sec .each-product-price h5 strong::after{
    display: none;
}