:root
{
    --planetivo-white             : #ffffff;
    --planetivo-black             : #2c2d2a;
    --planetivo-yellow            : #f8dd4c;
    --planetivo-pink              : #FBCCC5;
    --planetivo-light-grey        : #F6F4F2;

    --planetivo-border            : #D5D5D4;

    --planetivo-text-primary      : #2C2D2A;
    --planetivo-text-secondary    : #565755;
    --planetivo-text-white        : #FFFFFF;

    --planetivo-background-default: #F6F4F2;
    --planetivo-background-dark   : #2C2D2A;
    --planetivo-background-white  : #FFFFFF;

    --planetivo-cta-button        : #FBCCC5;
    --planetivo-cta-checkout      : #69A15B;
    --planetivo-cta-disabled      : #D5D5D4;

    --planetivo-icon-default      : #F6DB4C;
    --planetivo-icon-green        : #69A15B;
    --planetivo-icon-secondary    : #FBCCC5;



    --istay-brand-higlight        : #ffe4e4;
    --istay-brand-colour          : #ff1493;
    --istay-black-colour          : #000000;
    --istay-highlight-colour      : #CCE8E3;
    --istay-dark-navy-colour      : #01163A;
    --istay-navy-highlight        : #5b5564;
    --istay-navy-highlight-light  : #e1dee6;
    --istay-light-grey-colour     : #F0F2F6;
    --istay-dark-grey-colour      : #808080;
    --istay-grey-colour           : #d3d3d3;
    --istay-light-colour          : #ffffff;
    --istay-error-highlight       : #ffe4e4;
    --istay-error-colour          : #ff0000;
    --istay-green-colour          : #008379;
    --istay-default-spacing       : 8px;
    --istay-field-border          : #D3D7E2;

    /* text brand */
    --istay-text-brand            : #194D7E;
    --istay-text-accent           : #399CD3;
    /* text basics */
    --istay-text-primary          : #181F2A;
    --istay-text-primary-header   : #000000;
    --istay-text-secondary        : #6B7280;
    --istay-text-white            : #FFFFFF;
    --istay-text-callout-primary  : #197E5A;
    --istay-text-callout-warning  : #7E1919;
    /* callout brand */
    --istay-callout-brand         : #194D7E;
    --istay-callout-accent        : #CD3D7E;
    --istay-callout-checkout      : #197E5A;
    /* callotu basics */
    --istay-callout-primary       : #E1F3FA;
    --istay-callout-warning       : #FAE1E1;
    --istay-callout-functional    : #D3D7E2;
    --istay-callout-white         : #FFFFFF;
    --istay-callout-disabled-bg   : #F0F2F6;
    --istay-callout-disabled-text : #949Baa;
    --istay-callout-red-bgc       : #FAE1E1;
    --istay-callout-red-font      : #7E1919;
    --istay-callout-green-bgc     : #bff2e0;
    --istay-callout-green-font    : #197E5A;    
    /* icon brand */
    --istay-icon-brand            : #194D7E;
    --istay-icon-accent           : #399CD3;
    /* icon basics */
    --istay-icon-white            : #FFFFFF;
    --istay-icon-light            : #E1F3FA;
    --istay-icon-black            : #28232D;
    --istay-icon-grey             : #D3D7E2;
    --istay-icon-callout          : #197E5A;
    --istay-icon-warning          : #7E1919;
    /* background basics */
    --istay-bg-white              : #FFFFFF;
    --istay-bg-grey               : #F0F2F6;
    --istay-bg-black              : #28232D;
    /* background brand */
    --istay-bg-default            : #F0F2F6;
    --istay-bg-brand              : #194D7E;
    --istay-bg-subtle             : #E1F3FA;
    --istay-bg-accent             : #399CD3;
    --istay-bg-muted              : #286C9E;
    /* navigation */
    --istay-nav-neutral           : #FFFFFF;
    --istay-nav-bg                : #01163A;
    --istay-nav-text              : #E1F3FA;
    --istay-nav-text-accent       : #5EB8DF;
    --istay-nav-bg-secondary      : #42BCC7;
    --istay-nav-text-secondary    : #FFFFFF;
    /* field input */
    --istay-field-input-outline   : #D3D7E2;
    --istay-input-disabled-bg     : #F0F2F6;
    --istay-input-disabled-text   : #949BAA;
    --istay-input-disabled-outline: #949BAA;
}

*
{
    font-family: 'InkTrap';
    box-sizing: border-box;
    line-height: 1;
}

html
{
    height: 100%;
    box-sizing: border-box;
}

body
{
    position: relative;
    margin: 0;
    min-height: 100vh;
    background: var(--planetivo-background-default);
}

/* body *:not(.site-error)
{
    display: none !important;
}

.site-error
{
    text-align: center;
} */

div
{
    box-sizing: border-box;
    color: var(--planetivo-text-primary);
}

a
{
    text-decoration: none;
}

img
{
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: var(--planetivo-text-primary);
    word-break: break-word;
    margin: 0;
    margin-bottom: 12px;
    line-height: 120%;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h4:empty,
p:empty,
button:empty,
a:empty
{
    display: none;
}

h1, .h1
{
    font-size: 70px;
}

h2, .h2
{
    font-size: 50px;
}

h3, .h3
{
    font-size: 42px;
}

h4, .h4
{
    font-size: 34px;
}

h5, .h5
{
    font-size: 24px;
    font-weight: 500;
}

h6, .h6
{
    font-size: 20px;
}

input, select
{
    min-height: 40px;
}

a
{
    display: block;
}

hr
{
    border: solid 1px var(--planetivo-border);
    margin: 10px 0;
}

p, label
{
    margin: 0;
    line-height: 150%;
}

p > a
{
    display: inline-block;
    text-decoration: underline;
    color: var(--planetivo-text-primary);
}

.fraunces
{
    font-family: 'Fraunces' !important;
    font-weight: 300 !important;
}

.inktrap
{
    font-family: 'InkTrap' !important;
    font-weight: 400 !important;
}

/* Scroll bar stylings */
::-webkit-scrollbar
{
    width: 12px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #f0f0f0;
}
  
/* Handle */
::-webkit-scrollbar-thumb
{
    background: #888; 
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #555; 
}

.page-width
{
    width: 90vw;
    max-width: 1440px;
    padding: 0 20px;
    margin: auto;
}

.hidden
{
    display: none !important;
}

.no-margin
{
    margin: 0 !important;
}

.regular
{
    font-weight: normal !important;
}

.bold
{
    font-weight: bold !important;
}

.mobile-only
{
    display: none !important;
}

.desktop-only
{
    display: block !important;
}

.disabled
{
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.control-btn
{
    cursor: pointer;
}

.full-width
{
    width: 100%;
}

.inline
{
    display: inline;
}

.flex-row
{
    display: flex;
    flex-direction: row;
}
.flex-column
{
    display: flex;
    flex-direction: column;
}
.flex-wrap
{
    flex-wrap: wrap;
}
.jc-sb
{
    justify-content: space-between;
}
.jc-start
{
    justify-content: start;
}
.jc-center
{
    justify-content: center;
}
.jc-end
{
    justify-content: end;
}
.ai-start
{
    align-items: flex-start;
}
.ai-center
{
    align-items: center;
}
.ai-end
{
    align-items: flex-end;
}
.ai-baseline
{
    align-items: baseline;
}
.ai-stretch
{
    align-items: stretch;
}
.unstyled-list
{
    list-style-type: none
}
.underline
{
    text-decoration: underline;
}
.ta-left
{
    text-align: left;
}
.ta-center
{
    text-align: center;
}
.ta-right
{
    text-align: right;
}
.italic
{
    font-style: italic;
}


body.planetivo-grey-background
{
    background-color: var(--planetivo-light-grey);
}

.istay-link
{
    color: var(--istay-text-primary);
    text-decoration: underline;
    display: inline;
}

.istay-index-main
{
    background: var(--planetivo-light-grey);
    padding-bottom: 30px;
}

.header
{
    position: relative;
    font-size: 0;
    background-color: var( --planetivo-white );
    text-align: center;
    padding: 24px 0;
    z-index: 10;
}
.xx-header svg
{
    width: 150px;
    height: auto;
}
.header a.header-link
{
    font-size: 20px;
    display: inline-flex;
    color: var(--planetivo-black);
    margin-left: 56px;
    align-items: center;
    height: 50px;
    vertical-align: middle;
    gap: 4px;
}
.header a.header-link svg,
.header a.header-link span {
    vertical-align: middle;
}
.planetivo-dark-header .header a.header-link
{
    color: white;
}
.header .header-link svg
{
    width: 24px;
    color: var( --planetivo-black );
    fill: var( --planetivo-black );
}
.header .header-link svg path
{
    fill: var( --planetivo-black );
}
.planetivo-dark-header .header .header-link:not( .account-link ) svg, .planetivo-dark-header .header .header-link:not( .account-link ) svg path
{
    color: white;
    fill: white;
}

#istay-search-results-body .header-link,
#istay-search-results-body .header-link svg
{
    color: var( --planetivo-light-grey );
    fill: var( --planetivo-light-grey );
}
#istay-search-results-body .header-link svg path
{
    color: var( --planetivo-light-grey );
}
.header .header-link span
{
    position: relative;
}
.header .header-logo-container
{
    display: inline-block;
    width: 270px;
}

.header-top
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.header-icons
{
    display: inline-block;
    order: 1;
    color: var( --planetivo-black );
}

.header-drawer-close
{
    display: none;
}

.footer
{
    position: fixed;
    bottom: 0;
    font-size: 0;
    background-color: var( --planetivo-background-dark );
    text-align: center;
    padding: 56px;
    width: 100%;
    z-index: 10;
}

.footer-icons
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--planetivo-text-white);
}
.footer-icons p
{
    font-size: 12px;
    color: #E1F3FA;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top: 5px;
}
.footer-icons svg
{
    width: 25px;
    height: 25px;
}
.footer .footer__content-top
{
    gap: 32px;
}
.footer .footer-information
{
    font-size: 18px;
    color: var(--planetivo-text-white);
    width: 50%;
}

