/*******************************aanbod-list***************************/
/****top-pagination****/
.top-pagination {
    padding-top: 4.5rem;
	background-color: #101010;
}
.top-pagination strong {
    margin: 0 10px;
	font-weight: normal;
	color: #fff;
}
.top-pagination li a {
    color: #fff;
    font-family: 'lama_sansmedium';
}
.top-pagination li a.active {
    color: #FF9000;
	font-family: 'lama_sanssemibold';
}
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	padding: 9rem 0 3rem;
	background-color: #101010;
}
.total-car h5 {
	font-family: 'lama_sanslight';
	color: #fff;
}
.total-car h5 span {
	font-size: 1.6rem;
}
.filter-main .each-filter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sorteen-filter {
	width: 100%;
	max-width: 40rem;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
	cursor: pointer;
	max-width: 12rem;
	margin-bottom: 1rem;
}
.each-filter label.position-relative {
	max-width: 100% !important;
}
.clear-filter {
	margin-top: 3rem;
}
.clear-filter a {
	color: #fff;
}
.clear-filter img {
	width: 1.8rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.aanbod-filter-sec .dropdown-menu.show {
    border-radius: 0 0 2rem 2rem;
}
.select-style.show {
	border-radius: 2rem 2rem 0 0;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 5.8rem;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.more-filter-btn img {
	width: 2rem;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	/* background-color: transparent;
	border-color: rgba(23, 19, 19, 0.40); */
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(0);
}
.hidden-filter {
	margin-top: 2rem;
	display: none;
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}

.select-style {
	width: 100%;
	margin-bottom: 1rem;
    height: 4.8rem;
    color: #fff;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 2rem;
    background: url(https://kestelooautomotive.nl/images/down-arrow.svg) #101010 no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
   	background-color: #101010;;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.5rem !important;
	cursor: default;
}
.filter-content.show-div {
    display: block;
}
.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 #fff;
    background-color: transparent;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	/* / margin-bottom: 2rem; / */
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #1B1313;
    border-radius: 1rem;
    background-color:#FF9000;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	color: #fff;
}
.cross-btn{
	filter: invert(1);
}
.cross-btn {
    width: 1.8rem;

}
/* .auto-overview-tag:hover {
	background-color: #0066FF;
	color: #fff;
} */
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	background-color: #1B1313;
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #1B1313;
}
.mobile-filter-close span img {
    width: 1.4rem;
  	filter: brightness(0) invert(0);
  	-webkit-filter: brightness(0) invert(0);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #004bbe;
	border-color: #004bbe;
	color: #fff;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1B1313;
	border-color: #1B1313;
}
/****.aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-bottom: 12.5rem;
	background-color: #101010;
}
.aanbod-list-product-sec .col-lg-6 {
	margin-bottom: 7rem;
}
.aanbod-list-product-sec h6 {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.50);
	font-family: 'lama_sansregular';
	margin-top: 1.5rem;
	text-align: center;
}
/****product-slider****/
.product-slider{
	padding: 13rem 0 7rem;
}
.slider-top{
	margin-bottom: 5.2rem;
}
.each-product-slider-content .row{
	justify-content: space-between;
}
.each-product-slider-content .col-4,
.each-product-slider-content .col-8{
	width: max-content;
}
.each-product-slider-content h2 {
	color: #fff;
	height: 70px;
  	overflow: hidden;
}
.each-product-slider-content p {
    font-family: 'lama_sanslight';
    margin: .5rem 0 2rem;
    overflow: hidden;
  	height: 48px;
	color: #fff;
}
.anbod-dtl-product-sec .each-product .akker_btn_cls{
	background-color: #FF9000;
}
.product-slider-content-lft{
	max-width: 77rem;
}
.product-slider-content-right{
	padding-left: 18rem;
}
.product-slider .common-arrow{
	top: 36%;
}
.product-slider .swiper-button-next{
	right: 27%;
}
.aanbod-dtl-product-sec .product-slider .swiper-slide-next .each-product{
	position: relative;
}
.aanbod-dtl-product-sec .product-slider .swiper-slide-next .each-product::after{
	/* position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(249, 248, 246, 0.55) 0%, rgba(249, 248, 246, 0.55) 100%); */
}
.each-product-slider-content{
	padding-left: 7.6rem;
	margin-top: -4.5rem;
	overflow: hidden;
}
.product-slider .swiper-slide-next .each-product-slider-content{
	opacity: 5;
}
.each-product-slider-content ul{
	display: flex;
	column-gap: 1rem;
	flex-wrap: wrap;
}
.each-product-slider-content li{
	padding: 8px 14px;
	background: rgba(23, 19, 19, 0.1);
	border-radius: 5px;
	font-family: 'lama_sanssemibold';
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #fff;
}
.each-product-slider-content .col-4 li{
	background-color: rgba(23, 19, 19, 0.10);
}
.each-product-slider-content .col-4 ul{
	justify-content: end;
	/* flex-wrap: nowrap; */
}
.aanbod-list-product-sec .each-product-slider-content {
    padding-left: 4rem;
}
/*************************aanbod-dtl*************************/
/****back-btn****/
.back-btn-sec {
	position: relative;
	background-color: #101010;
	padding-top: 9rem;
}
.back-btn-sec .border-btn {
	max-width: 26.8rem;
    position: absolute;
    top: 2.6rem;
    z-index: 1;
    font-family: 'PoppinsSemiBold';
}
.back-btn-sec .border-btn:hover {
	/* background-color: #FF9000;
	color: #fff;
	border-color: #FF9000; */
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	background-color: #101010;
	padding: 2rem 0 3.6rem;
}
.dtl-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
.dtl-top-wrap {
	padding: 2rem;
	background-color: #171717;
	border-radius: 1rem;
	overflow: hidden;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 0.7rem;
}
.more-dtl-gal .col-3 {
	padding: 0.85rem;
}
.more-btm-dtl-gal .col-3 {
	padding: 0 0.85rem;
}
.more-btm-dtl-gal .row {
	margin: 0 -0.85rem;
}
.more-dtl-gal .row {
	margin: 0 -0.85rem;
}
.dtl-plus {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dtl-plus img {
	width: 3rem;
	/* filter: invert(1); */
}
.more-btm-dtl-gal {
	display: none;
}
.slider-left{
	padding-right: 2rem;
}
.dtl-right-part {
	padding-left: 0;
	padding-top: 5rem;
	padding-right: 1.5rem;
}
.each-product-top h4, .price-table h4 {
	font-size: 3rem;
	color: #fff;
	font-family: 'PoppinsSemiBold';
}
.each-product-top p {
	font-family: 'PoppinsMedium';
	color: #fff;
}
.price-table p {
	font-family: 'PoppinsSemiBold';
	color: #FF9000;
	display: block;
}
.dtl-top-table table {
    width: 100%;
}
.dtl-top-table td {
    padding: 4.2rem 0;
    vertical-align: top;
    width: 25%;
    padding-left: 3rem;
}
.dtl-top-table td:first-child {
	padding-left: 0;
}
.dtl-top-table tr {
	border-bottom: 1px solid #fff;
}
.dtl-top-table tr:last-child {
	border-bottom: 0;
}
.dtl-top-table p {
	font-family: 'PoppinsSemiBold';
	color: #fff;
	text-align: left
}
.dtl-top-table p span {
	font-family: 'PoppinsMedium';
	display: block;
	text-align: left;
}
.aanbod-dtl-top-sec .swiper-button-next {
    border-radius: 0;
	background-color: #101010;
	border-color: #101010;
}
.aanbod-dtl-top-sec .swiper-button-prev {
	border-radius: 0;
	background-color: #101010;
	border-color: #101010;
}
.aanbod-dtl-top-sec
.dtl-btm-info {
	margin-top: 7.6rem;
}
.man-img {
	height: 100%;
}
.man-img img {
	height: 100%;
	object-fit: cover;
}
.man-info {
	margin: 2.5rem 0 2.9rem;
}
.man-info h6 {
	font-size: 1.8rem;
	color: #fff;
	font-family: 'PoppinsSemiBold';
}
.man-info p{
	color: #fff;
}
.man-info-dtl a {
	color: #fff;
	font-family: 'PoppinsSemiBold';
}
.man-info-dtl p {
	font-family: 'PoppinsSemiBold';
	color: #fff;
}
.man-info-dtl a:hover {
	color: #FF9000;
}
.dtl-btm-info .akker_btn_cls {
	max-width: 100%;
	margin-top: 1rem;
}
/****tab section****/
.aanbod-dtl-tab-sec{
	/* padding: 4% 0 10%; */
	padding-top: 4rem;
	padding-bottom: 0;
	background-color: #f6f6f6;
}
.aanbod-dtl-tab-sec .outer-wrap {
	background-color: #f6f6f6;
}
.aanbod-dtl-tab-sec .common-wrap {
	background-color: #101010;
	padding: 4% 6% 8%;
	border-radius: 5rem;
    overflow: hidden;
}
.tab-btn .nav-tabs{
	padding: 1.6rem 6rem 0.6rem;
	background-color: #ffffff;
	border-radius: 2rem;
	overflow: hidden;
	justify-content: space-between;
}
.aanbod-dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.aanbod-dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #222222;
    background-color: transparent;
	text-transform: none;
    color: #222222;
    opacity: 1;
	padding: 1.4rem 2rem;    
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
}
.aanbod-dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'PoppinsSemiBold';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.aanbod-dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
	text-align: center;
}
.aanbod-dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #FF9000;
	border-color: #FF9000;
	color: #fff;
}
.aanbod-dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover img,
.tab-btn .nav-tabs .nav-item .nav-link.active img{
	filter: invert(0);
}
/****dtl-tab-content****/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	color: #ffffff;
	font-family: 'PoppinsMedium';
}
.aanbod-dtl-tab-sec .tab-content ul li {
	font-family: 'PoppinsLight';
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1rem;
    word-break: break-word;
}
/* / / ****kenmerken ***** / / */

