:root {
	--hbfwc-shadow-medium: rgba(33, 33, 33, .18);
	--hbfwc-shadow-soft: rgba(33, 33, 33, .09);
	--hbfwc-shadow-softer: rgba(33, 33, 33, .03);
	--hbfwc-wrap-bg: #ffffff;

	--hbfwc-error-25: #fef3f3;
	--hbfwc-error-50: #ffe8e8;
	--hbfwc-error-100: #f8b3b3;
	--hbfwc-error-200: #f56363;
	--hbfwc-error-300: #dc2626;
	--hbfwc-error-400: #b21d1d;

	--hbfwc-radius-sm: 4px;
	--hbfwc-radius-md: 6px;
	--hbfwc-radius-lg: 8px;
	--hbfwc-radius-xl: 12px;

	--hbfwc-gray-5:	#fafafc;
	--hbfwc-gray-25:	#FDFDFD;
	--hbfwc-gray-50:	#F9FAFB;
	--hbfwc-gray-100: #F2F4F7;
	--hbfwc-gray-200: #EAECF0;
	--hbfwc-gray-300: #D0D5DD;
	--hbfwc-gray-400: #98A2B3;
	--hbfwc-gray-500: #667085;
	--hbfwc-gray-600: #475467;
	--hbfwc-gray-700: #344054;
	--hbfwc-gray-800: #1D2939;
	--hbfwc-gray-900: #101828;

	--hbfwc-blue-25:	#F4FBFD;
	--hbfwc-blue-50:	#EBF5FA;
	--hbfwc-blue-100: #D8EBF5;
	--hbfwc-blue-200: #A5D2E7;
	--hbfwc-blue-300: #6BB5D8;
	--hbfwc-blue-400: #399CCB;
	--hbfwc-blue-500: #0783BE;
	--hbfwc-blue-600: #066998;
	--hbfwc-blue-700: #044E71;
	--hbfwc-blue-800: #033F5B;
	--hbfwc-blue-900: #032F45;

	--hbfwc-field-border: #EAECF0;
	--hbfwc-outline: 3px solid var(--hbfwc-blue-50);
	--hbfwc-error-outline: 3px solid var(--hbfwc-error-50);
}


/** Filter form */
#hbfwc-availability-filter__form {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	border: 1px solid var(--hbfwc-field-border);
	border-radius: var(--hbfwc-radius-lg);
	background: var(--hbfwc-gray-5);
	box-shadow: 0 12px 35px -8px var(--hbfwc-shadow-soft);
	position: relative;
	z-index: 9;
}
.daterangepicker th,
.daterangepicker td {
	padding: 3px 3px !important;
}
#hbfwc-availability-filter__form>div {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 1rem;
	border-bottom: 1px solid var(--hbfwc-field-border);
}

#hbfwc-availability-filter__form h4.availability-filter__label {
	font-size: 0.8em;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin: 0 0 6px;
	padding: 0 0 0;
	letter-spacing: .05em;
	color: var(--hbfwc-gray-400);
}
#hbfwc-availability-filter__form .availability-filter__content {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--hbfwc-gray-600);
	cursor: pointer;
}
.availability-filter__content .availability-filter__content_span {
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	border-right: 2px dotted var(--hbfwc-gray-200);
}
.availability-filter__content .availability-filter__content_span:first-child {
	padding-left: 0;
}
.availability-filter__content .availability-filter__content_span:last-child {
	border-right-width: 0px;
}
.availability-filter__button button {
	font-size: 1em;
	width: 100%;
	text-align: center;
}
.availability-filter__room {
	position: relative;
}

.availability-filter__dd {
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	width: 300px;
	max-width: 100%;
	background: var(--hbfwc-wrap-bg);
	border-radius: var(--hbfwc-radius-lg);
	box-shadow: 0 0 3px 3px var(--hbfwc-shadow-softer), 0 6px 15px -3px var(--hbfwc-shadow-softer), 0 -6px 15px -3px var(--hbfwc-shadow-softer);
	transition: all .3s ease 0s;
}
.hbfwc-activated .availability-filter__dd {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: initial;
}
.availability-filter__dd:after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: #fff;
	transform: rotate(45deg);
	left: 15px;
	top: -4px;
}
.availability-filter__room .availability-filter__dd>div {
	margin: 0 0 0 !important;
	padding: 1rem;
	border-top: 1px solid var(--hbfwc-field-border);
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
	font-size: 14px;
	color: var(--hbfwc-gray-600);
}
.availability-filter__room .availability-filter__dd>div:first-child {
	border-top-width: 0px;
}

.hbfgwc-quantity-number{
	display: flex;
	flex-flow: row;
	gap: 0;
	justify-content: center;
	align-items: center;
}
.hbfgwc-quantity-number button,
.hbfgwc-quantity-number button:focus,
.hbfgwc-quantity-number button:hover {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid var(--hbfwc-field-border);
	box-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: currentColor;
}
.hbfgwc-quantity-number input {
	-moz-appearance: textfield;
	appearance: textfield;
	width: 40px !important;
	box-sizing: border-box;
	padding: 0 0 0 !important;
	margin:	0 0 0 !important;
	text-align: center;
	box-shadow: none;
	outline-width: 0;
	border-width: 0px !important;
	background: transparent !important;
	font-size: inherit;
	cursor: default;
}
.hbfgwc-quantity-number button:disabled,
.hbfgwc-quantity-number input:disabled {
	opacity: .75;
	cursor: not-allowed;
}
.hbfgwc-quantity-number input:focus {
	box-shadow: none !important;
}
.hbfgwc-quantity-number input::-webkit-outer-spin-button,
.hbfgwc-quantity-number input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.availability-filter__dd .hhbfwc-children-age-slider {
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--hbfwc-field-border);
	gap: 15px;
}
.availability-filter__dd .hhbfwc-children-age-slider input[type=range] {
	margin: 0 0 0;
}

