/* Copyright: https://wprezplugin.com - all rights reserved - 2023 */

:root {
  --arv-soldout-badge-color:#ff0000;
  --arv-soldout-badge-text-color:#ffffff;
  --arv-soldout-badge-height:35px;
  --arv-soldout-badge-text:"Sold out";
  --arv-soldout-note-text-color:#ff0000;
  --arv-soldout-photo-grayscale:50%;
  --arv-soldout-item-opacity:0.7;
  
  --arv-checkbox-color:#cdcdcd;
  --arv-checkbox-hover-color: #2196F3;
  --arv-price-color: #444;
  --arv-button-background-color: #ff5433;
  --arv-button-text-color: #ffffff;
  --arv-button-background-hover-color: #3452ff;
  --arv-button-text-hover-color: #ffffff;
  --arv-tone-color: #fcfcfc;
  /*#277a68*/
  
  }

.clearfix {
  /*overflow: auto;*/
  /*zoom: 1;*/
}
/*.clearfix:after {
	content: "";
  	display: table;
  	clear: both;
}*/

.arv_plugin {
  
}

.arv_row,
.arv_row *,
.arv_plugin,
.arv_plugin * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.arv_show_mobile {
  display:none;
}

.arv_show_desktop {
  display:block;
}

/* Searchform */
.arv_searchform_input_block {
  display: flex;
  flex-direction: column;
  gap:10px;
}

.arv_searchform_input_group {
  flex:1;
  
}

.arv_searchform_input_group_label {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 85%;
}

.arv_searchform {
	position: relative;
}

.arv_searchform label {
  display: block;
  margin: 8px 0;
}

.arv_searchform select,
.arv_searchform input {
  padding: 10px 4px !important;
}

.arv_smallsearch {
  
}

.arv_smallsearch .arv_button {
  width:90px;
  margin-top: 6px;
  padding:8px 0;
  font-size: initial;
}

.arv_loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35,35,35,0.2) url('loader.gif') no-repeat center center;
	display: none;
}

/* Small Search Form */
.arv_smallsearch .arv_searchform_input_block {
  flex-direction: row;
}

/* Compact Search Form */
.arv_compactsearch .arv_searchform_input_block {
  flex-direction: column;
}

.arv_compactsearch_wrap {
	background: white;
	max-width: 340px;
	width: 100%;
}

.arv_compactsearch_floating {
	position: absolute;
	top: 7%;
	right: 7%;
}

.arv_compactsearch {
	/*padding: 15px 15px;*/
	/*margin: 0 auto;*/
	/*background: white;
	max-width: 340px;*/
	padding: 15px;
}

.arv_searchform select {
	-webkit-appearance: none;
}

.arv_searchform .arv_pickup_location,
.arv_searchform .arv_return_location,
.arv_searchform .arv_datepicker_line  {
	margin-bottom: 16px;
}

.arv_compactsearch .arv_company_logo {
	display: none !important;
}

.arv_compactsearch .arv_lead_capturing {
	display: none !important;
}

.arv_compactsearch .arv_button {
	width: 100%;
}

.arv_compactsearch .arv_searchtitle {
	text-align: center;
}

/*
 *
 * Header Search 
 *
*/
.arv_header_search {
  box-shadow: 0px 12px 49px -35px rgba(0,0,0,0.29);
  padding:5px;
  margin-bottom: 15px;
}

/* Header Search Info */
.arv_header_search_info {
	display:flex;
	width:100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	padding: 10px;


}

.arv_header_search_details {

}

.arv_header_search_details_location {
	font-weight: bold;
	font-size: 115%;
}

.arv_header_search_location_name {
  white-space:nowrap;
}

.arv_header_search_location_ext {
  font-weight: normal;
  font-size: 90%;
}

.arv_header_search_details_date {
	font-size: 85%;
}

.arv_header_search_change_button .dashicons {
  display:none;
}


/* Header Search Form */
.arv_header_search_form {
	display:none;
  padding:10px;
}


/* Header Search nav link */
.arv_header_nav_link {
	margin:15px 0;
}

.arv_header_mobile_buttons {
  display: none;
}


