/* Book - Wrapper - Grid */
:root {
  --bodyBottomPaddingMobile: 0;
}
.book-body { padding-bottom: var(--bodyBottomPaddingMobile); }
.book-body .be-wrapper {
	grid-template-rows: auto 1fr auto;
	grid-template-areas:
		"header"
		"main"
		"sidebarFooter";
}
@media (min-width: 1025px) {
	.book-body { height: auto; width: auto; overflow-y: visible; padding-bottom: 0.5rem; }
	.book-body .be-wrapper { height: auto; }
}

/* Book - Header */
.book-body .be-header { border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
.book-body .be-header-navigation { display: none; }
@media (min-width: 1025px) {
	.book-body .be-header { position: sticky; position: -webkit-sticky; top: 0; }
	.book-body .be-header-bar { justify-content: space-between; }
}

.book-body .i-header-booking-cart { display: none; }

/* Book - Main */
.book-body .be-main { --sidePadding: 2rem; padding: 0; }
@media (min-width: 1025px) {
	.book-body .be-main {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr minmax(auto, var(--mainContainerWithSidebar)) var(--sidebarWidth) 1fr;
		grid-template-areas:
			"header header header header"
			". bookMain bookSidebar .";
	}
	.book-body .book-main { grid-area: bookMain; padding: var(--sidePadding); }
}

.be-main{ display: flex; flex-direction: column; }
.book-main { order: 1; overflow-x: hidden; };
.be-header-bar { padding: 1.5rem; }
.be-header-bar .container { justify-content: center;}
.be-header-logo-img { max-width: 10rem;}
.i-header-book-now-btn { display: none; }
.i-header-navigation-top { display: none; }

@media(min-width: 1025px ) {
	.be-header-bar { padding: 0; }
	.be-header-logo-img { max-width: 20rem; height: auto; width: 100%; }
}

/* Book - Sidebar */
.book-sidebar { overflow-y: auto; position: relative; order: 2; padding: 0 1rem; }
#apiresponse { box-shadow: var(--dropShadow); }
#apiresponse .be-loading { margin-bottom: 2rem; padding: 7rem; background-color: hsl(var(--white)); }
.be-footer { display: none; }
@media (min-width: 1025px) {
	.book-sidebar { position: sticky; top: 12rem; height: 91vh; display: flex; flex-direction: column; }
	.book-body .book-sidebar { grid-area: bookSidebar; padding: var(--sidePadding) var(--sidePadding) 6rem; }
	.book-body .book-sidebar { scrollbar-color: transparent transparent; } /* Firefox */
	.book-body .book-sidebar:hover { scrollbar-color: hsla(var(--siteColor1), 50%) transparent; } /* Firefox */
  .book-body .book-sidebar::-webkit-scrollbar-track,
  .book-body .book-sidebar::-webkit-scrollbar-thumb { background-color: transparent; }
  .book-body .book-sidebar:hover::-webkit-scrollbar-thumb { background-color: hsla(var(--siteColor1), 50%); }
	.book-body .book-sidebar-footer { margin: 0 calc(var(--sidePadding) * -1); }
	.be-footer { display: block; }
}

/* Book - Property Info */
.book-property-info.book-section { margin-bottom: 0; }
.book-property-info .book-section-heading { position: relative; top: 0; color: var(--bodyFontColor); position: relative; text-align: center; font-size: 1.25rem; font-weight: var(--wLight); margin: 0; padding: 1rem 0; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
.book-property-info .book-section-body { display: flex; flex-direction: column; justify-content: flex-end; padding: 0 1rem; }
.book-property-info .book-section-body h1 { color: hsl(var(--siteColor1)); font-weight: }
.book-property-info .book-section-body p { font-size: 1.4rem; line-height: 1.3; position: relative; text-align: center; padding: 0.75rem 0; }
.book-property-info .book-section-body span { font-weight: var(--wBold); color: hsl(var(--siteColor1)); }
.book-property-info .book-section-body .h4 { color: hsl(var(--siteColor1)); font-family: var(--siteFont1); font-size: 1.125rem; font-weight: var(--wMedium); text-align: left; text-transform: capitalize; }
.book-property-info .book-section-body .h4 span { font-weight: var(--wMedium); }
.book-property-info .row { min-height: 15rem; background: hsl(var(--white)); padding: 0; border-radius: .5rem; }
.book-property-info .row [class^=col]:first-child { height: 15rem; margin-bottom: 1.5rem; }
.book-property-info .row [class^=col]:last-child { display: flex; flex-direction: column; justify-content: space-between; padding: 0 var(--sidePadding); }
.book-property-info .row img { object-fit: cover; border-radius: 0; }
.book-property-info .row .h5 { color: hsl(var(--siteColor1)); font-weight: var(--wBold); margin-bottom: 0; }
.book-property-info .row .be-property-widget-info-labels { justify-content: flex-start; align-items: unset; padding-left: 0; }
.book-property-info .row .be-property-widget-info-label { flex-direction: row; font-family: var(--siteFont1); font-weight: var(--wBold) }
.book-property-info .row .be-property-widget-info-label:first-of-type { flex-direction: row; font-family: var(--siteFont1); font-weight: var(--wBold); padding-left: 0; }
.book-property-info .location,
.book-property-info .residence-collection { margin-bottom: 1rem; display: flex; flex-direction: column; }
.book-property-info .location span,
.book-property-info .residence-collection span { font-size: 1.0625rem; font-weight: var(--wBold); }
.book-property-info .arrow-to-from { display: inline-block; width: 2.5rem; }
.book-main .book-property-info { display: block; margin: 1rem 0 2rem; }
@media (min-width: 1025px) {
	.book-main .book-property-info { margin: 0; }
	.book-main .book-property-info .book-section-body p { font-size: 1.625rem; text-align: left; padding-bottom: 1.5rem; text-transform: capitalize; }
	.book-property-info .row { min-height: 15rem; background: hsl(var(--white)); padding: 1rem; border-radius: .5rem; }
	.book-property-info .row [class^=col]:first-child { height: 15rem; margin-bottom: 0; }
	.book-property-info .row img { object-fit: cover; border-radius: .5rem; }
	.book-sidebar .book-property-info .book-section-body { display: none; }
	.book-property-info .book-section-body p { font-size: 1.4rem; line-height: 1.3; position: relative; text-align: center; padding: 0.75rem 0; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; margin: 0; }
	.book-property-info .row .be-property-widget-info-labels { justify-content: flex-start; align-items: unset; }
	.book-property-info .location,
	.book-property-info .residence-collection { margin-bottom: 1rem; display: flex; flex-direction: row; }
}

/* Book - Image */
.book-sidebar-img-wrap { position: relative; padding-bottom: 65%; overflow: hidden; border-radius: 1rem; }

/* Book - Section Defaults */
.book-section { padding: 0; transition: .4s all ease-in-out; }
.book-section-heading { font-size: 1.5rem; position: relative; font-weight: var(--wBold); color: hsl(var(--siteColor1)); z-index: 3; padding: 0.5rem 0; margin: -0.5rem 0 0; }
.book-section-step-heading { color: hsl(var(--siteColor1));  margin-bottom: 0.25rem; text-transform: capitalize; }
.book-section-body .row { --sizing: 0.35rem; margin-left: calc(var(--sizing) * -1); margin-right: calc(var(--sizing) * -1); }
.book-section-body [class^=col] { padding-left: var(--sizing); padding-right: var(--sizing); }
.book-section-body .form-group > .iti { display: block; width: 100%; }
.book-protect-trip { background: hsl(var(--white)); padding: 1rem; border-radius: .25rem; box-shadow: var(--dropShadow); }
.book-protect-trip .book-section-heading { font-size: 1.125rem; display: flex; justify-content: space-between; padding-right: 1rem; padding-left: 1rem; }
.book-protect-trip .book-section-heading span { font-size: 1rem; font-weight: var(--wBold); text-transform: uppercase; text-decoration: underline; cursor: pointer; }
.book-protect-trip .book-section-body { padding-right: 1rem; padding-left: 1rem; }
.book-protect-trip .book-section-body p { font-size: 1rem; color: hsl(var(--siteColor5)); border: 0.0625rem solid hsl(var(--siteColor5)); border-radius: .25rem; padding: .55rem; }
.book-protect-trip .book-section-body label { font-size: .9rem; color: hsl(var(--bodyFontColor)); margin: 0; padding-left: 0; }
.book-payment-schedule.book-section { background: hsl(var(--white)); padding: 1rem; }
@media (min-width: 1025px) {
	.book-section { margin-bottom: var(--sidePadding);  padding: 0; transition: .4s all ease-in-out; }
	.book-section-body .form-group.has-selectpicker { min-height: 4.42425rem; }
}

/* Book - Quote List */
.book-quote { position: relative; }
.book-quote-list { margin: 0; padding: 0; }
.book-quote-item { --quoteItemPadding: 0.6rem; line-height: 1; padding: var(--quoteItemPadding) 0; list-style: none; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.0625rem hsla(var(--bodyFontColor), 10%) solid; }
.book-quote-item-text,
.book-quote-item-group { position: relative; display: flex; align-items: center; }
.book-quote-item-price { opacity: 1; display: flex; align-items: baseline; letter-spacing: 0.03125rem; transition: opacity 0.25s ease-in-out; }
.book-quote-item-toggle { display: block; padding: 0; }
.book-quote-item-toggle-group { display: flex; flex-grow: 1; }
.book-quote-item-toggle-btn { margin: 0; padding: var(--quoteItemPadding) 0; border-radius: 0; background-color: transparent; justify-content: space-between;	align-items: center; flex-grow: 1; }
.book-quote-item-toggle-btn:focus,
.book-quote-item-toggle-btn:active,
.book-quote-item-toggle-btn:hover { box-shadow: none; }
.book-quote-item-toggle-btn .icon { color: hsl(var(--siteColor1)); margin: 0 0.5rem; }
.book-quote-item-toggle-btn.toggled .icon { transform: rotate(180deg); }
.book-quote-item-toggle-btn.toggled .book-quote-item-price { opacity: 0; }
.book-quote-item-toggle-btn .book-quote-item-text,
.book-quote-item-toggle-btn .book-quote-item-price { color: hsl(var(--bodyFontColor)); font-weight: var(--wRegular); }
.book-quote-item-toggle-list { border: none; margin: 0; padding: 0; height: auto; max-height: 0; overflow: hidden; transition: all ease-in-out 0.2s; }
.book-quote-item-toggle-list .book-quote-item { padding-left: 2.25rem; font-style: italic; }
.book-quote-item-toggle-list .book-quote-item:first-child{ border-top: 0.0625rem hsla(var(--bodyFontColor), 10%) solid; }
.book-quote-item-toggle-list .book-quote-item:last-child { border-bottom: none; }
.book-quote-total { font-size: 1.25rem; font-weight: var(--wBold); border: none; }
.book-quote-total .book-quote-item-price sup { font-weight: var(--wBold); }
.book-quote-optional { margin-top: 1.5rem; }
.book-quote-optional p.h5 { font-weight: var(--wRegular); border-bottom: 0.0625rem hsla(var(--bodyFontColor), 10%) solid; padding-bottom: 0.25rem; }
.book-quote-optional .book-quote-item { padding: calc(var(--quoteItemPadding) - 0.1rem) 0; }
.book-quote-optional-list .book-quote-item-group { margin-left: 0.5rem; }
.book-quote-item span[data-toggle=tooltip] .icon { width: 1rem; height: 1rem; }

/* Book - Price Breakdown */
.price-tabs { background-color: hsl(var(--white)); }
.price-tabs .nav-item { flex-grow: 1; width: auto; }
.price-tabs .nav-link { background-color: hsl(var(--siteColor6)); border: none; border-radius: 0; text-align: center; }
.price-tabs .nav-link.active { background-color: hsl(var(--white));  }
.price-tabs .nav-item .price-summary-heading { font-size: 1.125rem; font-weight: var(--wMedium); }
.price-tab-content { margin-bottom: var(--sidePadding); }
.book-price-breakdown { position: relative; background: hsl(var(--white)); margin: 0; padding: 1rem; }
.book-price-breakdown-quote { position: relative; }
.book-price-breakdown .fees-dropdown { font-size: .8125rem; font-family: var(--siteFont); color: hsl(var(--siteColor1)); font-weight: var(--wRegular); text-decoration: underline; margin-left: 1rem;}
.book-price-breakdown .book-total { font-size: 1.375rem; font-weight: var(--wHeavy); }
.price-summary-heading { font-size: 1.125rem; font-weight: var(--wMedium); }

/* Book - Payment Schedule */
.book-payment-schedule-list { margin: 0; padding: 0; }
.book-payment-schedule-list-item { padding: 0.5rem 0; list-style: none; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
.book-payment-schedule-list-item:last-child { border-bottom: none; }
.book-payment-schedule-list-item-price { font-weight: var(--wBold); }

/* Book - Protect Your Trip */
.book-protect-trip .book-section-body { padding-bottom: 0.25rem; }
.book-protect-trip fieldset { margin: 0; }
.book-protect-trip .form-check-inline { margin: 0 0 0.5rem; }
.book-protect-trip .form-check-label { align-items: flex-start; }
.book-protect-trip .form-check-label span { margin-left: 0.35rem; }

/* Book - Promo Code */
.book-promo-code-wrap { display: flex; margin-bottom: 1rem; }
.book-promo-code-wrap .book-promo-code { flex-grow: 1; }
.book-promo-code-wrap .book-promo-code > label { line-height: 1; }
.book-promo-code-wrap .book-promo-code input[type=text] { background: hsla(var(--siteColor6), 50%); border-radius: 0.25rem 0 0 0.25rem; }
.book-promo-code-wrap .btn { max-width: 7rem; border-radius: 0 0.25rem 0.25rem 0; }

/* Book - Secure */
.book-secure { padding: 0 1rem var(--sidePadding); border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
.book-secure-body { text-align: center; }
.book-secure-body p { margin: 0; }
.book-secure .alert { display: flex; justify-content: center; align-items: center; padding: 0.75rem 1rem; }
.book-secure .alert .icon { margin-right: 0.75rem; }
.book-secure-cards .icon { width: 2.5rem; height: 2.5rem; margin: 0 0.125rem; }
.book-payment-info { padding: 0 1rem; }
.book-payment-info > div { margin-bottom: 1rem; }
.book-payment-info .book-secure-cards { display: none; }
.book-payment-info .dropdown-toggle .filter-option { margin-top: .75rem !important; }
.book-payment-info input::placeholder{ position: absolute; bottom: .25rem; }
@media (min-width: 1025px) {
	.book-secure-body .book-secure-cards { display: none;  }
	.book-payment-info .book-secure-cards { display: flex; justify-content: center; align-items: center; }
	.book-payment-info .cc-iamges { margin-left: 1rem; }
	.book-payment-info .book-secure-cards .icon { transition: all ease-in-out 0.2s; }
	.book-payment-info .book-secure-cards .icon.dim { opacity: 0.25; }
	.book-payment-info .book-secure-cards .icon.active { opacity: 1; }
	.book-payment-info .book-secure-cards .icon.visa.active { color: hsl(244deg 39% 42%); }
	.book-payment-info .book-secure-cards .icon.mastercard.active { color: hsl(206deg 60% 45%); }
	.book-payment-info .book-secure-cards .icon.amex.active { color: hsl(166deg 45% 41%); }
	.book-payment-info .book-secure-cards .icon.discover.active { color: hsl(198deg 42% 75%); }
}

/* Book - Travel Agent Info */
.book-travel-agent { padding: 0 1rem; }
.book-travel-agent .book-section-body { padding-top: 1rem; }

/* Book - Contact Info */
.book-contact-info { padding: 0 1rem; }
.book-contact-info .book-section-body { padding-top: 1.5rem; }
.book-contact-info .book-contact-info-remind-me-to-book-btn { background-color: transparent; color: hsl(var(--siteColor1)); border: 0.0625rem solid hsl(var(--siteColor1)); }
.book-contact-info .book-contact-info-remind-me-to-book-btn:hover { background: hsl(var(--siteColor1)); color: hsl(var(--white)); }
.book-contact-info .book-contact-info-remind-me-to-book-btn:hover .icon { color: hsl(var(--white)); transition: .4s all ease-in-out; }
.book-contact-info .book-contact-info-remind-me-to-book-btn .icon { color: hsl(var(--siteColor1));}

/* Book - Billing Info */
.book-billing-info { padding: 0 1rem; }
.book-billing-info .form-group.be-checkbox { display: flex; margin: 1rem 0 1.5rem; }
.book-billing-info .form-check-label span { font-weight: var(--wLight); margin-left: 0.25rem; }
@media (min-width: 1025px) {
	.book-body .book-section-body .form-check-label { display: inline-flex; }
}

/* Book - Terms & Conditions */
.book-terms-and-conditions { padding: 0 1rem; }
.book-terms-and-conditions-heading { margin-bottom: 2rem; padding-bottom: 0; text-align: center; }
.book-terms-and-conditions .alert { font-weight: var(--wBold); padding: .75rem 2.5rem; }
.book-terms-and-conditions .alert span { text-transform: capitalize; font-size: 1rem; font-weight: var(--wMedium); font-family: var(--siteFont); letter-spacing: 0; text-align: center; }
.book-terms-and-conditions-box { margin-bottom: 1rem; padding: 0; }
.book-terms-and-conditions-box .be-read-more-wrap { --defaultHeight: 8rem; padding: 1.5rem 0.5rem 1.5rem 1.5rem; border: 0.0625rem hsla(var(--black), 10%) solid; border-radius: var(--borderRadiusCheckbox) var(--borderRadiusCheckbox) 0 0; margin-bottom: 0; }
.book-terms-and-conditions-box .be-read-more-btn { width: 100%; margin-top: -0.0625rem; border-radius: 0 0 var(--borderRadiusCheckbox) var(--borderRadiusCheckbox); }
.book-terms-and-conditions .be-opt-in { padding: 0; border: none; }
.book-terms-and-conditions-content { padding-right: 1rem; max-height: 31vh; }
.book-terms-and-conditions-box .be-read-more-wrap.open .book-terms-and-conditions-content { overflow: auto; }
.book-terms-and-conditions .pdp-section-heading { display: none; }
.be-terms { display: flex; }
.be-opt-in { display: flex; }
@media (min-width: 1025px) {
	.book-terms-and-conditions { margin-bottom: 2rem; padding: 0 1rem; }
	.book-terms-and-conditions-content { max-height: 43vh; }
	.book-terms-and-conditions-heading { margin-bottom: 2rem; padding-bottom: 0; text-align: left; }
}

/* Book - Policies Tabs */
.booking-terms-nav-tabs .nav-item { width: auto; padding-right: 0.0625rem; padding-bottom: 0.125rem; }
.booking-terms-nav-tabs { border: none; display: none !important; }
.booking-terms-nav-tabs-mobile { border: none; display: block !important; overflow-x: hidden; }
.booking-terms-nav-tabs .nav-link { background: hsla(var(--siteColor1), 25%); border-radius: var(--borderRadiusCeckbox); color: hsl(var(--bodyFontColor)); font-weight: var(--wMedium); font-size: 1.125rem; text-transform: capitalize; }
.booking-terms-nav-tabs .nav-link.active { background: hsla(var(--siteColor1)); color: hsl(var(--white)); font-weight: var(--wBold); font-size: 1.125rem; text-transform: capitalize; }
.booking-terms-tab-content { margin-top: -0.0625rem; margin-bottom: 1rem; padding: 1rem; border: 0.0625rem solid hsla(var(--siteColor1), 25%); }
.booking-terms-tab-content .card { border: none; }
.booking-terms-tab-content .card-body { background: hsl(var(--siteColor2)); padding: 0; }
.booking-terms-tab-content .tab-pane-container .container { padding: 0; }
@media(min-width: 768px ) {
	.booking-terms-nav-tabs { border: none; display: flex !important; }
	.booking-terms-nav-tabs-mobile { border: none; display: none !important; }
}

/* Book - Sidebar Footer */
.book-sidebar-footer { grid-area: sidebarFooter; background-color: hsl(var(--white)); padding: 1.5rem; border-radius: var(--borderRadius) var(--borderRadius) 0 0; box-shadow: var(--dropShadow), var(--dropShadow); position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; }
.book-sidebar-footer-action-wrap {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "action";
}
.book-sidebar-footer-action .btn { font-size: 1.125rem; text-transform: uppercase; padding: 1.25rem 1.5rem; }
.book-sidebar-footer-action .btn.disabled { opacity: 0.75; }
.book-sidebar-footer-action .btn .icon { position: relative; }
.book-sidebar-footer-action { grid-area: action; display: flex; }
.book-sidebar-footer-action-price { margin-right: 1rem; line-height: 1.125; letter-spacing: 0.03125rem; display: flex; flex-direction: column; justify-content: center; }
.book-sidebar-footer-action-price-heading { font-weight: var(--wThin); -webkit-font-smoothing: auto; margin-bottom: 0.125rem; }
.book-sidebar-footer-action-price-amount { font-size: 1.25rem; font-weight: var(--wBold); display: flex; align-items: baseline; line-height: 1; }
.book-sidebar-footer-action-price-amount sup { font-weight: var(--wBold); }
.book-sidebar-footer-action-btn-content { width: 100%; }
.book-sidebar-footer-action-btn-loading .icon { animation: spin-animation 0.75s infinite; }
.book-sidebar-footer .book-sidebar-footer-alerts { margin: -0.25rem 0 1rem; }
.book-sidebar-footer .book-sidebar-footer-alerts.all-alerts-hidden { margin: 0; }
.book-sidebar-footer .book-sidebar-footer-alerts .alert { margin: 0.25rem 0 0; padding: 0; /* padding: 0.75rem 1rem; */ background: transparent; border: none; font-size: 85% !important; }
.book-sidebar-footer .book-sidebar-footer-alerts .alert p { margin: 0; }
.book-sidebar-footer .book-sidebar-footer-alerts .alert p span { font-weight: var(--wBold); }
.book-sidebar-footer .book-sidebar-footer-alerts .alert.submission-hide { display: none !important; }
.book-sidebar-footer .book-sidebar-footer-confirm-booking-btn { display: flex; justify-content: center; position: relative; color: hsl(var(--black)); background-color: hsl(var(--siteColor2)); font-weight: var(--wMedium); }
.book-sidebar-footer .book-sidebar-footer-confirm-booking-btn.disabled { cursor: default; color: hsl(var(--white)); background-color: hsla(0, 0%, 10%) !important; }
.book-sidebar-footer .book-sidebar-footer-confirm-booking-btn .book-sidebar-footer-action-btn-content,
.book-sidebar-footer .book-sidebar-footer-confirm-booking-btn .book-sidebar-footer-action-btn-loading { display: flex; justify-content: center; align-items: center; }
.book-sidebar-footer .book-sidebar-footer-confirm-booking-btn .book-sidebar-footer-action-btn-loading:before { content: ""; display: block; animation: spin-animation 0.75s infinite; width: 1.5rem; height: 1.5rem; margin-right: 0.5rem; border: 0.25rem solid currentColor; border-radius: 50%; border-top-color: transparent; }
.book-sidebar-footer-alerts button { margin-bottom: 0.5rem; }
@media (min-width: 1025px) {
	.book-body .book-sidebar .book-sidebar-footer { display: block; position: relative; margin: 0 auto; width: 100%; }
	.book-sidebar-footer-action .btn { font-size: 1.125rem; text-transform: uppercase; padding: 0.75rem 1.5rem; }
  /* .book-sidebar-footer .book-sidebar-footer-alerts .alert { padding: 0.5rem 1rem; } */
}

/* Swipe Button */
.book-sidebar-footer-swipe-confirm-booking-btn { display: flex; justify-content: center; position: relative; color: hsl(var(--black)); background-color: hsl(var(--siteColor2)); font-weight: var(--wMedium); font-size: 1.125rem; text-transform: uppercase; }
.book-sidebar-footer-swipe-confirm-booking-btn.swipe-btn { width: 100%; max-width: 300px; height: 3rem; display: flex; flex-basis: 100%; position: relative; padding-left: 3rem; }
.book-sidebar-footer-swipe-confirm-booking-btn.swipe-btn .btn-slider { display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; position: absolute; top: 4px; left: 4px; background: hsla(var(--white), 50%); border-radius: 50vw; color: hsl(var(--black)); transition: all 0.25s ease-in-out; }
.book-sidebar-footer-swipe-confirm-booking-btn.swipe-btn .btn-slider.unlocked { width: inherit; height: 3rem; top: 0 !important; left: 0 !important; transform: all 0.4s ease-in-out; }
.book-sidebar-footer-swipe-confirm-booking-btn.swipe-btn.disabled { cursor: default; color: hsl(var(--white)); background-color: hsla(0, 0%, 10%) !important; }

/* Book - Payment Info Card */
.book-payment-info-card { display: none; height: 200px; background-color: var(--placeholderBG);  }
.book-payment-info-card[data-jp-card-initialized] { background-color: transparent; display: none; }
.book-secure-cards { display: none; }
.book-payment-info-card .jp-card.jp-card-identified { box-shadow: none; }
.book-payment-info-card .jp-card-logo span,
.book-payment-info-card .jp-card-logo span .elec { font-size: 1rem; }
.book-payment-info-card .jp-card-logo.jp-card-visa span { font-size: 1.5rem; }
.book-payment-info-card .jp-card-logo.jp-card-mastercard span { display: block; transform: scale(0.65); position: relative; top: 0; left: -0.6rem; }
.book-payment-info-card .jp-card-logo.jp-card-discover span { display: block; transform: scale(0.5) translate(-0.75rem, -0.375rem); }
.book-payment-info-card .jp-card .jp-card-back .jp-card-display,
.book-payment-info-card .jp-card .jp-card-front .jp-card-display { opacity: 1; color: hsl(var(--bodyFontColor)); }
.book-payment-info-card .jp-card.jp-card-identified .jp-card-back .jp-card-display,
.book-payment-info-card .jp-card.jp-card-identified .jp-card-front .jp-card-display { color: hsl(var(--white)); }
.book-payment-info-credit-card-number-wrap { position: relative; }
.book-payment-info-credit-card-number-mark { position: absolute; top: 50%; right: 0.75rem; z-index: 2; line-height: 1; transform: translateY(-50%); }
.book-payment-info-credit-card-number-mark-accepted { color: var(--success); }
.book-payment-info-credit-card-number-mark-rejected { color: var(--danger); cursor: pointer; }
#expSelects .has-selectpicker .btn-outline,
#expSelects .has-selectpicker .dropdown-toggle { width: 100%; border-radius: var(--borderRadiusCheckbox); }

/* Book - Validation Error Message Positions */
.selectpicker.error + .error { top: -1.125rem; z-index: 2; }
.be-counter-group label.error { top: 100%; right: auto; }
#promoCode-error { top: 75%; right: 0.125rem; }
/* #bookPaymentInfoCreditCardNumber::placeholder { position: absolute; bottom: 0; color: red;} */
#bookPaymentInfoCreditCardNumber-error { top: 100%; right: auto; text-transform: capitalize; }
#bookPaymentInfoCreditCardExpirationDate-error { top: -0.25rem; }

/* Book Travel Section */
.book-terms-and-conditions .be-read-more-wrap { --defaultHeight: 10rem; background: hsl(var(--white)); padding: 1rem; }
.book-terms-and-conditions .be-read-more-btn { cursor: pointer; display: flex; align-items: center; justify-content: center; background: hsl(var(--mediumGray)); margin-bottom: 1rem; }

/* Book - Travel Insurance Modal */
.book-travel-insurance-modal .i-modal-footer-bar { flex-direction: column; align-items: center; }
.book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option { width: 100%; }
.book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option:first-child { margin-bottom: 0.5rem; }
.book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option button { display: flex; width: 100%; }
@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  .book-travel-insurance-modal .i-modal-footer-bar { flex-direction: unset; align-items: center; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option { width: auto; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option:first-child { margin-bottom: 0; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option button { display: inline-flex; width: auto; }
}
@media (min-width: 1025px) {
  .book-travel-insurance-modal .i-modal-footer-bar { flex-direction: unset; align-items: center; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option { width: auto; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option:first-child { margin-bottom: 0; }
  .book-travel-insurance-modal .i-modal-footer-bar .i-modal-footer-bar-option button { display: inline-flex; width: auto; }
}

.book-terms-conditions-modal .i-modal-footer-bar { justify-content: center; background: hsl(355, 70%, 91%); }
.book-terms-conditions-modal .i-modal-footer-bar.terms-checked { background: hsl(134, 41%, 88%); }
.book-terms-conditions-modal .i-modal-footer-bar label { font-weight: var(--wBold); }
.book-terms-conditions-modal .i-modal-footer-bar label.disabled { pointer-events: none; }
@media (min-width: 1025px) {
  .book-terms-conditions-modal .i-modal-footer-bar { border-radius: 0 0 var(--borderRadius) var(--borderRadius); }
}

/* Custom Overrides */
.book-section-body label { position: absolute; color: hsla(var(--bodyFontColor), .5); font-weight: var(--wMedium); padding: .5rem 0 .5rem .5rem; z-index: 2;}
.book-section-body .form-control { padding: 1rem .75rem 0 !important; height: 3.5rem; }
.book-section-body .bootstrap-select  { border-radius: .25rem; }
.book-section-body .bootstrap-select .dropdown-toggle { height: 3.5rem; }
.book-section-body .bootstrap-select .dropdown-toggle:after {  margin-top: 1.5rem; }
.book-section-body textarea { min-height: 12rem; }
.book-section-body .dropdown-toggle .filter-option { margin-top: 3rem !important; }

.book-section-body .be-checkbox label { color: hsl(var(--black)); font-weight: var(--wMedium); }
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 50% !important; top: 40% !important; }
#bookContactInfoPhone { padding-left: 3rem !important; }

.book-section-heading-mobile { font-size: 1.25rem; width: 70%; }
.hide-div { font-size: 0.8125rem; text-transform: uppercase; font-weight: var(--wMedium); color: hsl(var(--siteColor1)); }
.hide-div .icon { cursor: pointer; width: .75rem; height: .75rem; transition: .4s all ease-in-out; transform: rotate(180deg);}
.rotate { transform: rotate(0) !important; }
.shrink-div { height: 4rem; overflow: hidden; transition: .4s all ease-in-out; }
@media(min-width: 1025px ) {
	.hide-div { display: none; }
}