
/* search form */

p.hb-check-dates-wrapper,
p.hb-accom-number-wrapper,
p.hb-people-wrapper,
p.hb-search-button-wrapper {
	float: left;
	margin-right: 2%;
	position: relative;
}

p.hb-search-button-wrapper {
	margin-right: 0;
}

.hb-datepick-check-in-out-mobile-trigger {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hb-datepick-check-in-out-trigger {
	display: block;
	position: absolute;
}

.hb-check-dates-wrapper {
	width: 22%;
}

.hb-people-wrapper {
	width: 14%;
}

.hb-search-button-wrapper {
	width: 20%;
}

.hb-accom-number-wrapper,
.hb-search-form-multiple-accom .hb-check-dates-wrapper,
.hb-search-form-multiple-accom .hb-search-button-wrapper,
.hb-search-form-no-children .hb-check-dates-wrapper,
.hb-search-form-no-children .hb-people-wrapper,
.hb-search-form-no-children .hb-search-button-wrapper {
	width: 23.5%;
}

.hb-search-form-no-people:not(.hb-search-form-multiple-accom) .hb-check-dates-wrapper {
	width: 36%;
}

.hb-search-form-no-people:not(.hb-search-form-multiple-accom) .hb-search-button-wrapper {
	width: 24%;
}

.hb-admin-search-type-wrapper,
.hb-accom-number-wrapper,
.hb-search-form-multiple-accom .hb-people-wrapper,
.hb-search-form-no-people .hb-people-wrapper {
	display: none;
}

.hb-search-form-multiple-accom .hb-accom-number-wrapper {
	display: block;
}

.hb-search-form-no-children .hb-people-wrapper-children,
.hb-search-form-no-children .hb-chosen-children {
	display: none;
}

.hb-check-dates-wrapper input,
.hb-accom-number-wrapper select,
.hb-people-wrapper select,
.hb-search-button-wrapper input {
	box-sizing: border-box;
	width: 100%;
}

.hb-search-button-wrapper input {
	text-align: center;
	white-space: normal;
}

.hb-vertical-search-form .hb-searched-summary p,
.hb-vertical-search-form .hb-check-dates-wrapper,
.hb-vertical-search-form .hb-people-wrapper,
.hb-vertical-search-form .hb-accom-number-wrapper,
.hb-vertical-search-form .hb-search-button-wrapper,
.hb-vertical-search-form.hb-search-form-no-people:not(.hb-search-form-multiple-accom) .hb-check-dates-wrapper,
.hb-vertical-search-form.hb-search-form-no-people:not(.hb-search-form-multiple-accom) .hb-search-button-wrapper {
	margin-right: 0%;
	width: 100%;
}

.hb-vertical-search-form:not(.hb-search-form-no-children) p.hb-people-wrapper {
	float: left;
	width: 48%;
}

.hb-vertical-search-form .hb-searched-summary p.hb-people-wrapper {
	width: 100%;
}

.hb-vertical-search-form:not(.hb-search-form-no-children) p.hb-people-wrapper-adults {
	margin-right: 4%;
}

.hb-vertical-search-form p.hb-people-wrapper-last {
	margin-right: 0;
}

.hb-vertical-search-form:not(.hb-narrow-search-form) .hb-search-button-wrapper input {
	width: auto;
}

.hb-vertical-search-form .hb-search-button-wrapper label {
	display: none;
}

p.hb-booking-searching,
.hb-multi-accom-people-selection-wrapper,
.hb-searched-summary,
.hb-search-no-result,
.hb-search-error,
.hb-accom-list {
	display: none;
}

.hb-people-popup-wrapper {
	border-radius: 6px;
	display: none;
	margin: 10px 0;
	left: 10px;
	top: 10px;
	padding: 15px 25px 5px;
	position: absolute;
	z-index: 99999;
}

.hb-people-popup-wrapper-close {
	border-radius: 10px;
	display: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	right: 4px;
	text-align: center;
	text-decoration: none;
	top: 4px;
	width: 20px;
	height: 20px;
}

.hb-multi-accom-people-title {
	display: block;
}

.hb-multi-accom-people-wrapper {
	float: left;
	margin-right: 40px;
}

/* end search form */

/* accommodation selection */

.hb-accom-quantity,
.hb-accom-page .hb-view-accom,
.hb-accom-selected-left-wrapper,
.hb-accom-none-left .hb-select-accom,
.hb-accom-selected .hb-select-accom,
.hb-multi-accom-no-accom-selected,
.hb-accom-page .hb-accom-selected .hb-select-accom-wrapper,
.hb-accom-selected-name {
	display: none;
}

.hb-accom {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 90px;
	padding: 15px;
	padding-bottom: 0px;
	transition: background 0.5s;
}

.hb-accom-page .hb-multi-accom-choices.hb-accom-page-one-result .hb-accom {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 15px;
}

.hb-accom-selected {
	background: #eee;
}

.hb-accom-title {
	font-weight: bold;
}

.hb-accom-img {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
	max-width: 100%;
}

.hb-accom-price {
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	margin-right: 8px;
}

.hb-accom-price-caption {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 22px 0 15px;
}

.hb-accom-price-caption-small {
	margin-top: 8px;
}

.hb-price-breakdown,
.hb-price-bd-hide-text,
.hb-hidden-price-breakdown,
.hb-price-breakdown-global-discount,
.hb-price-breakdown-section.hb-fee-accom-included,
.hb-price-breakdown-section.hb-fee-accom-final {
	display: none;
}

.hb-price-breakdown-title {
	display: block;
	font-weight: bold;
}

.hb-price-breakdown-section {
	display: block;
}

.hb-select-accom,
.hb-view-accom {
	float: left;
}

p.hb-select-accom {
	margin-right: 15px;
}

.hb-accom-selected .hb-accom-selected-name {
	display: block;
	font-weight: bold;
}

.hb-accom-page .hb-multi-accom-choices.hb-accom-page-one-result .hb-accom-selected .hb-accom-selected-name {
	display: none;
}

.hb-nb-accom-selected,
.hb-accom-left {
	display: block;
}

/* end accommodation selection */

/* booking details form */

.hb-booking-details-form,
.hb-saving-resa,
.hb-loading-summary,
.hb-processing-later-payment,
.hb-confirm-error,
.hb-policies-error,
.hb-resa-done-msg,
.hb-resa-payment-msg,
.hb-bottom-area-content,
.hb-bottom-area,
.hb-thank-you-page-form {
	display: none;
}

.hb-detail-field {
	box-sizing: border-box;
	width: 100%;
}

textarea.hb-detail-field {
	height: 140px !important;
}

.hbook-wrapper .form-error {
	display: block;
}

.hb-resa-summary-content {
	background: #FCFCFC;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 22px;
	padding: 10px 17px;
}

.hb-resa-summary-content .hb-fee-accom-final {
	display: block;
}

.hb-summary-multi-accom-title,
.hb-summary-accom-total-price,
.hb-summary-deposit,
.hb-summary-total-price,
.hb-summary-bond,
.hb-resa-done-email,
.hb-resa-done-alphanum-id {
	font-weight: bold;
}

.hb-summary-accom-content {
	margin-left: 30px;
}

.hb-resa-summary-content .hb-included-fees-wrapper {
	margin-left: 20px;
}

.hb-summary-total-price small {
	font-weight: normal;
}

.hb-summary-price-breakdown-trigger-wrapper {
	font-size: 12px;
}

.hb-booking-details-form .hb-payment-type-multiple-choice label,
.hb-booking-details-form .hb-payment-method label, .hb-payment-method-choice label {
	display: inline;
}

.hb-payment-data-summary,
.hb-payment-type-explanation,
.hb-payment-type-hidden,
.hb-payment-method-hidden,
.hb-payment-type-null-price-wrapper,
.hb-payment-method-wrapper {
	display: none;
}

.hb-payment-link-form .hb-payment-method-wrapper {
	display: block;
}

.hb-column-half {
	float: left;
	width: 48%;
}

.hb-column-third {
	float: left;
	width: 30.66%;
}

.hb-column-half,
.hb-column-third {
	margin-right: 4%;
}

.hb-column-half:last-of-type,
.hb-column-third:last-of-type {
	margin-right: 0;
}

.hb-details-form-stacked .hb-column-half,
.hb-details-form-stacked .hb-column-third {
	float: none;
	width: 100%;
}

/* end booking details form */

/* coupon */

input.hb-coupon-code {
	width: 200px;
}

.hb-coupon-code,
.hb-apply-coupon {
	float: left;
	margin-right: 15px;
}

.hb-processing-coupon,
.hb-coupon-msg,
.hb-coupon-error {
	display: none;
}

/* end coupon */

/* selectize */

.hbook-wrapper .selectize-control .selectize-input input[type="text"],
.hb-payment-link-form-wrapper .selectize-control .selectize-input input[type="text"] {
	padding: 0 !important;
	height: 20px !important;
}

.hbook-wrapper .selectize-control .selectize-input,
.hb-payment-link-form-wrapper .selectize-control .selectize-input {
	background-image: none;
	box-shadow: none;
	padding: 0;
}

.hbook-wrapper .selectize-control .selectize-input .item,
.hb-payment-link-form-wrapper .selectize-control .selectize-input .item {
	padding-right: 0px;
}

.selectize-dropdown .selected {
	background-color: #999;
}

.selectize-dropdown .active:not(.selected) {
	background-color: #dde8ee;
}

.selectize-control.single .selectize-input:not(.no-arrow):after {
	right: 8px;
}

.hotelwp-select-wrapper .selectize-control.single .selectize-input:not(.no-arrow):after,
.maestrel-select-wrapper .selectize-control.single .selectize-input:not(.no-arrow):after {
	display: none;
}

.hotelwp-select-hb-country-iso-select .hotelwp-select-arrow svg,
.hotelwp-select-selectized .hotelwp-select-arrow svg {
	top: 16px;
}

.hotelwp-select-selectized .selectize-control .selectize-input {
	padding-bottom: 2px;
}

/* end selectize */

/* misc */

.hb-payment-link-form-wrapper input[name="hb-payment-type"],
.hb-later-payment-thank-you-summary-top-js-msg,
.hb-later-payment-history-table,
#hb-payment-form-select-for-selectize-styles {
	display: none;
}