/*
 *
 * Content layout
 *
*/
.arv_results_content_wrap {
	display:flex;
	width:100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

/* Sidebar */
.arv_results_sidebar {
	flex-shrink: 0;
	padding:25px;
	margin-right: 30px;
	background:white;
	box-shadow: 0px 16px 48px -26px rgba(0,0,0,0.29);
}

/* Search Results Sidebar */
.arv_search_results_filtering_wrap {
	width:300px;
  position:relative;
}





/* Search Results Sidebar Right */
.arv_results_sidebar_right {
  order:2;
  margin-right: 0;
  margin-left: 35px;
}

/* Search Filtering Options */
.arv_search_filter_item {
  margin-bottom: 20px;
}

.arv_search_filter_title {
  padding-bottom: 7px;
  font-weight: bold;
}

.arv_search_filter_description {
  padding-bottom: 0;
  opacity: .8;
}

.arv_search_filter_checkbox_option {
  display: block;
  margin-bottom: 7px;
  /*color:#232423;*/
}

.arv_search_filter_checkbox_option span {
  color: inherit;
}

/* Fancy Checkbox The container */
.arv_search_filter_checkbox_option {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 110%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.arv_search_filter_checkbox_option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.arv_search_filter_checkbox_option .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border:2px solid var(--arv-checkbox-color);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.arv_search_filter_checkbox_option:hover input ~ .checkmark {
  border-color:var(--arv-checkbox-hover-color);
}

/* When the checkbox is checked, add a blue background */
.arv_search_filter_checkbox_option input:checked ~ .checkmark {
  background-color: var(--arv-checkbox-hover-color);
  border-color: var(--arv-checkbox-hover-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.arv_search_filter_checkbox_option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.arv_search_filter_checkbox_option input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.arv_search_filter_checkbox_option .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9999;
}

.arv_search_filter_activate {
  /*display: none;*/
}

/* Search Filter Loader */
#arv_search_filter_loader {
  position: absolute;
  top: 0;
  left: 0;
  width:0;
  height:5px;
  background:var(--arv-button-background-color);
  opacity:0;
  transition: width .5s ease-out;
}

#arv_search_filter_loader.loading {
  width:20%;
  opacity: 1;
}

#arv_search_filter_loader.loaded {
  width:100%;
}

#arv_search_filter_loader.revert {
  transition: none;
}

/* Search Filtering Bottom Button Mobile */
.arv_search_filtering_apply_button {
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  background:white;
  display: none;
}

.arv_search_filtering_button {
  width:90%;
  margin: 0 auto;
}

.arv_search_filtering_button {
  width:100%;
}

/* Search Results */
.arv_loop_results {
  width:100%;
}

