/* Base */
.aerosi-h2{
	margin-top: 1.5em;
	display: flex;
	width: 100%;
}

/* top nav */
.aero-tab-nav{
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.aero-tab-nav.aerosi-25 .aero-tab-nav-button{
	width: 25%;
}
.aero-tab-nav.aerosi-50 .aero-tab-nav-button{
	width: 50%;
}
.aero-tab-nav.aerosi-33 .aero-tab-nav-button{
	width: 33%;
}
.aero-tab-nav-button{
	background: none;
	color: inherit;
	padding: 1rem;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	border-top: 5px solid;
	border-color: grey;
	position: relative;
}
.aero-tab-nav-button-icon{
	border-radius:50% ;
	color: black;
	background-color: white;
	border: 1px grey solid;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.aerosi-nav-icon{
	display: none;
	color: grey;
	margin-top: 1rem;
}

/* bottom nav */
html .aero-tab-buttons{
	display: flex;
	justify-content: space-between;
	width: 100% ;
	padding-top: 1rem;
}
html .aero-tab-buttons button{
	margin: 0 2rem;
}
.aero-tab-button-prev, .aero-tab-button-next{
	width: 25%;
	font: inherit;
}

/* calendar */
#aerosi-calendar-loader-container{
	position: relative;
}
#calendar-loader{
	display: none;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.aerosi-select-container{
	display: flex;
	flex-direction: column;
	margin: 1rem 0;
}
.fc-event-title.fc-sticky{
	display: flex;
	cursor: pointer;
	justify-content: center;
}
.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-list-event{
	cursor: pointer;
}
.fc-toolbar-title {
	font-family: inherit;
}
#aerosi-selected-event h3{
	margin-top: 2rem;
}
#aerosi-session-info {
	display: flex;
	align-items: center;
	color: #252525;
	padding: 1.5rem;
	border:1px solid #ddd
}
#aerosi-session-info.valid {
	border-color: #3788d8;
}
#aerosi-session-info.valid svg{
	color: #3788d8;
}
#aerosi-session-info.invalid {
	border-color: red;
}
#aerosi-session-info.invalid svg{
	color: red;
}
#aerosi-session-info p{
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 !important;
}
.aerosi-info-group-container{
	display: flex;
	flex-direction: column;
	margin-left: 2rem ;
}
.aerosi-session-info-group{
	display: none;
	align-items: center;
}
.aerosi-session-info-group label{
	margin: 0 !important;
}

/* Swal */
.swal2-title, .swal2-actions button{
	font:inherit;
}

/* For woocommerce checkout */
.aerosi-h3-passager{
	display: flex;
	width: 100%;
}
abbr.required, p.required {
	color: red !important;
}
.woocommerce-checkout{
	width: 100%;
}
.aerosi-field-wide{
	padding-top: 1rem;
}
.aerosi-field-first{
	margin-bottom: 1em !important;
	margin-top: 1em !important;
}
.aerosi-field-last-first, .aerosi-field-last-last{
	margin-bottom: 4rem !important;
}
.asi-gift-radio .input-radio{
	margin-left: 15px !important;
	margin-right: 3px !important;
	margin-bottom: 0 !important;
	width: 50px !important;
}
.asi-gift-radio label{
	word-break: normal;
}
.aerosi-age input{
	width: 100% !important;
	max-width: 100% !important;
}
#asi-checkout-final #order_review,#asi-checkout-final #order_review_heading{
	width: 100%;
}
#aerosi-checkout-form .woocommerce-js input[type=number]{
	max-width: none !important;
}
#order_review_heading, #order_review{
	width: 100%;
}
.step-container #order_review_heading, .step-container #order_review{
	width: 100% !important;
}
.step-container input[type=number]{
	max-width: none !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown, .iti.iti--inline-dropdown{
	width: 100%;
}
input.iti__tel-input[type=tel]{
	padding-left: 52px !important;
}


/* Cart buttons */
#select_flight_option{
	margin-bottom: 0;
}
.aerosi-checkout-form{
	margin: 0.5rem 0;
}

/* cart */
.woocommerce-notices-wrapper{
	max-width: 1300px;
	margin: auto;
}

/* Temp elements */
.asi-error-blink{
	background-color: #ffefef !important;
	border-color: #ff0000 !important;
}
#asi-validation-notice{
	display: none;
}
.validate-error{
	border-color: red !important;
	outline-color: red !important;
}
.validate-ok{
	border-color: #3788d8 !important;
	outline-color: #3788d8 !important;
}
.asi-input-error-notice{ /* notice below the input */
	color: red;
	font-style: italic;
	font-weight: 300;
	margin: 0 ;
	position: absolute;
}

/* gifts inputs */
.asi-gift-radio span{
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.asi-gift-radio span label{
	margin-bottom: 0 !important;
}

/*Thank you page */
.aerosi-thankyou-table{
	width: 100% !important;
}

@media only screen and (max-width: 600px){
	.aerosi-phone-country-checkout{
		width: 100%;
	}
	.aero-tab-nav{
		flex-wrap: wrap;
	}
	.aero-tab-nav-button p {
		display: none;
	}
	.aerosi-nav-icon{
		display: initial;
	}
	html .aero-tab-buttons{
		padding: 1rem 0 0 0;
	}
	.aero-tab-button-prev, .aero-tab-button-next{
		width: 40%;
	}
	.asi-input-error-notice{
		max-width: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.form-row-first , .form-row-last{
		width: 100% !important;
	}
	.aerosi-field-last-first{
		margin-bottom: 1rem !important;
	}
}
