/*----- Notification popup start ------*/
.location-notifications-popup{
    opacity: 0;
    transition: opacity 0.2s ease;
    visibility: hidden;
}
.location-notifications-popup.visible-popup {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.location-notifications-popup-content {
    background: #FFF;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #00000033;
    height: 0;
    margin-top: 0;
    padding: 10px 20px 0;
    position: absolute;
    right: 15px;
    text-align: left;
    width: calc(100% - 30px);
    z-index: 2;
}
#servicetoken-popup{
    margin-top: -40px;
}
#price-popup{
    margin-top: -80px;
}
#price-popup > div,
#servicetoken-popup > div,
#reserve-button-explanation-popup > div{
    padding: 20px 40px 20px 18px;
    font-size: 14px;
    height: auto;
    line-height: 1.6;
    max-width: 443px;
    right: calc(50% - 197px);
    left: auto;
    width: auto;
}
#price-popup p,
#servicetoken-popup p,
#reserve-button-explanation-popup p{
    margin-bottom: 0;
}
#reserve-button-explanation-popup{
    font-weight: 400;
    margin-top: -200px;
}

.location-notification-popup-content{
    overflow: hidden;
}
.location-notifications-popup p, 
.location-notifications-popup a.location-notification-popup-close-button {
	color: #878787 !important;
}
.location-notification-popup-close-button, 
.package-calculator .close-button{
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.location-notification-popup-close-button{
    background-image: url(../images/calculator-popup-cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.package-calculator .close-button:after{
    border: 3px solid #787878;
    border-radius: 5px;
    border-width: 3px 0 0 0;
    content: '';
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: 12px;
    top: 18px;
    width: 18px;
}
.package-calculator .close-button svg{
    display: none;
}
#length-explanation-popup,
#price-button-explanation-popup{
    background: rgba(0, 0, 0, 0.25);
}
#length-explanation-popup.visible-popup,
#price-button-explanation-popup.visible-popup{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 50;
}
#length-explanation-popup > div{
    background: #fff;
    padding: 20px 25px;
    min-width: 800px;
    position: fixed;
    width: 800px;
    top: 50%;
    margin-top: -185px;
    left: 50%;
    right: auto;
    margin-left: -400px;
    height: auto;
    overflow: hidden;
}
#length-explanation-popup > div:after{
    content: '';
    display: block;
    height: 80%;
    top: 10%;
    border-right: 1px solid #878787;
    position: absolute;
    left: 50%;
}
.length-explanation-wrapper{
    display: flex;
}
#length-explanation-popup .col-left{
    float: left;
    padding-right: 24px;
    width: 50%;
    font-size: 14px;
    line-height: 1.6;
}
#length-explanation-popup .col-right{
    display: flex;
    flex-direction: column;
    float: right;
    justify-content: space-around;
    padding: 20px 0 20px 24px;
    width: 50%;
}
#length-explanation-popup h3{
    font-size: 26px;
    font-weight: 600;
}
#length-explanation-popup .col-right img{
    width: 100%;
}
#length-explanation-popup .col-right-text-wrapper{
    background: #EAF2F4;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    padding: 15px;
}
#length-explanation-popup .col-right-text-wrapper .blue-text{
    font-weight: 600;
}
#length-explanation-popup .col-right-text-wrapper p{
    margin: 0;
}
#reserve-button-explanation-popup .reserve-note{
    font-size: 18px;
}
#price-button-explanation-popup.visible-popup > div{
    background: #fff;
    width: 490px;
    padding: 25px 25px 10px;
    top: 50%;
    margin-left: -245px;
    margin-top: -296px;
    left: 50%;
    right: auto;
    height: auto;
    overflow: hidden;
}
h3.price-button-explanation-title{
    color: #337F95;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
#price-button-explanation-popup .data-title-number-wrap,
#price-button-explanation-popup .popup-title-line{
    display: flex;
}
#price-button-explanation-popup .popup-title{
    padding-left: 10px;
    position: relative;
    top: -1px;
}
.price-button-explanation-images-slider{
    border: 1px solid #ccc;
    border-radius: 20px;
}
#price-button-explanation-popup .slick-next, 
#price-button-explanation-popup .slick-next:hover, 
#price-button-explanation-popup .slick-next:focus, 
#price-button-explanation-popup .slick-next:active{
    background-image: url(../images/popup-slider-arrow-next.svg);
}
#price-button-explanation-popup .slick-prev, 
#price-button-explanation-popup .slick-prev:hover, 
#price-button-explanation-popup .slick-prev:focus, 
#price-button-explanation-popup .slick-prev:active{
    background-image: url(../images/popup-slider-arrow-prev.svg);
}
#price-button-explanation-popup .slick-disabled{
    display: none !important;
}
#price-button-explanation-popup .slick-dots li button{
    padding: 0;
    width: 12px;
}
#price-button-explanation-popup .slick-dots li button:before{
    color: #d9d9d9;
    font-size: 10px;
    opacity: 1;
    width: 12px;
}
#price-button-explanation-popup .slick-dots li button:hover:before, 
#price-button-explanation-popup .slick-dots li button:focus:before,
#price-button-explanation-popup .slick-dots li.slick-active button:before {
    color: #337f95;
    opacity: 1;
}
.popup-title-line{
    margin-bottom: 15px;
    padding-top: 5px;
}
.popup-title-line>div {
    display: inline-block;
}
.popup-title{
    color: #878787;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 600;
}
.price-explanation-text{
    font-size: 14px;
    line-height: 1.6;
}
#price-button-explanation-popup .data-title-number{
    align-self: center;
    background-size: 30px;
    height: 30px;
    margin-top: 0;
    width: 30px;
}
#location-almost-full-variations-popup > div{
    font-size: 16px;
    padding: 25px 30px 30px;
    height: auto;
}
#location-almost-full-variations-popup p:not(:last-of-type) {
    margin-bottom: 0.5em;
}
.price-book-btn{
    position: relative;
}
.price-disabled-popup {
    position: absolute;
    background: #fff;
    border-radius: 15px;
    font-size: 10px;
    bottom: 50px;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.price-disabled-popup:before{
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
    content: '';
    display: block;
    height: 0px;
    position: absolute;
    width: 0px;
    bottom: -10px;
    left: 30px;
}
#location-full-variations-popup>div{
    height: auto;
    line-height: 1.6;
    padding: 20px;
}

/*----- Notification popup end ------*/
.page-title{
    font-size: 36px;
    font-weight: 600;
}
.section-title{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.regular{
	font-size: 16px;
	opacity: 0.8;
}
.regular h4{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 30px 0 15px;
}
.map-link{
    margin-top: 30px;
}
.map-link img, .map-link div {
    display: inline-block;
    vertical-align: middle;
}
span.top-map-link{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
}

.single-location main{
	margin-top: 30px;
	overflow: hidden;
}

.location-main-col{
	color: #383C42;
	float: left;
	width: 60%;
}
.location-sidebar{
    float: right;
    padding-left: 40px;
    width: 40%;
}

#breadcrumbs{
	font-size: 14px;
	margin: 30px 0 15px;
}
#breadcrumbs a, #breadcrumbs span{
	color: #B3B5B8;
}

.location-main-col section{
	border:  1px solid #ccc;
	border-radius: 30px;
	margin: 30px 0;
	padding: 30px;
}


/*--------------------- Slider ----------------------*/