.footer .footer-information h4
{
    color: var(--planetivo-text-white);
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 400;
}

.footer .footer-information a
{
    text-decoration: underline;
}

.footer .footer-information ul
{
    gap: 10px;
    padding: 0;
    text-align: left;
    margin: 0;
}

.footer .footer-logo
{
    width: 100%;
    max-width: 400px;
    text-align: left;
}

.footer .footer-logo img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 600px;
}

.istay-page-content
{
    padding: 15px;
}


.istay-search
{
    position: relative;
}

.istay-search .istay-search-backdrop
{
    max-width: 100%;
    max-height: 50vh;
    overflow: hidden;
}
.istay-search .istay-search-backdrop img.istay-search-backdrop-image
{
    width: 100%;
}
.search-banner-logo
{
    width: 436px;
    height: 88px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX( -50% );
}

.istay-search-container
{
    padding-top: 18vh;
    padding-bottom: 18vh;
    padding-left: 15px;
    padding-right: 15px;
}

.istay-search-container-inner
{
    background: linear-gradient(90deg, rgba(44, 45, 42, 0.2) 3.65%, rgba(44, 45, 42, 0.7) 16.03%, rgba(44, 45, 42, 0.3) 53%);
    border-radius: 5px;
    padding: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    font-size: 16px;
}

.header .istay-search-container-inner
{
    padding: 40px 0 0 0;
    background: none;
    width: 100%;
}

.istay-search-container .istay-search-control
{
    opacity: 1;
    z-index: 1;
    position: relative;
    width: calc(25% - 18px);
}


.istay-search-control-input
{
    border: none;
    margin: auto;
    width: 100%;
    border-radius: 8px;
    display: block;
    background-color: var(--planetivo-light-grey);
    font-size: 16px;
    width: -webkit-fill-available;
    height: 40px;
    color: var(--planetivo-text-secondary);
    text-align: center;
}


.istay-search-control-input::placeholder
{
    color: var(--istay-text-primary);
}

#istay-search-input-parameters
{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 55%;
    flex-basis: 100%;
}

.istay-search-go
{
    position: relative;
    right: 0;
}

p.istay-small-print
{
    text-align: center;
    font-size: 12px;
    margin: 20px;
    padding: 0 10px;
}

.istay-button 
{
    border-radius: 8px;
    background-color: var(--planetivo-pink);
    color: var(--planetivo-black);
    padding: 16px 24px;
    text-align: center;
    min-width: 80px;
    font-weight: 300;
    font-size: 16px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Fraunces';
    border: none;
}
.istay-search-next-button
{
    background-color: var( --istay-icon-accent );
    width: 100%;
    margin: 0;
}
.istay-button-green
{
    background-color: var(--istay-bg-accent );
}
.istay-button-active
{
    background-color: var(--istay-highlight-colour);
    color: var(--istay-dark-navy-colour );
}
.istay-light-button
{
    background-color: var(--istay-light-grey-colour);
    color: var(--istay-text-primary);
}

.istay-search-go
{
    text-align: right;
}

#search-map-prompt svg path
{
    fill: var(--istay-icon-accent);
}

.istay-search-go-button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    margin: 0;
    width: 100%;
    height: 40px;
    text-transform: capitalize;
    color: var(--planetivo-text-primary);
}

.istay-search-go-button:disabled
{
    background-color: var(--istay-callout-disabled-bg);
    color: var(--istay-callout-disabled-text);
}

.istay-button--loading::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 16px;
    height: 16px;
    border: 2px solid var(--istay-callout-disabled-text);
    border-top-color: var(--istay-icon-black);
    animation: button-loading 0.5s infinite linear;
    border-radius: 50%;
}

@keyframes button-loading
{
    to
    {
        rotate: 360deg
    }    
}

.istay-location-search-result
{
    background-color: var(--istay-bg-white);
    color: var(--istay-text-primary);
    border-radius: 8px;
    margin-top: 2px;
    transition: all 1s ease;
    height: 0px;
    cursor: pointer;
    text-align: left;
}

.istay-location-search-result-visible
{
    padding: 8px;
    height: fit-content;
}

.istay-logo
{
    width: 150px;
}

.istay-icon
{
   width: 40px;
}

.istay-search-date-picker
{
    background-color: var(--istay-bg-white);
    color: var(--istay-text-primary);
    border-radius: 5px;
    width: 100%;
    transition: all 1s ease;
    max-height: 0px;
    overflow: hidden;
    text-align: left;
}
.istay-search-date-picker-active
{
    padding: 16px;
    margin-top: 5px;
    position: relative;
}
.header .istay-search-dates
{
    position: relative;
    min-width: 100%;
}
.header .istay-search-date-picker-active
{
    width: fit-content;
} 
.header .istay-search-guests
{
    position: relative;
}
.header .istay-search-guest-controls-active
{
    width: fit-content;
    min-width: 100%;
} 
.istay-datepicker-month-change
{
    cursor: pointer;
    position: absolute;
}
.istay-datepicker-month-change-left
{
    left: 16px;
}
.istay-datepicker-month-change-right
{
    right: 16px;
}
.istay-search-container .istay-search-control .istay-datepicker-month-change-left svg,
.istay-search-container .istay-search-control .istay-datepicker-month-change-right svg
{
    position: relative;
    width: 16px;
    height: 16px;
    left: unset;
    top: unset;
}