/** not found */
.hbfwc__not-found-wrap {
	margin: 0 0 0;
	padding: 2rem 0 2rem;
}
.hbfwc__not-found-wrap h4,
.hbfwc__not-found-wrap p {
	text-align: center;
}
.hbfwc__not-found-wrap h4 {
	margin: 0 0 5px;
	padding: 0 0 0;
	font-size: 1em;
}
.hbfwc__not-found-wrap p {
	font-size: .95em;
	opacity: .7;
}

/** Item */
.accommodations__inner-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 30px;
	align-items: stretch;
}
.accommodations-loop__start {
	width: 100%;
	flex: 1 1 0;
}
.accommodations-loop__sidebar {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.hbfwc-single-product__heading {
	margin: 0 0 0;
	padding: 0;
}
.hbfwc-single-product__heading h3 {
	margin: 0 0 0;
	padding: 1rem 0 1rem;
}
.hbfwc-single-product__wrapper {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.accommodations-loop__start .product-type-accommodation {
	margin: 0 0 1rem !important;
	padding: 0 1rem 1rem 1rem;
	background: var(--hbfwc-gray-5);
	border-radius: var(--hbfwc-radius-lg);
	border: 1px solid var(--hbfwc-field-border);
}
.hbfwc-product-gallery__wrapper:after {
	content: "";
	display: table;
	line-height: 0;
	width: 100%;
	clear: both;
}
.hbfwc-product__gallery {
	position: relative;
	margin: 0 0 1rem;
}
.hbfwc-product__gallery ol.flex-control-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	gap: 6px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 2;
}
.hbfwc-product__gallery ol.flex-control-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.hbfwc-product__gallery ol.flex-control-nav li a {
	text-indent: -99px;
	font-size: .0001em;
	color: transparent;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--hbfwc-blue-800);
	overflow: hidden;
}
.hbfwc-product__gallery ol.flex-control-nav li a.flex-active {
	background: var(--hbfwc-blue-800);
}
.hbfwc-product__gallery .hbfwc-product-gallery__image img{
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--hbfwc-radius-lg);
}

ul.hbfwc-room-info__list {
	list-style-type: none;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	display: flex;
	width: 100%;
	flex-flow: row;
	gap: 15px;
	align-items: center;
}

ul.hbfwc-room-info__list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--hbfwc-gray-500);
}
ul.hbfwc-room-info__list li.no_of__bed {
	padding-left: 22px;
	background-image: url(../icons/bed.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
.hbfwc-product-popup__content ul.hbfwc-room-info__list li.no_of__bed {
	padding-left: 30px;
}
ul.hbfwc-room-info__list li.no_of__guest {
	position: relative;
	padding-left: 22px;
	background-image: url(../icons/user.svg);
	background-position: left center;
	background-size: contain;
	cursor: help;
	background-repeat: no-repeat;
	border-bottom: 1px dotted var(--hbfwc-gray-300);
}
ul.hbfwc-room-info__list li.room__dim {
	padding-left: 22px;
	background-image: url(../icons/size.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}

.hbfwc-tooltip {
	position: absolute;
	top: calc(100% + 3px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	margin: 0;
	padding: 5px 8px;
	font-size: 11px;
	background: #1D2939;
	color: #fff;
	border-radius: 3px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-out 0s;
}
.hbfwc-tooltip:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-radius: 2px;
	background: #1D2939;
	top: -2px;
	left: calc(50% - 5px);
}
*:hover>.hbfwc-tooltip {
	opacity: .9;
	visibility: visible;
	transform: translateX(-50%) translateY(0px);
}

.hbfwc__amenities {
	margin: 0 0 1rem;
	padding: 0;
}
.hbfwc__amenities h4 {
	font-size: 14px;
	margin: 0 0 8px !important;
	padding: 0;
}
.hbfwc__amenities ul.hbfwc__amenities-list {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, calc(50% - 5px));
	grid-template-rows: auto;
	grid-auto-flow: dense;
	color: var(--hbfwc-gray-500);
}
.hbfwc__amenities.hbfwc__amenities-teaser ul.hbfwc__amenities-list {
	grid-template-columns: 1fr;
	grid-gap: 7px;
}
ul.hbfwc__amenities-list>li {
	list-style-type: none;
	margin: 0 0 0;
}
ul.hbfwc__amenities-list>li span{
	display: flex;
	width: 100%;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
}
ul.hbfwc__amenities-list li svg {
	flex: 0 0 20px;
	height: auto;
	width: 20px;
	overflow: hidden;
	fill: currentColor;
}
ul.hbfwc__amenities-list li i {
	font-size: 18px;
	flex: 0 0 20px;
}
ul.hbfwc__amenities-list>li span>span {
	display: block;
	flex: 1 1 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 0;
}

.hbfwc-room__rate {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 1rem;
	background: #fff;
	border-radius: var(--hbfwc-radius-lg);
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	border: 1px solid var(--hbfwc-field-border);
}
.hbfwc-single-product__right .hbfwc-room__rate:last-child {
	margin-bottom: 0;
}
.hbfwc-room__rate .hbfwc-room__rate-info {
	width: 100%;
	flex: 1 1 0;
	font-size: 14px;
}
.hbfwc-room__rate .hbfwc-room__rate-action {
	width: 100%;
	flex-shrink: 0;
}
.hbfwc-room__rate-action .hbfwc-avail-rate-prices {
	margin: 0 0 8px;
	text-align: left;
	position: relative;
}
.hbfwc-room__rate-action .rate-price__info {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0 0 0 0;
	text-align: left;
}
.hbfwc-avail-rate-prices del {
	display: block;
	color: var(--hbfwc-gray-500);
	font-size: 80%;
}

.hbfwc-room__rate .hbfwc-room__rate-info h5 {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 .5rem;
}
.hbfwc-room__rate-info ul.hbfwc-rate__feature-list {
	list-style-type: none;
	margin: 0 0 1rem;
	padding: 0 0 0;
	width: 100%;
	display: flex;
	flex-flow: row;
	row-gap: 2px;
	column-gap: 12px;
	flex-wrap: wrap;
}
.hbfwc-room__rate-info ul.hbfwc-rate__feature-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.hbfwc-room__rate-info ul.hbfwc-rate__feature-list li i {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0px;
}

.hbfwc-room__rate-action form{
	margin: 1rem 0 0;
}

.hbfwc-room__rate-action .hbfgwc-quantity-number {
	justify-content: flex-start;
}
.hbfwc-room__rate-action .hbfgwc-quantity-number.rest-loading {
	opacity: .75;
	pointer-events: none;
}

.hbfwc-ajax-rest-btn.rest-loading:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-left: .5rem;
	border: 4px solid rgba(3,3,3,.25);
	border-radius: 50%;
	border-top-color: currentColor;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

/** Mini-cart */
#hbfwc-cart__mini {
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--hbfwc-gray-5);
	border-radius: var(--hbfwc-radius-lg);
	border: 1px solid var(--hbfwc-field-border);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#hbfwc-cart__mini .bbfwc-mini-cart__empty-message {
	margin: 0 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
#hbfwc-cart__mini h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1rem;
}
ul.hbfwc-mini-cart__items {
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
}