.arv_rowinfo {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.arv_desc .arv_image {
	/*float: left;
	width: 33%;*/
	
	
}

.arv_desc .arv_image img {
	width: 100%;
	border-right: 1px dotted #ccc;
	margin-bottom: 0;
}

.arv_desc .arv_info {
	/*float: left;
	width: 65%;
	margin-left: 2%;*/
}

.arv_price {
	font-size: 115%;
	font-weight: bold;
	margin-bottom:3px;
}

.col_itinerary {
	background: #0084c8;
	padding: 15px;
	color: white;
	text-align: center;
	border-radius: 3px;
}

.col_itinerary h4,
.col_itinerary a {
	color: white;
}

.arv_itinfo {
	padding: 10px 0;
	line-height: 150%;
}

/*.arv_class_notes { margin-bottom: 20px; }*/

.arv_total {
  font-size: 110%;
  /*margin-bottom:30px;*/
}

.arv_total_price {
  display: block;
  font-size: 160%;
  font-weight: bold;
  color:var(--arv-price-color);
}

.arv_item_price_wrap {
  background:var(--arv-tone-color);
  border-radius: 5px;
  padding:10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  align-content: stretch;
  flex-wrap: nowrap;
}

.arv_item_select {
  margin-left: auto;
}

button[type=submit].arv_button,
.arv_button {
  padding: 10px 25px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  transition: all .5s;
  border-radius: 5px;
  border:none;
  background: var(--arv-button-background-color) !important;
  color:var(--arv-button-text-color) !important;
}

button[type=submit].arv_button:hover,
.arv_button:hover {
  background: var(--arv-button-background-hover-color) !important;
  color:var(--arv-button-text-hover-color) !important;
  box-shadow:0 20px 38px rgba(0,0,0,0.16)!important;
	transform:translatey(-3px);
	-webkit-transform:translatey(-3px);
}


.arv_button_row {
  margin-top: 15px;
}


.arv_opt_row {
  text-align: center; 
  
}

/* Rental options page */
.arv_rental_options_wrap {
  flex-basis: 65%;
  flex-grow: 0;
  flex-shrink: 0;
}

.arv_rental_options_wrap .arv_search_loop_item {
  box-shadow: none;
  border-bottom: none;
  background:var(--arv-tone-color);
  border-radius: 7px;
  margin-bottom: 25px;
}

.arv_rental_options_wrap .arv_item_price_wrap {
  display: none;
}

.arv_rental_options_wrap .arv_item_email_quote {
  display: none;
}

.arv_rental_options_wrap .arv_model_name:before {
  display: block;
  content: "Your selection:";
  font-size: 75%;
  opacity: .8;
}

.arv_rental_options_checkout_wrap {
  margin-left: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  flex:1;
}

.arv_checkout_wrapper_mobile {
  display: none;
}

.arv_content_reserve .arv_model_name:before {
  content: "Finalize reservation:";
}

.arv_content_reserve_view .arv_model_name:before {
  content: "Your vehicle:" !important;
}

/* Rental options extra list */
.arv_extra_wrap {
  margin-left: 35%;
  padding: 15px;
}

.arv_extra_wrap_title {
  font-size: 135%;
  font-weight: bold;
  margin-bottom: 10px;
}

.arv_extra_wrap  .arv_search_filter_checkbox_option {

}

.arv_extra_wrap .arv_search_filter_checkbox_option .checkmark {
  top:12px;
}

.arv_extra_wrap .arv_extra_desc {
  margin-left: 25px;
}

/* Rental options extra list modern style */
.arv_extra_modern {
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.arv_extra_modern.arv_search_filter_checkbox_option .checkmark {
  position: static;
  flex-grow: 0;
  flex-shrink: 0;
}

.arv_extra_modern.arv_search_filter_checkbox_option .checkmark:after {
  top:auto;
  left: auto;
  margin-left: 6px;
  margin-top: 2px;
}

.arv_extra_modern .arv_extra_modern_title {
  font-weight: bold;
  font-size: 100%;
}

.arv_extra_modern .arv_extra_modern_notes {
  font-size: 85%;
  line-height: 150%;
}

.arv_extra_modern .arv_extra_modern_price {
  margin-top: 10px;
 /* font-weight: bold;*/
}


.container .checkmark:after
.arv_extra_modern_image {
}

.arv_extra_modern_image img {
  width:45px;
}

.arv_extra {
	margin: 20px 10px;
	padding: 20px;
	/*box-shadow: 0 0 15px rgba(50,50,50,0.2);*/
  box-shadow: 0 10px 17px -10px rgba(50,50,50,0.2);
}

.arv_extra:first-child {
  margin-top: 0;
}


.arv_extra_line {
	display: flex;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	/*color: black;*/
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	justify-content: flex-start;
}

.arv_extra_desc {
	/*color: black !important;*/
	/*font-size: 80%;*/
	padding: 3px;
}

.arv_extra_tooltip {
  margin-left: auto;
  background: #efefef;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
  color: #232323;
  
}

.arv_extra h3 {
  margin-top: 10px;
}

.arv_extra h3:first-child {
  margin-top: 0;
}

/* EXTRA TOOLTIP */
#arv_tooltipWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  margin-left: -200px;
  margin-top: -70px;
  background: white;
  /*height: 50px;*/
  z-index: 999;
  border: 1px solid #dedede;
  box-shadow: 0 0 15px rgba(50,50,50,0.3);
  display: none;
  
}

.arv_tooltipTitle {
      background-color: rgba(195,195,195,0.2);
    font-weight: bold;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	padding-left: 7px;
	padding-right: 35px;
}

.arv_tooltipClose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.arv_tooltipWindowText {
  padding: 7px;
  font-size: 90%;
  line-height: 140%;
  text-align: justify;
}

.arv_calculate {
	text-align: center;
	padding: 15px;
}

.arv_calculate_button {
	
}

/* Checkout calculation */
.arv_options_checkout_wrapper {
  box-shadow: 0px 16px 48px -26px rgba(0,0,0,0.29);
  padding:20px;
}

.arv_pricing_group_title {
  font-size: 125%;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

.arv_pricing_group_title:first {
  margin-top: 0;
}

.arv_calcrow {
  border-bottom: 1px dotted #ccc;
	padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  width:100%;
}

.arv_calcrow_n {
  padding-right: 25px;
  /*flex-basis: 80%;*/
}

.arv_calcrow_p {
  text-align: right;
  /*flex-basis: 20%;*/
}

.arv_options_send_quote_email {
  text-align: center;
  margin-top: 20px;
}

.arv_calculate_discount {
  padding: 7px;
  font-size: 85%;
  font-weight: bold;
}

#arv_add_coupon_wrap {
  display: none;
}

.arv_checkoutform {
  
}

.arv_checkoutform {
  
}

/* Reservation Form */
.arv_content_reserve {
  padding-top: 20px;
}

/* Reservation view */
.arv_reservation_view_reznumber {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 15px;
}

.arv_reservation_view_info {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}

.arv_reservation_view_box {
  flex:1 0 0;
  padding:15px;
}

.arv_reservation_view_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.arv_reservation_view_details_title {
  font-weight: bold;
}

.arv_reservation_view_details_info {
  margin-bottom: 10px;
}

.arv_reservation_view_details_info p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.arv_reservation_view_contact {
  margin-top: 10px;
}

.arv_view_reservation_cancel {
  margin-top: 25px;
  text-align: center;
}

.arv_reservation_cancelled_success {
  font-size: 150%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.arv_view_reservation_form {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  background:var(--arv-tone-color);
  border-radius: 7px;
  padding:15px;
}

/* SEARCH FORM */

.arv_searchform_extra_fields input {
  margin-bottom: 16px;
}

.arv_inputline {
  clear: both;
}

.arv_inputline label {
  /*float: left;
  width: 20%;*/
  font-weight: bold;
}

.arv_inputline select,
.arv_inputline input {
 /* float: right;
  width: 70%;*/
 /*display: block;*/
 width: 100%;
 margin-top: 5px;
}

.arv_inputline input[type='checkbox'],
.arv_inputline input[type='radio'] {
  width: auto;
  display: inline;
}

label.arv_form_radio {
  font-weight: normal;
  display: block;
}

.fullinput {
  width: 100%;
}

.halfinput {
	width: 46% !important;
	margin: 1%;
}

.halfinput_first {
  float: left;
  clear: none !important;
}

.halfinput_last {
  float: right;
  clear: none !important;
}

.fulllalel {
	display: block;
}

#arv_totalmile {
  margin-top: 15px;
}

.arv_getquote,
.arv_error {
	padding: 10px;
	margin: 15px auto;
	color: #ee0000;
	background: white;
  border:1px solid #ee0000;
  border-radius: 7px;
}

.arv_getquote {
  display: none;
  color: #454545;
}

.arv_datepicker_line {
	position: relative;
  display:flex;
  flex-wrap: nowrap;
}

.arv_datepicker_line .arv_calendar {
}

.arv_datepicker_line select {

}

.arv_datepicker_line .ui-datepicker-trigger {
	position: absolute;
	top: 10px;
	left:calc(100% - 130px);
	height: 25px;
	font-size: 90%;
	    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    font-size: 75%;
	    background: url(calendar.png) no-repeat top left;
    background-size: contain;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    top: 7px;
	cursor: pointer;
}

.arv_datepicker_line .arv_time {
  width: 115px;
  margin-left: 10px;
}

.arv_buttons {
	padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--arv-button-background-color);
	margin-top: 15px;
	color: var(--arv-button-text-color);
	border: none;
	transition: all .4s;
}

