/*
============= Inter Font ============
font-family: "Inter", system-ui;
font-optical-sizing: auto;
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.voertuig-upsell-header-area, .voertuig-upsell-main-section{
	background-color: #0A0A0A; color:#FFFFFF; font-family: "Inter", system-ui; font-size: 14px;
}
.voertuig-upsell-logo img{
	height: 48px;
    width: auto;
}
.voertuig-upsell-main-section{
	padding-top:75px;
	padding-bottom:150px;
}
.voertuig-upsell-main-section h2, .voertuig-upsell-main-section h4, .voertuig-upsell-main-section p{
	color:inherit;font-family: "Inter", system-ui;
}
.voertuig-upsell-main-section h2, .voertuig-upsell-main-section h4{
	font-weight: 500;
}
.voertuig-upsell-main-section h2{
	font-size: 36px;
}
.voertuig-upsell-main-section h4{
	font-size: 20px;
}
.voertuig-upsell-header-area{
	padding: 20px 0;
}
.voertuig-upsell-header-wrapper{
	padding-left: 6%;padding-right: 6%;
}
.voertuig-upsell-header{
	position:relative;
}
.voertuig-upsell-ellipse{
	position:absolute; top: 50%; left: 50%;-ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.voertuig-upsell-ellipse ul li{
	display:inline-block; padding:10px 10px;
}
.voertuig-upsell-ellipse ul li span{
	width:30px; height:30px; border-radius: 100%; background-color: rgba(255, 255, 255, 0.50); color:#ffffff; font-size:16px; display: flex; justify-content: center; align-items: center;
}
.voertuig-upsell-ellipse-step.active{
	background-color:#F5343E; cursor:pointer;
}
.voertuig-upsell-samenstellen-back{
	margin-bottom:20px;
}
.voertuig-upsell-samenstellen-back a{
	color: rgba(255, 255, 255, 0.50); font-size:16px;
}
.voertuig-upsell-arrow{
	font-family: "Inter", system-ui;
}
.voertuig-upsell-arrow-text{
	border-bottom:1px solid rgba(255, 255, 255, 0.50);
}
.voertuig-upsell-samenstellen-heading h2{
	margin-bottom:20px;
}
.voertuig-upsell-samenstellen-text > p{
	position:relative;display:inline-block; font-size:16px; background-color:#F5343E50; padding:15px 30px; color:#FFFFFF;border-radius:30px;
}
.voertuig-upsell-extra-service-section{
	padding-bottom:50px;
}
.voertuig-upsell-extra-service-section .voertuig-upsell-extra-service-column > div{
	padding-top:50px;
	border-top:1px solid #FFFFFF50;
}
.voertuig-upsell-extra-service-section .voertuig-upsell-extra-service-column.voertuig-upsell-extra-service-column-left > div{
	border-color: #FFFFFF50;
}
.voertuig-upsell-extra-service-section .voertuig-upsell-extra-service-column.voertuig-upsell-extra-service-column-right > div{
	border-color: transparent;
}
.voertuig-upsell-extra-service-step h4, .voertuig-upsell-car-details-wrrpper h4{
	margin-bottom:30px;
}
.voertuig-upsell-extra-service-title-wrapper{
	display:table;
	width:100%;
	padding: 10px 30px;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
}
.voertuig-upsell-first-item .voertuig-upsell-extra-service-title-wrapper{ 
	border-radius: 30px 30px 0px 0px;
}
.voertuig-upsell-last-item .voertuig-upsell-extra-service-title-wrapper{
	border-radius: 0px 0px 30px 30px;
}
.voertuig-upsell-odd-item .voertuig-upsell-extra-service-title-wrapper{
	background-color:#1E1E1E;border-color:#1E1E1E;
}
.voertuig-upsell-selected-item .voertuig-upsell-extra-service-title-wrapper{
	background-color:#F5343E20 !important;border-color:#F5343E !important;
}
.voertuig-upsell-extra-service-title-wrapper > span{
	display:table-cell;
	vertical-align:middle;
}
.voertuig-upsell-extra-service-info-icon{
	width:20px;
	cursor:pointer;
}
.voertuig-upsell-extra-service-select-box-wrapper{
	width:25px;
	text-align:right;
}
.voertuig-upsell-extra-service-title{
	width:calc(100% - 60px);
	padding:0 20px;
}
.voertuig-upsell-extra-service-description-wrapper{
	display:none;
}
.voertuig-upsell-extra-service-select-box{
	width:25px; height:25px; display:flex; justify-content:center; align-items:center;border-radius:100%;
	border: 1px solid #F5343E;
	cursor:pointer;
}
.voertuig-upsell-selected-item .voertuig-upsell-extra-service-select-box{
	background: #F5343E;
}
.voertuig-upsell-extra-service-select-box svg{
	visibility:hidden;
	width: 15px;
}
.voertuig-upsell-selected-item .voertuig-upsell-extra-service-select-box svg{
	visibility: visible;
}
.voertuig-upsell-extra-service-title-text{
	font-size:15px;font-weight:500;margin-right:10px;
}
.voertuig-upsell-select-extra-service{
	overflow-y:auto;
	max-height:340px;
}
.voertuig-upsell-select-extra-service {
  scrollbar-width: thin;
  scrollbar-color: #FFFFFF50 transparent;
}
/* Works on Chrome, Edge, and Safari */
.voertuig-upsell-select-extra-service::-webkit-scrollbar {
  width: 2px;
}
.voertuig-upsell-select-extra-service::-webkit-scrollbar-track {
  background: transparent;
}
.voertuig-upsell-select-extra-service::-webkit-scrollbar-thumb {
  background-color: #FFFFFF50;
  border-radius: 0px;
  border: 2px solid transparent;
}
.voertuig-upsell-extra-service-description-wrapper.open{
	display:block;
}
.voertuig-upsell-extra-service-description-wrapper{
	position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    top: 0;
    left: 0;
    ackground-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.voertuig-upsell-extra-service-description{
	max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.voertuig-upsell-extra-service-description-content{
	border-radius: 30px;
	background: #FFF;
	color: #000;
	padding:20px 35px 25px 25px;
	position:relative;
}
.voertuig-upsell-extra-service-description-content h2{
	margin-top:0px;
	margin-bottom:15px;
	font-size:32px;
	font-weight:500;
	color:inherit;
}
.voertuig-upsell-extra-service-description-content p{
	font-size:16px;
	opacity: 0.5;
	color:inherit;
}
.voertuig-upsell-extra-service-description-close{
	position:absolute;
	top:10px;
	right:20px;
	color: #000;
	font-family: "Inter", system-ui;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	cursor:pointer;
}
.voertuig-upsell-car-image{
	margin-bottom:15px;
}
.voertuig-upsell-car-image img{
	width: 350px;
	height: auto;
	flex-shrink: 0;
	border-radius: 5px;
}
.voertuig-upsell-car-details h5.voertuig-upsell-car-title, .voertuig-upsell-car-details h6.voertuig-upsell-car-type{
	color:inherit;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0;
	margin-bottom:10px;
}
.voertuig-upsell-car-details h6.voertuig-upsell-car-type{
	font-size: 14px;
}
.vertuig-upsell-product-attributes-wrapper ul, .vertuig-upsell-product-attributes-wrapper ul li{
	display:flex;
	gap:10px;
}
.vertuig-upsell-product-attributes-wrapper ul{
	flex-wrap: wrap;
	gap: 3px 10px;
}
.vertuig-upsell-product-attributes-wrapper ul li{
	gap:0px 8px;
}
.vertuig-upsell-product-attributes-wrapper ul li svg{
	width:16px;
	flex-shrink: 0;
}
.vertuig-upsell-product-attributes-wrapper ul li p{
	font-size:14px;
	font-style: normal;
	font-weight: 500;
}
.vertuig-upsell-product-price hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF50;
}
.vertuig-upsell-product-price table{
	width:100%;
	font-size:14px;
}
.vertuig-upsell-product-price table tr td, .vertuig-upsell-product-price table tr th{
	padding:0 0 5px 0;
}
.vertuig-upsell-product-price table tr:first-child td{
	padding-top:0;
}
.vertuig-upsell-product-price table tr td:last-child, .vertuig-upsell-product-price table tr th:last-child{
	text-align:right;
}
.vertuig-upsell-product-price table tr td{
	color:#FFFFFF50;
}
.vertuig-upsell-product-gegevens-invullen-button-wrraper{
	margin-top:30px;
}
.vertuig-upsell-product-button{
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border: 1px solid #F5343E;
    background-color: #F5343E;
    text-align: center;
    transition: all 0.5s;
	font-weight: 400;
    -webkit-transition: all 0.5s;
    flex-shrink: 0;
	font-size: 16px;
    line-height: normal;
	padding: 14px 30px;
}
.vertuig-upsell-product-button:hover {
    color: #FFFFFF;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* From */
.voertuig-upsell-widget-form-warp{
    padding: 0px;
}
.voertuig-upsell-widget-form-warp .form-group{
	margin-bottom:16px;
}
.voertuig-upsell-widget-form-warp .form-style, 
.voertuig-upsell-widget-form-warp .form-style:focus,
.voertuig-upsell-widget-form-warp .form-style:hover,
.voertuig-upsell-widget-form-warp .form-style:active{
	display: block;
	width: 100%;
	height: 56px;
	font-size: 1rem;
	line-height: 1.5;
	background-clip: padding-box;
	font-size: 16px;
	padding: 20px 17px;
	resize: none;
	background-color: transparent;
	border-radius: 30px;
	border-width: 1px;
	border-style:solid;
	border-color:#FFFFFF50;
	color: #FFFFFF50;
	outline:none;
	box-shadow:none;
}
.voertuig-upsell-widget-form-warp textarea.form-style, 
.voertuig-upsell-widget-form-warp textarea.form-style:focus,
.voertuig-upsell-widget-form-warp textarea.form-style:hover,
.voertuig-upsell-widget-form-warp textarea.form-style:active{
	height:100px;
}
.voertuig-upsell-widget-form-warp .form-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF50;
}
.voertuig-upsell-widget-form-warp .form-style::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF50;
}
.voertuig-upsell-widget-form-warp .form-style:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF50;
}
.voertuig-upsell-widget-form-warp .form-style:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF50;
}
.voertuig-upsell-widget-form-button-wrap{
	margin:30px 0;
}
.voertuig-upsell-widget-item-button.voertuig-upsell-widget-form-button{
	width:230px;
}
.voertuig-upsell-widget-item-button.voertuig-upsell-widget-form-button.voertuig-upsell-widget-form-previous-button{
	background: transparent;
    border: 1px solid #FFFFFF;
}
.voertuig-upsell-widget-item-button.voertuig-upsell-widget-form-button.voertuig-upsell-widget-form-previous-button:hover{
	background: #F5343E;
    border: 1px solid #F5343E;
}
.voertuig-upsell-extra-service-section{
	position:relative;
}
.voertuig-upsell-extra-service-section{
	margin-top:50px;
}
.voertuig-upsell-loader{
	display:none;
	position:absolute;
	top: -15px;
    right: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    z-index: 99999;
    background: #FFFFFF20;
    border-radius: 30px;
}
.voertuig-upsell-loader svg{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#voertuig-upsell-extra-service-step-2{
	display:none;
}
/**/

/*============== Responsive ==================*/
@media (min-width: 360px) {
	.voertuig-upsell-extra-service-description{
		min-width:360px;
	}
}
@media (max-width: 1599.98px) {
    .voertuig-upsell-header-wrapper {
        padding-left: 4%; padding-right: 4%;
    }
}
@media(max-width:991px){
	.voertuig-upsell-header{
		text-align:center;
	}
	.voertuig-upsell-ellipse{
		position: initial; transform: initial; -ms-transform: initial;
	}
	.voertuig-upsell-main-section{
		padding-top:25px;
		padding-bottom:25px;
	}
	.voertuig-upsell-extra-service-section{
		margin-top: 25px;
	}
	.voertuig-upsell-extra-service-section{
		padding-bottom: 25px;
	}
	.voertuig-upsell-extra-service-section .voertuig-upsell-extra-service-column > div{
		padding-top: 25px;
	}
}