ul.hbfwc-mini-cart__items li.hbfwc-mini-cart__item {
	list-style-type: none;
	position: relative;
	margin: 0 0 .5rem;
	padding: 0 0 .5rem;
	border-bottom: 1px solid var(--hbfwc-field-border);
}
li.hbfwc-mini-cart__item .hbfwc_remove_item {
	position: absolute;
	top: 3.5px;
	right: 0px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: var(--hbfwc-gray-400);
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	transform: translateX(10px);
	transition: all .2s ease 0s;
}
li.hbfwc-mini-cart__item:hover .hbfwc_remove_item {
	opacity: 1;
	transform: translateX(0px);
}
li.hbfwc-mini-cart__item .hbfwc_remove_item:hover {
	background: var(--hbfwc-error-200);
}
.hbfwc-mini-cart__item .hbfwc-mini-cart__item-name {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500;
}
.hbfwc-mini-cart__item .hbfwc-mini-cart__item-meta {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	font-size: 12px;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 4px;
	align-items: self-start;
}
.hbfwc-mini-cart__item-meta span i{
	display: inline-block;
	width: 14px;
	margin-right: 4px;
	text-align: center;
}
.hbfwc-mini-cart__item .hbfwc-mini-cart__item-price {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
}
.hbfwc-mini-cart__item-meta .cart-checkin-addons-wrap {
	width: 100%;
	margin: 0 0 0;
	padding: 5px 0 5px 0;
}
.cart-checkin-addons-wrap .cart-checkin-addon {
	width: 100%;
	display: flex;
	flex-flow: row;
	gap: 0;
	align-items: center;
	justify-content: space-between;
}
.hbfwc-mini-cart__item-price .cart-price__subtotal {
	font-weight: 600;
}
#hbfwc-cart__mini .hbfwc-mini-cart__total{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 0 0 1rem;
	font-weight: 600;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
}
#hbfwc-cart__mini .hbfwc-mini-cart__buttons {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 0 0 0;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
}
#hbfwc-cart__mini .hbfwc-mini-cart__buttons>.button {
	margin: 0;
	flex: 1 1 0;
	text-align: center;
	font-size: 14px;
	padding: .7rem .7rem;
	text-decoration: none;
}

#hbfwc-cart__mini h3,
#hbfwc-cart__mini ul.hbfwc-mini-cart__items {
	display: none;
}

.hbfwc-product-popup {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: all .3s ease .3s;
}

.hbfwc-product-popup .hbfwc-product-popup__wrap {
	background: #fff;
	width: 100vw;
	height: 100vh;
	border-radius: 0;
	box-shadow: 0 12px 35px -8px rgba(33,33,33, .09);
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	gap: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all .3s ease 0s;
}

