.ui-datepicker-calendar .ui-state-default {
        background: #ffffff;
    }
    /* only apply this css for property-detail */
#footer {
    display:none;
}

.top-cart-filter-fvh {
    overflow-y: auto;
    min-height: unset;
    height: calc(100vh - 250px);
}

.map-width {
    height: calc(100vh - 300px);
    display: block;
}
/* end  css for property-detail */


div#price-range {
    position: absolute;
    width: 93%;
    top: 0px;
    right: 0px;
}    

.stay-errors-wrapper {
    display: flex;
    justify-content: center;  /* horizontal */
    align-items: flex-start;      
    min-height: 300px;        /* or 100vh if you want full viewport height */
    padding: 20px;
}

.stay-errors {
    max-width: 500px;
    padding: 20px;
    text-align: left;
}
.stay-errors ul {
    padding-left: 0.1rem;
}

h5.card-unit-title {
    color: #000000;
}
.card-unit-title a {
    color: #000000;
    text-decoration: none;
}

/* new for labels resort and price */
/* Ribbon row – isolate from theme rem scaling */
/* =========================================================
   RIBBON (theme-independent sizing, in-flow full-bleed)
   Goal:
   - Same visual font size across sites with different root html font-size
   - Keep your existing negative-margin "touch edges" behavior
   - Keep colors via CSS variables
   ========================================================= */

/* Ribbon row – stretches to edges (using your existing margins) */
.property-label-row {
  display: flex;
  overflow: hidden;

  /* Keep your current spacing behavior */
  margin-top: -1.4rem;
  margin-right: -1.30rem;
  margin-left: -1.30rem;
  margin-bottom: 1.5rem;

  /* IMPORTANT: component baseline (portable across themes) */
  font-size: 14px;   /* locks the ribbon scale regardless of root rem */
  line-height: 1;    /* avoids theme line-height inflation */
  height: 2em;       /* = 28px when font-size is 14px; scales if font-size changes */
}

/* Base style for each feature segment */
.property-feature {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "lnum" 1, "tnum" 1;

  /* IMPORTANT: use em so it depends on the ribbon baseline, not html */
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  /* helps prevent text from feeling cramped/clipping */
  padding-inline: 0.6em;
}

/* Weighting: Reunion + Recommended get 2 parts, Flex30 gets 1 part */
.feature-reunion,
.feature-recommended {
  flex: 2 1 0;
}

.feature-flex30 {
  flex: 1 1 0;
}

/* Colors */
.feature-reunion {
  background: var(--reunion-membership-bg);
  color: var(--reunion-membership-text);
}

.feature-recommended {
  background: var(--recommended-rental-bg);
  color: var(--recommended-rental-text);
}

.feature-flex30 {
  background: var(--flex30-bg);
  color: var(--flex30-text);
}

/* Optional: outer corners (you set to 0 currently, keeping your behavior) */
.property-label-row .property-feature:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.property-label-row .property-feature:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Small-screen tweak */
@media (max-width: 480px) {
  /* Scale the whole component down slightly */
  .property-label-row {
    font-size: 13px;  /* now height becomes 26px because height is 2em */
  }

  .property-feature {
    letter-spacing: 0.05em;
  }
}


/* end labels resort and price */
/* Keiths Fix */
.slick-slide img {display: block;width: 100%; height: auto;}
.banner-images {max-width: 1600px;margin: auto;}
@media screen and (max-width: 1200px) {.scroll-card {overflow-y: auto;height: fit-content!important;}
	.top-cart-md5-filter-fvh {display: none;}
}
/* NEW BOOKING FOOTER
/* =========================================================
   RVH BOOKING FOOTER
   Framework independent
   Root-font-size safe
   Theme-safe
   ========================================================= */

/* ===============================
   COMPONENT BASE
   =============================== */
/* Neutralize Bootstrap's .card-footer ONLY for our booking footer */
.card-footer.rvh-booking-footer{
  padding: 12px 20px !important;                /* or whatever you want */
  background-color: transparent !important;
  color: inherit !important;
  border-top: 1px solid rgba(0,0,0,0.06) !important;
}

.rvh-booking-footer,
.rvh-booking-footer * {
  box-sizing: border-box;
}

.rvh-booking-footer {
  position: relative;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-size: 16px;
  line-height: 1.2;

  padding: 12px 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: transparent;
}

/* ===============================
   LAYOUT ROW
   =============================== */

.rvh-booking-footer .booking-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

/* ===============================
   BOOK NOW BUTTON
   =============================== */