.arv_buttons:hover {
  
}

.arv_pickuperror {
  display: none;
}

#ui-datepicker-div {
  margin-top: -35px;
  z-index: 11111 !important;
}

.halfinput option:disabled {
  color: lightgray;
}


.arv_datepicker_line .ui-datepicker-trigger { z-index:9999 !important; }

.arv_price {
    /*font-size: 130%;*/
    font-weight: bold;
    /*margin-bottom:10px;*/
}

/*.arv_class_notes { 
    font-weight: bold;
    margin-bottom:30px; }*/

.arv_total {
    font-size: 110%;
    /*margin-bottom:30px;*/
}

.arv_total_discount {
  font-weight: bold;
  margin-top: 7px;
  font-size: 75%;
}

.arv_extra_desc {
    /*color: black!important;*/
    /*font-size: 15px;*/
}

@media screen and (min-width: 501px) {
  
  .arv_datepicker_line  {
	position: relative;
  }
  
  .arv_datepicker_line .fancy-select-wrap {
	margin-top: 0;
	padding-top: 0 !important;
	width: 22%;
	right: 0;
	position: absolute;
  }
  
}

.arv_company_logo {
  text-align: center;
  padding: 10px;
}

.arv_company_logo img {
  max-width: 100%;
}

.arv_termsandconditions {

	height: 200px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    background:var(var(--arv-tone-color));
	
}