.hbfwc-product-popup.is_called {
	visibility: visible;
	pointer-events: initial;
	opacity: 1;
	z-index: 9001;
	transition: all .3s ease 0s;
}
.hbfwc-product-popup.is_called .hbfwc-product-popup__wrap {
	opacity: 1;
	transform: translateY(0px);
	transition: all .3s ease .3s;
}
.hbfwc-product-popup__wrap .hbfwc-product__gallery .hbfwc-product-gallery__image img{
	height: 30vh;
	border-radius: 0;
}
.hbfwc-product-popup__media .hbfwc-product__gallery {
	margin: 0 0 0;
}
.hbfwc-product-popup__content {
	flex: 1 1 0;
	box-sizing: border-box;
	width: 100%;
	overflow: auto;
	position: relative;
	font-size: 14px;
}
.hbfwc-product-popup__content .hbfwc-product-popup__header {
	position: sticky;
	background: #fff;
	z-index: 3;
	top: 0;
	padding: 1.5rem 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--hbfwc-field-border);
}
.hbfwc-product-popup__content .hbfwc-product-popup__header h3 {
	margin: 0;
	padding: 0;
}
.hbfwc-product-popup__content .hbfwc-product-popup__header h3 a {
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.hbfwc-product-popup__header .hbfwc-product__popup-close {
	position: absolute;
	right: 1rem;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #667085;
	color: #fff;
	text-decoration: none !important;
}
.hbfwc-product-popup__content .hbfwc-product-info__information {
	margin: 0 0 0;
	padding: 1rem;
}
.hbfwc-product-popup__content ul.hbfwc-room-info__list {
	margin: 0 0 0;
}
.hbfwc-product-popup__content .hbfwc__amenities h4 {
	font-size: initial;
}
.hbfwc-product-popup__content ul.hbfwc-room-info__list li,
.hbfwc-product-popup__content ul.hbfwc__amenities-list>li span {
	font-size: 1em;
}
.hbfwc-product-popup__content .hbfwc__amenities {
	margin: 0 0 0;
	padding: 1rem;
}
.hbfwc-product-popup__description{
	margin: 0 0 0;
	padding: 1rem 1rem 2rem 1rem;
}


@media (min-width: 529px) and (max-width: 967px) {
	.hbfwc-room__rate .hbfwc-room__rate-action {
	width: 170px;
	}
	.hbfwc-room__rate-action .hbfwc-avail-rate-prices,
	.hbfwc-room__rate-action .rate-price__info,
	.hbfwc-room__rate-action form {
	text-align: right;
	}
	.hbfwc-avail-rate-prices del{
	padding-right: 24px;
	}
	.hbfwc-room__rate-action .hbfgwc-quantity-number {
	justify-content: flex-end;
	}
}

@media (min-width: 768.98px) {
	#hbfwc-availability-filter__form {
	flex-flow: row;
	align-items: stretch;
	}
	#hbfwc-availability-filter__form>div{
	display: flex;
	align-items: center;
	border-bottom-width: 0px;
	border-left: 1px solid var(--hbfwc-field-border);
	}
	#hbfwc-availability-filter__form>div:first-child {
	border-left-width: 0px;
	}
	#hbfwc-availability-filter__form>div.availability-filter__button {
	width: auto;
	flex-shrink: 0;
	}
	.accommodations-loop__sidebar {
	width: 270px;
	}
	#hbfwc-cart__mini {
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	bottom: initial;
	background: var(--hbfwc-gray-5);
	border-radius: var(--hbfwc-radius-lg);
	border-bottom-left-radius: var(--hbfwc-radius-lg);
	border-bottom-right-radius: var(--hbfwc-radius-lg);
	border: 1px solid var(--hbfwc-field-border);
	}
	#hbfwc-cart__mini h3,
	#hbfwc-cart__mini ul.hbfwc-mini-cart__items {
	display: initial;
	}
	#hbfwc-cart__mini .hbfwc-expand-cart {
	display: none;
	}

	.hbfwc-product-popup .hbfwc-product-popup__wrap {
	width: 80vw;
	height: 80vh;
	max-width: 900px;
	max-height: 900px;
	border-radius: var(--hbfwc-radius-lg);
	}
	.hbfwc-product-popup__wrap .hbfwc-product__gallery .hbfwc-product-gallery__image img{
	border-top-left-radius: var(--hbfwc-radius-lg);
	border-bottom-left-radius: 0;
	border-top-right-radius: var(--hbfwc-radius-lg);
	border-bottom-right-radius: 0px;
	}
}

@media (min-width: 968px) {
	.hbfwc-single-product__wrapper {
	flex-flow: row;
	gap: 1rem;
	}
	.hbfwc-single-product__wrapper .hbfwc-single-product__left {
	width: 30%;
	min-width: 300px;
	flex-shrink: 0;
	position: relative;
	}
	.hbfwc-single-product__wrapper .hbfwc-single-product__left .hbfwc-single-product__left-inner {
	margin: 0;
	padding: 0;
	position: sticky;
	top: 0;
	}
	.hbfwc-single-product__wrapper .hbfwc-single-product__right {
	width: 100%;
	flex: 1 1 0;
	}

	.hbfwc-product-popup .hbfwc-product-popup__wrap {
	height: 50vh;
	max-height: initial;
	flex-flow: row;
	}
	.hbfwc-product-popup__wrap	.hbfwc-product-popup__media {
	width: 40%;
	}
	.hbfwc-product-popup__wrap .hbfwc-product__gallery .hbfwc-product-gallery__image img{
	height: 50vh;
	border-top-left-radius: var(--hbfwc-radius-lg);
	border-bottom-left-radius: var(--hbfwc-radius-lg);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	}
	.hbfwc-product-popup__content .hbfwc-product-popup__header {
	border-top-right-radius: var(--hbfwc-radius-lg);
	}
}

@media (min-width: 968px) and (max-width: 1109px) {
	.hbfwc-room__rate .hbfwc-room__rate-action {
	width: 100%;
	}
}

@media (min-width: 1110px) {
	.hbfwc-room__rate .hbfwc-room__rate-action {
	width: 170px;
	}
	.hbfwc-room__rate-action .hbfwc-avail-rate-prices,
	.hbfwc-room__rate-action .rate-price__info,
	.hbfwc-room__rate-action form {
	text-align: right;
	}
	.hbfwc-avail-rate-prices del{
	padding-right: 24px;
	}
	.hbfwc-room__rate-action .hbfgwc-quantity-number {
	justify-content: flex-end;
	}
}

