p.voertuig-location{
    color:var(--themeTextLightGrey);
    font-size:17px;
    line-height: 30px;
    margin: 3px 0;
}
.voertuigen-description{
    color:var(--themeTextLightGrey);
    font-size:17px;
    line-height: 30px;
    width: 100%;
    max-width: 800px;
}
.voertuig-reserverInfo p {
    margin-top: 0;
    font-size: 14px;
}

.voertuig-reserveer-user{
    display:flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-bottom: 25px;
}
.voertuig-reserveer-user > div{
    display:flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}
.voertuig-reserveer-user:after{
    position:absolute;
    width: calc(100% + 60px);
    content:'';
    border-bottom: 1px solid #ddd;
    left: -30px;
    bottom:0;
    height:1px;
}

.voertuigen-properties{
    --gap-x: 14px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px var(--gap-x);
    padding: 30px 0;
}
.voertuigen-properties .property{
    color: var(--themeText);
    font-size:17px;
    display:flex;
    min-width: calc((100%/2) - var(--gap-x));
    padding: 0;
    align-items: center;
    gap: 14px;
}

.voertuigen-properties.extra-opties .property{
    width:100%;
}

.voertuigen-properties .property svg,
.voertuigen-properties .property img{
    height: 31px;
    width: 34px;
    padding-left: 5px;
}
span.dayIcon,
.voertuigen-properties .property span.priceIcon{
    height: 31px;
    display:inline-block;
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    min-width: 64px;
    text-align: left;
}
span.dayIcon{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.voertuigen-properties .property .property-extra{
    font-size:0.7em;
    font-weight:400;
}

.voertuigen-properties .property.propertyBorder{
    --textColor: var(
    --themeBlueLight2);
    --borderColor: var(
    --themeBlueLightBg);
    border: 1px solid var(--borderColor);
    /* color: var(--textColor); */
    border-radius: 6px;
    /* font-size: 14px; */
    /* font-weight: 300; */
    padding: 7px;
    min-height: 46px;
    justify-content: flex-start;
}
.voertuigen-product hr{
    margin: 40px 0;
}
.voertuigen-product hr.smallHr {
    margin: 16px 0;
}

.voertuig-fotoalbum{
    width:100%;
}
.voertuig-reserveer{
    padding: 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgb(20 20 43 / 8%);
    color:var(--themeTextGrey);
    position: sticky;
    top: 40px;
    background-color: white;
    z-index:1;
    width: 350px;
}
.voertuig-reserveer h3{}
.voertuig-reserveer p{
    font-size: 14px;
}
.voertuig-reserveer b{
    font-weight:600;
    color: var(--themeTextLightGrey);
    margin-top: 10px;
    display: inline-block;
}
.voertuig-reserveer .price{
    color:var(--themeText);
    width:100%;
    display:inline-block;
    padding: 0 0 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 20px;
}
.voertuig-reserveer span.price font{
    color:var(--themeTextGrey);
    font-size: 14px;
}
.voertuig-reserveer .voertuig-reserveerDetails{
    height:auto;
    transition: all .1s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0px 0;
}
.voertuig-reserveer .voertuig-reserveerDetails:not(.shown){
    height:0;
    overflow:hidden;
}
.voertuig-reserveer .voertuig-reserveerDetails .detail{
    display:flex;
    justify-content: space-between;
    color: var(--themeTextDark);
}

.voertuig-reserveer .voertuig-reserveerDetails .detail.kortingLine,
.voertuig-reserveer .voertuig-reserveerDetails .detail.kortingLineFull{
    color: var(--themeTextLight);   
}

.voertuig-reserveer .voertuig-reserveerDetails hr{
    margin: 18px 0 13px;
    border-color: #ddd;
}

.sideStickyHolder{
    height: 100dvh;
    margin-top:-140px;
}

.voertuigView p{
    font-size:14px;
}

.voertuigView .buttonBox .button,
.voertuig-reserverInfo .button,
.voertuig-reserveer .button{
    background-color: var(--themeGreenDark);
    font-size: 13px;
    padding: 17px;
    border-radius: var(--themeRadius);
}
.voertuig-reserveer .button{
    width:100%;
    margin-top: 10px;
}

.voertuigen-product .voertuig-thumbnail img{
    padding: 0;
    max-height: 280px;
    max-width:100%;
}

.voertuig-reserverInfo a:not(.button){
    font-weight:bold;
    color:var(--themeGreenDark);
}
.voertuig-reserverInfo .voertuigInfoData{
    margin-bottom:10px;
}
.voertuig-reserverInfo .voertuigInfoData .dataLine{
    display:flex;
    gap:10px;
    flex-direction: row;
}

.voertuig-reserverInfo .voertuigInfoData label{
    font-weight: 700;
    width: 70px;
    display: inline-block;
}

.voertuig-reserverInfo:not(.invoer){
    padding:15px;
}


.fslider{
    padding:0;
}
.carouselSliderHolder{
    padding:0;
}
.carouselSliderHolder .carousel .carouselSlide{
    height: 45dvh;
}

.beschikbaarheid{}
.beschikbaarheid span{
    color: var(--themeText);
    font-size: 17px;
    line-height: 1.9em;
}
.beschikbaarheid span label{
    color: var(--themeTextLightGrey);
    font-size: 17px;
    line-height: 30px;
    min-width: 137px;
    display: inline-block;
}

.idUploadHolder h1{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.idUploadHolder h1 svg{
    height: 55px;
    width: 55px;
}

.uploadSDCard{
    position: relative;
    width:100%;
    max-width:400px;
    display:flex;
    margin: 15px auto;
    background-color: var(--themeTextLightGrey3);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    cursor:pointer;
    transition: all .2s ease-in-out;
}
.uploadSDCard:hover{
    background-color: var(--themeGreen-light2);
}

.uploadSDCard figure{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadSDCard figure svg,
.uploadSDCard figure img{
    height: auto;
    width:auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 180px;
}
.uploadSDCard figure svg{
    height: 110px;
    min-height: 80px;
    margin:10px 0;
}
.uploadSDCard span{
    text-align:center;
    font-size: 15px;
}
.uploadSDCard span font{
    font-size:11px;
}
.uploadSDCard input{
    position: absolute !important;
    top:0;
    width: 100%  !important;
    height: 100% !important;
    z-index: 1 !important;
    opacity:0.0;
    cursor: pointer;
}


.voertuig-reserveer form input,
.voertuig-reserveer form textarea{
    margin-bottom:0px !important;
}
.voertuig-reserveer .dataForm .unitInput{
    margin-bottom:5px !important;
}

.progressButtons:empty{
    display:none;
}
a.underlined.backReservation {
    display: inline-block;
    padding: 15px 9px 0;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
}

.youtubeVideo{
    aspect-ratio:16/9;
    max-width:600px;
    width:100%;
}

.personenList{
    display:flex;
    flex-direction: column;
    gap:3px;
}
.personenList div{
    display:flex;
    flex-direction: row;
    gap: 9px;
    justify-content: space-between;
}
.personenList div label{
    display:inline-flex;
    align-items: center;
    width: 140px;
    flex-direction: row;
}
.personenList input{
    margin: 0 !important;
    min-width: 100px !important;
    flex: 1;
}

.eigenschappenHolder{
    padding: 0px 6px 20px 6px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
}

.eigenschappenHolder .eigenschap label {
    color: var(--themeTextLightGrey);
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

.eigenschappenHolder .eigenschap{
    color: var(--themeText);
    font-size: 17px;
    padding: 10px;
}
.eigenschappenHolder .eigenschap .subText{
    font-size: 12px;
    width: 100%;
    display: inline-block;
    color: #b3b2b2;
}

.eigenschappenHolder .eigenschap ul{
    padding-left:0;
    list-style:none;
    margin:0;
    font-size: 14px;
}
.eigenschappenHolder .eigenschap ul li{font-size: 14px;}
.dayIconsHolder{
    display:flex;
    gap:8px;
}

@media screen and (max-width:800px){
    .sideStickyHolder{
        height:max-content;
        margin-top:0;
    }
    .voertuig-reserveer{
        position:relative;
        top: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}