/* Deposit */
.arv_securedeposit {
	display: block;
	margin: 10px 0;
	background:var(--arv-tone-color);
	color:var(--arv-price-color);
	padding:8px;
	font-weight: bold;
	border-radius: 7px;
	transition: all .7s;
	cursor:pointer;
	box-shadow:0px 30px 40px -5px rgba(128,137,154,0.2);
}
.arv_securedeposit.sec_checked {
	background:var(--arv-price-color) !important;
	color: var(--arv-tone-color) !important;
}

.arv_palce_reservation_2nd_line {
  font-size:60%; 
  opacity:.7;
}

/* Mileage calculator shortcode */
.arv_mileagecalculator_shortcode {
  position: relative;
}


.arv_mileagecalculator_shortcode .arv_calc_days {
  margin: 15px 0px;
}

.arv_mileagecalculator_shortcode .arv_calc_days {
  
}

.arv_mileagecalculator_shortcode .arv_calc_days label {
  float: left;
}

.arv_mileagecalculator_shortcode .arv_calc_days input {
  float: right;
  max-width: 65px;
  text-align: right;
}

.arv_calc_btn {
  text-align: center;
  margin: 10px;
}





/* Rental Form Info Box */
.arv_rental_floating_info_box {
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  background:white;
  box-shadow: 0 -10px 17px -15px rgba(50,50,50,0.2);
  border:1px solid #efefef;
  padding: 7px 15px;
  z-index: 99999;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  gap:5px;

  transition: bottom .7s ease-in;

  display: none;
}

.arv_rental_floating_box_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.arv_rental_floating_box_inner_total {
  font-size: 145%;
  font-weight: bold;
}

.arv_rental_floating_box_inner_total_days {
  font-size: 85%;
}

.arv_rental_floating_box_pricing {
  font-size: 155%;
  font-weight: bold;
}


/* Modern Search Box */
.arv_modern {
  background:white;
}

.arv_modern {
  position:absolute;
  bottom:45px;
  left:0;
  right:0;
  background:white;
  width:950px;
  max-width:95%;
  padding:20px;
  z-index:9;
  margin-left:auto;
  margin-right:auto;
  border-radius:5px;
}

.arv_modern  form {
  display: flex;
  align-items: end;
  gap: 10px;
  flex: 1 1;
  width:100%;
}

.arv_modern .arv_searchform_input_block {
  flex-grow:1;   
}

.arv_modern  form .arv_datepicker_line {
  margin-bottom:0 !important;
}

.arv_modern .arv_button {
  padding:15px;
  margin-top: 0;
  width:auto;
}

.arv_modern .arv_input_block_fullwidth {
  flex-direction: column;
  gap:0;
}

.arv_modern .arv_input_block_fullwidth .arv_searchform_input_group_label {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .arv_modern  form {
      flex-direction:column !important;
  }
  
  .arv_modern .arv_searchform_input_block, 
  .arv_searchform_input_block {
      width:100%;
  }
}

/* no floating homepage search */
.arv_modern {
  position:initial;
  margin-top:50px;
}

.arv_modern .arv_button:hover {
  transform: none;
  -webkit-transform: none;
}

.arv_modern  .arv_pickup_location {
  margin-bottom: 0;
}

.arv_modern .arv_searchform_extra_fields input {
  margin-bottom: 0;
}


@media screen and (max-width: 1200px) {
  .arv_extra_wrap {
    margin-left: 20%;
  }
}