.rvh-booking-footer .btn-book-now {
  appearance: none;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 22px;

  border-radius: 999px;
  border: 2px solid var(--primery-btn-border);

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background-color: var(--primery-beg);
  color: var(--primery-text);

  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  white-space: nowrap;
  transition: all 0.2s ease;
}

.rvh-booking-footer .btn-book-now:hover {
  background-color: var(--primery-hover);
  color: var(--primery-hover-txt);
  border-color: var(--primery-hover-border);
}

/* ===============================
   PRICE BLOCK
   =============================== */

.rvh-booking-footer .booking-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;

  min-height: 48px;
  text-align: right;
  white-space: nowrap;
}

.rvh-booking-footer .bp-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888;
  margin-bottom: 3px;
}

.rvh-booking-footer .bp-main {
  font-size: 18px;
  font-weight: 700;
  color: #444;
}


.rvh-booking-footer .bp-suffix {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}

.rvh-booking-footer .bp-note {
  font-size: 12px;
  color: #137333;        /* green text */
  margin-top: 2px;
}

/* green check icon */
.rvh-booking-footer .bp-note::before{
  content: "✓";
  margin-right: 4px;
  color: #137333;
}

/* tax note line */

.rvh-booking-footer .bp-tax-note{
  font-size: 12px;
  color: #8a8a8a;
  text-transform: none;
  margin-top: 2px;
  text-align: right;
}

.rvh-booking-footer .bp-original {
  font-size: 14px;
  color: #d32f2f;
  text-decoration: line-through;
  margin-bottom: 2px;
}

/* Starting state emphasis */
.rvh-booking-footer .booking-state-starting .bp-main {
  font-size: 20px;
  font-weight: 800;
}

/* ===============================
   SALE FLAG (BASE)
   =============================== */

.rvh-booking-footer .sale-flag {
  position: absolute;
  top: 10px;
  right: 20px;

  display: none;

  padding: 6px 12px;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;

  border: 1px solid transparent;
  white-space: nowrap;
}

/* Show only when on sale */
.rvh-booking-footer.is-on-sale .sale-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Reserve space only when sale flag exists */
.rvh-booking-footer.is-on-sale .booking-footer-row {
  padding-top: 40px;
}

/* ===============================
   SALE THEMES (Clean & Simple)
   =============================== */

/* Booking */
.rvh-booking-footer.sale-theme-booking .sale-flag {
  background: rgba(0,53,128,0.10);
  border-color: rgba(0,53,128,0.22);
  color: #003580;
}

/* Airbnb */
.rvh-booking-footer.sale-theme-airbnb .sale-flag {
  background: rgba(255,56,92,0.10);
  border-color: rgba(255,56,92,0.22);
  color: #FF385C;
}

/* Success */
.rvh-booking-footer.sale-theme-success .sale-flag {
  background: #E6F4EA;
  border-color: rgba(26,127,55,0.20);
  color: #1A7F37;
}

/* Green + Gray */
.rvh-booking-footer.sale-theme-green-gray .sale-flag {
  background: #E2E2E2;
  border-color: rgba(243, 243, 245, 0.25);
  color:#137333;
}

/* ===============================
   MOBILE
   =============================== */

@media (max-width: 575px) {

  .rvh-booking-footer .booking-footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .rvh-booking-footer .btn-book-now {
    width: 100%;
  }

  .rvh-booking-footer .booking-prices {
    align-items: center;
    text-align: center;
    white-space: normal;
  }

  .rvh-booking-footer.is-on-sale .sale-flag {
    position: static;
    margin: 0 auto 8px;
  }

  .rvh-booking-footer.is-on-sale .booking-footer-row {
    padding-top: 10px;
  }
}

/* =========================
   END BOOKING FOOTER STYLES
   ========================= */


/* loader default hidden */
.calc-sep.is-hidden{
  display:none;
}

/* loader shown */
.calc-sep.is-visible{
  display:block;
}

/* calculating price */
/* animated thin line */
.calc-sep__line{
  display:block;
  height:1px;
  width:100%;
  background: linear-gradient(
    90deg,
    rgba(26, 115, 232, 0),
    rgba(26, 115, 232, .9),
    rgba(26, 115, 232, 0)
  );
  background-size: 220% 100%;
  animation: calcLine 1.25s ease-in-out infinite;
}

/* text */
.calc-sep__text{
  display:block;
  margin-top: 6px;
  font-size:12px;
  letter-spacing:.02em;
  color: rgba(26,115,232,.75);
}

@keyframes calcLine{
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .calc-sep__line{ animation:none; opacity:.5; }
}

[review-count] {
  margin: 10px 0;
}
