@import "fonts.css";
@import "common-class.css";
body{
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-family: 'HalisRRegular';
	background-color: #f9f8f6;
}
html {
	font-size: 62.5%;
	height: auto !important;
}
.cursor {
	cursor: pointer;
}
.grecaptcha-badge {
	display: none;
}
/*=============header==========*/
header{
	padding: 15px 0;
	z-index: 9;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 99;
}
header.stiky{
	background: #0E2535;
}
a.header-social{
	margin-right: 10px;
}
header .border-btn{
	margin-right: 20px;
	margin-left: 40px;
}
.header-group-btn a span.position-absolute{
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.header-group-btn{
	gap: 35px;
}
.menu-btn{
	padding-left: 38px;
	/* padding-right: 0; */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn:hover{
	/* padding-right: 38px; */
	/* padding-left: 0; */
}
.menu-btn:before{
	position: absolute;
	background-image: url(../images/icon7.svg);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 15px;
	content: '';
	transform: translateY(-50%);
	border-radius: 0;
	top: 54%;
	left: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn:hover:before{
  /* left: calc(100% - 24px); */
  background-image: url(../images/icon7-color.svg);
}
.menu-btn.hefdak-btn:before{
	background-image: url(../images/icon8.svg);
}
.menu-btn.hefdak-btn:hover:before{
	background-image: url(../images/icon8-color.svg);
}
.menu-btn.camper-btn:before{
	background-image: url(../images/icon9.svg);
}
.menu-btn.camper-btn:hover:before{
	background-image: url(../images/icon9-color.svg);
}
.menu{
	padding: 0 24px;
	border-radius: 30px;
	background: #CE9E3A;
	height: 47px;
	line-height: 47px;
	z-index: 999;
}
.hamburguer {
	width: 20px;
  	height: 14px;
  	gap: 5px;
	transition: all 400ms ease;
	margin-top: 4px;
  	margin-right: 10px;
}
.hamburguer span {
	transition: all 400ms ease;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
.menu-icon:not(.menu-icon-active):hover .hamburguer{
   	height: 18px;
  	gap: 9px;
}
.menu-icon-active .hamburguer span:first-child{
	transform: translateY(7px) rotate(-135deg);
}
.menu-icon-active .hamburguer span:last-child{
	transform: translateY(0px) rotate(135deg);
}
.menu-icon-active .hamburguer{
	margin-top: 0;
}
.menu-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
    z-index: -1;
}
.menu-wrapper.open{
	z-index: 99;
	height: auto;
}
.panel-left{
	background: rgba(14, 37, 53, 0.40);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}
.menu-wrapper.open .panel-left{
	opacity: 1;
}
.container-wrapper{
	width: 790px;
	margin-left: auto;
	z-index: 1;
	position: relative;
	transition: transform 300ms ease;
}
.menu-wrapper:not(.open) .container-wrapper {
	transform: translate3d(100%, 0, 0);
}
.main-menu {
	height: 100vh;
	transition: all 400ms ease;
	background-color: #0E2535;
	overflow-y: auto;
	padding: 180px 90px 60px;
}
/* width */
.main-menu::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.main-menu::-webkit-scrollbar-track {
  background: #0E2535; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.main-menu::-webkit-scrollbar-thumb {
  background: #C9C9C9; 
  border-radius: 10px;
  border-radius: 10px;
}
.main-menu ul{
	position: relative;
	z-index: 0;
}
.main-menu li{
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.menubar-contact{
	padding-top: 60px;
}
.menubar-contact a:hover{
	color: #CE9E3A;
}
.menubar-logo {
  	background: #0E2535;
  	width: 630px;
 	padding: 15px 0;
 	z-index: 1;
}
header .dropdown span.position-relative:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/arw-color.svg) no-repeat center /contain;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	border: 0;
}
header .dropdown:hover span.position-relative:before{
	transform: translateY(-50%) rotate(0deg);
}
header .dropdown span.position-relative{
	padding-right: 90px;
}
.submenu {
	top: 0;
  margin-left: 250px;
  white-space: nowrap;
}
.main-menu .submenu li{
	font-family: 'HalisRLight';
	text-transform: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.submenu li:last-child{
	border-bottom: 0;
}
.submenu li a:hover{
	color: #FDBF03;
}
header .dropdown.service-dropdown span.position-relative:before{
	right: 20px;
}
.submenu .header-group-btn a span:not(.position-absolute) {
	padding-left: 42px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*============banner==========*/
.home-banner {
	height: 95vh;
}
.home-banner img.w-100, .card-img img, .inner-banner img.w-100, .subpg-img img.w-100, .thanku-banner img.w-100, 
.home-popup img.w-100{
	object-fit: cover;
}
.banner-content{
	top: 60%;
	z-index: 1;
}
.banner-content h1{
	margin-bottom: 60px;
}
.banner-content .card-heading{
	background: #F5F3E9;
	margin-bottom: 50px;
}
.home-banner .overlay{
	opacity: .4;
	z-index: 1;
}
.home-banner a.button:before, .product-block a.button:before{
  right: auto;
  background-image: url(../images/icon7.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 15px;
  transform: translateY(-50%);
  border-radius: 0;
  top: 54%;
  left: 24px;
  z-index: 1;
  transition: all 0.5s;
}
.home-banner a.button.in:before, .product-block a.button.in:before{
	/* right: 24px;
	left: auto; */
	left: calc(100% - 48px);
}
.home-banner a.button, .product-block a.button{
	padding-left: 65px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-banner a.button.in, .product-block a.button.in{
	padding-left: 24px;
	padding-right: 65px;
}
.home-banner a.button{
	margin: 0 9px;
}
.home-banner a.button.camper-btn:before{
	background-image: url(../images/icon9.svg);
}
.home-banner a.button.hefdak-btn:before{
	background-image: url(../images/icon8.svg);
}
/*===========nieuws==============*/
.card-slider{
	padding: 35px 0;
	background: #f6f2e7;
	z-index: 1;
}
.card-slider .bg-img{
	background-image: url(../images/line.png);
	background-position: top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	z-index: -1;
}
.card-slider .card-heading h4{
	color: #fff;
}
.card-heading{
	background: #0E2535;
	padding: 10px 20px;
	margin-bottom: 35px;
}
.each-card .bg-white{
	padding: 50px 30px 60px;
}
.each-card p{
	margin: 20px 0 25px;
}
.each-card .txt-btn{
	color: #0E2535;
}
.each-card .txt-btn:after{
	background-image: url('../images/back_btn_arrow.svg');
	transform: translateY(-50%) rotate(180deg);
}
.card-img{
	height: 265px;
}
/*=============product===========*/
.product-block{
	padding: 65px 0 10px;
}
.product-block .text-center {
	text-align: left !important;
}
.product-block h2{
	margin-bottom: 70px;
}
.product-block .button{
	border-color: #CE9E3A;
	--color: #CE9E3A;
}
.product-block a.button:before{
	background-image: url(../images/icon7-color.svg);
}
.product-block a.button.in:before{
	background-image: url(../images/icon7.svg);
}
.product-block a.button.caravans-btn:before{
	background-image: url(../images/icon8-color.svg);
}
.product-block a.button.caravans-btn.in:before{
	background-image: url(../images/icon8.svg);
}
.product-block a.button.camper-btn:before{
	background-image: url(../images/icon9-color.svg);
}
.product-block a.button.camper-btn.in:before{
	background-image: url(../images/icon9.svg);
}
.product-btn-wrap{
/*	max-width: 1200px;*/
	margin-bottom: 30px;
}
.product-btn-wrap .button{
	margin: auto;
	display: table;
}
.product-block .text-center p{
	color: #CE9E3A;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.product-dtl{
	padding: 30px;
}
.home-car-slider {
    background-color: #0d2536;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.home-car-slider:hover {
	background-color: #778a67;
}
.home-car-slider:hover .product-dtl h4 {
	color: #0d2536;
}
.home-car-slider:hover .product-dtl h6 {
	color: #0d2536;
}
.product-dtl h4, .product-dtl h6{
	font-family: 'HalisRRegular';
	text-transform: unset;
}
.product-dtl h4, .product-dtl h6{
	line-height: normal;
	/* opacity: .5; */
	color: #fff;
	font-size: 2.5rem;
}
.product-dtl p{
	/* color: rgba(14, 37, 53, 0.5); */
	color: #fff;
}
.product-dtl p span{
	/* color: rgba(14, 37, 53, 0.34); */
	color: #fff;
  	margin: 3px 0 17px;
  	display: block;
}
.product-dtl h6{
	margin-bottom: 17px;
}
.product-dtl h6 span{
	margin-top: 5px;
  	/* display: block; */
	padding-left: 8px;
}
.hover-div {
	width: 65px;
	height: 65px;
	background: #CE9E3A;
	transform: translate(-50%, -50%) rotate(-40deg);
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.hover-div img{
	width: 16px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.product-slider a:hover .hover-div {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(-240deg);
}
.product-slider a:hover .hover-div, .product-slider a:hover .product-dtl h4, .product-slider a:hover .product-dtl h6, 
.home-car-slider:hover .product-dtl h4, .home-car-slider:hover .product-dtl h6{
	opacity: 1;
}
.product-slider a:hover .product-dtl p, .product-slider a:hover .product-dtl p span, 
.home-car-slider:hover .product-dtl p, .home-car-slider:hover .product-dtl p span{
	color: #0E2535;
}
.home-car-slider .cmn-arw{
	top: calc(50% - 115px);
	opacity: 0;
}
.home-car-slider:hover .cmn-arw{
	opacity: 1;
}
.home-car-slider .cmn-arw, .home-car-slider .product-dtl p, .home-car-slider .product-dtl h4, 
.home-car-slider .product-dtl h6, .home-car-slider .product-dtl p span{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-car-slider{
	margin-top: 20px;
}
.home-product-wrap {
	height: 100%;
	position: relative;
}
.home-product-wrap::after {
	content: "";
	height: 50%;
	width: 100%;
	background-color: #0D2536;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 20px 20px;
}
.home-product-wrap:hover::after {
	background-color: #778A67;
}
.home-car-slider {
	border-radius: 20px;
}
/*=================logo-slider============*/
.logos-block{
	padding: 45px 0;
}
.logos-block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.logos-block img{
	max-height: 60px;
	max-width: 180px;
/*  object-fit: contain;
  width: auto !important;*/
}
.logos-block .position-relative:before, .logos-block .position-relative:after{
	position: absolute;
	top: 0;
	content: '';
	width: 259px;
	height: 100%;
	background: linear-gradient(270deg, rgba(249, 248, 246, 0.39) 0%, #F9F8F6 100%);
	display:none;
}
.logos-block .position-relative:before{
	left: -150px;
}
.logos-block .position-relative:after{
	right: -180px;
}
/*=============home-service============*/
.home-service{
	background: #0E2535;
}
.service-top-content{
	max-width: 850px;
	padding: 100px 0 80px;
}
.service-top-content h2, .home-service p, .each-service h4{
	color: #fff;
}
.service-top-content p{
	margin-top: 35px;
}
.service-arw{
	width: 66px;
	height: 66px;
	background: #fff;
	border: 1.5px solid #fff;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.service-arw img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	transform: rotate(-180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service .collapsed .service-arw{
	background: transparent;
}
.each-service .collapsed .service-arw img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transform: rotate(0deg);
}
.each-service{
	position: relative;
}
.each-service ul{
	list-style-type: disc;
  padding-left: 165px;
  padding-bottom: 30px;
  padding-top: 110px;
  position: relative;
}
.each-service li{
	color: #FFF;
	font-family: 'HalisRRegular';
	font-size: 2.4rem;
	line-height: 32px; 
	margin-bottom: 10px;
}
.each-service h2{
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #FFF;
	font-family: 'HalisRBold';
	color: transparent;
}
.each-service h4{
	font-family: 'HalisRBold';
	position: relative;
}
.each-service li a:hover{
	text-decoration: underline;
	color: #fff;
}
.each-service td:first-child{
	width: 140px;
}
.service-wrap{
  background: #788A68;
}
.each-service .bg{
	border-radius: 20px;
	position: relative;
  height: calc(100% - 40px);
  margin-top: 20px;
  overflow: hidden;
}
.each-service .bg img{
	height: 100%;
	object-fit: cover;
}
.each-service-wrap{
	background: #788A68;
	border-bottom: 1.5px solid #788A68;
	padding: 30px 0;
	cursor: pointer;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.each-service-wrap.collapsed{
	background: #0E2535;
	border-color: rgba(255,255,255,0.23);
	position: static;
}
.each-service-wrap:hover .service-arw{
	background: #fff;
}
.each-service-wrap:hover .service-arw img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/*============content-block==============*/
.content-sec{
	padding: 100px 0;
}
.left-image{
	max-width: 630px;
	height: 630px;
	background: #fff;
}
.left-image .start-50{
	width: calc(100% - 40px);
  	height: calc(100% - 40px);
  	border: 2px solid #CE9E3A;
}
.left-image img.w-100{
	object-fit: cover;
	padding: 20px;
	object-position: 56%;
}
.content-sec p{
	margin: 30px 0;
}
.circle-div{
	background: #CE9E3A;
	width: 140px;
	height: 140px;
	left: 50px;
}
.circle-div.bottom-0{
	background: #F5F2E6;
  	bottom: 80px !important;
}
.icon-div{
	width: 90%;
	height: 90%;
	border: 1px solid #F1EEE0;
	left: 50%;
}
.circle-div.bottom-0 .icon-div{
	border-color: #7092A9;
}
.circle-div.end-0{
	left: auto;
	bottom: 100px;
	width: 87px;
	height: 87px;
	right: 35px !important;
	background: #7092A9;
}
/*===============counter============*/
.counter-block h2, .counter-block h4{
	line-height: normal;
}
.counter-block h2{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0E2535;
	color: transparent;
	line-height: normal;
	font-family: 'HalisRBlack';
	letter-spacing: normal;
}
.counter-block h4{
	font-family: 'HalisRRegular';
	text-transform: unset;
	margin-top: -3px;
}
.counter-block .mx-auto{
	max-width: 1140px;
}
.review-block{
	padding: 95px 0;
}
/*=========slider-block==============*/
.slider-block .bg{
	padding: 70px 0;
}
.slider-block .container{
	z-index: 1;
}
.overlay{
	background: #0E2535;
	opacity: .44;
}
.slider-content{
	max-width: 790px;
}
.top-heading{
	max-width: 386px;
}
.slider-content h4{
	background: #F5F3E9;
  	display: inline-block;
  	padding: 10px 18px;
  	margin-bottom: 15px;
	word-break: break-word;
}
.slider-content p{
	margin: 10px 0 30px;
	color: #fff;
}
.slider-content  a.txt-btn:hover{
	color: #fff;
}
.txt-btn{
	color: #FFF;
	font-family: 'HalisRRegular';
	font-size: 2.4rem;
	line-height: 32px;
	text-decoration: underline !important;
}
.txt-btn:after{
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	right: -38px;
	content: '';
	background: url(../images/arw.svg) no-repeat center /contain;
	width: 26px;
	height: 26px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.txt-btn:hover:after{
	right: -45px;
}
.logo-image{
	width: 197px;
}
.swiper-arw{
	top: 70px;
  	height: 74px;
}
.swiper-arw .position-relative.ms-lg-auto{
	width: calc(100% - 440px);
}
.swiper-arw .swiper-button-next{
	right: auto;
	left: 63px;
}
/*============footer===========*/
footer{
	background: #0E2535;
	padding-top: 100px;
	line-height: 24px;
}
.logo{
	width: 219px;
}
footer h6{
	color: #fff;
	font-family: 'HalisRMedium';
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 45px 0 20px;
}
footer .button{
	margin-right: 6px;
	margin-bottom: 6px;
}
footer .button.in{
	color: #fff;
}
footer a, footer td, .menubar-contact a, .menubar-contact td{
	color: rgba(249, 248, 246, 0.81);
}
footer h5, .menubar-contact h5{
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #F9F8F6;
	font-family: 'HalisRMedium';
}
footer td span, .menubar-contact td span{
	float: right;
}
.privacy-block{
	border-top: 1px solid rgba(249, 248, 246, 0.14);
	padding: 22px 0 30px;
	margin-top: 100px;
}
.privacy-block a:not(:hover){
	color: rgba(249, 248, 246, 0.45);
}
.social-icons a, a.header-social{
	border: 1px solid rgba(255,255,255,0.2);
	width: 45px;
	height: 45px;
}
.social-icons a, .main-menu a.header-social{
	margin-right: 15px;
}
.social-icons a:hover, a.header-social:hover{
	background: #CE9E3A;
  	border-color: #CE9E3A;
}
.whatsapp-btn{
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}
.whatsapp-btn:hover{
	background: #CE9E3A !important;
	border-color: #CE9E3A !important;
}
.bovag-logo{
	width: 101px;
}
/*=================subpg-list==============*/
.inner-banner .position-absolute{
	bottom: 18%;
}
.each-subpg{
	padding: 70px 0;
}
.each-subpg a > .row{
	align-items: center;
}
.each-subpg:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100vw;
	height: 1px;
	margin-left: -50vw;
	background: #0E2535;
	opacity: .3;
}
.each-subpg td{
	vertical-align: top;
}
.each-subpg h2{
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #0E2535;
	font-family: 'HalisRBold';
	color: transparent;
}
.each-subpg h4{
	font-family: 'HalisRBold';
}
.each-subpg p{
	margin: 20px 0 30px;
}
.each-subpg td:first-child{
	width: 90px;
}
.each-subpg table{
	max-width: 710px;
	width: 100%;
}
.each-subpg .border-btn{
  --color: #CE9E3A;
  --color-hover: #CE9E3A;
  border-color: #CE9E3A;
}
.each-subpg .border-btn.in{
	color: #fff;
}
.subpg-img{
	height: 300px;
}
/*============thanku============*/
.thanku-banner{
	height: 95vh;
}
.thanku-banner .banner-content h1{
	margin-bottom: 0;
}
.thanku-banner p{
	color: #fff;
  	max-width: 650px;
  	margin: 25px auto;
}
.thanku-banner .button{
	padding-right: 48px;
}
.thanku-banner .d-inline-block .position-absolute{
	top: 10px;
	right: 23px;
}
.thanku-banner .d-inline-block .position-absolute img{
	width: 16px;
}
.thanku-banner .overlay {
	background-color: rgba(0, 0, 0, 0.25);
}
/*========popup==========*/
.home-popup .modal-dialog{
	max-width: 1080px;
	margin: 7% auto 0;
}
.home-popup .modal-content{
	background: #0E2535;
	border-radius: 10px;
}
.home-popup .col-md-5{
	width: 37%;
}
.home-popup-wrap{
	padding: 70px 50px 60px 50px;
}
.home-popup h2, .home-popup p, .home-popup li{
	color: #fff;
}
.home-popup ul{
	list-style-type: disc;
	padding-bottom: 30px;
	padding-left: 15px;
}
.home-popup li::marker{
	color: #CE9E3A;
}
.home-popup h2{
	margin: 35px 0;
}
.home-popup li{
	margin-bottom: 12px;
}
.popup-close-btn{
	width: 50px;
  height: 50px;
  top: -20px;
  right: -20px;
}
 /* ========= aanbod-dtl ======== */
 .aanbod-back-btn-sec{
	padding-top: 82px;
	padding-bottom: 28px;
	margin-top: 106px;
 }
 .back{
	padding-left: 35px;
	position: relative;
	color: #0E2535;
 }
 .back::after{
	position: absolute;
	left: 0;
	top: 50%;
	height: 100%;
	width: 16px;
	background-image: url(../images/back_btn_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	content: "";
	transform: translateY(-50%);
 }
 .back:hover{
	color: #CE9E3A;
 }
 .back:hover::after{
	filter: invert(68%) sepia(75%) saturate(448%) hue-rotate(353deg) brightness(88%) contrast(82%); 
}
.share_btn{
	text-align: end;
}
.share_btn img{
	width: 10px;
	margin-right: 3px;
}
.share_btn a{
	color: #CE9E3A;
}
.share-social-media-button .a2a_dd {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}
.each-small-car img{
	border-radius: 10px;
}
.dtl-car-slider-right{
	padding-top: 38px;
	padding-bottom: 38px;
}
.thumb_slide{
	position: relative;
	margin-top: 30px;
}
.dtl-car-overlay{
	position: absolute;
	right:1% ;
	top: 50%;
	height: calc(100% - 40px);
	width: 13%;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.76);
	backdrop-filter: blur(2px);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
	cursor: pointer;
}
.dtl-car-overlay span{
	width: 50px;
	text-align: center;
	color: #0E2535;
	line-height: normal;
}
.dtl-car-slider-right{
	border-radius: 20px;
	background: #0E2535;
}
.dtl-car-slider-right > *{
	margin-left: 33px;
	margin-right: 33px;
}
.dtl-car-slider-right-top h2{
	color: #fff;
	line-height: normal;
	text-transform: none;
}
.dtl-car-slider-right-mid{
	margin-top: 34px ;
	margin-bottom: 34px ;
	padding-top: 34px ;
	border-top: 1px solid rgba(249, 248, 246, 0.51);
	border-bottom: 1px solid rgba(249, 248, 246, 0.51);
}
.dtl-car-slider-right-mid table{
	width: 100%;
	color: #fff;
}
.dtl-car-slider-right-mid table span{
	display: block;
}
.dtl-car-slider-right-mid table tr td{
	width: 40%;
	padding-bottom: 34px ;
}
.dtl-car-slider-right-mid table tr{
	display: flex;
}
.dtl-car-slider-right-mid table tr td:last-child{
	padding-right: 0;
	width: auto;
}
.dtl-car-slider-right-btm ul{
	display: flex;
	justify-content: space-between;
}
.dtl-car-slider-right-btm .black-btn{
	border: 1.5px solid #FFF;
}
.dtl-car-slider-right-btm .black-btn:hover{
	border-color:  #CE9E3A;;
}
.dtl-car-slider-right-btm .black-btn.in{
	border-color:  #CE9E3A;
}
.dtl-car-slider-right-btm .black-btn.in:before, 
.dtl-car-slider-right-btm .black-btn.in:after{
	background-color: #CE9E3A !important;
}
.product-slider{
	padding-top: 134px;
}
.product-slider-heding {
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.each-product {
	background-color: #0d2536;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.each-product:hover {
	background-color: #778a67;
}
.each-product-content-top h4{
	/* color: rgba(14, 37, 53, 0.5); */
	color: #fff;
	height: 58px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: none;
	font-size: 2.5rem;
}
.each-product-content-top p,
.each-product-content-btm p{
	/* color:rgba(14, 37, 53, 0.5); */
	color: #fff;
	font-size: 1.6rem;
	line-height: normal;
	margin-bottom: 0;
	height: 45px;
	overflow: hidden;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-content-top h6{
	color:rgba(14, 37, 53, 0.5);
	font-size: 1.8rem;
	text-transform: capitalize;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-img{
	position: relative;
	height: 335px;
}
.each-product-img img{
	height: 100%;
	object-fit: cover;
}
.each-product-img .over-arrow img {
	width: 26px;
    height: auto;
}
.over-arrow{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	width: 66px;
	border-radius: 50%;
	background-color: rgba(206, 158, 58, 1);
	left: 50%;
	top: 50%;
	transform: translate(-50% ,-50%);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .over-arrow{
	opacity: 1;
}
.each-product:hover .each-product-content-top h4,
.each-product:hover .each-product-content-btm p,
.each-product:hover .each-product-content-top p,
.each-product:hover .each-product-content-top h6{
	color: #0E2535;
}
/* =========== form ====== */
.form_wrap{
	position: relative;
	padding: 96px 0 112px;
}
.form_wrap .container{
	position: relative;
	z-index: 3;
}
.form-part{
	padding-right: 19%;
}
.form_wrap::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(14, 37, 53, 0.923);
	z-index: 0;
}
.form-group {
	margin-bottom: 18px;
}
.form-styl{
	resize: none;
	color: rgba(246, 248, 250, 0.80);
	font-size: 1.6rem;
	line-height: 28px;
	padding: 10px 16px; 
	background-color: transparent;
	border-radius: 44px;
	border: 1px solid rgba(255, 255, 255, 0.70);
}
.form-styl:focus{
	border: 1px solid #FFF;
	background: rgba(217, 217, 217, 0.11);
	border-color: #fff;
    outline: 0;
	color: #fff;
    box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.form-styl::placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.from-section textarea.form-styl {
    min-height: 138px;
	border-radius: 17px;
}
.from-section .orange-btn{
	margin-top:22px;
}
.form-heading h2{
	width: fit-content;
	background-color: rgba(245, 243, 233, 1);
	padding: 10px;
	line-height: 54px;
	text-align: center;
}
.form-heading p{
	color: #fff;
	max-width: 460px;
	margin: 38px 0;
}
.rounder-img{
	width: 518px;
	height: 518px;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	border-radius: 50%;
}
.rounder-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.aanbod-dtl-tap {
	padding: 135px 0;
}
/****dtl-tab-content****/
.tab_container.tab-content .kenmerken-tab {
	border-top: 1px solid rgba(30, 27, 27, 0.1);
}
.tab_drawer_heading {
	display: none;
}
.kenmerken-tab {
    border-bottom: 0;
	border-top: 0;
	padding: 0 30px;
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.kenmerken-tab li {
    font-size: 1.6rem;
    line-height: 30px; 
    color: #0E2535;
	width: 16%;
	padding: 16px 0;
	position: relative;
}
.kenmerken-tab ul li:nth-child(even) {
	color: rgba(14, 37, 53, 0.62);
	word-break: break-word;
	padding-right: 50px;
}
 .kenmerken-tab ul li:nth-child(1n)::after {
    background-color: #F2F2F2;
	position: absolute;
	left: -100vw;
	top: 0;
	height: 100%;
	width: 200vw;
	content: "";
	z-index: -1;
}
.kenmerken-tab ul li:nth-child(12n)::after{
	background-color: #f9f8f6;
	position: absolute;
	left: -100vw;
	top: 0;
	height: 100%;
	width: 200vw;
	content: "";
	z-index: -1;
}
.kenmerken-tab {
    position: relative;
}
.kenmerken-tab::before, .kenmerken-tab::after {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    left: 32%;
    top: 0;
    border-right: 1px solid rgba(30, 27, 27, 0.05);
}
.kenmerken-tab::before {
    left: 64%;
}
.bullet-panel p {
    border-bottom: 1px solid #1E1B1B;
    padding-bottom: 10px;
    color: #1E1B1B;
    font-size: 2.4rem;
}
 .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
 .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
 .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
 .tab-content p {
	color: #1E1B1B;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CE9E3A;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #CE9E3A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #1E1B1B;
	font-size: 1.6rem;
}
.each-onderhoud-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-onderhoud-block p strong {
	font-weight: normal;
}
.tab_hedaing h5{
	border-bottom: 1px solid #121212;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
}
ul.tabs {
	display: flex;
	justify-content: center;
	column-gap: 60px;
	padding-bottom: 40px;
}
ul.tabs li {
	padding-right: 30px;
	position: relative;
	letter-spacing: 1.2px;
	font-size: 2.4rem;
	color: rgba(14, 37, 53, 0.45);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li::after{
	position: absolute;
	right: 0;
	top: 50%;
	height: 100%;
	width: 10px;
	content: "";
	background-image: url(../images/tabarrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	background-size: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li.active {
	color: rgba(206, 158, 58, 1);
}
ul.tabs li.active::after{
	background-image: url(../images/tabarrow-down.svg);
	background-size: 16px;
}
.tab_container {
	border-top: none;
	width: 100%;
	overflow: auto;
}
.tab_content {
	display: none;
	overflow: hidden;
}
.tab_drawer_heading {
	display: none;
}
.mobile-shere-btn{
	height: 41px;
	width: 41px;
	border: 1.5px solid #FFF;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	display: none;
}
/***********************aanbod-list***********************/
.aanbod-filter-sec{
	padding-top: 165px;
}
.aanbod-filter-sec h2 {
	margin-bottom: 35px;
}
.filter-heading {
	margin-bottom: 2.2rem;
}
.filter-heading .row {
	margin-top: 0;
}
.filter-reset a {
	color: #fff;
	background-color: #0E2535 ;
}
.filter-reset a:hover{
	color: #fff;
}
.filter-reset .common-btn:hover{
	background-color: #1371FF;
	color: #fff;
}
.filter-reset .common-btn:hover img{
	filter: brightness(10);
}
.filter-reset img {
	width: 1.5rem;
	margin-left: 0.5rem;
	margin-bottom: 2px;
}
.total-car h5 {
	color: #F3F3F3;
}
.total-car h5 span {
	font-size: 2rem;
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 4.8rem;
    color: #0E2535;
    font-size: 1.6rem;
	background-color: #127BCB;
    border: 1px solid #0E2535;
    border-radius: 25px;
    padding: 0 2.4rem;
    background: url(../images/filter-arrow.svg)  no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
	overflow: hidden;
    text-overflow: ellipsis;
	background-size: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-min_max   .aanbod-filter-min .select-style{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.filter-min_max  .aanbod-filter-max .select-style{
	border-radius: 0;
}
.select-style.show {
    border-radius: 25px 25px 0 0;
	background-image: url(../images/rotate_down.svg) ;
	background-repeat: no-repeat;
	background-size: 13px;
	border-color: #CE9E3A;
	color:#CE9E3A;
}
.aanbod-more-filter option,
.filter-main option{
	background-color: #0A1722;
}
.filter-main .row{
	row-gap: 20px;
}
.filter-content {
	display: none;
	background-color:#f9f8f6;
	padding: 1rem 1rem 1.5rem;
	z-index: 2;
	border: 1px solid #CE9E3A;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	margin-top: -0.5rem !important;
	cursor: default;
	max-height: 40rem;
	overflow-y: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 99;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
	/* color: #fff; */
	color: #0E2535;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	z-index: 2;
	/*  */
	font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    /* color: rgba(255, 255, 255, 0.5); */
	opacity: 0.5;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #CE9E3A;
    background-color: transparent;
    border-radius: 5px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #CE9E3A;
    border-color: #CE9E3A;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 1.2rem 2rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F3F3F3;
    border-radius: 10rem;
    background-color: #0E2535;
	
    font-size: 1.6rem;
}
.cross-btn {
    width: 2rem;
	filter: brightness(10);
}
.auto-overview-tag:hover {
	background-color: #CE9E3A;
	color: #CE9E3A;
	color: #fff;
}
.auto-overview-tag:hover img {
	filter: brightness(1) invert(1);
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 70px;
    background: #0E2535;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    /* padding: 15px 5%; */
	padding: 15px 0;
}
.filter-count {
	min-width: 2rem;
	height: 2rem;
	background-color: #000;
    border-radius: 100%;
    color: #fff;
	/* background-color: #010C1C;
	border-radius: 100%;
	color: #F3F3F3; */
	margin-left: .75rem;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #0E2535;
	box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
	background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #010C1C;
}
.mobile-filter-close span img {
	width: 2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #fff;
    border:1px solid #fff;
  	color: #0E2535;
	padding: 1rem;
	border-radius: 5px;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #f3f3f3;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color:transparent;
  	border-color: #fff;
	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 1rem;
    color: #fff;
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
    margin-bottom: 0;
    width: 185px;
	margin-left: auto;
	margin-right: 0;
}
.filter-sort .aanbod-filter .select-style{
	border: 0;
}
.list-image-content .common-btn{
	background-color: #fff;
	border: 1px solid #0E2535;
	color: #071116;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-image-content .common-btn:hover{
	background-color: #1371FF;
	border-color: #1371FF;
	color: #fff;
}
.product-bottom-button {
    display: flex;
    justify-content: center;
	margin-top: 2rem;
}
.product-bottom-button a{
	background-color: #fff;
	color: #071116;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #0E2535;
}
.product-bottom-button a:hover{
	background-color: #1371FF;
	border-color: #1371FF;
	color: #fff;
}
/* / *********** aanbod-list ************* / */
.filter-min_max {
	display: flex;
}
.aanbod-filter-max,
.aanbod-filter-min{
	width: 50%;
}
.aanbod-list .container > .row{
	row-gap: 80px;
}
.aanbod-filter-sec label.aanbod-filter-heading{
	color: #0E2535	;
	font-size: 1.6rem;
	width:45%;
	margin-bottom: 0;
	line-height: normal;
	height: 48px;
	display: flex;
	align-items: center;
	border: 1px solid #0E2535;
	padding-left: 10px;
	border-radius: 50px;
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.more-filter-btn{
	margin-top: 3rem;
	transition: all 0.5s;
	-webkit-animation: all 0.8s;
}
.more-filter-btn:hover{
	text-decoration: underline;
}
.more-filter-btn h3::after{
	position: absolute;
    content: "+";
    width: 100%;
    height: 100%;
    top: -10px;
    transform: translateY(50%);
    right: -110px;
    left: auto;
}
.more-filter-btn h3.filter-active::after{
	content: "-";
}
.more-filter-btn h3{
	width: fit-content;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
	-webkit-animation: all 0.8s;
}
.btw ul{
	display: flex;
	column-gap: 24px;
	margin-top: 30px;
}
.Opties{
	margin-top: 30px;
}
.Opties ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	justify-content: space-between;
	margin-top: 30px;
}
.Opties li{
	width: 17%;
}
.list-image{
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.list-image::after{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(10, 23, 34, 0.00) 0%, #0A1722 100%);
	content: "";
	top: 0;
}
.list-image img{
	height: 100%;
	object-fit: cover;
}
.list-image-content{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	padding: 32px 27px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
	z-index: 2;
	row-gap: 25px;
}
.list-image-content p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-min_max {
    display: flex;
	width: 100%;
}
.auto-overview-tag:hover img{
	filter: brightness(1) invert(0);
}
.more-check-btn h4{
	font-family: 'ManilaSans-Bold';
	margin-top: 20px;
}
.aanbod-product-list{
	position: relative;
	background: #0A1722;
	padding-bottom: 99px;
}
.aanbod-product-list::after{
	content: "";
    height: 25%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(0deg , rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
}
.product-wrap.aanbod-product-list-product-wrap{
	position: relative;
	z-index: 1;
}
.search-icon{
	position: absolute;
    right: 10px;
    width: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.each_aanbod_list_filter{
	display: flex;
	align-items: center;
}
.each-filter{
	width: 100%;
}
.each_aanbod_list_filter .form-group{
	width: 100%;
	margin-bottom: 0;

}
.each_aanbod_list_filter .form-styl{
	border-color: #0E2535;
	color: #0E2535;
}
.each_aanbod_list_filter .form-styl::placeholder{
	color: #0E2535;
}
.radio_filter .form-check-input {
    display: none;
}
.filter-content::-webkit-scrollbar {
	background-color: #0E2535;
	width: 5px;
    border-radius: 0;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #CE9E3A;
    border-radius: 0;
}
.each-product-content {
	/* margin-top: 30px; */
	margin-top: 0;
}
.each-product-content-top p {
	height: auto;
	/* margin: 20px 0; */
	margin: 10px 0;
	line-height: 32px;
}
.each-product-content {
    /* margin-top: 20px; */
    padding: 20px;
	margin-top: 0;
}
/* ========= contact ======= */
.inner-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	bottom: 110px;
	text-align: center;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.contact-sec{
	position: relative;
	overflow: hidden;
}
.contact-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(14, 37, 53, 0.90) 0%, rgba(14, 37, 53, 0.90) 100%);
	z-index: 0;
}
.contact-sec-wrap{
	padding: 80px 126px;
	position: relative;
	z-index: 1;
}
.contact-top h5{
	margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'HalisRMedium';
}
.contact-mid p{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 24px;
}
.contact-top a,
.contact-top td{
	color: #fff;
}
.contact-top a:hover {
	color: #CE9E3A;
}
.contact-mid{
	color: #fff;
	position: relative;
}
.contact-mid .row::after,
.contact-mid::before,
.contact-mid::after{
	position: absolute;
	left: -100%;
	top: 0;
	height: 1px;
	width: 200vw;
	content: "";
	background-color: rgba(249, 248, 246, 0.37);
}
.contact-mid .row::after{
	height: 100%;
	width: 1px;
	left: 50%;
}
.contact-mid::before{
	top: auto;
	bottom: 0;
}
.openingtime  td span {
    float: right;
}
.contact-mid h5{
	text-transform: uppercase;
}
.contact-mid-right{
	width: 100%;
    max-width: 356px;
    margin-right: 0;
    margin-left: auto;
}
.contact-mid table{
	width: 100%;
}
.contact-mid tr{
	display: flex;
	flex-wrap: wrap;
}
.contact-mid td{
	width: 49%;
}
.contact-mid table{
	padding-bottom: 77px;
}
.contact-mid .row > * > *{
	padding: 45px 0 53px;
}
.contact-mid-lft{
	position: relative;
	padding-right: 10px;
}
.contact-top{
	margin-bottom: 45px;
}
.contact-top .openingtime {
	left: 10px;
}
.contact-btm {
	padding-top: 135px;
}
.contact-btm .form-heading {
	text-align: center;
}
.contact-btm .form-heading h2{
	background-color: transparent;
	color: #fff;
	line-height: normal;
	font-family: 'HalisRRegular';
	padding: 0;
	margin: auto;
}
.contact-btm .form-heading p{
	margin: 24px auto 35px;
}
.contact-btm .form-part{
	padding-right: 0;
}
.contact-btm .form-styl:not(.onderdelenservice-form .contact-btm .form-styl){
	padding: 20px 16px;
	color: #fff;
}
.contact-btm textarea{
	min-height: 205px;
}
.contact-btm .form-group{
	margin-bottom: 40px;
}
.contact-btm .orange-btn{
	margin-top: 32px;
}
.map{
	height: 600px;
}
/* ======================= nieuws-detail ================ */
.inner-header{
	background-color: #0E2535;
}
/* .nieuws-back{
	padding-top: 188px;
} */
.nieuws-detail-top-lft{
	padding-right: 11%;
}
.nieuws-detail-top-right{
	padding-left: 6%;
}
.nieuws-detail-top-right h5{
	color: #0E2535;
	margin-bottom: 15px;
}
.each-product-content-top h5{
	color: rgba(14, 37, 53, 0.50);
	margin: 10px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 60px ;
	overflow: hidden;
}
.each-product:hover .each-product-content-top h5{
	color: #0E2535;
}
.nieuws-detail-mid .nieuws-detail-top-right{
	padding-left: 0;
	padding-right: 6%;
}
.nieuws-detail-mid .nieuws-detail-top-lft{
	padding-right: 0;
	padding-left: 11%;
}
.nieuws-detail-witoma-sec{
	padding: 135px 0;
}
.witoma-heading{
	text-align: center;
	margin-bottom: 60px;
}
.witoma-each-block {
	position: relative;
	overflow: hidden;
	border-radius:20px;
	transition: all 0.5s;
	height: 100%;
}
.witoma-each-block img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.witoma-each-block:hover{
	border-radius: 20px;
}
.witoma-each-block::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(14, 37, 53, 0.30) 0%, rgba(14, 37, 53, 0.30) 100%);
	z-index: 0;
}

.witoma-each-content{
	/* position: absolute;
	top: 0;
	left: 0; */
	height: 100%;
	position: relative;
	width: 100%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	/* justify-content: center; */
	align-items: center;
	padding: 73px 30px;
	text-align: center;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.witoma-each-content h4{
	font-family: 'HalisRRegular';
	text-transform: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.witoma-each-content p {
	/* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
	margin-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.witoma-each-block:hover .witoma-each-content{
	background-color: #F5F2E6;
}
.witoma-each-block .witoma-each-content p,
.witoma-each-block .witoma-each-content h4, .witoma-each-block .witoma-each-content li{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.witoma-each-block:hover .witoma-each-content p,
.witoma-each-block:hover .witoma-each-content li, 
.witoma-each-block:hover .witoma-each-content h4{
	color: #0E2535;
}
.witoma-each-block:hover img.w-100{
	opacity: 0;
}
.witoma-each-block:hover::after{
	background: transparent;
}
.nieuws-detail-mid{
	padding-bottom: 135px;
}
/* ====== onze-gallery ====== */
.onze-gallery-wrap{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 135px;
}
.each-gall{
	overflow: hidden;
}
.each-gall img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.each-gall:hover img{
	transform: scale(1.1);
}
.onze-gallery-wrap .col-lg-4{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sm-img{
	height: calc(50%  - 10px);
}
.onze-gallery-headig{
	margin-bottom: 39px;
	text-align: center;
}
/* ============= verkoop-top ============== */
.verkoop-top{
	padding-top: 30px;
}
.verkoop-top .nieuws-detail-top-right{
	position: relative;
	top: -92px;
}
.verkoop-top .nieuws-detail-top-right h2{
	margin-bottom: 30px;
}
.verkoop-top .nieuws-detail-top-right h4{
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 15px;
}
.verkoop-witoma-sec .witoma-each-content{
	position: relative;
	justify-content: left;
	text-align: left;
	align-items: start;
	height: 100%;
	row-gap: 25px;
}
.verkoop-witoma-sec .witoma-each-block{
	width: calc(50% - 50px);
}
.verkoop-witoma-sec .witoma-each-block::after{
	display: none;
}
.verkoop-witoma-sec:hover .witoma-each-content h4{
	/*color: #0E2535;*/
}
.verkoop-witoma-sec:hover .witoma-each-content{
	/*background-color: #F5F2E6;*/
}
.verkoop-witoma-sec .witoma-block{
	display: flex;
	justify-content: space-between;
}
.verkoop-witoma-sec li{
	line-height: 32px;
	position: relative;
	padding-left: 15px;
}
.verkoop-witoma-sec li::after{
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	height: 4px;
	width: 4px;
	background-color: #f9f8f6;
	border-radius: 50%;
}
.verkoop-witoma-sec .each-product-content-btm p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.verkoop-witoma-sec .witoma-each-content{
	padding-top: 43px;
	padding-bottom: 43px;
}
/* ======== onderdelenservice ======= */
.onderdelenservice{
	padding-bottom: 59px;
}
.onderdelenservice-top{
	margin-bottom: 30px;
}
.onderdelenservice .nieuws-detail-top-right{
	margin-top: 0;
}
.onderdelenservice .nieuws-detail-top-lft {
    padding-right: 5%;
	position: sticky;
	top: 125px;
	left: 0;
}
/* ====== onderdelenservice ====== */
.onderdelenservice-form{
	background: #0E2535;
}
.onderdelenservice-form .form-heading p{
	max-width: 620px;
}
.onderdelenservice-form .form-heading h2{
	font-family: 'FestivoLettersNo1Regular';
}
.onderdelenservice-form input[type='checkbox']{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 33px ;
	height: 33px;
	appearance:none;
	border-radius:10%;
	border: 1px solid rgba(255, 255, 255, 0.50);
	box-shadow: none;
	font-size: 1em;
	background-color: transparent;
}
.onderdelenservice-form input[type='checkbox']:checked {
	border-color: #fff;
	background-image: url(../images/tick-img.svg);
	background-position: center;
	background-size: 17px;
}
.onderdelenservice-form label {
	color: #fff;
	line-height: 24px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.check-box-div {
	display: flex;
	column-gap: 36px;
	height: 60px;
	align-items: center;
}
.check-box-div span{
	display: block;
	color: rgba(255, 255, 255, 0.50);
	line-height: 24px;
}
.onderdelenservice-form .contact-sec-wrap{
	padding-bottom:57px;
}
.onderdelenservice-form .form-styl{
	padding-top: 15px;
	padding-bottom: 15px;
}
.onderdelenservice-form h6{
	line-height: 24px;
	color: #FFF;
	margin: 20px 0;
}
.fonderdelenservice-form .contact-btm ul .orange-btn{
	margin-top: 0;
}
.form_no ul,
.form_yes ul{
	display: flex;
	column-gap: 39px;
	margin-top: 0;
}
.form_no p{
	color: #fff;
	min-height: 120px;
	padding-right: 20px;
}
.upload-btn img{
	width: 20px;
	margin-right: 10px;
}
.no-check-box-div .form-group{
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
	column-gap: 20px;
}
.no-check-box-div label{
	display: block;
}
.no-check-box-div .form-group span{
	color: rgba(255, 255, 255, 0.50);
	line-height: 24px;
}
.no-check-box-div{
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
/* ================ Onze merken ============== */
.onze_merken{
	padding-top: 95px;
}
.onze_merken_content ul{
	display: flex;
	/* justify-content: space-between; */
	column-gap: 10px;
	max-width: 610px;
	
}
.onze_merken_content{
	padding-left: 14%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.onze_merken .flex-row-reverse .onze_merken_content{
	padding-left: 0;
	padding-right: 114px;
}
.onze_merken .container{
	display: flex;
	height: 100%;
	flex-direction: column;
	row-gap: 180px;
}
.onze_merken_content_top h6{
	margin: 10px 0;
	text-transform: none;
}
.onze_merken_content_top {
	margin-bottom: 20px;
}
.onze_merken .border-btn{
	--color: #0E2535;
	border-color: #0E2535;
	--color-hover: #fff;
	padding-right: 50px;
}
.onze_merken .border-btn.in {
	border-color: #CE9E3A;
}
.onze_merken .border-btn:after{
	position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  right: 24px;
  content: '';
  background: url(../images/back_btn_arrow.svg) no-repeat center / contain;
  width: 18px;
  height: 18px;
  left: auto;
}
.onze_merken .border-btn.in:after{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/* ============== overons ======= */
.overons-content-sec .left-image{
	margin-left: auto;
}
.overons-content-sec .counter-block h2{
	font-size: 3.2rem;
	margin-bottom: 10px;
}
.overons-content-sec .counter-block h4{
	color: #0E2535;
	font-size: 2.4rem;
}
.overons-mid{
	padding: 75px 0 29px;
	position: relative;
}
.overons-mid .bg-img {
    background-image: url(../images/line.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
}
.overons-mid .card-heading h4 {
    color: #fff;
}
.overons-mid-right {
    background-color: #fff;
    padding: 38px 43px 35px 60px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.overons-mid-right h5{
	color: #0E2535;
	position: relative;
	margin-bottom: 12px;
}
.overons-mid-right h5::after{
	position: absolute;
	left: -20px;
	top: 12px;
	height: 7px;
	width: 7px;
	content: "";
	border-radius: 50%;
	background-color: #CE9E3A;
}
.overons-mid-right ul{
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
.overons-mid-lft img{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.member-sec{
	padding: 64px 0 135px;
}
.member-list{
	row-gap: 65px;
	align-items: start;
}
.each-member{
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	row-gap: 10px;
}
.member-img{
	height: 120px;
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
}
.member-content{
	text-align: center;
}
.member-content p{
	margin-bottom: 0;
}
.member-content a{
	color: #0E2535;
}
.member-content a:hover {
	color: #CE9E3A;
}
.member-heading{
	text-align: center;
	margin-bottom: 70px;
}
.member-heading p{
	max-width: 417px;
	margin: 10px auto 0;
}
.member-content p,
.member-content h6{
	font-family: 'HalisRBold';
	line-height: 24px
}
.car-history-sec{
	background-color: #F5F2E6;
	padding-top: 65px;
	padding-bottom: 50px;
}
.car-history-heading{
	text-align: center;
	margin-bottom: 50px;
}
.small_car_slider_content{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: #0E2535;
	border-radius: 20px;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 20px;
}
.small_car_slider_content h2{
	color: #fff;
	font-family: 'HalisRBold';
}
.small_car_slider_content h6{
	color: #fff;
	max-width: 341px;
	margin: 10px auto 0;
	font-family: 'HalisRBold';
	font-size: 1.8rem;
	line-height: normal;
	text-transform: none;
}
.small_car_slider_content p{
	color: #fff;
	max-width: 480px;
	margin: 43px auto 0;
}
.car-history-slider .swiper-thumbs .swiper-slide-thumb-active {
	color: #CE9E3A;
}
.car-history-sec .mySwiper{
	width: calc(100% + 150px);
	margin-left:-75px;
	margin-top: 70px;
	padding-top: 10px;
	position: relative;
}
.car-history-sec .mySwiper hr{
	opacity: 1;
	position: relative;
	overflow: visible;
	background-color: #0E2535;
}
.car-history-sec .mySwiper hr::before,
.car-history-sec .mySwiper hr::after {
	position: absolute;
	left: 0;
	height: 5px;
	top: -2px;
	width: 5px;
	content: "";
	background-color: #0E2535;
	border-radius: 50%;
}
.car-history-sec .mySwiper hr::before{
	left: auto;
	right: 0;
}
.car-history-sec .mySwiper .swiper-slide{
	display: flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.car-history-sec .mySwiper .swiper-slide::after{
	position: absolute;
	left: 50%;
	height: 18px;
	top: -20px;
	width: 18px;
	content: "";
	background-color: #CE9E3A;
	border-radius: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}
.car-history-sec .mySwiper .swiper-slide-thumb-active::after{
	opacity: 1;
}
.each-big-slider {
	height: 100%;
}
.each-big-slider .row {
	height: 100%;
}
.parent-slider .swiper-slide {
	height: auto;
}
.common-arrow::after{
	display: none;
}
.common-arrow{
	height: 66px;
	width: 66px;
	border: 1px solid #CE9E3A;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-arrow:hover{
	background-color:#CE9E3A ;
}
.common-arrow:hover img{
	filter: brightness(0) invert(1);
}
.swiper-button-prev.big-slide-prev{
    left: -5vw;
}
.swiper-button-next.big-slide-next{
    right: -5vw;
}
.overons-btm-slider img {
	border-radius: 10px;
	overflow: hidden;
}
.overons-btm-slider{
	padding-bottom: 40px;
}
.overons-btm-slider .swiper-wrapper{
/*	margin-left: -2%;*/
	transition: all 0.6s;
	padding-bottom: 40px;
}
.overons-btm-slider .swiper-slide img{
	height: 100%;
	object-fit: cover;
}
.overons-btm-slider .swiper{
	height: 100%;
}
.overons-btm-slider .swiper-slide {
	width: 23%; 
	transition: width 0.3s ease;
	height: 500px;
	overflow: hidden;
}
.overons-btm-slider  .swiper-slide-active {
	width: 32%;
}
.overons-btm-slider{
	height: 500px;
	overflow: hidden;
}
.pagination-control {
	position: relative;
}
.overons-btm-slider_sec.overons-btm-slider{
	height: 100%;
	padding-top: 70px;
	position: relative;
}
.overons-btm-slider_sec.overons-btm-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 70%;
	width: 100%;
	content: "";
	background-color: #F5F2E6;
	z-index: -1;
}
.overons-btm-slider .swiper-pagination-bullet{
	height: 14px;
	width: 14px;
	background: #D9D9D9;
	opacity: 1;
	margin: 0 !important;
}
.overons-btm-slider .swiper-pagination-bullet-active{
	background: #0E2535;
}
.overons-btm-slider .swiper-pagination-bullets{
	display: flex;
	column-gap: 20px;
	justify-content: center;
}
/****home-popup******/
.home-popup {
	background: rgba(14, 37, 53, 0.30);
	backdrop-filter: blur(7px);
}
/*****privacy_section****/
.privacy_section {
	padding: 140px 0 60px;
}
.privacy_section h5 {
	color: #0E2535;
}
.table_img{
	display: none;
}
.aanbod-list .blank-product {
	background-color: transparent;
}



/*******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:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

.morgeninternet-footer > img {
    height: 30px;
    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 0 6px 44px;
    color: #000;
    background-size: 152px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
   /* color: black;*/
    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;
}

.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#212529 calc(1*100%/6),#fff 0 calc(3*100%/6),#212529 0),
              linear-gradient(#212529 calc(2*100%/6),#fff 0 calc(4*100%/6),#212529 0),
              linear-gradient(#212529 calc(3*100%/6),#fff 0 calc(5*100%/6),#212529 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: 3rem;
    align-items: center;
    color: #212529;
  }


.destils-page-related-slide h2{
	font-size: 3.8rem;
	color: #fff;
	line-height: 45px;
}
.destils-page-related-slide h5{
	font-size: 2rem;
	color: #fff;
}
.product-dtl h4, .product-dtl h6 {
  font-size: 2.4rem;
}

.product-block{
	height: 100%;
	overflow: hidden;
}
.home-car-slider{
	height: auto;
}
.destils-page-related-slide h5{
	height: auto ;
}
del{
	color: red;
}




.each-product-content-top h4 {
    font-size: 1.8rem;
}
/* .aanbod-list .row .col-xl-4 {
    width: 25%;
} */
.each-product-content {
    /* width: 60%; */
}
.each-product-content {
    width: 100%;
}
.each-product {
    height: 100%;
    border-radius: 20px;
}
.auto-overview-filter-result .total_search_records:hover {
    border-color: #CE9E3A;
    color: #0E2535;
	background-color: #CE9E3A;
}
.each-product-content-top h5 {
    color: #fff;
}
.witoma-each-block {
    background-position: center !important;
}
.nieuws-detail-top{
	padding-bottom: 50px;
}
.nieuws-detail-top-right .orange-btn {
	margin: 20px 0;
	color: #fff;
}
.nieuws-detail-top-right .orange-btn:hover {
	color: #fff;
}
.nieuws-detail-top-lft{
	height: 100%;
}
.nieuws-detail-top-lft img{
	height: 100%;
    object-fit: cover;
}
.nieuws-detail-mid h4{
	text-transform: none;
}


.banner-video {
	height: 100% !important;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.video-js {
	height: 100% !important;
}
.mob-home-product-btn {
	display: none;
}
.onderdelenservice-form form .col-12.text-center.button1 {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.contact-btm form .col-12.text-center.button1 .orange-btn {
	margin-top: 0;
}
.check-box-div .form-check-input[type=radio] {
    width: 33px;
    height: 33px;
    margin-right: 8px;
    border-radius: 3px;
    background-color: transparent;
    border-color: #fff;
}
.check-box-div .form-check-input:checked {
	background-image: url(../images/tick-img.svg);
    background-size: 17px;
    background-color: transparent;
    border-color: #fff;
}
.onderdelenservice-form form .form-group option {
    color: #0E2535;
}
.onderdelenservice-form label {
    color: #fff;
    line-height: 24px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.verkoop-top .nieuws-detail-top-right {
    top: 0;
}


.each-product-content h4 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 40px;
}
.each-product-content h5 {
    font-size: 2rem;
    line-height: 27px;
	margin: 7px 0 20px;
}
.each-product-content li {
    font-size: 1.6rem;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.each-product-content li strong {
    font-weight: normal;
    font-family: 'HalisRBold';
    margin-right: 10px;
    width: 50%;
}
.each-product a:hover {
	color: #fff;
}
.nieuws-list .each-product-img {
	height: 333px;
}
.nieuws-list .each-product-img img {
	height: 100%;
	object-fit: cover;
}
.nieuws-list .each-product-img .over-arrow img {
	height: auto !important;
}
/* .nieuws-list .card-img {
	height: 265px;
}
.nieuws-list .card-img img {
	height: 100%;
	object-fit: cover;
} */
.overons-gallery{
	padding-top: 50px;
}
/* .dropdown-menu{
    display: block;
} */
.submenu.dropdown-menu{
	display: none;
}
.dropdown.show-color .submenu.dropdown-menu{
	display: block;
}
.nieuws-detail-top-right ul li{
	position: relative;
	padding-left: 20px;
}
.nieuws-detail-top-right ul li::after{
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #0E2535;
	border-radius: 100%;
}
.nieuws-detail-top-right a{
	color: #CE9E3A;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nieuws-detail-top-right a:hover{
	color: #0E2535;
}
.header-social.whatsapp-btn{
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.header-social.whatsapp-btn:hover{
	background-color: #CE9E3A !important;
}
.dtl-car-slider-right-top h5{
	line-height: 36px;
}
/* .footer-all-info .col-md-8{
	width: 76%;
}
.footer-all-info .col-md-4{
	width: 24%;
} */
.footer-all-info .ms-md-auto a{
	display: block;
}
/* ****supg-list-top-sec******* */
.supg-list-top-sec{
	background: #0E2535;
	padding-top: 55px;
	padding-bottom: 55px;
}
.supg-list-top-text h2{
	color: #fff;
}
.supg-list-top-text p{
	max-width: 894px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 24px;
}
.supg-list-top-text{
	position: relative;
}
.supg-list-top-text .button:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    right: 22px;
    content: '';
    background: url(../images/back_btn_arrow.svg) no-repeat center / contain;
    width: 16px;
    height: 11px;
    left: auto;
	filter: brightness(0) invert(1);
}
.supg-list-top-text .button{
    padding-right: 50px;
}
.supg-list-top-text .border-btn {
    --color: #FFF;
    --color-hover: #CE9E3A;
    border-color: #CE9E3A;
	background: #CE9E3A;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.supg-list-top-text .button.in:not(.out){
	color: #fff;
	border-color: #788A68;
}
.supg-list-top-text .button:before{
	background: #788A68;
}


.overons-btm-slider .swiper-slide.overons-gal-active {
	width: 40%;
}
.overons-btm-slider .swiper-slide:not(.overons-gal-active) {
	width: calc(78.2% / 4);
}


ul.tabs li a {
  color: rgba(14, 37, 53, 0.45);
}


.tab_drawer_heading a {
  color: #212529;
}


.product-dtl{
	display: none;
}
.product-dtl-heading{
	display: flex;
	column-gap: 15px;
}


.product-box {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.mob-content {
	display: none;
}