.selected-search-marker-name
{
   background-color: white;
   padding: 3px;
}

.hide-input
{
    display: none!important;
}

.istay-datepicker-headline
{
    position: relative;
}
.istay-search-checkout
{
    position: absolute;
    right: 0;
}

.istay-datepicker-month,
.istay-datpicker-year
{
    text-align: center;
    margin: 8px;
    position: relative;
}

.istay-datepicker-year
{
    font-weight: 600;
}

.istay-datepicker-days
{
    font-size: 0;
    overflow: hidden;
}

.istay-datepicker-days:not(.istay-datpicker-dates)
{
    border-bottom: solid 1px #f0f0f0;
}

.istay-datepicker-day-col
{
    display: inline-block;
    font-size: 15px;
    width: 14%;
    text-align: center;
}

.istay-datepicker-day-col.istay-datepicker-day-col-header
{
    font-weight: 600;
    padding: 16px 0;
}

.istay-datepicker-day
{
    padding: 10px 4px;
    box-sizing: border-box;
    color: var( --istay-grey-colour );
}

.istay-datepicker-enabled-day
{
    cursor: pointer;
    color: var(--istay-text-primary);
}

.istay-datepicker-enabled-day:hover:not(.istay-search-date-picker-start,.istay-search-date-picker-middle,.istay-search-date-picker-end)
{
    background: var(--istay-bg-default);
    border-radius: 8px;
}

.istay-filter-list
{
    background-color: var(--istay-bg-white);
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    transition: height 1s ease;
    text-align: left;
}
.istay-open-filter
{
    padding-bottom: 8px;
    margin-top: 5px;
}
.istay-search-control .istay-filter-list
{
    overflow-y: scroll;
    max-height: 40vh;
}
.istay-search-control .istay-filter-list hr
{
    margin: 10px 0;
}
.istay-filter-group-facet-row
{
    padding-bottom: 3px;
}
.istay-filter-group-row 
{
    display: block;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
}
.istay-filter-group-row-left
{
    width: 20px;
    font-size: 15px;
    white-space: normal;
    display: inline-block;
    position: relative;
    top: 4px;
    height: 20px;
}
.istay-filter-group-row-right
{
    width: calc( 100% - 20px );
    font-size: 15px;
    white-space: normal;
    display: inline-block;
    margin-left: 8px;
}
.istay-filter-group-row-right span
{
    padding: 4px;
}
.istay-filter-checkmark-container .istay-filter-group-row-left input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.istay-filter-checkmark-container .istay-filter-group-row-left .checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--istay-bg-white);
    border: solid 1px var(--istay-icon-accent);
    border-radius: 4px;
    cursor: pointer;
}
/* On mouse-over, add a grey background color */
.istay-filter-checkmark-container .istay-filter-group-row-left:hover input ~ .checkmark
{
    background-color: #f0f0f0;
}
  
/* When the checkbox is checked, add a blue background */
.istay-filter-checkmark-container .istay-filter-group-row-left input:checked ~ .checkmark
{
    background-color: var(--istay-icon-brand);
}

/* Create the checkmark/indicator (hidden when not checked) */
.istay-filter-checkmark-container .istay-filter-group-row-left .checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.istay-filter-checkmark-container .istay-filter-group-row-left input:checked ~ .checkmark:after
{
    display: block;
}
.istay-filter-group-title
{
    font-weight: 700;
    color: var(--istay-text-brand);
}

.istay-banner
{
    padding-top: 16px;
}
.istay-banner h4
{
    font-family: 'InkTrap' !important;
    font-weight: 400 !important;
    padding-bottom: 16px;
}

.istay-category-header
{
    display: flex;
    flex-direction: column;
}

.istay-category-slider
{
    padding: 16px;
    border-radius: 8px;
    margin-top: 15px;
}

.istay-category-slider .istay-category-header
{
    padding: 20px 15px 0;
}


.istay-category-slider .istay-category-header h5
{
    margin: 32px 0;
}

.istay-category-slider .istay-category-header p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.istay-category-slider .swiper
{
    padding: 0 15px;
}

.istay-category-slide-container
{
    display: block;
    width: 100%;
    font-size: 0;
}

.istay-category-slide-container .istay-slider-slide
{
    font-size: 15px;
    white-space: normal;
    display: inline-block;
    margin-right: 8px;
}

.istay-category-slide-container .istay-slider-slide-row a
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.istay-category-slide-container .istay-slider-slide-row .istay-slider-image-container
{
    padding-bottom: 0;
    max-width: 50%;
}

.istay-category-slide-container .istay-slider-slide-row .istay-slider-image-container img
{
    position: relative;
}

.istay-category-slide-container .istay-slider-slide-column a
{
    display: flex;
    flex-direction: column;
}

.istay-category-slide-container .istay-slider-image-container
{
    position: relative;
    padding-bottom: 50%;
    border-radius: 5px;
    overflow: hidden;
}

.istay-category-slide-container .istay-slider-image-container img
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.istay-category-slide-container .istay-slider-text-container
{
    background-color: white;
    padding: 24px;
}

.istay-category-slide-container .istay-slider-text-container h3
{
    font-style: italic;
    font-size: 48px;
}

.istay-category-slide-container .istay-slider-text-container p
{
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
    min-height: 3rem;
    color: var(--istay-dark-grey-colour);;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
}
.istay-category-slide-container .istay-slider-text-container .istay-slider-text-container-buttons
{
    display: flex;
    justify-content: right;
}


.istay-banner-wrapper .istay-banner-header
{
    padding: 20px 0 0;
}

.istay-banner-wrapper .istay-banner-header h5
{

    margin: 32px 0;
}

.istay-banner-wrapper .istay-banner-image-container
{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}