@media screen and ( max-width: 1000px) {
	
	
	.arv_desc .arv_image img {
		border-right: none;
	}
	
	.arv_info {
		text-align: center;
	}
	
	.arv_extra{
		text-align: left;
		padding: 0;
		margin: 20px 0;
	}
	
	.arv_calcrow_n  {
		padding-right: 15px;
	}
	
	.arv_calcrow {
		/*padding: 0;*/
		/*overflow: visible;*/
	}
	
	.halfinput {
		width: 100%;
		margin: 0;
	}
	
	#ui-datepicker-div {
	  margin-top:0;
	}

  /* Filtering */
  .arv_results_sidebar {
    display: none;
    position: fixed;
    z-index: 999999;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .arv_filtering_open .arv_results_sidebar {
    display: block;
  }

  .arv_header_filtering {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: space-between;
  }

  .arv_header_filtering_left {
    align-items: start;
    justify-content: start;
  }

  .arv_header_mobile_buttons {
    display: block;
  }

  .arv_search_filtering_apply_button {
    display: block;
  }

  .arv_search_filter_activate {
    display: none !important;
  }

  /* Reservation Options */
  .arv_rental_options_wrap {
    flex-basis: 50%;
  }

  .arv_extra_wrap {
    margin-left: 0;
  }

  .arv_reservation_view_info {
    flex-direction: column;
    /*align-items: center;*/
  }
	
}

@media screen and ( max-width: 768px) {
  .arv_results_content_wrap {
    flex-direction: column;
  }

  .arv_extra_wrap {
    margin-left: 0;
  }

  .arv_rental_options_wrap {
    flex-basis: 100%;
    flex-grow: 1;
  }

  .arv_rental_options_checkout_wrap  {
    flex-grow: 1;
    margin-left: 0;
    width:100%;
  }

  .arv_hide_floating .arv_rental_floating_info_box {
    bottom:-100px;
  }
  .arv_checkout_wrapper_mobile {
    display: block;
  }

  .arv_checkout_wrapper_desktop {
    display: none;
  }

  .arv_content_reserve_view .arv_checkout_wrapper_desktop {
    display: block !important;
  }
  
}

@media screen and ( max-width : 670px) {
  
 

  .arv_show_desktop {
    display:none;
  }

  .arv_show_mobile {
    display: block;
  }

  /* search breadcrumb */
  .arv_header_search_change_button .arv_button {
    padding-left:10px;
    padding-right:10px;
  }

  .arv_search_btn_description {
    display:none;
  }

  .arv_header_search_change_button .dashicons {
    display:inline-block;
  }

  /* Searchform*/
  .arv_smallsearch .arv_searchform_input_block,
  .arv_searchform_input_block {
    flex-direction: column;
  }

  .arv_modern  form { 
    align-items: stretch;
  }

  
}


