.locker,
.locker-loader {
	position: absolute;
	top: 0;
	left: 0;
}

.locker {
	z-index: 1000;
	opacity: 0.8;
	background-color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.locker-loader {
	z-index: 1001;
	background: url(../gif/wpspin.gif) no-repeat center center;
}
/* 
 * Containers
 */
#ht-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

#ht-container1, 
#ht-container2, 
#ht-container3, 
#ht-container4 {
}

/* 
 * Jquery UI Calendar
 */
#herotravel .ui-datepicker {
    padding: 2px 6px 10px 6px;
}
#herotravel .ui-datepicker table {
	margin-bottom: 0px;
}
#herotravel .ui-datepicker .ui-state-disabled .ui-state-default {
	height: 32px;
	text-align: center;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #6D6E71;
    font-size: 16px;
    line-height: 32px;
}
#herotravel .ui-datepicker th {
    color: #3E3E3E;
    font-size: 16px;
    line-height: 1;
    padding: 5px 0px 1px;
}
#herotravel .ui-datepicker td {
	height: 46px;
    font-size: 16px;
    line-height: 32px;
} 
#herotravel .ui-datepicker td a.ui-state-default {
    color: #3E3E3E;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: none;
    border: none;
    font-weight: 500;
    border-radius: 4px;
}
#herotravel .ui-datepicker td a.ui-state-active {
    background: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #4090e5;
}
#herotravel .ui-datepicker .ui-datepicker-current-day {
	background-color: transparent;
}
#herotravel .ui-datepicker span.ui-icon {
	display: none;
}
#herotravel .ui-datepicker .ui-datepicker-header {
	height: 32px;
	padding: 0px;
	border-bottom: none;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	cursor: pointer;
	border-radius: 4px;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: "";
	background-image: url('../svg/cal-arrow.svg');
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50%;
    background-size: 8px 24px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    border: none;
    top: 0px;
	right: 0px;
}
#herotravel #ht-calendar .ui-datepicker-next.ui-state-hover, #herotravel #ht-calendar .ui-datepicker-prev.ui-state-hover {
    background: #cacaca;
}
#herotravel #ht-calendar .ui-datepicker-header .ui-state-disabled {
	opacity: 0.3;
}
.ht-calendar-container {
	margin-bottom: 10px;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "";
	background-image: url('../svg/cal-arrow.svg');
	width: 100%;
    height: 100%;
    display: block;
    background-position: 50%;
    background-size: 8px 24px;
    background-repeat: no-repeat;
    transform: none;
	border: none;
	top: 0px;
	left: 0px;
}

/* 
 * Fields Form
 */
.ht-fields-form, .booking-form, .ht-box-container {
	display: none;
}

.ht-fields-form.show, .booking-form.show, .ht-box-container.show {
	display: block;
}

.ht-fields-form select {
	width: 100%;
}

.ht-advertised {
	text-decoration: line-through;
}

.ht-fare-type-container > div {
	display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 5px 0px;
    align-content: center;
}
.woocommerce div.product form.cart .add_to_cart_button {
	width: 100%;
	margin-top: 20px;
}
.ht-fare-type-container > div > div.ht-spaced {
	padding: 5px;
	margin: 0px 2px;
}

.ht-fare-type-container > div > div {
    min-width: 25%;
}

.ht-choosetickets {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 90px;
    width: 100%;
}

.ht-hide {
	display: none !important;
}

.ht-event-selected {
	color: red;
}

.ht-strong {
	font-weight: bold;
}

.ht-passengers {
    flex-flow: column !important;	
}

.ht-passenger-fields {
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.ht-passenger-fields > .ht-passenger-field {
	width: 100%;
	max-width: calc(50% - 5px);
	margin: 5px 0px;
	padding: 8px 12px;
	line-height: 19px;
	border-radius: 3px;
}
.product_meta {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
/* 
 * Contact Fields
 */
.ht-passenger-fields.ht-passenger-field-contact-fields .ht-passenger-field {
	width: 100%;
    max-width: 100%;
    margin: 0px 0px 12px 0px;
    padding: 8px 12px;
    height: initial;
    line-height: 19px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
}

.ht-passenger-fields.ht-passenger-field-contact-fields input {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-origin: content-box;
}
.ht-contact-field-parent {
    width: calc(50% - 5px);
    display: flex;
    align-items: stretch;
}
.ht-contact-field-icon {
	min-width: 40px;
	height: 40px;
    background-color: #E9ECEF;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #CED4DA;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-contact-field-parent:nth-of-type(1) .ht-contact-field-icon:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
	background-image: url('../svg/email.svg');
	background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.ht-contact-field-parent:nth-of-type(2) .ht-contact-field-icon:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
	background-image: url('../svg/tel.svg');
	background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.ht-small {
	font-size: small;
}

.ht-calendar-time {
	display: none;
}

.ht-age {
	width: 5em;
}

.ht-agerange {
	color: #aba2a2;
}

.ht-faretype {
    max-width: 90px;
    width: 100%;
    line-height: 1.2;
}
.ht-fareprice:not(.ht-total) {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 150px;
    justify-content: center;
}
.ht-fareprice > div {
	text-align: center;
}

#ht-time {
	margin: 0px 0px 10px 0px;
	width: 100%;
	font-weight: 700;
    color: black;
	height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
	line-height: 1.5;
}
.ht-banner {
	display: none;
	position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #2582ED;
    padding: 13px 20px;
    margin-bottom: 20px;
}
.ht-banner:after {
	content: "";
	position: absolute;
	right: 20px;
    width: 13px;
    height: 22px;
	background-image:url('../svg/hero-lightning.svg');
	background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.ht-total {
	text-align: right;
}
.ht-total-price {
	font-size: 18px;
	color: #6D6E71;
	font-weight: 600;
}
.ht-total ~ .ht-choosetickets {
	display: none;
}
.ht-ticket-qty {
	border-radius: .25rem;
	border: 1px solid #ced4da;
	padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
/* 
 * Pickups
 */
.ht-pickups {
	margin-bottom: 10px;
}

/** jquery datepicker **/
.ui-datepicker {
	width: 100%;
}

.ui-widget-header {
	background: none;
	border: none;
}

table.ui-datepicker-calendar tbody tr td,
#herotravel .ui-datepicker .ui-state-disabled .ui-state-default {
	border: none;
	background: none;
}
#herotravel .ui-datepicker .undefined:hover {
	background: none;
}
#herotravel .ui-datepicker td a.ui-state-default.ui-state-hover {
	background-color: black;
	color: white;
}
.ui-state-default {
	text-align: center;
	border-radius: 5px;
}

/*.ui-state-active, .ui-state-hover {
	background: none;
    color: #ffffff;
    background-color: #000000;
}*/

.ui-datepicker-current-day {
    background-color: #000000;
}

.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
	background-color: #ffffff;
	background: none;
	border: none;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	cursor: pointer;
	border-radius: 4px;
    border: none;
    transition: none;
    width: 30px;
    height: 30px;
    display: block;
	/* top: 0px; */
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
}

#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 0;
}

/** media queries **/
@media screen and (max-width: 768px) {
	.ht-hideonsmall {
		display: none;
	}

	#ht-calendar-time {
		margin-top: 10px;
	}

	.ht-passenger-fields {
		flex-wrap: nowrap;
	}

	.ht-passenger-fields.ht-passenger-field-contact-fields {
		flex-flow: column;
	}

	.ht-passenger-fields.ht-passenger-field-contact-fields > .ht-passenger-field {
		max-width: 100%;
	}

}