/* --- Styles from hbfwc-forms.css --- */
form#hbfwc-cart {
	margin: 0 0 30px;
}
.hbfwc-fieldset,
.hbfwc-date-form-compact {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #CBD5E0;
	background: #fff;
	border-radius: 6px;
	flex-flow: row;
	gap: 0;
}
.hbfwc-date-form-compact {
	cursor: pointer;
}
.hbfwc-fieldset>div,
.hbfwc-date-form-compact>div {
	flex: 1 1 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 0px;
}
.daterangepicker th,
.daterangepicker td {
	padding: 3px 3px !important;
}
.hbfwc-date-form-compact>.night-totals {
	width: auto;
	min-width: 100px;
	flex: 0 1 0;
	border-left: 1px solid #CBD5E0;
	border-right: 1px solid #CBD5E0;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-transform: uppercase;
	background: #f7fafc;
}
.hbfwc-date-form-compact>div .hbfwc-label,
.hbfwc-date-form-compact>div .hbfwc-outputdate {
	display: block;
	width: 100%;
	margin: 0 0 0;
}
.hbfwc-date-form-compact>div .hbfwc-outputdate {
	font-weight: 600;
}
.hbfwc-date-form-compact>div:last-child .hbfwc-label,
.hbfwc-date-form-compact>div:last-child .hbfwc-outputdate {
	text-align: right;
}
.hbfwc-date-form-compact .hbfwc-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
	color: #999;
}
.hbfwc-date-form-compact>.night-totals .num {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}

.hbfwc-fieldset {
	flex-flow: column;
}
.hbfwc-fieldset .hbfwc-legend {
	align-items: center;
	font-weight: 600;
	padding-bottom: 0;
}
.hbfwc-fieldset .hbfwc-inner-fields {
	display: flex;
	flex: 0;
	width: auto;
	flex-flow: row;
	gap: 0;
	padding: 0;
}
.hbfwc-fieldset .hbfwc-inner-fields p {
	flex: 1 1 0;
	margin: 0 !important;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.hbfwc-fieldset .hbfwc-inner-fields input {
	-moz-appearance: textfield;
	appearance: textfield;
	width: 50px;
	text-align: center;
	border-width: 0;
	box-shadow: none;
	outline-width: 0;
}
.hbfwc-fieldset .hbfwc-inner-fields input::-webkit-outer-spin-button,
.hbfwc-fieldset .hbfwc-inner-fields input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.hbfwc-fieldset .hbfwc-inner-fields label {
	display: block;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
	color: #999;
}
.hbfgwc-quantity-number{
	display: flex;
	flex-flow: row;
	gap: 0;
	justify-content: center;
	align-items: center;
}
.hbfgwc-quantity-number button,
.hbfgwc-quantity-number button:focus,
.hbfgwc-quantity-number button:hover {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid #CBD5E0;
	box-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: currentColor;
}

.summary .hbfwc_bfr_price {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
}
.hbfwc_per_night {
	display: inline-block;
	vertical-align: super;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: 500;
	margin-left: 8px;
}

ul.hbfwc_rate_plans {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #CBD5E0;
	border-radius: 6px;
	transition: opacity .3s ease 0s;
}
.hbfwc-ajax-load,
ul.hbfwc_rate_plans.hbfwc-ajax-load {
	position: relative;
}
.hbfwc-ajax-load:before,
ul.hbfwc_rate_plans.hbfwc-ajax-load:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255, .7);
}
.hbfwc-ajax-load:after,
ul.hbfwc_rate_plans.hbfwc-ajax-load:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	border: 4px solid rgba(3,3,3,.15);
	border-radius: 50%;
	border-top-color: #333;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}

ul.hbfwc_rate_plans>li {
	list-style-type: none;
	margin: 0 0 0;
	padding: 15px;
	display: flex;
	flex-flow: row;
	gap: 15px;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #CBD5E0;
}
ul.hbfwc_rate_plans>li:hover {
	position: relative;
	z-index: 3;
}
ul.hbfwc_rate_plans>li input[type="radio"] {
	margin-top: .3em;
}
ul.hbfwc_rate_plans>li .rate-details {
	flex: 1 1 0;
	width: 100%;
}
ul.hbfwc_rate_plans>li .rate-details h4 {
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0;
}
.rate-minimum-stay,
ul.hbfwc_rate_plans>li .rate-details .rate-minimum-stay,
ul.hbfwc_rate_plans>li .rate-details .rate-not-available {
	display: inline-block;
	position: relative;
	margin: 0 0 15px;
	padding: .4rem .5rem .4rem 26px;
	font-size: 12px;
	line-height: 1;
	text-transform: lowercase;
	border-radius: var(--hbfwc-radius-sm);
	background-color: var(--hbfwc-gray-100);
	color: var(--hbfwc-gray-500);
	box-shadow: inset 0 0 0 1px var(--hbfwc-gray-200);
}
ul.hbfwc_rate_plans>li.need-more-stays .rate-details .rate-minimum-stay,
.hbfwc-error_stay_length .rate-minimum-stay,
ul.hbfwc_rate_plans>li .rate-details .rate-not-available {
	background-color: var(--hbfwc-error-25);
	color: var(--hbfwc-error-400);
	box-shadow: inset 0 0 0 1px var(--hbfwc-error-50);
}
ul.hbfwc_rate_plans>li .rate-details .rate-minimum-stay + .rate-not-available {
	display: block;
	margin-top: -10px;
}
.rate-minimum-stay [class^=ion-], 
.rate-minimum-stay [class^=ion-ios-],
.rate-not-available [class^=ion-] {
	font-size: 16px;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	left: .4rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: .6;
}
ul.hbfwc_rate_plans>li.need-more-stays .rate-details .rate-minimum-stay [class^=ion-]:before,
.hbfwc-error_stay_length .rate-minimum-stay [class^=ion-]:before {
	content: "\f3a5";
}
ul.hbfwc_rate_plans>li.rate-disabled{
	position: relative;

	&:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: background .3s ease-in-out 0s;
		background-color: rgba(255,255,255, .35);
		z-index: 99;
		cursor: not-allowed;
	}

	&:hover {
		&:before {
			background-color: rgba(255,255,255, .65);
		}
	}
}
.hbfwc-error-availability {
	position: relative;
	margin: 0 0 15px;
	padding: .4rem .5rem .4rem 26px;
	font-size: 12px;
	line-height: 1.45;
	border-radius: var(--hbfwc-radius-sm);
	background-color: var(--hbfwc-error-25);
	color: var(--hbfwc-error-400);
	box-shadow: inset 0 0 0 1px var(--hbfwc-error-50);

	[class^=ion-] {
		font-size: 16px;
		margin: 0;
		vertical-align: middle;
		position: absolute;
		left: .4rem;
		top: .4rem;
		opacity: .85;
	}
}
.rate-minimum-stay + .hbfwc-error-availability {
	margin-top: -10px;
}
ul.hbfwc_rate_plans>li .rate-details h4 label {
	width: 100%;
	cursor: pointer;
}
ul.hbfwc_rate_plans>li .rate-details .rate-features{
	font-size: 13px;
	line-height: 1.5;
}
.rate-features ul.hbfwc-rate__feature-list {
	list-style-type: none;
	margin: 0 0 .5rem;
	padding: 0 0 0;
	width: 100%;
	display: flex;
	flex-flow: row;
	row-gap: 2px;
	column-gap: 12px;
	flex-wrap: wrap;
}
.rate-features ul.hbfwc-rate__feature-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 4px;
	align-items: center;
}
.rate-features ul.hbfwc-rate__feature-list li i {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0px;
}