.location-slider-wrap{
    height: calc(35% + 30px);
    overflow: hidden;
}
.slider-image-wrap{
    margin: 0 5px;
}
.slider-image-wrap img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    background: transparent;
}
.slick-prev, .slick-next{
    height: 30px;
    width: 30px;
    z-index: 50;
}
.slick-prev {
    left: 10px;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-prev:active{
    background-image: url(../images/slider-chevron-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-next {
    right: 10px;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-next:active{
    background-image: url(../images/slider-chevron-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-prev:before, .slick-next:before{
    content: "";
}

/*--------------------- Reasons Section ----------------------*/
.reasons-section-content{
	column-count: 2;
}
.single-reason{
	display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.reason-icon {
    display: inline-block;
    height: 47px;
    width: 47px;
    vertical-align: middle;
}
.reason-text {
    display: inline-block;
    font-size: 16px;
    padding-left: 8px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: calc(100% - 65px);
}
/*--------------------- Owner Section ----------------------*/
.owner-summary{
	margin-bottom: 30px;
}
.owner-summary-img{
	border-radius: 100%;
	display: inline-block;
	height: 82px;
	margin-right: 20px;
	vertical-align: middle;
	width: 82px;
}
.owner-summary-text{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 108px);
}
.owner-info-title{
	margin-bottom: 5px;
}
/*--------------------- Tabs Section ----------------------*/
.tabs-section-top{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.tabs-section-top a{
	font-size: 18px;
	margin-right: 37px;
	padding-bottom: 5px;
	position: relative;
}
.tabs-section-top a.active{
    color: #337F95;
    font-weight: 600;
}
.tabs-section-top a.active:after {
    border-bottom: solid 2px #e8695f;
    bottom: -5px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.tabs-section-top a:not(.active) {
    color: #383C42;
}
.tabs-section-content{
    padding-top: 30px;
}
.specs-block-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.specs-item{
    overflow: hidden;
}
.specs-label{
    float: left;
    width: 50%;
}
.specs-value{
    float: right;
    width: 50%;
}
/*--------------------- Tabs Section - Timetable ----------------------*/
.under-timetable {
    border: 1px solid rgba(84, 89, 95, 0.3);
    border-radius: 25px;
    overflow: hidden;
    padding: 20px;
}
.timetable-split-info-section {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.timetable-split-info-section:first-of-type {
    float: left;
    padding-right: 15px;
}
.timetable-split-info-section:last-of-type {
    float: right;
    padding-top: 1.5em;
}
.timetable {
    border: 1px solid rgba(84, 89, 95, 0.3);
    border-radius: 25px;
    display: table;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.timetable-row:first-of-type, .timetable-cell:first-of-type {
    background: #fafafa;
}
.timetable-row {
    display: table-row;
}
.timetable-cell {
    border-right: 1px solid rgba(84, 89, 95, 0.3);
    display: table-cell;
    height: 3em;
    text-align: center;
    vertical-align: middle;
}
.timetable-cell:nth-of-type(3) {
    border-right: 0;
}
.timetable-row:first-of-type, .timetable-cell:first-of-type {
    background: #fafafa;
}
.timetable-row:not(:last-of-type) .timetable-cell {
    border-bottom: 1px solid rgba(84, 89, 95, 0.3);
}
.timetable-pink {
    background: #fdf1e7;
    line-height: 3;
}
.timetable-blue {
    background: #ebf2f5;
    line-height: 3;
}
.sample-blue:before, 
.sample-red:before {
    content: '';
    display: inline-block;
    height: 16px;
    margin-top: -4px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
}
.sample-blue:before{
    background: #eff5f7;
}
.sample-red:before {
    background: #fdf4ec;
}

/*--------------------- Reviews Section ----------------------*/

.eviews-section-top{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.reviews-section-title{
    color: #54595F;
    font-size: 36px;
    font-weight: 500;
    align-content: flex-start;
}
.reviews-top-summary{
    align-content: flex-end;
    padding-top: 15px;
}
.reviews-section-content{
    font-size: 16px;
}
.w3_wprs-row {
    margin-left: -30px;
}
.wpproslider_t6_DIV_2_top{
    margin-bottom: 10px;
}
.reviews-section-content a.reviewbeleid-link {
    padding: 6px;
}

/*--------------------- Need Help Section ----------------------*/

.vragen-section{
    text-align: center;
}
.vragen-description{
    font-size: 16px;
}

/*--------------------- Map Section ----------------------*/

section.map-section{
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}
.map-section-content{
    overflow: hidden;
    padding: 0  20px;
}
.map-section-col {
    float: left;
    padding: 10px 20px;
    width: 50%;
}
.map-section-text{
    font-size: 16px;
    opacity: 0.8;
}
.map-section h4 {
    color: #383c42;
    font-size: 18px;
    font-weight: 600;
}

/*---------------------- Calculator -------------------------*/
.calculator-section .error,
.package-calculator .error{
    clear: both;
    color: #e8685f;
    display: block;
    font-size: 14px;
}
.calculator-section .error{
    padding: 10px 0 10px 48px;
}
.package-calculator .error{
    padding: 10px 0 0 0;
}

.package-calculator-inner{
    border: 1px solid #ccc;
    border-radius: 30px;
	min-height: 540px;
    padding: 30px 30px 20px 25px;
    position: relative;
    transition: all 0.4s linear;
}
.opened-location-full-package-calculator .package-calculator-inner{
	min-height: 0px;
}

.calculator-section .message_box {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
}
.calculator-section .message_box-color-blue{
    background: rgba(51, 127, 149, 0.9);
}
.calculator-section .message_box-color-orange{
    background: rgba(232,104,95,0.9);
}
.calculator-section .message_box {
    padding: 35px 20px 25px;
    text-align: center;
}
.calculator-section .message_box h2,
.calculator-section .message_box h3,
.calculator-section .message_box p{
    color: #fff;
}
.calculator-section .message_box p{
    margin-bottom: 0;
}
.calculator-section .message_box h2 {
    font-size: 32px;
    margin: 0 0 0.5em;
}
.calculator-section .message_box h3{
    font-size: 40px;
    font-weight: 600;
}

.calculator-section .message_box a {
    color: #fff;
    font-size: 16px;
}
.calculator-section .message_box a.btn-need-help,
.message_box a.btn-need-help,
.calculator-section .message_box .full-button {
    border-width: 1.5px;
    font-size: 18px;
    max-width: 340px;
    padding: 9px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.message_box .btn-close-message-box {
    margin-top: 40px;
}
.last-renewed{
    font-size: 16px;
    margin-bottom: 40px;
}

/*-------- Underlined links ----------*/

.after-full-title-popup-link, 
.message_box .btn-close-message-box a,
.book-button-popup-link,
.location-full-link,
.pakket-desc > span:first-of-type {
    position: relative;
}

.after-full-title-popup-link:after,
.location-full-link:after,
.message_box .btn-close-message-box a:after,
.book-button-popup-link:after,
.pakket-desc .price-description:after {
    border-bottom: 1px solid;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.pakket-desc .price-description, 
.pakket-desc .price-description a{
    color: #878787;
    position: relative;
}
.book-button-popup-link:after{
    border-color: #337f95;
    bottom: 4px;
}
.after-full-title-popup-link:after,
.message_box .btn-close-message-box a:after{
    border-color: #fff;
    bottom: 3px;
}
.location-full-extra-mobile .location-full-link:after{
    bottom: 3px;
}
.pakket-desc > span:first-of-type:after{
    border-color: #ccc;
    bottom: 3px;
}
.pakket-desc .price-description:after {
    border-color: #ccc;
    bottom: 2px;
}

.after-full-title-popup-link{
    font-weight: 600;
}

.data-title {
    color: #878787;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 30px;
}
.data-title.length-input-title, 
.data-title.date-input-title {
    display: inline-block;
}
.data-title-number{
    background-size: 42px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 42px;
    margin-top: -3px;
    vertical-align: top;
    width: 42px;
}
.data-title-number-1{
    background-image: url(../images/Nummer_icon-01.svg);
}
.data-title-number-2{
    background-image: url(../images/Nummer_icon-02.svg);
}
.data-title-number-3{
    background-image: url(../images/Nummer_icon-03.svg);
}
.data-title-number-4{
    background-image: url(../images/Nummer_icon-04.svg);
}
.data-title-number-5{
    background-image: url(../images/Nummer_icon-05.svg);
}
.data-title-number-6{
    background-image: url(../images/Nummer_icon-06.svg);
}
.data-title-number-7{
    background-image: url(../images/Nummer_icon-07.svg);
}
.data-title-number-8{
    background-image: url(../images/Nummer_icon-08.svg);
}
.data-title-number-9{
    background-image: url(../images/Nummer_icon-09.svg);
}
.description-list, 
.location-notifications-popup ul {
    font-size: 20px;
    line-height: 1.5;
    list-style: none;
    color: #878787;
}
.description-list li,
.location-notifications-popup ul li {
    position: relative;
}
.description-list li:before,
#reserve-button-explanation-popup ul li:before{
    background: #878787;
    border-radius: 100%;
    content: '';
    display: block;
    height: 5px;
    left: -19px;
    position: absolute;
    top: 12px;
    width: 5px;
}
.addtional-close-button-wrapper{
    font-size: 14px;
    text-align: center;
}
.addtional-close-button-wrapper a{
    display: inline-block;
}
.addtional-close-button-wrapper a:after{
    content: '';
    display: block;
    border-bottom: 1px solid;
    position: relative;
    bottom: 10px;
}
.property-price-details{
    margin-bottom: 20px;
}
input.object-type-proxy {
    display: none;
}
.info-panel-vehicles{
    text-align: center;
}
.single-vehicle{
    background-color: rgba(51, 127, 149, 0.05);
    border-radius: 25px;
    min-height: 60px;
    margin-right: 15px;
    overflow: hidden;
    width: 107px;
}
.single-vehicle:nth-of-type(3n+1){
    clear: left;
}
.vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Auto-2022.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: -2px;
    width: 60px;
}
.vehicle-title{
    color: #337f95 !important;
    font-size: 12px;
    position: relative;
    top: -5px;
}
.single-vehicle.selected input[type="radio"]+label{
    background: #337f95;
    min-height: 60px;
    width: 107px;
}
.single-vehicle.selected input[type="radio"]+label .vehicle-title {
    color: rgba(255,255,255,0.8) !important;
}
.single-vehicle.selected input[type="radio"]+label .vehicle-img{
    margin: 0 auto;
}
.single-vehicle.selected input[type="radio"]+label .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Auto-2022.svg);
}
.single-vehicle.disabled {
    background: #E9E9E9;
    border-color: #AFAFAF;
}
.single-vehicle.disabled input[type="radio"]+label .vehicle-title{
    color: #A5A5A5 !important;
}
.single-vehicle.disabled input[type="radio"]+label .vehicle-img{
    filter: grayscale(1);
}

label[for="object-type-aanhanger"] .vehicle-img, label[for="object-type-trailer"] .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Aanhanger-2022.svg);
}
.single-vehicle.selected input#object-type-aanhanger[type="radio"]+label .vehicle-img, 
.single-vehicle.selected input#object-type-trailer[type="radio"]+label .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Aanhanger-2022.svg);
}
label[for="object-type-boot"] .vehicle-img, label[for="object-type-boot-zonder-moter"] .vehicle-img {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Boot-2022.svg);
}
.single-vehicle.selected input#object-type-boot[type="radio"]+label .vehicle-img, 
.single-vehicle.selected input[type="radio"]+label[for="object-type-boot-zonder-moter"] .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Boot-2022.svg);
}
label[for="object-type-caravan"] .vehicle-img {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Caravan-2022.svg);
}
.single-vehicle.selected input#object-type-caravan[type="radio"]+label .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Caravan-2022.svg);
}
label[for="object-type-bus"] .vehicle-img, label[for="object-type-camper"] .vehicle-img {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Camper-2022.svg);
}
.single-vehicle.selected input#object-type-bus[type="radio"]+label .vehicle-img, 
.single-vehicle.selected input#object-type-camper[type="radio"]+label .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Camper-2022.svg);
}
label[for="object-type-vouwwagen"] .vehicle-img {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/blue/Vouwwagen-2022.svg);
}
.single-vehicle.selected input#object-type-vouwwagen[type="radio"]+label .vehicle-img{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling-v2/assets/images/icons/vehicles/white/Vouwwagen-2022.svg);
}
.mrc-vehicles-btn {
    display: inline-block !important;
    padding: 5px 24px 1px 20px;
    border: 2px solid;
    border-radius: 5px;
    color: #337f95;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    font-family: Lato;
    font-weight: 600;
}
.mrc-vehicles-btn:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.open .mrc-vehicles-btn:before {
    content: "\f106";
    top: -2px;
}
.length-input-block{
    float: right;
    width: 140px;
    border: 1px solid rgba(84, 89, 95, 0.3);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.length-input-block:after{
    content: '';
    display: block;
    height: 40px;
    border-right: 1px solid rgba(84, 89, 95, 0.3);
    position: absolute;
    left: 69px;
}
.length-input-block input {
    border: none !important;
    border-radius: 0;
    display: block;
    line-height: 33px;
    height: 33px;
    font-size: 15px;
    overflow: hidden;
    padding: 0 5px;
    text-indent: 0.5em;
    width: 69px;
}
.length-input-block input[type="text"]{
    color: #878787;
    float: left;
}
.length-input-block input[type="button"]{
    appearance: none;
    background: #eaf2f4;
    border-color: transparent;
    border-left-color: rgba(84, 89, 95, 0.3);
    color: #337F95;
    float: right;
    outline: none;
    text-align: left;
}
.length-input-block input[type="button"]:hover{
    background: #c1dbe1;
}
.lenth-popup-link{
    font-size: 16px;
    padding-left: 48px;
}
.lenth-popup-link:after{
    content: '';
    background-image: url(../images/link-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    height: 12px;
    margin-left: 3px;
    position: relative;
    top: 1px;
    width: 12px;
}
.book-button-popop-link-wrapper{
    text-align: center;
}
.date-input-button{
    border: 1px solid rgba(84, 89, 95, 0.3);
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    float: right;
    height: 32px;
    line-height: 28px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 106px;
    right: -5px;
}
.date-input-button input{
    line-height: 40px;
    vertical-align: top;
}
.selected-date-value {
    font-size: 16px;
}
.date-input-description{
    clear: both;
    display: block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.02em;
    padding-left: 45px;
}
.icon-i-info {
    color: #337f95;
    background-color: transparent;
    border: 1px solid #337f95;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
}
.calc-info-block p, .calc-info-block div {
    color: #fff;
}
.price-info{
    margin-top: 25px;
}
.total-price-block > div{
    border-top: 1px solid #eee;
    padding: 10px 0;
}.total-price-block > div:first-of-type{
    border: 0;
 }
.total-price-block .price-explanation{
    font-size: 12px;
}
.pakket-texts-list{
    background: #fff;
    clear: both;
    height: 100%;
    padding-top: 1px;
    position: relative;
}
.pakket-text-block .pakket-desc {
    font-size: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}
.pakket-desc > span:first-of-type {
    float: left;
}
.pakket-desc > span:last-of-type {
    float: right;
}
.bordered-description-title {
    margin-bottom: 12px;
    font-weight: 600;
}
.bordered-description-title .package-name{
    font-size: 18px;
}
.bordered-description-total{
    float: right;
    line-height: 16px;
}
.bordered-description-total > span{
    font-size: 28px;
    position: relative;
    top: 6px;
}
.blue-text{
    color: #337f95;
}
.red-text{
    color: #e8695f;
}
.bordered-description-divider {
    border-bottom: 1px solid rgba(84, 89, 95, 0.3);
    margin-bottom: 12px;
    width: 100%;
}
.pakket-desc:last-of-type {
    margin-bottom: 0;
}
.calc-info-block{
    background-color: #000;
}
.calc-info-block:before{
    border-right: 10px solid #000;
}
.property-price-details{
    font-weight: 600;
    margin: 1px;
    padding: 0 5px;
}
.per-jaar-price, .per-jaar-price-wrapper{
    color: #337f95;
}
.info-panel .per-jaar-price-desc{
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.info-panel .per-jaar-price-desc-wrapper{
    display: block;
    float: left;
    margin-top: 15px;
    overflow: hidden;
}
.price-book-btn input{
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 45px;
    max-width: none;
    padding: 0;
    width: auto;
}
.calculator-col {
	transition: 0.8s;
    background: #fff;
    position: relative;
}
.vehicles-col{
    border-right: 1px solid #efefef;
    padding: 0 2%;
    position: relative;
    width: 29%;
}
.vehicles-col .step-selected .vehicle-type {
	text-transform: capitalize;
}

#date-input, .date-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.packages-block label {
    display: block;
}
.package-wrapper{
    float: left;
    width: 33.3333%;
}
.packages-block {
    overflow: hidden;
    margin: 12px 0;
}
.packages-block input[type="radio"]{
    display: none;
}
.packages-block label{
    position: relative;
}
.pakket-info{
    text-align: center;
}
.package-wrapper:not(:first-of-type):not(:last-of-type) .pakket-name{
    border-left: 1px solid #e0eaed;
    border-right: 1px solid #e0eaed;
}
.pakket-info:last-of-type .pakket-name {
    width: calc(100% + 1px);
}
.pakket-info > div{
    color: #337f95;
}
.pakket-name{
    background-color: #EAF2F4;
    border-bottom: 0;
    border-top: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 13px 0;
}
.pakket-price{
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0;
}
.pakket-explanation{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.packages-block .selected input[type="radio"]+label .pakket-name{
    background: #337f95;
    border-color: #337f95;
    color: rgba(255,255,255,0.8);
}
.packages-block .selected input[type="radio"]+label .pakket-price, .packages-block  .selected input[type="radio"]+label .pakket-explanation{
    color: #e8686f;
}
.borde
.package-calculator.mobile{
    margin: 11px auto 0;
    position: relative;
    transition: none !important;
}
.package-calculator.mobile.stuck{
    margin: 0;
}
.package-calculator.mobile .col-md-10 {
    display: flex;
    height: 100%;
    margin: 0;
    min-height: 600px;
    width: 100%;
}
.package-calculator.mobile .col-md-10 > div{
    width: 100%;
}
.package-calculator.mobile .packages-block {
    border: 1px solid #e0eaed;
    border-radius: 100px;
    overflow: hidden;
}
.package-calculator.mobile .vehicles-col, 
.package-calculator.mobile .length-col,
.package-calculator.mobile .date-col, 
.package-calculator.mobile .packages-col{
    clear: both;
    border: none;
    padding: 3px 0 15px;
    width: 100%;
}
.package-calculator.mobile .single-vehicle:nth-of-type(3n+1) {
    clear: none;
}
.package-calculator.mobile .mrc-content-wrap{
    width: 1500px;
}
.package-calculator.mobile .single-vehicle {
    position: absolute;
}
.package-calculator.mobile .single-vehicle, .package-calculator.mobile .single-vehicle *, .package-wrapper label{
    cursor: pointer;
}
.package-calculator.mobile .single-vehicle label {
	width: 100%;
	height: 100%;
}
.package-calculator.mobile .info-panel-vehicles{
    height: 60px;
    margin: 18px 0;
    overflow: hidden;
    position: relative;
}
.package-calculator.mobile .info-panel-title-row{
    overflow: hidden;
    padding: 0;
}
.package-calculator.mobile .info-panel-title{
    display: block;
    padding: 12px 15px;
}
.package-calculator.mobile .info-panel-rating{
    background-color: #adcbd5;
    padding: 12px 15px;
    width: 100%;
}
.package-calculator.mobile .info-panel-rating .woocommerce-review-link{
    float: right;
    color: #5f909a;
}
.package-calculator.mobile .woocommerce-page .woocommerce-product-rating .star-rating{
    float: left !important;
    margin-left: 0 !important;
}
.package-calculator.mobile .info-panel-rating .rating-number {
    color: #000;
}
.package-calculator.mobile .mrc-controls {
    display: none;
}
.package-calculator.mobile .info-panel-vehicles-outer{
    background: #fff;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
}
.package-calculator.mobile .info-panel-vehicles-outer::-webkit-scrollbar {
    background: rgba(84, 89, 95, 0.3);
    height: 2px;
}
.package-calculator.mobile .info-panel-vehicles-outer::-webkit-scrollbar-thumb{
    background: #337f95;
}
.package-calculator.mobile .horizontal-scroll-controls{
    background: #fff;
    height: 100%;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    width: 20%;
}
.package-calculator.mobile .horizontal-scroll-button-wrap{
    cursor: pointer;
    height: 31px;
    position: absolute;
    right: 0;
    width: 70px;
}
.package-calculator.mobile .horizontal-scroll-button{
    width: 30px;
    height: 30px;
    border: 1px solid #edeeef;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
}
.package-calculator.mobile .update-link{
    float: right;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-block;
    position: relative;
    top: 4px;
}
.date-input-button:before{
    background-image: url(../images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    content: '';
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 12px;
}
.date-input-block{
    display: inline-block;
    line-height: 1;
    margin-left: 2px;
    vertical-align: middle;
}
.package-calculator.mobile .horizontal-scroll-button[data-direction="left"]{
    float: left;
    
}
.package-calculator.mobile .horizontal-scroll-button[data-direction="right"]{
    float: right;
}
.package-calculator.mobile .horizontal-scroll-button:before {
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 18px;
    position: relative;
    width: 12px;
}
.package-calculator.mobile .horizontal-scroll-button[data-direction="left"]:before{
    left: -1px;
    transform: rotate(180deg);
    top: -1px;
}
.package-calculator.mobile .horizontal-scroll-button[data-direction="right"]:before{
    left: 1px;
    top: -1px;
}

.package-calculator .icon-i-info{
    display: none;
    /*display: inline-block;*/
    background: #fff;
    border: 1px solid #888;
    border-radius: 100%;
    color: #888 !important;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    width: 20px;
}
.calc-info-block {
    background: #337f95;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 400;
    left: 35px;
    padding: 10px;
    position: absolute;
    top: -12px;
    width: 225px;
    z-index: 40;
}
.calc-info-block:before {
    transition: .8s .2s;
    border-width: 10px;
    background: 0 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #337f95;
    position: absolute;
    left: -10px;
    top: 10px;
}
.package-calculator.mobile .property-price-details {
    clear: both;
}
.package-calculator.mobile .price-info {
    margin-top: 15px;
}
.package-calculator.mobile .price-details-right {
    margin: 30px auto 10px;
    max-width: 350px;
    width: 100%;
}
.package-calculator.mobile .property-location-details {
    padding-bottom: 0;
}
.package-calculator.mobile .price-book-btn input {
    background: #e8695f;
    border: 0;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 52px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0;
    outline: 0 !important;
    width: 100%;
}
.package-calculator.mobile .price-book-btn input:hover {
    background: #c15049;
}
.package-calculator.mobile .price-book-btn input[disabled] {
	cursor: default;
    background: #E3E3E3;
}
.price-button-explanation {
    background: #EAF2F4;
    border-radius: 30px;
    cursor: pointer;
    line-height: 34px;
    margin-top: 15px;
    overflow: hidden;
    padding: 18px 12px;
    transform: all 0.2s ease;
}
.price-button-explanation:hover {
    background: #dceaed;
}
.price-button-explanation-text {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 45px);
}
.price-button-explanation-text a{
    color: inherit;
}
.location-full-price-button-explanation .price-button-explanation-text{
    text-align: left;
}
.price-button-explanation-text p{
    margin-bottom: 0;
}
.price-button-explanation-text .blue-text{
    font-size: 14px;
}
.price-button-explanation-text .notification-sub{
    font-size: 12px;
    line-height: 30px;
}
/*.price-button-explanation.location-full-price-button-explanation .notification-sub{
    font-size: 16px;
}*/
.price-button-explanation-icon{
    background-image: url(../images/idea-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    width: 34px;
}
/*.location-full-price-button-explanation .price-button-explanation-icon{
    display: block;
    float: left;
    height: 60px;
    margin-right: 0;
    width: 40px;
}
.location-full-price-button-explanation .price-button-explanation-text{
    display: block;
    float: right;
    line-height: 1.4;
    width: calc(100% - 50px);
}
.location-full-price-button-explanation .price-button-explanation-text .blue-text{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.location-full-price-button-explanation .price-button-explanation-text .blue-text:after{
    content: '→';
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 8px;
}*/

.price-button-explanation:hover .price-button-tooltip {
    opacity: 1;
    visibility: visible;
}
.price-button-tooltip {
    opacity: 0;
    visibility: hidden;
}
 .price-button-tooltip {
    background: #337f95;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    left: -7px;
    margin-top: 7px;
    padding: 10px 10px;
    position: absolute;
    right: -7px;
    top: 100%;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 10;
}
.price-button-tooltip:before {
    border-color: transparent transparent #337f95 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    width: 0;
}
.contract-terms-notice {
    padding-top: 5px;
}

#mobile-calculator-close span {
    margin: 0;
}

#mobile-calculator-close svg {
    height: 1em;
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    z-index: 11;
    box-shadow: 0 0 5px #e0e0e0;
}

.mobile-button-section .elementor-widget-container {
    background: #fff;
    z-index: 150;
}

.location-not-full-mobile-box > div > div > p {
    margin: 0;
}

.location-full-mobile-box > div {
    overflow: hidden;
}

.location-full-mobile-box > div > div > p {
    margin: 0;
}
.full-location-button, 
.full-location-button a{
    min-width: 280px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.full-location-button-1{
    margin-bottom: 10px;
}

.display-mobile-calculator header,
.display-mobile-calculator footer,
.display-mobile-calculator .location-main-col,
.display-mobile-calculator .location-mobile-button-block,
.display-mobile-calculator .breadcrumbs {
    display: none;
}
.display-mobile-calculator .location-sidebar{
    display: block;
}

.location-mobile-message-box{
    border-radius: 30px 30px 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 20px 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 60;
}
.message_box-color-blue{
    background: #337F95;
}
.message_box-color-red{
    background: #e86960;
}
.location-mobile-button-block h3{
    font-size: 30px;
    font-weight: bold;
}
.location-mobile-description p{
    display: inline-block;
}
.disabled-info{
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    bottom: 75px;
    font-size: 14px;
    padding: 5px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.after-price-notes-wrapper {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 30px;
}

/* location almost full*/

.calculator-section .message_box .almost-full-title{
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}
.almost-full-button {
    background: #e8685f;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
}
.almost-full-button p{
    margin: 0;
}
.price-details-almost-full-text{
    color: #e8685f;
    font-size: 14px;
    text-align: center;
}
.almost-full-button:hover, .almost-full-button:visited, .almost-full-button:focus, .almost-full-button:active{
    background: #c15049;
    color: #fff;
}
.contract-terms-notice {
    padding-top: 5px;
}

.last-renewed p, .last-renewed span{
    display: inline-block;
}
.last-renewed span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.subscribe-to-sendout{
    display: inline-block;
    position: relative;
}
.subscribe-to-sendout p{
    display: inline-block;
}
.info-icon{
    border: 1px solid;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    width: 15px;
}
.subscribe-to-sendout .info-icon{
    top: 2px;
    right: -20px;
}
.info-icon-wrap{
    position: relative;
}
.info-icon-wrap .info-icon{
    right: calc(50% - 150px);
    top: -5px;
}
.info-icon-wrap .info-text{
    bottom: calc(100% + 18px);
    padding: 20px 5px 0 15px;
    text-align: left;
}
.info-icon-wrap .info-text:before{
    bottom: -11px;
    left: auto;
    right: calc(50% - 150px);
    top: auto;
    transform: rotate(180deg);
}
.message_box .button {
    border-width: 1.5px;
    font-size: 18px;
    margin-bottom: 13px;
    max-width: 340px;
    padding: 9px 20px;
    width: 100%;
}
.message_box-color-blue .info-icon,
.subscribe-to-sendout .info-icon{
    border-color: #fff;
    color: #fff;
}
.info-panel .info-icon{
    border-color: #337f96;
    color: #337f96;
}

.waiting-time{
    margin-top: 15px;    
}
.info-text {
    background: #337f96;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 20px;
    padding: 20px 5px 0;
    position: absolute;
    right: 20px;
}
.info-text:before {
    border-color: transparent transparent #337f96 transparent;
    border-style: solid;
    border-width: 0 7.5px 11px 7.5px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -10px;
    width: 0;
}
.calculator-section .message_box .info-text p {
    font-size: 15px;
}

.almost-full-vehicle-types, .after-full-title-text {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.almost-full-vehicle-types p {
    margin-bottom: 0;
}
.almost-full-vehicle-types-list{
    text-transform: lowercase;
}
.almost-full-last-reviewed{
    font-size: 16px;
    margin: 10px 0 40px;
}
.almost-full-last-reviewed p{
    margin-bottom: 0;
}
.almost-ful-description{
    margin-top: 10px;
}

.contract-terms-notice {
    padding-top: 5px;
}
.location-full-faq-wrapper{
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    margin: 32px auto 0;
    max-width: 435px;
}
.location-full-faq{
    font-size: 16px;
    line-height: 1.5;
    margin: 15px auto;
    max-width: 337px;
    padding: 0;
    text-align: left;
}
.location-full-question {
    list-style: none;
    margin-bottom: 1em;
}
.location-full-question-title{
    display: block;
    padding-right: 30px;
    position: relative;
}
.location-full-question-title:after{
    background-image: url(../images/chevron-white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.1s ease;
    margin-top: -4px;
    width: 12px;
}
.location-full-question.opened .location-full-question-title:after{
    transform: rotate(180deg);
}
.location-full-question-text{
    padding-top: 0.3em;
}
.location-full-question-text p{
    font-size: 14px;
    margin-bottom: 0;
}
/*------------------- sticky calculator ----------------------*/
.location-sidebar.calculator-section {
    position: relative;
}
.package-calculator.sticky, .opslag-sidebar-content.sticky {
    position: fixed;
}
.package-calculator.sticky_stop, .opslag-sidebar-content.sticky_stop {
    position: absolute;
}
/*------------------ mobile button ----------------------------*/
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    z-index: 11;
    box-shadow: 0 0 5px #e0e0e0;
}
.mobile-button-section .elementor-widget-container {
    background: #fff;
    z-index: 150;

}
.elementor-button-almost-full-text {
    color: #000;
    font-size: 16px;
}
#mobile-buttons p, #mobile-almost-full-button p{
    font-size: inherit;
    margin: 0;
}
#mobile-almost-full-button {
    line-height: 1.4;
    padding: 12px 20px;
}
.red-mobile-button .elementor-button-text p{
	margin: 0;
}
.location-not-full-mobile-box > div > div > p {
    margin: 0;
}

.location-full-mobile-box > div{
    overflow: hidden;
}
.location-full-mobile-box > div > div > p {
    margin: 0;
}
.bordered-description-block .ff_form_modal{
    text-align: center;
}

/*------------------ Opslag ----------------------------*/

main.storage{
    overflow: hidden;
}
.single-storage .rating{
    padding: 20px 0;
}
.reason-icon svg {
    width: 100%;
    height: 100%;
}
#advantages .icon-list-item{
    margin-bottom: 5px;
}
#advantages .icon-list-item > span{
    vertical-align: middle;
}
.location-main-col section.section-blue{
    padding: 40px;
}
.section-blue{
    background-color: #337F95;
    color: #fff;
}
.section-blue h3{
    color: #fff;
    margin-top: 0;
}
.additional-description-content {
    margin-bottom: 30px;
    opacity: 0.9;
}
.price-subtitle{
    font-size: 16px;
    margin: -15px 0 30px;
}

/*------------------ Opslag Animation----------------------------*/

.rotating-text-wrapper .rotating-text {
    bottom: 0;
    display: inline-block;
    opacity: 1; 
    left: 0;
    position: absolute;
}

.rotating-text-wrapper .rotating-text:not(.hidden) {
    animation: stl-rotating-text-slide-in .6s; 
    -webkit-animation: stl-rotating-text-slide-in .6s;
    position: relative;
}

.rotating-text-wrapper .rotating-text.hidden {
    animation: stl-rotating-text-slide-out .6s; 
    opacity: 0;
    -webkit-animation: stl-rotating-text-slide-out .6s;
}

@-webkit-keyframes stl-rotating-text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes stl-rotating-text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes stl-rotating-text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
            transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes stl-rotating-text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
            transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

/*------------------ Opslag Sidebar----------------------------*/

.opslag-sidebar-content {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 40px;
    position: relative;
}
.opslag-sidebar-content h4{
    margin-bottom: 1.2em;
    text-align: center;
}
.opslag-sidebar-content .ff-el-form-control{
    border-color: #CBCDCF;
    border-radius: 2px;
}
.opslag-sidebar-content .ff-el-form-control:focus {
    border-color: #CBCDCF;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
    outline: 0;
}
.opslag-sidebar-content .ff-btn-lg {
    border-radius: 2px;
    font-size: 16px;
    width: 100%;
}
.opslag-sidebar-content .ff-btn-submit {
    background-color: #e8685f;
}
.opslag-sidebar-content .ff-btn-submit:hover, 
.opslag-sidebar-content .ff-btn-submit:focus,
.opslag-sidebar-content .ff-btn-submit:active{
    background-color: #C3544C;
    opacity: 1;
}
.rotating-text-wrapper {
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 40px;
    text-align: center;
}
.rotating-text {
    color: #337f95;
}

.wprevpro_badge_container{
    display: inline-block;
}
.location-status {
    border: 2px solid;
    border-radius: 20px;
    color: #878787;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    margin-left: 10px;
    padding: 0 15px 0 8px;
    position: relative;
    top: 2px;
}
.location-status:before{
    background-size: 21px;
    content: '';
    display: inline-block;
    height: 21px;
    width: 21px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.location-status-open{
    background: #e4f7e5;
    border-color: #48c950;
}
.location-status-open:before{
    background-image: url(../images/location-available-icon.svg);
}
.location-status-almost{
    background: #faf1de;
    border-color: #dba022;
}
.location-status-almost:before{
    background-image: url(../images/location-almostfull-icon.svg);
}
.location-status-full{
    background: #fce8e7;
    border-color: #e8685f;
}
.location-status-full:before{
    background-image: url(../images/location-full-icon.svg);
}


/*------------------ Calendar ----------------------------*/
#ui-datepicker-div{
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000040;
    height: 280px;
    padding: 20px 0;
    width: 260px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff !important;
    border: none !important;
    height: 28px;
    width: 28px;
    padding: 0;
    color: #878787 !important;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 18px;
    padding: 0;
}
.ui-datepicker th, table thead:first-child tr:first-child th {
    padding: 0;
    text-align: center;
    font-weight: 400;
    border: 0;
    color: #C6C6C6;
    font-family: 'Open Sans';
    font-size: 18px;
    width: 28px;
    height: 28px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background: #fff !important;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #878787;
    padding: 0;
    margin-bottom: 18px;
}
.ui-datepicker .ui-datepicker-title{
    height: 25px;
    line-height: 25px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
    border: none !important;
    background: none !important;
}
.ui-widget-header .ui-icon{
    background-image: url(../images/gray-arrow.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
}
.ui-icon-circle-triangle-w{
    transform: rotate(180deg);
}

/*------------------ Packages ----------------------------*/

.package-calculator.mobile .packages-block{
    border: none;
    border-radius: 0;
}
.packages-block .package-wrapper{
    background: #eaf2f4;
    border-radius: 20px;
    float: none;
    margin-bottom: 7px;
    padding: 15px 18px;
    width: auto;
}
.packages-block .pakket-info-mobile-title{
    color: #337F95;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    width: auto;
}
.packages-block .pakket-info-mobile-top-right{
    float: right;
    font-size: 14px;
    text-align: right;
    width: auto;
}
.packages-block .pakket-info-mobile-title:before{
    background-image: url(../images/radio-default.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    content: '';
    display: inline-block;
    height: 14px;
    margin-right: 15px;
    position: relative;
    top: 2px;
    width: 13px;
}
.packages-block .selected .pakket-info-mobile-title:before{
    background-image: url(../images/radio-selected.svg);
}
.bordered-description-title{
    font-size: 16px;
    line-height: 32px;
}
.packages-block .location-full-question-title{
    font-size: 11px;
    padding-right: 20px;
}
.packages-block .location-full-question-title:after{
    background-image: url(../images/chevron-down-blue.svg);
    background-size: 9px;
    height: 5px;
    margin-top: -2px;
    transition: all .2s ease;
    width: 9px;
}
.opened .packages-block .location-full-question-title:after{
    transform: rotate(180deg);
}
.packages-block .pakket-info-mobile-price{
    color: #337F95;
    margin-bottom: 6px;
}
.packages-block .pakket-info-mobile-conditions-wrapper{
    font-size: 12px;
    line-height: 1.6;
}
.pakket-info-mobile-condition-el{
    margin: 15px 0;
}
.pakket-info-mobile-condition-el:last-of-type{
    margin-bottom: 0;
}
.pakket-info-mobile-condition-label{
    float: left;
    width: 40%;
}
.pakket-info-mobile-condition-value{
    float: right;
    text-align: right;
    width: 60%;
}
.packages-block .pakket-info-mobile,
.packages-block .pakket-info-mobile-top,
.pakket-info-mobile-condition-el{
    overflow: hidden;
}
.packages-block .location-full-question{
    margin-bottom: 0;
}

@media all and (max-width: 768px){
    body:not([class*=elementor-page-]) .site-main{
        overflow: visible;
    }
    .show-768{
        display: block;
    }
	.hide.show-768{
        display: block!important;
    }
    .hide.show-768-inline{
        display: inline-block!important;
    }
    .hide-768{
        display: none!important;
    }
    .location-sidebar,
    .single-storage .location-sidebar.hide-768,
    /*.pakket-desc,*/
    .notification-sub,
    .calculator-section .message_box,
    .calculator-mobile-button-section .message_box,
    .package-calculator.mobile .price-info,
    .book-button-popop-link-wrapper{
        display: none;
    }
    .single-storage .location-sidebar,
    .display-mobile-calculator .location-sidebar{
        display: block;
    }

    .package-calculator.mobile .price-book-btn input{
        font-size: 20px;
        margin: 0 auto;
        max-width: 310px;
    }
    .length-input-block input{
        font-size: 18px;
    }
    .data-title,
    .selected-length-value,
    .selected-date-value,
    .bordered-description-title .package-name,
    .book-button-popop-link-wrapper a{
        font-size: 16px;
    }
    .book-button-popop-link-wrapper a{
        text-decoration: underline;
    }
    .book-button-popop-link-wrapper a:after{
        display: none;
    }
    .location-mobile-description{
        font-size: 15px;
    }
    .after-price-notes-wrapper,
    .lenth-popup-link,
    .lenth-popup-link:after,
    .date-input-description,
    .package-calculator.mobile .update-link{
        font-size: 14px;
    }

    .location-main-col,
    .location-sidebar{
        float: none;
        padding: 0;
        width: 100%;
    }
    .location-status{
        border-width: 1px;
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .location-status:before {
        background-size: 14px;
        height: 14px;
        width: 14px;
        top: 1px;
        margin-right: 3px;
    }
    body:not([class*=elementor-page-]).display-mobile-calculator .site-main{
        width: 100%;
    }
    .package-calculator {
        border: none;
        border-radius: 0;
        height: 100dvh;
        position: fixed;
        top: 0;
        width: 100% !important;
    }
    .package-calculator-inner{
        border: none;
        border-radius: 0;
        height: calc(100dvh - 80px) !important;
        overflow: scroll;
        padding: 40px 30px 0px;
    }
    .single-vehicle{
        margin-right: 12px;
    }
    .data-title{
        line-height: 35px;
    }
    .bordered-description-total {
        line-height: 30px;
    }
    .bordered-description-total > span{
        top: 0;
    }
    .location-mobile-button-block {
        background: #fff;
        border-top: 1px solid #ccc;
        bottom: 0;
        left: 0;
        padding: 16px 0;
        position: fixed;
        text-align: center;
        width: 100%;
    }
	.location-mobile-button-block.position-inherit {
		/*border-top: 0px;
		padding: 0;
		position: initial;*/
        display: none;
	}
    .package-calculator.mobile .horizontal-scroll-button{
        height: 37px;
        width: 37px;
    }
    .package-calculator.mobile .horizontal-scroll-button:before{
        height: 16px;
        width: 10px;
    }
    .package-calculator.mobile .horizontal-scroll-button[data-direction="right"]:before {
        left: 2px;
        top: 2px;
    }
    .package-calculator.mobile .horizontal-scroll-button[data-direction="left"]:before {
        left: -1px;
        top: 2px;
    }
    .package-calculator.mobile .horizontal-scroll-button-wrap {
        height: 37px;
        width: 83px;
    }
    /*.package-calculator .close-button{
        border-radius: 5px;
        display: inline-block;
        float: right;
        height: 40px;
        padding: 8px;
        text-align: center;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .package-calculator .close-button svg{
        width: 20px;
        height: 20px;
    }
    .package-calculator .close-button svg g{
        fill: #fff;
    }*/
    .message_box-color-orange{
        background: #E8685F;
    }
    .tab-title{
        border-bottom: none;
    }
    .length-col, .vehicles-col{
        float: left;
    }

    .lenth-popup-link{
        display: block;
        padding-left: 5px;
        padding-top: 12px;
    }
    .lenth-popup-link:after{
        top: 2px;
    }
    .date-input-button{
        display: block;
        margin-top: 8px;
        float: none;
        width: 225px;
        font-size: 16px;
        height: 40px;
        line-height: 36px;
    }
    .date-input-button:before{
        background-size: 13px;
        height: 15px;
        margin-right: 5px;
        position: relative;
        top: 2px;
        width: 14px;
    }
    .date-input-description{
        margin-top: 8px;
        padding-left: 10px;
    }
    .length-input-block{
        float: none;
        margin-top: 5px;
        width: 225px;
    }
    .length-input-block input{
        height: 38px;
        line-height: 38px;
    }
    .length-input-block:after{
        left: auto;
        right: 99px;
    }
    .length-input-block input[type="button"]{
        font-weight: 600;
        width: 99px;
    }
    .length-input-block input[type="text"]{
        width: calc(100% - 99px);
    }
    .package-calculator.mobile .update-link{
        display: inline-block;
        line-height: 22px;
        margin-top: 2px;
    }
    .price-button-explanation-text{
        line-height: 35px;
        width: auto;
    }
    .after-price-notes-wrapper{
        border-top: 1px solid #ccc;
        margin-top: 25px;
        padding: 20px 0;
    }

    .price-button-explanation-wrapper{
        background: #fff;
        border-top: 1px solid #ccc;
        bottom: 0;
        height: 80px;
        padding: 20px 0;
        position: fixed;
        width: 100%;
    }
    .price-button-explanation{
        border: 1px solid #337f95;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        height: 40px;
        left: calc(50% - 140px);
        margin: 0 auto;
        max-width: 280px;
        padding: 0 10px;
        text-align: center;
        width: 280px;
    }
    .price-button-explanation-icon, 
    .location-full-price-button-explanation .price-button-explanation-icon{
        background-size: 23px;
        display: inline-block;
        height: 23px;
        float: none;
        width: 23px;
    }
    .location-full-price-button-explanation .price-button-explanation-text .blue-text:after{
        display: none;
    }
    .location-full-price-button-explanation .price-button-explanation-text p{
        display: inline-block;
    }
    .location-full-price-button-explanation .price-button-explanation-text .blue-text{
        display: inline-block;
        font-size: 16px;
    }
    .location-full-price-button-explanation .price-button-explanation-text{
        display: inline-block;
        float: none;
        height: 38px;
        line-height: 35px;
        vertical-align: middle;
        width: auto;
    }
    .price-button-explanation-text .blue-text{
        font-size: 16px;
    }
    .location-mobile-description {
        display: inline-block;
        margin-right: 5px;
    }
    .location-mobile-description .bold{
        font-weight: 700;
    }
    .full-location-button a{
        display: inline-block;
        line-height: 40px;
        min-width: 153px;
        padding: 0 10px;
    }
    .package-calculator-inner-full .info-panel:before,
    .package-calculator-inner-almost-full .info-panel:before {
        content: '';
        display: block;
        width: calc(100% + 50px);
        height: 18px;
        background: #f5f5f5;
        margin-bottom: 20px;
        margin-left: -25px;
        margin-right: -25px;
    }
    /*------------------ Opslag ----------------------------*/
    .rotating-text-wrapper{
        font-size: 24px;
    }

    /*------------------ Popups ----------------------------*/
    #length-explanation-popup, #price-button-explanation-popup{
        background: transparent;
    }
    /*------------------ Popups ----------------------------*/
    #length-explanation-popup > div,
    #price-button-explanation-popup.visible-popup > div{
        max-height: calc(100vh - 30px);
        position: fixed;
        right: 15px;
        top: 15px;
        width: calc(100vw - 30px);
        margin-top: 0;
        margin-left: 0;
        left: 15px;
        min-width: 0;
    }
    #price-button-explanation-popup.visible-popup > div{
        padding-bottom: 30px;
    }
    #length-explanation-popup > div:after{
        display: none;
    }
    .length-explanation-wrapper{
        display: block;
    }
    #length-explanation-popup .col-left,
    #length-explanation-popup .col-right {
        border: none;
        padding: 0;
        width: 100%;
    }
    #length-explanation-popup .col-left{
        margin-bottom: 40px;
    }
    #length-explanation-popup p{
        font-size: 15px;
    }
    #length-explanation-popup p .blue-text{
        font-weight: 600;
    }
    #length-explanation-popup h3{
        font-size: 22px;
    }
    .location-notification-popup-content{
        max-height: calc(100vh - 70px);
        overflow: scroll;
    }
    #location-full-variations-mobile-popup,
    #location-full-variations-mobile-popup .location-notification-popup-content,
    #price-popup,
    #price-popup .location-notification-popup-content,
    #servicetoken-popup,
    #servicetoken-popup .location-notification-popup-content,
    #reserve-button-explanation-popup,
    #reserve-button-explanation-popup .location-notification-popup-content,
    #location-almost-full-variations-mobile-popup .location-notification-popup-content,
    #location-full-closed-info-variations-popup .location-notification-popup-content{
        height: auto;
    }
    #location-full-variations-mobile-popup{
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
    }
    #price-popup > div,
    #servicetoken-popup > div{
        font-size: 15px;
        line-height: 30px;
        margin-top: -50px;
        max-width: 310px;
        padding: 15px 25px 25px 20px;
        right: calc(50% - 155px);
    }
    #reserve-button-explanation-popup{
        margin-top: -300px;
        max-width: 360px;
        padding: 20px 25px 25px 20px;
        right: calc(50% - 175px);
    }
    #reserve-button-explanation-popup ul{
        font-size: 15px;
        line-height: 30px;
        padding-left: 1.2em;
    }
    #reserve-button-explanation-popup ul li {
        margin-bottom: 0.5em;
    }
    #reserve-button-explanation-popup .reserve-note {
        font-size: 13px;
    }
    /*------------------ Full ----------------------------*/
    .location-full-extra-mobile{
        margin-bottom: 10px;
    }
    .location-full-message-mobile{
        background: #FFE6E4;
        border-radius: 20px;
        margin-bottom: 15px;
        padding: 10px 13px 15px;
    }
    .location-full-extra-mobile.color-blue .location-full-message-mobile{
        background: #eaf2f4;
    }
    .location-full-message-mobile h2{
        color: #e8685f;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
    }
    .location-full-extra-mobile.color-blue .location-full-message-mobile h2{
        color: #337f95;
    }
    .location-full-message-mobile p,
    .location-full-message-mobile a{
        font-size: 16px;
        line-height: 30px;
    }
    .location-full-message-mobile > p{
        margin-bottom: 0;
    }
    .book-button-popup-link:after{
        bottom: 3px;
    }
    .location-full-extra-buttons{
        text-align: center;
    }
    .location-full-extra-buttons button,
    .location-full-extra-buttons a{
        border: 1px solid;
        font-size: 18px;
        margin: 0 auto 15px;
        max-width: 335px;
        padding: 7px 1em;
        width: 100%;
    }
    .location-full-extra-buttons a{
        background: #eaf2f4;
        color: #337F95 !important;
        border-color: #337F95;
    }
    .location-full-extra-mobile .location-full-faq,
    .location-full-extra-mobile .location-full-faq-wrapper{
        margin: 0;
        max-width: none;
    }
    .location-full-extra-mobile .location-full-question-title{
        color: #878787;
        font-weight: 600;
    }
    .location-full-extra-mobile .location-full-question{
        margin-bottom: 1em;
    }
    .location-full-question-title:after{
        background-image: url(../images/chevron-down-blue.svg);
        background-size: 12px;
        height: 8px;
        width: 12px;
    }
    .location-full-extra-mobile .almost-full-vehicle-types, 
    .location-full-extra-mobile .after-full-title-text{
        color: #878787;
        font-size: 16px;
    }
    .location-full-extra-mobile .after-full-title-popup-link:after,
    .location-full-extra-mobile .location-full-link:after{
        border-color: #337f95;
    }
    .location-full-extra-mobile .after-full-title-popup-link{
        font-weight: 400;
    }
    .price-button-explanation-text{
        width: auto;
    }
    #reserve-button-explanation-popup > div{
        position: fixed;
        bottom: 90px;
        left: 15px;
        right: 15px;
        top: auto;
    }
    .book-button-popop-link-wrapper{
        height: 50px;
    }
    #location-almost-full-variations-mobile-popup > div,
    #location-full-variations-mobile-popup > div{
        height: auto;
    }
    .mobile-before-calculator-warn{
        border-bottom: 1px solid #DEDEDE;
        font-size: 18px;
        margin: 0 auto 12px;
        max-width: 288px;
        padding-bottom: 12px;
        text-align: center;
    }
}