.istay-banner-wrapper .istay-banner-image-container img
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content
{
    position: absolute;
    left: 0;
    padding: 20px;
    bottom: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 80px;
    width: 100%;
    background: linear-gradient( 0deg, #00000088, transparent );
}

.istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content h3
{
    color: white;
    font-style: italic;
}

.istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content p
{
    color: white;
    font-style: italic;
    width: 60%;
    margin-bottom: 16px;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
}

.istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content a
{
    background: var(--planetivo-pink);
    color: var(--istay-text-primary);
    border-radius: 5px;
    white-space: nowrap;
    font-style: italic;
}

.istay-cms-text-block-section-inner
{
    padding: 30px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.istay-search-date-picker-start
{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: var(--istay-text-white);
    background-color: var(--istay-icon-accent);
}

.istay-search-date-picker-end
{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--istay-icon-accent);
    color: var(--istay-text-white);
}
.istay-search-date-picker-middle
{
    background-color: var(--istay-icon-light);
    color: var(--istay-text-primary);
}
.istay-search-guest-controls
{
    background-color: var(--istay-bg-white);
    color: var(--istay-text-primary);
    border-radius: 5px;
    width: 100%;
    transition: all 1s ease;
    max-height: 0px;
    overflow: hidden;
}
.istay-search-guest-controls-active
{
    padding: 16px;
    margin-top: 5px;
    font-size: 15px;
    text-align: left;
}
.istay-search-guest-controls-row input
{
    width: 30px;
    border: none;
}
.istay-search-guest-controls-row
{
    margin-top: 8px;
    margin-bottom: 8px;
}
.istay-search-guest-controls-row[data-key="children"]
{
    border-bottom: solid 1px lightgrey;
    padding-bottom: 8px;
}
.istay-search-numeric
{
    width: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    padding: 8px;
    color: var(--istay-icon-brand);
}
.istay-search-guest-controls input
{
   text-align: center;
   font-weight: 600;
   font-size: 16px;
   width: 40px;
   padding: 8px 4px;
}
.istay-search-guest-controls input::-webkit-outer-spin-button,
.istay-search-guest-controls input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.istay-search-guest-controls input[type="number"]
{
    -moz-appearance: textfield;
}
.istay-search-guest-control-label
{
   margin-left: 32px;
}

.istay-search-results-header-container .istay-search-summary
{
    background-color: var( --istay-dark-navy-colour );
    color: var(--istay-bg-white);
    text-align: center;
}
.istay-search-results-header-container .istay-search-summary input
{
    width: 90%;
    margin: 8px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    max-width: 500px;
}

.istay-search-results-container
{
    display: block;
    position: relative;
    padding-bottom: 65px;
    background-color: var(--planetivo-background-default);
}

#search-map
{
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: var(--istay-light-colour);
    z-index: 3;    

}

.istay-search-results-header-section
{
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px auto;
}

.istay-search-results-header-section .istay-search-results-header
{
    margin: 0;
}

.istay-search-results-section
{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.istay-search-results-section .search-results-options
{
    padding: 20px 0;
    font-weight: 600;
    width: 20%;
}

.istay-search-results-section .search-results-options .search-results-options-header
{
    margin-bottom: 16px;
    font-size: 20px;
}

.istay-search-results-section .search-results-options label
{
    margin-bottom: 4px;
    gap: 8px;
    font-size: 16px;
}

.istay-search-results-section .search-results-options input
{
    min-height: unset;
    accent-color: var(--planetivo-black);
    height: 16px;
    width: 16px;
}

.istay-search-results-section .search-results-options svg
{
    height: 25px;
}

#search-results
{
    width: calc(80% - 40px);
    transition: opacity 0.5s ease;
}

#search-results.search-results--loading
{
    opacity: 0.7;
    pointer-events: none;
}

/* #search-map
{
    height: 50vh;
} */

/* #search-results
{
    max-width: 600px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
} */

.istay-search-result-row
{
    white-space: nowrap;
    font-size: 0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.istay-search-result-row a
{
    width: 100%;
    display: block;
    position: relative;
}
.istay-search-result-row a .istay-search-result-row-feature-image
{
    width: 100%;
    display: inline-block;
    position: relative;
}
.istay-search-result-row a .istay-search-result-row-feature-image img
{
    position: absolute;
    top: 0;
    left: 0;
}
/* .istay-search-result-row img
{
    border-radius: 5px;
} */

.istay-search-result-row-feature-image .property-swiper
{
    height: 100%;
}

.istay-search-result-row a .istay-search-result-row-property-details
{
    display: inline-block;
    white-space: normal;
    font-size: 15px;
    padding: 32px;
    vertical-align: top;
    width: 45%;
    align-self: stretch;
}
.istay-search-result-row a .istay-search-result-row-property-details hr
{
    margin: 20px 0 30px;
}
.istay-search-result-row-property-details h4
{
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    text-transform: lowercase;
}
.istay-search-result-row-property-details h4:first-letter, .istay-search-result-row-property-details h4:first-line
{
    text-transform: capitalize;
}
.istay-search-result-location
{
    font-size: 20px;
    font-weight: 600;
    color: var(--planetivo-text-secondary);
    text-transform: lowercase;
    margin-bottom: 28px;
}

.istay-search-result-location:first-letter, .istay-search-result-location:first-line
{
    text-transform: capitalize;
}

.istay-search-result-row-feature-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #istay-property-facet-list-wrapper
{
    overflow-x: scroll;
} */

#istay-property-facet-list-wrapper::-webkit-scrollbar 
{
    width: 10px;
    height: 5px;
}
istay-property-facet-list-wrapper::-webkit-scrollbar-track 
{
    background: #f1f1f1;
}
  
  /* Handle */
istay-property-facet-list-wrapper::-webkit-scrollbar-thumb 
{
    background: #888;
}
  
  /* Handle on hover */
istay-property-facet-list-wrapper::-webkit-scrollbar-thumb:hover 
{
    background: #555;
}

#istay-property-facet-list-wrapper
{
    overflow: hidden;
}

#istay-property-facet-list
{
    white-space: nowrap;
}

.istay-property-facet
{
    display: inline-block;
    font-size: 12px;
    margin-right: var(--istay-default-spacing);
    margin-bottom: var(--istay-default-spacing);
    transition: all 0.2s ease;
}

.istay-property-facet-closed
{
    display: none;
}

.istay-property-facets span 
{
    margin-left: 5px;
}

.istay-see-availability-button
{
    margin: 8px;
}
.istay-property-view
{
    text-align: right;
}

.istay-property-feature-image
{
    height: 40vh;
    min-height: unset;
    overflow: hidden;
}

.istay-property-feature-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body#istay-property-page
{
    background-color: rgba(238, 233, 229, 0.5);
}
.istay-property-page-content
{
    padding: 16px 16px 0;
    margin: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -8px;
    position: relative;
}

.istay-property-page-summary
{
    border-radius: 8px;
    margin-bottom: 40px;
}

.istay-property-page-content p[data-key="description"]
{
    max-height: 120px;
    overflow: hidden;
    transition: all 1s ease;
}
.istay-property-rate-amount
{
    font-weight: 600;
    font-size: 24px;
}
.is-data-element-template
{
    display: none;
}
.is-read-more
{
   text-align: right;
   cursor: pointer;
}
.istay-property-image-container
{
    height: 500px;
}
.istay-property-headline
{
    gap: 32px;
}
.istay-property-name
{
    display: block;
    font-size: 15px;
    white-space: normal;
    vertical-align: middle;
    margin-bottom: 8px;
}
.istay-property-location
{
    font-size: 16px;
    margin-bottom: 25px;
    min-width: fit-content;
}
/* .istay-property-location span
{
    margin-right: 8px;
    vertical-align: middle;
}
.istay-property-location svg
{
    vertical-align: middle;
} */
.istay-property-location-part
{
    font-style: italic;
    color: var(--planetivo-text-secondary);
}
.istay-property-name h1
{
    margin: 0;
}

.istay-property-rooms-wrapper
{
    vertical-align: top;
    display: inline-block;
    width: 65%;
    padding: 32px 0;
}
.property-room-type-label
{
    font-size: 20px;
    font-family: 'Fraunces';
    font-weight: 300;
    color: var(--planetivo-text-secondary);
}
.property-room-type-sublabel
{
    font-size: 16px;
    margin-top: 8px;
    color: var(--planetivo-text-secondary);
}
.property-room-type-value
{
    font-size: 20px;
}
.istay-property-basket-wrapper
{
    vertical-align: top;
    display: inline-block;
    width: 33%;
    margin-left: 1%;
    position: sticky;
    top: 0;
    padding: 32px 0;
}
.istay-property-basket
{
    border: solid 1px var(--planetivo-border);
    border-radius: 8px;
    background: var(--planetivo-background-white);
    padding: 32px 24px;
}
.istay-property-basket h3
{
    margin-top: 0;
    margin-bottom: 0;
}
#istay-property-basket-checkout-button
{
    margin: 0 auto;
    background: var(--callout-checkout, #69A15B);
    color: white;
    width: 100%;
    margin-top: 15px;
    font-family: 'InkTrap';
}
.property-basket-terms-container
{
    margin: 16px auto 0;
    text-align: center;
}
.property-basket-terms-container *
{
    font-style: italic;
    font-size: 12px;
    color: var(--planetivo-text-primary);
    font-family: 'Fraunces';
    display: inline-block;
}

.istay-property-rate
{
    width: 20%;
    display: inline-block;
    font-size: 15px;
    white-space: normal;
    vertical-align: middle;
}
.istay-property-rate p
{
    margin: 0;
    text-align: center;
}
.istay-property-description-container
{
    max-width: 1000px;
}
#istay-property-facet-list .istay-property-facet img
{
    display: inline-block;
    height: 20px;
    width: auto;
    vertical-align: middle;
    margin-right: var(--istay-default-spacing);
}
#istay-property-facet-list .istay-property-facet p
{
    display: inline-block;
    vertical-align: middle;
}

.istay-property-page-content #istay-property-facet-list .istay-property-facet
{
    text-align: center;
    width: fit-content;
}

.istay-property-page-content #istay-property-facet-list .istay-property-facet  img
{
    display: block;
    margin: auto;
}

.is-property-room-type-inner
{
    padding: 32px 24px;
}

.is-property-room-type
{
    margin-bottom: 25px;
    border-radius: 8px;
    background: var(--planetivo-background-white);
    border: solid 1px var(--planetivo-border);
    overflow: hidden;
    position: relative;
}
.is-property-room-type hr
{
    margin-right: 8px;
} 
.is-property-room-type-image
{
    height: 400px;
    overflow: hidden;
    position: relative;
}
.is-property-room-type-image img
{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.is-property-room-type-headline
{
    display: block;
    white-space: nowrap;
    font-size: 0;
}
.is-property-room-type-headline-name
{
    width: 100%;
    display: block;
    font-size: 15px;
    white-space: normal;
}
.is-property-room-type-headline-name h3
{
    margin: 8px 0;
    font-size: 34px;
}
.is-property-room-type-headline-capacity
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    white-space: normal;
    text-align: right;
    padding-right: 8px;
    vertical-align: top;
    margin-top: 8px;
}
.is-property-room-type-headline-capacity svg,
.is-property-room-type-headline-capacity span
{
    vertical-align: middle;
}
.is-property-room-type-features
{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 8px;
}
.istay-room-facility-row
{
    display: inline-block;
    padding-right: 16px;
}
.istay-room-facility-row img
{
    width: auto;
    height: 20px;
    display: block;
    margin: auto;
}
.istay-property-room-type-special-rates
{
    font-size: 15px;
}
.istay-special-room-rate
{
    margin-bottom: 10px;
    position: relative;
}
.istay-special-room-rate input
{
    min-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.istay-property-room-type-footer
{
    display: block;
    white-space: nowrap;
    font-size: 0;
    padding: 8px 0;
}
.istay-property-room-type-footer-rate .istay-property-callout
{
    margin-top: 5px;
}
.istay-property-room-type-footer-rate, .istay-property-room-type-footer-buttons
{
    display: block;
    font-size: 16px;
    white-space: normal;
}
.istay-property-room-type-footer-rate
{
    width: 100%;
    text-align: left;
}
.istay-property-room-type-footer-rate p
{
    margin: 0;
}
.istay-property-room-type-footer-row
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.istay-property-basket .istay-property-basket-total
{
    margin-top: 40px;
    flex-wrap: wrap;
}
.istay-property-room-type-footer-row,
.istay-property-room-type-dates-row,
.property-room-type-label
{
    padding: 4px 0;
}
.istay-property-room-type-footer-price
{
    margin: 8px 0;
}
.istay-property-basket-rates
{
    margin-bottom: 40px;
}
.istay-property-room-type-footer-buttons
{
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.istay-property-room-type-footer-buttons .istay-button
{
    color: var(--planetivo-text-white);
    background: var(--planetivo-background-dark);
    font-style: italic;
    width: fit-content;
    font-size: 20px;
}
.istay-property-rrom-quantity-text
{
    text-align: left;
}
.istay-property-rrom-quantity-text h3
{
    margin: 0;
    font-size: 30px;
}
.istay-property-room-quantity
{
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    text-align: center;
    margin-left: auto;
}
.istay-property-room-quantity-adjust
{
    font-size: 16px;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    /* border: 1px solid black; */
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 4px;
    background: var(--brand-green, #69A15B);
}
.istay-property-room-quantity-adjust p
{
    margin-top: 0;
    margin-bottom: 0;
    color: var(--istay-bg-white);
    font-weight: 600;
    line-height: 2.5em;
}
.istay-property-room-quantity-adjust-input
{
    font-size: 16px;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
}
.istay-property-room-quantity-adjust-input input
{
    font-size: 16px;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border: unset;
    text-align: center;
    -moz-appearance: textfield;
}
.istay-property-room-quantity-adjust-input input::-webkit-outer-spin-button,
.istay-property-room-quantity-adjust-input input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#property-map
{
    height: 50vh;
}
.istay-checkout-top
{
    background-color: var(--planetivo-white);
    border: solid 1px var(--planetivo-border);
    padding: 5%;
    width: 60%;
}
.istay-checkout-top h1
{
    margin-bottom: 36px;
}
.planetivo-booking-summary-title
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.istay-checkout-feature-image
{
     width: 100%;
     margin-bottom: 24px;
     border-radius: 16px;
     overflow: hidden;
     position: relative;
}
.istay-checkout-feature-image img
{
    height: 25vh;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
}
.istay-checkout-summary hr {
    margin-bottom: 0;
}
.istay-checkout-summary table
{
    width: 100%;
}
.istay-checkout-summary table tr:last-child td
{
   padding-top: 30px;

   & p {
    font-size: 32px;
   }
   & span {
    font-size: 50px;
   }
}
.istay-checkout-summary table td
{
   padding: 5px 0;
}
.istay-checkout-summary table td:first-child p
{
    font-family: 'Fraunces';
    font-weight: 300;
    text-transform: capitalize;
}
.istay-checkout-summary table td * {
    font-size: 20px;
    line-height: 150%;
}
.istay-checkout-summary table td span
{
    width: 100%;
    text-align: right;
    display: inline-block;
}
.istay-signin-signup-section
{
    padding: 50px;
    transition: all 1s ease;
}

.istay-checkout-outer
{
    display: flex;
    align-items: center;
}

.istay-checkout-outer .istay-signin-signup-section
{
    opacity: 0;
    display: none;
}
.istay-go-to-checkout-section
{
    padding: 50px;
    transition: all 1s ease;
    opacity: 0;
}
#istay-go-to-payment
{
    width: 100%;
    background: var(--callout-checkout, #69A15B);
    color: white;
}
.istay-signin-signup-section .istay-button, #istay-signup-controls .istay-button, #istay-signin-controls .istay-button, .istay-checkout-payment-form .istay-button
{
    text-align: center;
    display: block;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.istay-popup
{
    position: fixed;
    bottom: 0;
    height: 0;
    width: 100vw;
    transition: all 1s ease;
    background-color: var(--istay-bg-white);
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.istay-payment-form-active
{
    padding: 50px;
}

.istay-popup .istay-popup-title
{
    position: relative;
}

.istay-popup .istay-popup-title h2
{
    display: inline-block;
    width: 80%;
    margin-top: 0;
}
.istay-popup .istay-popup-title .istay-popup-close
{ 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    padding: 8px;
    cursor: pointer;
    font-family: monospace;
}

.istay-form-input-row
{
    margin-bottom: 20px;
}

.istay-form-input-row input
{
    width: 100%;
    border: 1px solid var(--planetivo-border);
    border-radius: 8px;
    padding: 4px 8px;
    background: var(--planetivo-background-white);
    font-size: 16px;
}


.istay-form-input-row p,
.istay-form-input-row label
{
    margin-bottom: 2px;
}

.istay-popup .istay-button
{
    margin-top: 50px;
}

.istay-payment-form
{
    padding: 0 5%;
    display: none;
}

.istay-payment-form h2
{
    margin-bottom: 16px;
}

.istay-payment-form-inner
{
    margin-bottom: 36px;
}

.istay-payment-form-summary
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 1px 1px 1px 2px var(--istay-grey-colour);
    border-radius: 5px;
    margin: 10px;
}
.istay-payment-form-summary p
{
    margin: 0;
}

.istay-payment-form-active
{
    height: 100%;
    padding-bottom: 100px ! important;
    display: block;
    width: 40%;
}

.istay-payment-form .istay-payment-info
{
    color: var(--planetivo-text-secondary);
    line-height: 150%;
}

#istay-book-now
{
    margin: 0 auto 24px;
    width: 100%;
    display: block;
    background: var(--callout-checkout, #69A15B);
    color: white;
    font-family: 'Inktrap';
}


.istay-checkout-complete
{
    padding-left: 25px;
    padding-right: 25px;
}
.plantetivo-checkout-complete
{
    background-color: white;
}

.planetivo-checkout-complete-header-right
{
    background: var(--brand-greige, #F6F4F2);
    border-radius: 8px;
    border: 1px solid var(--border, #D5D5D4);
    padding: 16px;
}


.planetivo-checkout-complete-header
{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

#istay-return-to-site-button
{
    position: relative;
    left: 50%;
    transform: translateX( -50% );
    margin: 25px 0;
}
.istay-checkout-room-summary
{
    margin-top: 15px;
}
.istay-checkout-room-summary .istay-checkout-summary-room-type
{
    position: relative;
}
.istay-checkout-room-summary .istay-checkout-summary-room-type p
{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.istay-checkout-room-summary .istay-checkout-summary-room-type span
{
    position: absolute;
    right: 0;
    top: 0;
}
 
.italicised-text
{
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
}
#istay-account-future-stays
{
    margin-bottom: 40px;
}
.istay-alpha-account-page > h1
{
    margin-bottom: 80px;
}
.istay-alpha-account-page > h3
{
    cursor: pointer;
    margin-bottom: 10px;
}
.istay-alpha-account-page .istay-popup
{
    opacity: 0;
    left: 0;
    border-radius: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    pointer-events: none;
    left: 50%;
    transform: translateX( -50%);
    top:75px;
    height: calc( 100vh - 75px );
    background: var(--planetivo-background-default);
    padding: 15px;
}
.istay-alpha-account-page .istay-popup-open
{
    opacity: 1;
    z-index: 1;
    overflow-y: scroll;
    pointer-events: all;
}
.istay-alpha-account-page .istay-popup h3 {
    margin-bottom: 20px;
}
.istay-alpha-account-page .istay-popup-inner h3 {
    margin-bottom: 4px;
}
.istay-alpha-account-page #istay-account-logout-trigger 
{
    border-top: solid 1px var(--planetivo-border);
    margin-top: 80px;
    padding-top: 12px;
    cursor: pointer;
}
#istay-account-stays.istay-popup-open
{
    padding: 0;
}
.istay-account-booking-row
{
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}
.istay-account-bookng-image-container
{
    width: 100%;
    height: 400px;
}
.istay-account-bookng-image-container img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.istay-account-booking-row-inner
{
    padding: 40px;
    background-color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    gap: 16px;
}
.istay-bookng-learn-more
{
    margin: 8px auto;
}
.istay-cancelled-wrapper:has( > .istay-booking-detail-label ):has( .is_dynamic_field:empty )
{
    display: none;
}
.istay-booking-detail-label
{
    width: 50%;
    display: inline-block;
}

.istay-alpha-onboarding-page
{
   max-width: 500px;
   margin: 0 auto;
}

.istay-alpha-onboarding-page h1,
.istay-onboarding-property-details h1,
.istay-alpha-onboarding-page h2,
istay-onboarding-property-details h2
{
    font-size: 20px;
    margin-bottom: 0;
}

.istay-alpha-onboarding-page h3,
.istay-onboarding-property-details h3
{
    font-size: 16px;
    margin-top: 0;
    font-weight: normal;
}

.istay-alpha-onboarding-page input,
.istay-onboarding-property-details input
{
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--istay-grey-colour);
    padding: 5px;
    box-shadow: none;
    min-height: 40px;
}

.istay-alpha-onboarding-page .istay-form-input-row p,
.istay-alpha-onboarding-page .istay-form-input-row label
{
    font-weight: bold;
    color: var(--istay-dark-grey-colour);;
}

.istay-alpha-onboarding-page .istay-button,
#istay-onboarding-property-location-details .istay-button
{
    width: 100%;
}

#istay-onboarding-submit-property-details
{
    margin: 20px 0 !important;
}

.istay-form-input-row p,
.istay-form-input-row label
{
    display: block;
    font-weight: bold;
    color: var(--istay-dark-grey-colour);;
}

#istay-onboarding-property-location-controls
{
    white-space: nowrap;
    font-size: 0;
}

.istay-onboarding-external-system-link
{
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 15px;
}
.istay-onboarding-external-system-select
{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.istay-onboarding-external-system-select img
{
    max-width: 150px;
    margin: 20px 40px;
}
#istay-onboarding-external-system-none
{
    cursor: pointer;
    margin: 20px 0;
}
.istay-onboarding-external-system
{
    cursor: pointer;
}
.istay-onboarding-external-system p
{
    text-align: center;
}
#istay-onboarding-external-system-url-wrapper label
{
    display: block;
    margin: 10px 0;
    text-transform: capitalize;
    color: var(--istay-dark-grey-colour);
}
#istay-onboarding-property-location-details
{
    margin-top: 20px;
}
.istay-onboarding-map-container
{
    height: 100vh;
}
.istay-onboarding-map
{
    height: 100%;
}

#istay-onboarding-property-location-controls .istay-onboarding-map-container
{
    display: inline-block;
    width: 50%;
    white-space: normal;
    font-size: 15px;
}
#istay-onboarding-property-location-controls .istay-onboarding-property-details
{
    display: inline-block;
    width: 50%;
    white-space: normal;
    font-size: 15px;
    padding:60px;
    vertical-align: top;
}

#istay-onboarding-property-location-controls .istay-onboarding-property-details select,
#istay-onboarding-property-location-controls .istay-onboarding-property-details input
{
    border-radius: 5px;
    border: 1px solid var(--istay-grey-colour);
    width: 100%;
    padding: 5px;
    font-size: 16px;
}
#istay-onboarding-property-location-controls .istay-onboarding-property-details select::placeholder,
#istay-onboarding-property-location-controls .istay-onboarding-property-details input::placeholder
{
    color: var(--istay-dark-grey-colour);
}
#istay-onboarding-property-location-controls .istay-onboarding-property-details p
{
    margin-bottom: 2px;
}

.istay-property-type-selector
{
    cursor: pointer;
    margin-bottom: 20px;
}
.istay-property-type-selector img
{
    width: 60px;
    vertical-align: middle;
}
.istay-property-type-selector .istay-property-type-selector-detail
{
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}
.istay-property-type-selector .istay-property-type-selector-detail h2
{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.callout-red
{
    background-color: var( --istay-callout-red-bgc );
    color: var(--istay-callout-red-font);
}

.callout-green
{
    background-color: var( --istay-callout-green-bgc );
    color: var(--istay-callout-green-font);
}

.istay-property-callout-parent
{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.istay-property-callout
{
    width: fit-content;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    right: 0;
}

.istay-property-callout .istay-flex-row
{
    gap: 8px;
}

.istay-property-callout-parent:last-child
{
    margin: 0;
}

.istay-property-callout span
{
    vertical-align: middle;
    margin-right: 4px;
}

.istay-search-result-row-stay-detail-price
{
    margin: 0;
}
.istay-search-result-row-stay-detail-price .istay-search-result-row-stay-details-price-small
{
    font-size: 24px;
}

.istay-search-highlight
{
    background-color: var( --istay-bg-subtle );
}

.header #istay-search-input-parameters
{
    position: unset;
    width: 100%;
    margin: auto;
    transform: unset;
    padding: 10px;
    max-width: 400px;
    text-align: center;
    height: auto;
    text-align: left;
}
.header #istay-search-input-parameters p
{
    font-weight: 600;
}
.header .istay-search
{
    max-height: 0;
}

.header .istay-search-container
{
    padding: 0 !important;
}

.header .istay-search-container .istay-search-control
{
    margin-left: auto;
    margin-right: auto;
}

.istay-roomtype-image-wrapper
{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.istay-popup-inner
{
    max-width: 900px;
    margin: auto;
    position: relative;
}

.istay-review-rating-selection
{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
}

.istay-rating-block input
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.istay-rating-block label
{
    font-size: 20px;
    cursor: pointer;
}

.istay-review-row
{
    margin-bottom: 8px;
}

.istay-review-row h3
{
    margin-top: 0;
    margin-bottom: 8px;
}

.istay-review-comments
{
    width: 100%;
}

.istay-review-submit, .istay-review-button
{
    margin-top: 0 !important;
}

.istay-review-wrapper
{
    width: 100%;
}

.istay-review-wrapper
{
    margin-top: 8px;
}

.istay-leave-review-container
{
    height: 0;
    overflow: hidden;
    transition: all ease 1s;
}

.star-hidden
{
    display: none !important;
}

.istay-roomtype-image-wrapper .swiper-slide, .istay-roomtype-image-wrapper .swiper
{
    height: 100%;
}


.istay-accordion-content
{
    transition: all 1s ease;
}
.istay-cms-accordion-group-closed
{
    height: 0px;
    overflow: hidden;
}
.istay-cms-accordion-group-title
{
    position: relative;
}
.istay-cms-accordion-group-control
{
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 5px;
}
.istay-cms-accordion-image
{
    display: flex;
}
.istay-cms-accordion-image .istay-cms-accordion-image-accordion
{
    width: 50%;
}
.istay-cms-accordion-image .istay-cms-accordion-image-image
{
    width: 50%;
}
.istay-cms-accordion
{
    padding: 15px;
}


.planetivo-dark-header header
{
   background-color: var(--planetivo-black);
}
.planetivo-no-search .header-bottom
{
    display: none;
}
.logo-light
{
    display: none;
}

.planetivo-dark-header .logo-light
{
    display: block;
}
.planetivo-dark-header .logo-dark
{
    display: none;
}
.planetivo-home .header-bottom
{
    display: none;
}
.plantetivo-checkout .header-bottom
{
    display: none;
}
.plantetivo-checkout .header-icons
{
    display: none;
}

.istay-cms-destination-search .istay-search-results-header
{
    display: none;
}

.istay-cms-destination-breadcrumb
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.istay-cms-destination-breadcrumb-row
{
    display: flex;
    gap: 15px;
}
.istay-cms-destination-breadcrumb-row a
{
    text-decoration: none;
    color: black;
}
.istay-cms-destination-breadcrumb-row img
{
    width: 16px;
    height: auto;
}

.istay-cms-confidence-builder
{
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.istay-cms-confidence-builder h2
{
    margin-bottom: 32px;
}
.istay-cms-confidence-builder .confidence-builder-blocks
{
    display: flex;
    flex-direction: row;
}
.confidence-builder-blocks .planetivo-confidence-builder-block-outer
{
    margin-left: 16px;
    margin-right: 16px;
    width: fit-content;
}

.istay-cms-confidence-builder .confidence-builder-blocks .planetivo-confidence-builder-block
{
    width: 320px;
    background-color: white;
    border: 1px solid var(--border, #D5D5D4);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}
.istay-cms-confidence-builder .confidence-builder-blocks .planetivo-confidence-builder-icon-container img
{
    width: 32px;
}
.planetivo-confidence-builder-text-container h4
{
    min-height: 5rem;
}
.planetivo-confidence-builder-text-container p
{
    min-height: 3rem;
}
.istay-cms-confidence-builder .swiper .swiper-buttons, .istay-category-slider .swiper .swiper-buttons
{
    color: black;
    position: relative;
    height: 70px;
}
.istay-cms-confidence-builder .swiper .swiper-buttons .swiper-button, .istay-category-slider .swiper .swiper-buttons .swiper-button
{
    top: 25px;
}
.istay-cms-confidence-builder .swiper .swiper-buttons .swiper-button-next, .istay-category-slider .swiper .swiper-buttons .swiper-button-next
{
    right: 50px;
}
.istay-cms-confidence-builder .swiper .swiper-buttons .swiper-button-prev, .istay-category-slider .swiper .swiper-buttons .swiper-button-prev
{
    left: calc( 100% - 170px );
}
.istay-cms-confidence-builder .swiper .swiper-buttons img, .istay-category-slider .swiper .swiper-buttons img
{
    width: 86px;
}

.istay-cms-confidence-builder .swiper-button-prev::after, .istay-cms-confidence-builder .swiper-button-next::after, .istay-category-slider .swiper-button-prev::after, .istay-cms-confidence-builder .swiper-button-next::after
{
    content: "";
}
.istay-cms-markup-section
{
    margin: 40px auto;
}
.istay-search-date-picker
{
    font-size: 16px;
}
.header-burger
{
    display: none;
}
#planetivo-signup-controls
{
    position: fixed;
    top: 50%;
    transform: translateY( -50% );
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    left: 10%;
    min-width: 500px;
}
#istay-create-account
{
        background-color: var(--callout-checkout, #69A15B);
        color: white;
}
.signup-link
{
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #69A15B
}
#istay-forgot-password-back
{
    margin-top: 8px;
    color: var(--istay-dark-grey-colour);
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: block;
}
#istay-login-button, #istay-create-account
{
    background-color: var(--callout-checkout, #69A15B);
    color: white;
}

@media only screen and (min-width: 767px)
{
    h3
    {
        font-size: 60px;
    }

    .header .istay-search-container-inner
    {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-template-areas:
            'location dates guests go-cta';
        padding-bottom: 0;
    }
    .header .istay-search-container .istay-search-control
    {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .header .istay-search-container .istay-search-control.istay-search-location
    {
        grid-area: location;
    }
    .header .istay-search-container .istay-search-control.istay-search-dates
    {
        grid-area: dates;
    }
    .header .istay-search-container .istay-search-control.istay-search-guests
    {
        grid-area: guests;
    }
    .header .istay-search-container .istay-search-control.istay-search-filter
    {
        grid-area: filter;
    }
    .header .istay-search-container .istay-search-control.istay-search-go
    {
        grid-area: go-cta;
        padding: 0;
        width: fit-content;
        z-index: 0;
    }

    .istay-property-callout-parent
    {
        flex-direction: row;
        justify-content: flex-end;
    }
    .istay-property-callout-parent .istay-property-callout
    {
        margin-left: 15px;
    }

    .xx-header svg
    {
        width: 150px;
        height: auto;
    }
    .istay-checkout-outer, .istay-payment-form, .istay-popup
    {
        margin: 0 auto;
    }
    #istay-signup-controls, #istay-signin-controls
    {
        left: 50%;
        transform: translateX( -50% );
    }
    .istay-checkout-feature-image img
    {
        width: 100%;
        object-fit: cover;
    }

    .istay-search-result-row a .istay-search-result-row-feature-image
    {
        width: 55%;
    } 
    .istay-property-feature-image
    {
        min-height: 500px;
    } 
    .istay-property-page-content
    {
        margin: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .is-property-room-type-image
    {
        border-top-right-radius: unset;
        height: 100%;
        display: table-cell;
        vertical-align: top;
        width: 25%;
        min-width: 250px;
    }
    .is-property-room-type-image img
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .istay-roomtype-image-container.swiper-initialized .is-property-room-type-image img
    {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .istay-roomtype-image-container.swiper-initialized
    {
        position: relative;
        width: 100%;
        height: 100%;
    }  
    .is-property-room-type-image .swiper-slide
    {
        height: unset !important;
    }
    .is-property-room-type-inner
    {
        display: block;
        width: 50%;
        margin-left: auto;
    }
    .istay-property-room-type-footer-rate
    {
        display: block;
        width: 100%;
    }
    .footer
    {
        position: relative;
    }
    .footer-icons
    {
        display: none;
    }
    .header-top
    {
        justify-content: space-between;
    }
    .istay-category-slide-container .istay-slider-slide
    {
        width: 30%;
    }
    .istay-account-booking-row
    {
        flex-direction: row;
    }
    .istay-account-booking-row-inner
    {
        width: 55%;
    }
    .istay-account-bookng-image-container
    {
        width: 45%;
        height: auto;
    }
}

@media only screen and (max-width: 767px)
{
    h1, .h1
    {
        font-size: 50px;
    }

    h2, .h2
    {
        font-size: 36px;
    }

    h3, .h3
    {
        font-size: 48px;
    }

    h4, .h4
    {
        font-size: 24px;
    }

    h5, .h5
    {
        font-size: 20px;
    }

    h6, .h6
    {
        font-size: 16px;
    }

    .search-banner-logo
    {
        width: 346px;
        height: 70px;
    }

    .istay-banner-wrapper .istay-banner-header
    {   
        padding-left: 16px;
        padding-right: 16px;
    }

    .istay-banner-wrapper .istay-banner-image-container
    {   
        height: 805px;
    }
    .istay-banner-wrapper .istay-banner-image-container img
    {   
        object-position: left;
    }
    .istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content
    {
        left: 0;
    }
    .istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content a
    {
        width: 100%;
        margin-top: 16px;
    }
    .istay-banner-wrapper .istay-banner-image-container .planetivo-banner-content p
    {
        width: 100%;
    }
    .page-width
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .istay-category-slider
    {
        padding-left: 0;
        padding-right: 0;
    }
    .istay-category-slider .swiper
    {
        padding-left: 0;
        padding-right: 0;
    }

    .istay-cms-confidence-builder .confidence-builder-blocks .planetivo-confidence-builder-block-outer
    {
        width: calc( 100% - 32px );
    }
    .istay-cms-confidence-builder .confidence-builder-blocks .planetivo-confidence-builder-block
    {
        width: 100%;
    }


    .istay-property-rooms-wrapper
    {
        display: block;
        width: 100%;
    }
    .istay-property-basket-wrapper
    {
        display: block;
        width: calc( 100% + 28px );
        position: sticky;
        bottom: 0;
        background: white;
        margin-left: -14px;
        margin-right: -14px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 10px;
        z-index: 10;
        transition: all 1s ease;
        max-height: 60vh;
        overflow: scroll;
    }
    .istay-property-basket-wrapper:not( .istay-property-basket-wrapper-active )
    {
        max-height: 0;
        padding: 0;
    }
    .istay-property-basket-wrapper h3
    {
        margin: 0;
    }
    .istay-property-basket-wrapper .istay-property-basket > h3
    {
        display: none;
    }
    .istay-property-basket
    {
        box-shadow: none;
    }
    .istay-property-basket-wrapper
    {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .istay-property-basket-wrapper::-webkit-scrollbar 
    { 
        display: none;  /* Safari and Chrome */
    }

    .header
    {
        padding: 24px;
    }
    .header-burger
    {
        display: inline-block;
        cursor: pointer;
    }
    .header-burger:not( .planetivo-dark-header * )
    {
        mix-blend-mode: difference;
    }
    .header-top
    {
        justify-content: space-between;
    }
    .header-icons
    {
        background-color: var(--planetivo-black);
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        transition-duration: 300ms;
        transition-property: opacity, right;
        opacity: 0;
    }
    .header-icons-open
    {
        right: 0;
        opacity: 1;
    }
    .header-icons-inner
    {
        display: flex;
        flex-direction: column;
        padding: 20px;
        position: relative;
    }
    .header-drawer-close
    {
        position: absolute;
        top: 0;
        right: 20px;
        display: flex;
        padding: 24px 0;
        cursor: pointer;
    }
    .header-drawer-close svg
    {
        width: 40px;
        height: 40px;
        color: #F6F4F2;
    }
    .header .header-icons a.header-link
    {
        color: white;
        margin-left: 0;
    }
    .header .header-icons-open a.header-link svg
    {
        display: none;
    }

    #istay-onboarding-property-location-controls .istay-onboarding-map-container
    {
        display: block;
        width: 100%;
        height: 50vh;
    }
    #istay-onboarding-property-location-controls .istay-onboarding-property-details
    {
        display: block;
        width: 100%;
    }

    .istay-alpha-onboarding-page
    {
        max-width: 90%;
    }
    
    #search-map
    {
        width: 100%;
        height: 50vh;
    }

    .istay-search-results-section
    {
        width: 100%;
        flex-direction: column;
    }

    .istay-search-results-section .search-results-options,
    #search-results
    {
        width: 100%;
    }

    .istay-search-result-row a .istay-search-result-row-property-details
    {
        width: 100%;
    }

    .mobile-only
    {
        display: block !important;
    }
    
    .desktop-only
    {
        display: none !important;
    }

    .is-property-room-type-image
    {
        height: 200px !important;
    }

    .istay-roomtype-image-wrapper
    {
        display: block;
        width: 100%;
        position: relative;
    }
    .istay-search-result-row a .istay-search-result-row-feature-image
    {
        height: 300px;
    }
    .istay-search-result-row a .istay-search-result-row-feature-image img
    {
        position: relative;
    }


    .istay-search-container-inner
    {
         flex-direction: column;
    }
    .istay-search-container-inner .istay-search-control
    {
        width: 100%;
    }
    .footer__content-top
    {
        flex-direction: column;
    }
    .footer__content-top .footer-information
    {
        width: 100%;
    }
    .footer
    {
        position: static;
    }
    .istay-property-rooms-content
    {
        flex-direction: column;
    }
    .istay-property-headline
    {
        flex-direction: column;
    }
    .istay-checkout-outer
    {
        flex-direction: column;
        gap: 20px;
    }
    .istay-checkout-top
    {
        width: 100%;
    }
    .istay-payment-form-active
    {
        width: 100%;
    }

    .istay-account-booking-row
    {
        flex-wrap: wrap;
    }
    .istay-account-booking-row img
    {
        width: 100%;
    }
    .istay-account-booking-row-inner
    {
        width: 100%;
    }
    .footer .footer-information ul
    {
        flex-direction: column;
    }
    .footer .footer-information .footer-information-columns > li:not(:last-child)
    {
        width: 100%;
        border-bottom: solid 1px var(--planetivo-border);
        padding-bottom: 16px;
    }
    .footer
    {
        padding-top: 32px;
        padding-right: 24px;
        padding-bottom: 32px;
        padding-left: 24px;
    }
    .header .header-logo-container
    {
        display: inline-block;
        width: 230px;
    }
    #planetivo-signup-controls
    {
        min-width: 0;
        width: 90%;
        left: 5%;
    }
    .signup-link
    {
        padding: 10px;
        text-decoration: none;
        text-align: center;
        color: #69A15B
    }
}

@media only screen and (max-width: 500px)
{
    /* .istay-search-result-row a .istay-search-result-row-feature-image
    {
        width: 100%;
        display: block;
    }
    .istay-search-result-row a .istay-search-result-row-property-details
    {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    } */
}