ul.hbfwc_rate_plans>li .rate-details .rate-description {
	font-size: 12px;
	line-height: 0;
	color: rgba(0,0,0, 0);
	overflow: hidden;
	transition: all .3s ease 0s;
}
ul.hbfwc_rate_plans>li input[name="rate"]:checked + .rate-details .rate-description {
	line-height: 1.5;
	padding-top: 0.5em;
	color: inherit;
}
ul.hbfwc_rate_plans>li .rate-details .rate-policy {
	font-weight: 600;
}

ul.hbfwc_rate_plans>li .rate-value {
	position: relative;
	text-align: right;
}
ul.hbfwc_rate_plans>li .rate-value p {
	margin: 0 !important;
	font-size: 11px;
	font-weight: 500;
	text-align: right;
	padding-right: 24px;
	opacity: .6;
	z-index: 0;
}

.hbfwc-info-indicator {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	text-align: center;
	font-family: serif;
	font-weight: 600;
	opacity: 0.6;
	margin-left: 10px;
	transform: translateY(-2px);
	cursor: pointer;
	color: inherit;
	text-decoration: none !important;
}

form#hbfwc-cart button[type="submit"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.hbfwc-base-price-bd {
	position: absolute;
	z-index: 1;
	right: -12px;
	top: auto;
	width: 300px;
	max-width: calc(100vw - 60px);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0, .16), 0px 0px 35px -6px rgba(0,0,0, .2);
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px);
	opacity: 0;
	transition: all .3s ease-out 0s;
}
.hbfwc-info-indicator:visited + .hbfwc-base-price-bd,
.hbfwc-info-indicator:focus + .hbfwc-base-price-bd {
	visibility: visible;
	transform: translateY(5px);
	opacity: 1;
	pointer-events: initial;
}
.hbfwc-base-price-bd:after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: #fff;
	transform: rotate(45deg);
	right: 15px;
	top: -4px;
}
.hbfwc-base-price-bd .bpbd-header {
	box-sizing: border-box;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #e7ebf0;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}
.hbfwc-base-price-bd .bpbd-body {
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	max-height: 270px;
	overflow: auto;
}
.hbfwc-base-price-bd .bpbd-body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: calc(5em + 50px);
	overflow: auto;
}
.hbfwc-base-price-bd .bpbd-body ul>li {
	box-sizing: border-box;
	list-style-type: none;
	margin: 0 0 0;
	padding: 5px 15px 5px 15px;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.hbfwc-base-price-bd .bpbd-body ul>li.bpbd-rooms {
	border-top: 1px solid #e7ebf0;
	margin-top: 10px;
	padding-top: 15px;
}
.hbfwc-base-price-bd .bpbd-body ul>li.bpbd-totals {
	border-top: 1px solid #e7ebf0;
	font-size: 14px;
	font-weight: 600;
	padding-top: 15px;
	margin-top: 10px;
}

#hbfwc-alert-min-stay,
#hbfwc-alert-only-checkout {
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity .3s ease 0s, transform .3s ease 0s, visibility .3s ease 0s;
}
#hbfwc-alert-min-stay.showme,
#hbfwc-alert-only-checkout.showme {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#hbfwc-alert-min-stay:after,
#hbfwc-alert-only-checkout:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	left: calc(50% - 3px);
	bottom: -3px;
	background: #fff;
}

.hbfwc-fieldset .hhbfwc-children-age-slider {
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #CBD5E0;
	gap: 15px;
}
.hhbfwc-children-age-slider__label {
	display: inline-block;
	width: 124px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
	color: #999;
}
.hhbfwc-children-age-slider .hhbfwc-children-age-slider__input {
	display: flex;
	flex: 1 1 0;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}