@media screen and ( max-width : 500px ) {
	.arv_datepicker_line .arv_calendar {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.arv_datepicker_line select {
		width: 100%;
		float: none;
	}
	
	.arv_datepicker_line .ui-datepicker-trigger {
		position: absolute;
		top: 10px;
		right:1%;
		left: auto;
	}
}



@media screen and ( max-width : 340px ) {
	
	.arv_compactsearch_floating {
		right: 0;
	}
	
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Select Tab on top Back Button */

.back-btn { color: #fff !important;  }

.arv_inputline input,
.arv_inputline select {
    margin-bottom: 20px;
}

/* Reservation form */
.arv_rental_form_title {
  font-size: 135%;
  font-weight: bold;
  opacity: .7;
}

.arv_rental_form_group_title {
  font-size: 115%;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Credit Card Validation */
#arv_cardno {
  padding-left: 60px;
  background-image: url('creditcard/generic.svg');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 45px auto;
}

.cc-valid {
  border-color:  rgb(27, 186, 27) !important;
}

.cc-invalid {
  border-color:rgb(216, 216, 216) !important;
}

.cc-visa {
  background-image: url('creditcard/visa.svg') !important;
}

.cc-mastercard {
  background-image: url('creditcard/mastercard.svg') !important;
}

.cc-amex {
  background-image: url('creditcard/amex.svg') !important;
}

.cc-discover {
  background-image: url('creditcard/discover.svg') !important;
}



/* ICONS */
.arv_searchform .arv_return_location,
.arv_searchform .arv_pickup_location {
	background-image:url('location.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_calendar {
	background-image:url('calendar.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_datepicker_line .ui-datepicker-trigger {
	background:none;
}

.arv_searchform .arv_time {
	background-image: url('clock.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_discount {
	background-image: url('couponcode.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_corporate {
	background-image: url('corporatecode.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}


/* Datepicker */
.ui-datepicker .ui-datepicker-title {
	font-size: 85%;
    font-weight: normal;
}

#ui-datepicker-div {
	border: none;
    padding: 6px;
    box-shadow:  0px 12px 49px -35px rgba(0,0,0,0.56);
    border-radius: 7px;
}

.ui-datepicker {
  width:334px;
}

.ui-datepicker-calendar td {
  padding:3px;
}

.ui-datepicker-calendar td .ui-state-default, 
.ui-datepicker-calendar td .ui-widget-content .ui-state-default {
  width:40px;
  height:40px;
  line-height:34px;
  text-align:center;
  border:none;
  border-radius:25px;
}

.ui-datepicker-calendar span.ui-state-default {
  background:none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border-radius:35px;
  width:35px;
  height:35px;
}

.ui-datepicker .ui-datepicker-title {
  height:35px;
  vertical-align:middle;
}

.ui-datepicker th {
	font-size: 80%;
}

/* FORM error */
.arv_form_error::placeholder {
	color:red;
}

/* Search Loop Item */

.arv_search_loop_item {
	padding:20px;
	box-shadow:0px 30px 40px -15px rgba(128,137,154,0.2);
	border-bottom:0;
	border-radius:5px;
	border-bottom: 2px solid rgba(0,0,0,0.04);
	margin-bottom:55px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  align-content: stretch;
  flex-wrap: nowrap;

}

.arv_search_loop_item_car_image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 35%;
  margin-right: 10px;
}

.arv_search_loop_item_car_image img {
  width:100%;
}

.arv_search_loop_item_car_details {
  flex-grow: 1;
  container-type:inline-size;
  container-name: arv_model_icons;
}

.arv_search_loop_item_car_details p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.arv_model_name {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 10px;
}

.arv_model_description,
.arv_class_notes {
  /*font-size: 105%;*/
  margin-bottom: 10px;
  font-weight: normal;
}


.arv_model_description {
  margin-bottom: 10px;
}

.arv_additional_description {
  margin-bottom: 10px;
}

.arv_model_icons {
  display: flex;
  justify-content: stretch;
  align-items: center;
  align-content: stretch;
  flex-wrap: nowrap;
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  width:100%;
  
}


.arv_model_icons .arv_model_icons_item {
  margin:7px;
}

.arv_model_icons_item .fa {
  margin-right: 4px;
}

.arv_item_email_quote {
  text-align: right;
}

@container arv_model_icons (max-width:350px) {
  .arv_model_icons {
    flex-direction:column;
    align-items:start;
  }

  .arv_model_icons .arv_model_icons_item {
    margin-top:0;
    margin-bottom:4px;
  }

  .arv_item_price_wrap {
    flex-direction:column;
    align-items:start;
  }

  .arv_item_select {
    margin-left:0;
    margin-top:5px;
    margin-bottom:15px;
    width:100%;
  }

  .arv_item_select .arv_button {
    width:100%;
    display:inline-block;
  }

  .arv_item_email_quote {
    text-align:center;
    margin-top:15px;
  }
}


.arv_search_loop_item_soldout {
  opacity:0.7;
}

.arv_search_loop_item_soldout .arv_search_loop_item_car_image {
  position: relative;
  overflow: hidden;
}



.arv_soldout_badge {
  position:absolute;
  height:var(--arv-soldout-badge-height);
  line-height:var(--arv-soldout-badge-height);
  vertical-align:middle;
  text-align:center;
  background-color:var(--arv-soldout-badge-color);
  color:var(--arv-soldout-badge-text-color);
  font-size:75%;
  content: var(--arv-soldout-badge-text);
  display:block;
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
  box-shadow: 0 0 0 999px var(--arv-soldout-badge-color);
  clip-path: inset(0 -100%);
}

.arv_model_soldout {
  color:var(--arv-soldout-note-text-color);

}



@media screen and (max-width:768px) {
	

	.arv_results_breadcrumb_open .arv_col {
		display: block;
	}

	.arv_results_breadcrumb_open .arv_col.active {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		background:#ffffff;
	}

	.arv_extra {
		box-shadow: none;
	}

  .arv_rental_floating_info_box {
    display: block;
  }
	
}

