#ht-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#herotravel {
    
}
.ht-force-wc-cart-button {
    padding: 20px;
    border: 1px solid #D3D3D3;
    margin-top: -1px;
    margin-bottom: 20px;
}
#ht-container1, #ht-container2, #ht-container3, #ht-container4 {
	width: calc(50% - 10px);
}
.ht-bottom-row-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ht-force-wc-cart-button {
	margin-bottom: 50px;
}

label.ht-main-contact {
    font-size: small !important;
    white-space: nowrap;
}

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

.ht-passenger-fields > .ht-passenger-field {
	width: 100%;
    max-width: calc(50% - 5px);
    margin: 0px 0px 12px 0px;
    padding: 8px 12px;
    height: initial;
    line-height: 19px;
}

.ht-passenger-fields.ht-passenger-field-contact-fields .ht-passenger-field {
    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 > .ht-passenger-field:last-of-type {
	margin: 0px;
}

.ht-ticket-qty {
	font-size: 1.4rem;
	min-width: 70px;
}
.ht-passenger {
	margin: 0px;
}
.ht-passenger .ht-passenger-fields {
	margin-bottom: 0px;
}

/** jquery datepicker **/
.ui-state-active {
	background: none !important;
    color: #ffffff !important;
	font-weight: bold !important;
    background-color: #4090e5 !important;
}

.ui-datepicker-current-day {
    background-color: #4090e5 !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	background: none !important;
	font-weight: bold !important;
}

.ht-force-wc-cart-button button.single_add_to_cart_button {
	float: right !important;
	width: calc(50% - 10px);
    margin-top: 20px;
}

.ht-force-wc-cart-button {
	clear: both;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
}
#herotravel .ht-fields-form select {
    width: 100%;
    padding: 6px 12px;
    line-height: 20px;
    display: block;
    font-size: 16px;
    height: initial;
    color: #2F2F2F;
    font-weight: 600;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}
.ht-strong {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
}
.ht-faretype {
    max-width: 90px;
    width: 100%;
}
.ht-choosetickets {
	max-width: 90px;
    width: 100%;
}
.ht-faretype-label {
    color: #6D6E71;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    margin-bottom: 0px;
}
.ht-fareprice {
    color: #6D6E71;
    font-size: 16px;
    font-weight: 400;
}
.ht-field {
	margin: 0px;
}
.ht-field-total .ht-fareprice {
    font-size: 18px;
    line-height: 18px;
    color: #6D6E71;
    font-weight: 700;
}
.ht-fareprice:not(.ht-total) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 150px;
    justify-content: center;
}
.ht-fareprice:not(.ht-total) .ht-advertised {
	margin-right: 6px;
}
.ht-total ~ .ht-choosetickets {
	display: none;
}
.ht-total-price {
	font-size: 18px;
	color: #6D6E71;
	font-weight: 600;
}
.ht-fare-type-container > div > div {
	min-width: initial;
}
.ht-fare-type-container > div > div.ht-spaced {
    padding: 0px;
}
.ht-fareprice > div {
	line-height: 1;
}
.ht-calendar-container {
	margin-bottom: 20px;
}
.ht-fare-type-container > div {
    align-items: center;
    margin: 0px 0px 20px 0px;
}
.ht-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
#ht-calendar-time {
	margin-bottom: 20px;
    margin-top: 0px;
}
.ht-levy {
    line-height: 9px;
    font-size: 10px;
    display: block;
    text-align: center;
    color: #519af1;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    margin-top: 2px;
}
.ht-contact-field-parent {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.ht-contact-field-icon {
    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-passenger-fields.ht-passenger-field-contact-fields input[type="email"] {
	background-image: none;
}
.ht-passenger-fields.ht-passenger-field-contact-fields input[type="tel"] {
	background-image: none;
}
.ht-fields-form {
	margin-top:0px;
}
.ht-banner {
	display: block;
	margin-bottom: 0px;
}
#herotravel .ui-datepicker {
    padding: 2px 6px 10px 6px;
}
#herotravel .ui-datepicker .ui-state-disabled .ui-state-default {
	height: 32px;
}
#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: 52px;
    font-size: 16px;
    line-height: 32px;
} 
#herotravel .ui-datepicker td a.ui-state-default {
	color: #3E3E3E;
}
#herotravel .ui-datepicker .ui-datepicker-current-day {
	background-color: transparent !important
}
#ht-calendar .ui-datepicker .ui-datepicker-current-day a {
	color: white !important;
}
#herotravel .ui-datepicker .ui-datepicker-header {
	height: 32px;
	padding: 0px;
}
#herotravel .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, body .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);
}
#herotravel .ui-datepicker-next.ui-state-hover, body #ht-calendar .ui-datepicker-prev.ui-state-hover {
    background: #cacaca;
}
#herotravel #ht-calendar .ui-datepicker-header .ui-state-disabled {
	opacity: 0.3;
}
#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;
}
/*body .ui-datepicker .ui-state-active, body .ui-datepicker .ui-state-hover {
	line-height: 32px;
}*/
/** media queries **/
@media screen and (max-width: 768px) {
	.ht-force-wc-cart-button {
	    padding: 0px;
	    border: none;
	}
	.ht-bottom-row-container {
		margin-top: 20px;
	}
	#ht-container1, #ht-container2, #ht-container3, #ht-container4 {
		width: 100%;
	}
	.ht-passenger-fields > .ht-passenger-field {
	    margin: 0px 0px 8px 0px;
	}
	.ht-passenger-fields.ht-passenger-field-contact-fields > .ht-passenger-field {
		margin: 0px 0px 8px 0px;
	}
	.ht-passenger-fields > .ht-passenger-field:last-of-type {
		margin: 0px;
	}
	.ht-passenger .ht-passenger-fields {
		margin-bottom: 20px;
	}
    .ht-passenger:last-of-type .ht-passenger-fields {
        margin-bottom: 0px;
    }
	#ht-container4 {
		margin-bottom: 0px;
	}
	#ht-container {
		flex-direction: column;
	}
	#herotravel {
		margin-bottom: 0px;
		padding-top: 20px;
	}

	div.ht-force-wc-cart-button button.single_add_to_cart_button {
		width: 100%;
	}

	.ht-passenger {
		width: 100%;
	}

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

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

}
@media screen and (max-width: 480px) {
	.ht-faretype {
	    max-width: initial;
	    width: initial;
	}
	.ht-choosetickets {
		max-width: initial;
	    width: initial;
	}
	.ht-fareprice:not(.ht-total) {
		max-width: 130px;
	}
	.ht-levy {
		line-height: 8px;
	    font-size: 9px;
	}
}