@media all and (max-width: 640px){
    .location-main-col section{
        margin: 20px 0;
        padding: 20px;
    }
    .page-title {
        font-size: 32px;
    }
    .location-slider-wrap{
       height: calc(71% + 30px);
    }
    .single-reason{
        display: block;
    }
    .reasons-section-content {
        column-count: 1;
    }
    .specs-value {
        width: 45%;
    }
    .location-mobile-button-block h3 {
        font-size: 24px;
        font-weight: bold;
    }
    
    .tabs-section-top a{
        margin-right: 12px;
    }
    .price-table,
    .wppro_badge1_DIV_12,
    span.top-map-link{
        font-size: 16px;
    }
    .map-link {
    margin-top: 10px;
}

    /*------------------ Opslag ----------------------------*/
    .rotating-text-wrapper{
        font-size: 22px;
    }
}

@media all and (max-width: 639px){
    .tabs-section-top .tab-title {
        border: 1px solid;
        border-radius: 30px;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 15px;
        margin-right: 0;
        padding: 9px;
        text-align: center;
        width: 49%;
    }
    .tabs-section-top a:not(.active){
        opacity: 0.9;
    }
    .tabs-section-top {
        border-bottom: none;
        padding-bottom: 0;
    }
    .tabs-section-content {
        padding-top: 15px;
    }
    .tabs-section-top a.active{
        background: #ebf2f5;
        border: 1px solid #2091a0;
        color: #2091a0;
    }
    .tabs-section-top a.active:after{
        border-bottom: none;
    }
    #length-explanation-popup .col-left{
        margin-bottom: 20px;
    }
}


@media all and (max-width: 420px){
    .price-table{
        font-size: 14px;
    }
    .col-left-text-wrapper{
        padding-right: 10px;
    }
}