.hhbfwc-children-age-slider__input label {
	display: inline-block;
	width: 40px;
	padding: 3px;
	background: #f6f6f7;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
}
.hhbfwc-children-age-slider__input input[type=range] {
	flex: 1 1 0;
}
.hhbfwc-children-age-slider input[type=range] {
	height: 25px;
	-webkit-appearance: none;
	appearance: none;
	margin: 10px 0;
	width: 100%;
	padding: 0;
	border-width: 0px;
}
.hhbfwc-children-age-slider input[type=range]:focus,
.hhbfwc-children-age-slider input[type=range]:active {
	outline: none;
	box-shadow: none;
}
.hhbfwc-children-age-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 0px #000000;
	background: #2497E3;
	border-radius: 1px;
	border: 0px solid #000000;
}
.hhbfwc-children-age-slider input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #2497E3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #A1D0FF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}
.hhbfwc-children-age-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497E3;
}
.hhbfwc-children-age-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 0px #000000;
	background: #2497E3;
	border-radius: 1px;
	border: 0px solid #000000;
}
.hhbfwc-children-age-slider input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #2497E3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #A1D0FF;
	cursor: pointer;
}
.hhbfwc-children-age-slider input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.hhbfwc-children-age-slider input[type=range]::-ms-fill-lower {
	background: #2497E3;
	border: 0px solid #000000;
	border-radius: 2px;
	box-shadow: 0px 0px 0px #000000;
}
.hhbfwc-children-age-slider input[type=range]::-ms-fill-upper {
	background: #2497E3;
	border: 0px solid #000000;
	border-radius: 2px;
	box-shadow: 0px 0px 0px #000000;
}
.hhbfwc-children-age-slider input[type=range]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #2497E3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #A1D0FF;
	cursor: pointer;
}
.hhbfwc-children-age-slider input[type=range]:focus::-ms-fill-lower {
	background: #2497E3;
}
.hhbfwc-children-age-slider input[type=range]:focus::-ms-fill-upper {
	background: #2497E3;
}

.hbfwc-rate__popup {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: all .3s ease .3s;
}
.hbfwc-rate__popup-wrapper {
	background: #fff;
	width: 80vw;
	max-width: 800px;
	height: auto;
	max-height: 80vh;
	border-radius: 8px;
	box-shadow: 0 12px 35px -8px rgba(33,33,33, .09);
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	gap: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all .3s ease 0s;
}
.hbfwc-rate__popup.is_called {
	visibility: visible;
	pointer-events: initial;
	opacity: 1;
	transition: all .3s ease 0s;
}
.hbfwc-rate__popup.is_called .hbfwc-rate__popup-wrapper {
	opacity: 1;
	transform: translateY(0px);
	transition: all .3s ease .3s;
}
.hbfwc-rate__popup-wrapper .hbfwc-rate__popup-heading {
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #EAECF0;
}
.hbfwc-rate__popup-wrapper .hbfwc-rate__popup-heading h3 {
	margin: 0 0 0;
	padding: 0 0 0;
}
.hbfwc-rate__popup-wrapper .hbfwc-rate__popup-heading a.hbfwc-rate__popup-close {
	position: absolute;
	right: 1rem;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #667085;
	color: #fff;
	text-decoration: none;
}
.hbfwc-rate__popup-wrapper .hbfwc-rate__popup-content {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.hbfwc-rate__popup-content .hbfwc-rate__popup-content-inner {
	margin: 0;
	padding: 0 1rem 1rem;
}

.hbfwc-rate__popup-content-inner ul.hbfwc-rate__feature-list {
	list-style-type: none;
	margin: 0 -1rem 1rem -1rem;
	padding: .5rem 1rem .5rem 1rem;
	display: flex;
	flex-flow: row;
	row-gap: 2px;
	column-gap: 12px;
	flex-wrap: wrap;
	background: #EAECF0;
	position: sticky;
	top: 0;
}
.hbfwc-rate__popup-content-inner ul.hbfwc-rate__feature-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 4px;
	align-items: center;
}
.hbfwc-rate__popup-content-inner ul.hbfwc-rate__feature-list li i {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0px;
}

#bfwc-notice-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, .6);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .2s ease 0s;
	font-size: 1rem;
	line-height: 1.65;
}
#bfwc-notice-popup.is_called {
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
}
#bfwc-notice-popup>p {
	margin: 0;
	padding: 1.5rem;
	width: 500px;
	max-width: 90vw;
	box-sizing: border-box;
	border-radius: 8px;
	background: #fce7e8;
	color: #ae1120;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#bfwc-notice-popup>p:after {
	content: "×";
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #ae1120;
	color: #fff;
	cursor: pointer;
}

.hbfwc__amenities {
	margin: 0 0 1rem;
	padding: 0;
}
.hbfwc__amenities h4 {
	font-size: 14px;
	margin: 0 0 8px !important;
	padding: 0;
}
.hbfwc__amenities ul.hbfwc__amenities-list {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, calc(50% - 5px));
	grid-template-rows: auto;
	grid-auto-flow: dense;
	color: var(--hbfwc-gray-500);
}
.hbfwc__amenities.hbfwc__amenities-teaser ul.hbfwc__amenities-list {
	grid-template-columns: 1fr;
	grid-gap: 7px;
}
ul.hbfwc__amenities-list>li {
	list-style-type: none;
	margin: 0 0 0;
}
ul.hbfwc__amenities-list>li span{
	display: flex;
	width: 100%;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
}
ul.hbfwc__amenities-list li svg {
	flex: 0 0 20px;
	height: auto;
	width: 20px;
	overflow: hidden;
	fill: currentColor;
}
ul.hbfwc__amenities-list li i {
	font-size: 18px;
	flex: 0 0 20px;
}
ul.hbfwc__amenities-list>li span>span {
	display: block;
	flex: 1 1 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 0;
}