.hb-dots-loader span {
	font-family: monospace;
	font-weight: bold;
	clip-path: inset(0 3ch 0 0);
	animation: hb-dots-animation 1s steps(4) infinite;
}

.hb-dots-loader span:before {
	content: '...';
}

@keyframes hb-dots-animation {
	to {
		clip-path: inset(0 -1ch 0 0)
	}
}

.hb-explanation {
	font-style: italic;
}

.hbook-wrapper input[type="text"] {
	display: block;
}

.hb-people-popup-wrapper label,
.hbook-wrapper label {
	display: table;
}

.hbook-wrapper label.hb-label-choice,
.hbook-wrapper label.hb-terms-and-cond,
.hbook-wrapper label.hb-privacy-policy {
	display: inline;
}

.hb-accom-listing-shortcode-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.hb-accom-listing-row {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.hb-accom-listing-column  {
	padding: 2%;
	margin-bottom: 50px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
}

.hb-accom-listing-actions-wrapper {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden;
}

.hb-listing-view-accom {
	margin-right: 20px;
}

.hb-accom-listing-mobile-view .hb-listing-view-accom {
	margin-right: 0px;
}

.hb-accom-listing-mobile-view .hb-accom-listing-actions-wrapper p, .hb-accom-listing-mobile-view .hb-accom-listing-actions-wrapper p input {
	width: 100%;
}

.hb-accom-listing-desc a {
	word-break: keep-all;
	word-wrap: normal;
}

.hb-accom-listing-mobile-view {
	max-width: 100% !important;
}

.hb-accom-listing-booking-form {
	display: none;
	margin-top: 12px;
}

a.hb-thumbnail-link {
	border: none;
	display: block;
}

.hb-accom-listing-thumb {
	display: block;
	float: left;
	max-width: 100%;
}

.hb-accom-listing-item h2,
.hb-accom-listing-item h3,
.hb-accom-listing-item h4 {
	clear: none;
}

.hb-single-option {
	line-height: 2;
}

.hb-quantity-option {
	margin-bottom: 5px;
}

.hb-summary-multi-accom-accom .hb-summary-price-details,
.hb-summary-price-breakdown-hide-text,
.hb-intermediate-step-wrapper,
.hb-options-form,
.hb-quantity-option,
.hb-single-option,
.hb-multiple-option {
	display: none;
}

.hbook-wrapper .hb-options-form label {
	display: inline;
}

.hb-options-total-price {
	font-weight: bold;
}

.hb-price-placeholder-minus {
	display: none;
}

.hb-select-accom-num-form {
	margin-bottom: 20px;
}

.hb-payment-form-stripe {
	background: #ddd;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	margin-bottom: 22px;
}

.hb-stripe-payment-form-txt-top {
	margin-top: 0;
	padding-top: 0;
}

.hb-stripe-payment-form-txt-bottom,
.hb-powered-by-stripe {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hb-stripe-payment-form-txt-bottom {
	margin-top: 10px;
}

.hb-stripe-payment-form-txt-bottom-has-margin {
	margin-right: 120px;
}

.hb-powered-by-stripe {
	bottom: 6px;
	position: absolute;
	right: 20px;
}

.hb-padlock-img {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.hb-paypal-payment-gateway-label-img-paypal {
	margin-top: -4px;
}

.hb-bottom-area img,
.hbook-wrapper label img {
	vertical-align: middle;
}

.hb-search-error,
.hbook-wrapper .form-error,
.hb-confirm-error,
.hb-policies-error,
.hb-stripe-error,
.hb-coupon-error {
	color: #F04826;
}

.hb-alignleft {
	float: left;
}

.hb-clearfix:after {
	clear: both;
	content: "";
	display: table;
}

/* end misc */