.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.5rem;
    background-size: 0.9rem;
	font-family: 'PoppinsSemiBold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'PoppinsRegular';
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	color: #fff;
	font-family: 'PoppinsSemiBold';
}
.aanbod-dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.aanbod-dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.aanbod-dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.aanbod-dtl-tab-sec .tab-content p {
    color: #fff;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
/* .block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #222222;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
} */
.left-bg-block h6 {
	font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'PoppinsSemiBold';
}
.each-onderhoud-block p {
	margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #222222;
}
.aanbod-dtl-tab-sec .home-gallery-wrap {
	padding: 4% 2% 0;
}
.aanbod-dtl-tab-sec .home-gallery-slider h4 {
    padding: 5rem 2rem;
	text-align: center;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .inner-wrap {
	margin-top: -17rem;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-top: 3.6rem;
	padding-bottom: 7.3rem;
}
.aanbod-dtl-product-sec .akker_btn_cls {
	min-width: max-content;
	font-family: 'PoppinsSemiBold';
}
.aanbod-dtl-product-sec .each-product {
	margin-bottom: 6rem;
}

/* ******************* aanbod-dtl-form ****************** */
/****form-sec****/
.aanbod-dtl-form-sec {
	background-color: #f6f6f6;
	position: relative;
	z-index: 0;
}
.aanbod-dtl-form-sec .form-sec .inner-wrap {
	position: relative;
	top: -6rem;
}
.form-outer {
	background-color: #fff;
	padding: 6.8rem 5.7rem;
	border-radius: 2rem;
	margin: 0 6%;
}
.form-outer h3 {
	margin-bottom: 6.4rem;
	padding-bottom: 0;
	font-family: 'PoppinsMedium';
}
.aanbod-dtl-form-sec .form-sec .form-group{
	margin-bottom: 1.4rem;
}
.aanbod-dtl-form-sec .textarea-form .form-group{
	height: 100%;
}
.aanbod-dtl-form-sec .textarea-form {
	position: relative;
}
.aanbod-dtl-form-sec .akker_btn_cls{
	padding: 1.1rem;
	position: absolute;
	bottom: 1rem;
    right: 0.5rem;
	max-width: 15.2rem;
	font-family: 'PoppinsSemiBold';
	font-size: 1.8rem;
	background-color:#FF9000;
	color: #fff;
}
.aanbod-dtl-form-sec .akker_btn_cls:hover{
	background-color: transparent;
	color: #FF9000;
}
.aanbod-dtl-form-sec  .form-styl{
	background-color: #f6f6f6;
	color: #0D0E1C;
	font-size: 1.8rem;
	padding:1.4rem 2.9rem;
	border-radius: 0.5rem;
	border: 0;
	box-shadow: none;
	resize: none;
	font-family: 'PoppinsSemiBold';
}
.aanbod-dtl-form-sec .form-styl:focus{
	box-shadow: none;
	color: #0D0E1C;
	background-color: #f6f6f6;
}
.aanbod-dtl-form-sec .form-styl:placeholder {
	color: #0D0E1C;
}
.aanbod-dtl-form-sec .form-styl:-ms-input-placeholder {
	color: #0D0E1C;
}
.form-img {
	border-radius: 0.5rem;
	overflow: hidden;
	height: calc(100% - 3rem);
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
/**********product***********/
.product-sec {
	position: relative;
	padding: 4% 0 7%;
	background-color: #101010;
}
.aanbod-dtl-product-sec .each-product {
	padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.each-product .mw-100.akker_btn_cls:hover{
	color: #FF9000;
}
.aanbod-dtl-product-sec h2 {
	text-align: center;
	margin-bottom: 6rem;
	font-family: 'PoppinsMedium';
}
.aanbod-dtl-product-sec .product-slider{
	position: relative;
}
.aanbod-dtl-product-sec  h4 {
	color: #0D0E1C;
	margin-top: 2.6rem;
	font-family: 'PoppinsSemiBold';
	font-size: 2.8rem;
}
.aanbod-dtl-product-sec  p {
	margin: 0.8rem 0 1.7rem;
	height: 50px;
	overflow: hidden;
	font-family: 'PoppinsMedium';
	color: #0D0E1C;
}
.aanbod-dtl-product-sec  table{
	width: 100%;
	font-size: 0;
}
.aanbod-dtl-product-sec  td {
	padding-right: 3rem;
	vertical-align: top;
	font-size: 1.6rem;
	color: #0D0E1C;
	font-family: 'PoppinsMedium';
	border-top: 1px solid rgba(38, 36, 37, 0.09);
	border-bottom: 1px solid rgba(38, 36, 37, 0.09);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.aanbod-dtl-product-sec  td:last-child {
	padding-right: 0;
}
.aanbod-dtl-product-sec .each-product h5 {
	color: #0D0E1C;
	font-size: 2.5rem;
	/* margin: 2.8rem 0 2.7rem; */
	font-family: 'PoppinsSemiBold';
}
.aanbod-dtl-product-sec .each-product h5 span {
	color: #FF9000;
}
.aanbod-dtl-product-sec  .akker_btn_cls {
	background-color: #FF9000;
}
.aanbod-dtl-product-sec  .akker_btn_cls:hover{
	background-color: transparent;
}
.aanbod-dtl-product-sec  .swiper-button-prev{
	border-radius: 0 2rem 2rem 0;
	background-color: #FF9000;
	border-color: #FF9000;
	left: 0;
}
.aanbod-dtl-product-sec .swiper-button-next{
	border-radius: 2rem 0 0 2rem;
	background-color: #FF9000;
	border-color: #FF9000;
	right: 0;
}
.aanbod-dtl-product-sec  tr td.new_cls{
	display: none;
}
.product-dtl table tr:last-child td:first-child{
	display: none;
}
.aanbod-banner .inner-banner-content h1{
	font-family: 'berlingske_seriflight';
}
.aanbod-banner .banner-social{
	display: none;
}
.aanbod-banner .container-fluid, .aanbod-banner .common-wrap{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.aanbod-banner .inner-banner-content {
	left: calc(8% + .75rem);
	transform: translateX(0);
}
.load_img{
    width:150px;
}
.loading_more_data {
	color: #FFF;
}
.auto-overview-tag img {
	width: 1rem;
    -webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.form-1{
	display: none;
	background: #101010;
}
.form-1 .form-styl
{
	background-color: #f6f6f6;
  color: #0D0E1C;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  border: 0;
  box-shadow: none;
  resize: none;
  font-family: 'PoppinsSemiBold';
  }
.form-1 .akker_btn_cls{
  font-family: 'PoppinsSemiBold';
  background-color: #FF9000;
  color: #fff;
}
.form-1 .akker_btn_cls:hover {
  background-color: transparent;
  color: #FF9000;
}
/* ******************************** */
.home-gallery-sec .outer-wrap {
	background-color: #f6f6f6;
}
.home-gallery-wrap {
	background-color: #222222;
	padding: 4% 6% 8%;
    border-radius: 5rem;
    overflow: hidden;
}
.home-gallery-sec h2, .home-gallery-sec p {
	color: #fff;
	text-align: center;
}
.home-gallery-sec p {
	margin: 2.7rem auto 6%;
	max-width: 84rem;
	width: 100%;
  }
.home-gallery-slider {
	position: relative;
}
.home-gallery-slider.blk-slider{
	padding-top: 5rem;
}
.home-gallery-sec .akker_btn_cls {
	margin-top: 5%;
	max-width: 26.8rem;
}
.each-home-gal-img {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}
.opties-slider .each-home-gal-img::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(144, 49, 44, 0.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.opties-slider .each-home-gal-img:hover::after {
	top: 0;
}
/*.home-man-slider .swiper a::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(144, 49, 44, 0.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-man-slider .swiper a:hover::after {
	top: 0;
} */
.opties-slider h4 {
	position: absolute;
    bottom: 0;
    left: 0;
	padding: 4rem 1rem;
	text-align: center;
	width: 100%;
	z-index: 2;
	color: #fff;
	font-size: 2.8rem;
    font-family: 'PoppinsSemiBold';
}
.opties-slider .common-arrow {
    height: 5.9rem;
    width: 5.9rem;
    border-radius: 100%;
    background-color: #fff;
}
.opties-slider .common-arrow img{
	width: 1.1rem;
	filter: invert(1);
}
.opties-slider .swiper-button-next {
	right: -2rem;
}
.opties-slider .swiper-button-prev {
	left: -2rem;
}
.each-home-gal-img:hover {
	background-color: rgba(144, 49, 44, 0.4);
	z-index: 1;
}
.opties-slider .akker_btn_cls {
	max-width: 26.8rem;
}
.opties-slider{
	padding-top: 4rem;
}
.tab-heading .dtl-tab-content-heading h2{
	padding-top: 0;
}
.print_pdf_cls{
	filter: invert(1);
	width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}
/*.product-dtl table tr td h5 span{
display: inline-flex;
  height: auto;
  color: #0D0E1C;
  }*/