ul.hbfwc-room-info__list {
	list-style-type: none;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	display: flex;
	width: 100%;
	flex-flow: row;
	gap: 15px;
	align-items: center;
}

ul.hbfwc-room-info__list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--hbfwc-gray-500);
}
ul.hbfwc-room-info__list li.no_of__bed {
	padding-left: 22px;
	background-image: url(../icons/bed.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
ul.hbfwc-room-info__list li.no_of__guest {
	position: relative;
	padding-left: 22px;
	background-image: url(../icons/user.svg);
	background-position: left center;
	background-size: contain;
	cursor: help;
	background-repeat: no-repeat;
	border-bottom: 1px dotted var(--hbfwc-gray-300);
}
ul.hbfwc-room-info__list li.room__dim {
	padding-left: 22px;
	background-image: url(../icons/size.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}

.hbfwc-tooltip {
	position: absolute;
	top: calc(100% + 3px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	margin: 0;
	padding: 5px 8px;
	font-size: 11px;
	background: #1D2939;
	color: #fff;
	border-radius: 3px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-out 0s;
}
.hbfwc-tooltip:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-radius: 2px;
	background: #1D2939;
	top: -2px;
	left: calc(50% - 5px);
}
*:hover>.hbfwc-tooltip {
	opacity: .9;
	visibility: visible;
	transform: translateX(-50%) translateY(0px);
}

.hbfwc-checkout-popup {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #facc15;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	white-space: nowrap;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	position: absolute;
	z-index: 9999;
}

/** in range */
body.hbfwc .daterangepicker td.in-range:not(.active):not(.ends) {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0; 
}

/** active */
body.hbfwc .daterangepicker td.active:not(.ends),
body.hbfwc .daterangepicker td.active:not(.ends):hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

/** disabled */
body.hbfwc .daterangepicker td.disabled {
	background: rgba(0,0,0, .02);
	border-radius: 0;
	color: #bbb;
}

body.hbfwc .daterangepicker td.full-disabled:not(.ends),
body.hbfwc .daterangepicker td.full-disabled.in-range:not(.ends) {
	background-color: #f8d7da;
	color: #721c24;
	text-decoration: line-through;
	border-radius: 0;
}

body.hbfwc .daterangepicker td.checkout-only.in-range:not(.ends) {
	background: linear-gradient(135deg, #ebf4f8 50%, #f8d7da 50%);
	border-right-color: #f8d7da;
	border-bottom-color: #f8d7da;
	border-top-color: #ebf4f8;
	border-left-color: #ebf4f8;
}

body.hbfwc .daterangepicker td.checkout-only:not(.in-range):not(.ends) {
	background: linear-gradient(135deg, #ffffff 50%, #f8d7da 50%);
	color: #856404;
	border-radius: 0;
	border-right-color: #f8d7da;
	border-bottom-color: #f8d7da;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

body.hbfwc .daterangepicker td.checkout-only.end-date.active:not(.ends) {
	background: linear-gradient(135deg, #6fb8e7 50%, #357ebd 50%);
	color: #fff;
	border-width: 0px;
}

body.hbfwc .daterangepicker td.checkout-only.end-date:not(.ends) {
	border-radius: 0 4px 4px 0;
}

.hbfwc-addon-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hbfwc-addon-overlay .hbfwc-addon-popup {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	max-width: 600px;
	width: 80%;
	max-height: 80vh;
	overflow: auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.hbfwc-addon-popup h2 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
.hbfwc-addon-popup-item {
	margin-bottom: 0px;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.hbfwc-addon-popup-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.hbfwc-addon-popup-item label input[type="checkbox"] {
	margin-top: .4rem;
}
.hbfwc-addon-popup-item .hbfwc-addon-popup-item-description {
	font-size: 0.875em;
	color: #666;
}
.hbfwc-addon-popup-item input[type="number"] {
	width: 60px;
	padding: 2px;
	font-size: inherit;
	border-radius: 3px;
	height: auto;
	border: 2px solid #eee;
	text-align: center;
}
.hbfwc-addon-popup-item .hbfwc-addon-popup-item-price {
	font-size: 0.875em;
	margin-top: 4px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.hbfwc-addon-popup-buttons-wrap {
	margin-top: 20px;
	text-align: right;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
.hbfwc-addon-popup-buttons-wrap .hbfwc-addon-popup-button-cancel {
	padding: 8px 14px;
	background-color: #fff;
	color: #666;
	font-size: inherit;
	border: 1px solid #eee;
	cursor: pointer;
}
.hbfwc-addon-popup-buttons-wrap .hbfwc-addon-popup-button-go {
	padding: 8px 14px;
	cursor: pointer;
	font-size: inherit;
}

.hbfwc-single-addons {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #CBD5E0;
	background: #fff;
	border-radius: 6px;
}
.hbfwc-single-addons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hbfwc-single-addons ul>li.hbfwc-single-addon-item {
	list-style-type: none;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	flex-flow: row;
	gap: 5px;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #CBD5E0;
}
.hbfwc-single-addon-item label {
	width: 22px;
	margin: 0 0 0;
	padding: 1px 0 0;
}
.hbfwc-single-addon-item .hbfwc-single-addon-item__info {
	flex: 1 1 0;
	display: flex;
	flex-flow: column;
	gap: 5px;
	font-size: 13px;
	line-height: 1.5;
}
.hbfwc-single-addon-item__info > * {
	width: 100%;
	margin: 0 0 0;
	padding: 0 0 0;
}
.hbfwc-single-addon-item__info h4 {
	font-size: 14px;
	font-weight: 500;
}
.hbfwc-single-addon-item__info .hbfwc-single-addon-item__price {
	font-size: 14px;
}