.arv_cruiseship_popup,
.arv_hotel_popup {
    width:520px;
    max-height: 90%;
    max-width: 90%;
    height: fit-content;
    background:white;
    padding: 25px;
    border-radius: 7px;
    overflow-y: scroll;
    margin:5%;
}

.arv_pp_button,
.arv_hotel_button {
    text-align: center;
    padding-top: 25px;
}

.arv_pp_close,
.arv_hotel_close {
    color: #ffffff!important;
border-width: 12px!important;
border-color: #faa152;
border-radius: 0px;
font-size: 14px;
font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif!important;
font-weight: 600!important;
text-transform: uppercase!important;
background-color: #faa152;
cursor: pointer;
padding: 18px 40px 16px 40px;
display: block;
margin-left: auto;
margin-right: 0;
}



.arv_cruiseship_fader,
.arv_hotel_fader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(55,55,55,0.2);
    width:100%;
    height:100%;
    max-width: initial;
    max-height: initial;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}


.arv_content_reserve .arv_model_name:before {
    display:none !important;
    content:"" !important;
}

.arv_rental_form_title {
    content: "Your Reservation";
}

.arv_results_page .arv_pickup_options {
	color:#666 !important;
}
.arv_results_page .arv_searchform a {
	color:#666 !important;
}