<style>
    * {}

        footer {
    position: relative;
}

footer .container--footer ul, footer .container--footer  {
    display: flex;
}

footer .container--footer {
    gap: 46px;
    flex-direction: column;
}

footer .container--footer ul{
    padding: 0;
    gap: 3%;
}

footer .container--footer ul.container--icons {
    gap: 8px;
}

footer .container--content {
    display: flex;
    width: 90%;
    padding-bottom: 27px;
    max-width: 1080px;
}

footer .container--section-mobile {
    display: none;
}

footer .footer-list {
    display: flex;
    gap:22px;
}

footer .footer-list li a {
    padding-top: 8px;
    padding-bottom: 0;
    font-size: 16px;
    color: #fff;
}

footer .footer-list li {
    margin-top: 0;
    margin-bottom: 8px;
}

footer .container--content .logo-footer {
    width: 31%;
    margin-right: 3%;
}

footer .container--content .logo-footer img {
    width: 335px;
    max-width: 100%;
    height: 170px;
}

footer .container--section-footer {
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: 100%;
}

footer .container--footer ul .container--img {
    transition: filter 300ms ease 0ms;
    filter: saturate(0%);
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .container--footer ul li:hover .container--img {
    filter: saturate(100%);
    backface-visibility: hidden;
}

footer .container--footer ul li {
    list-style: none;
}

footer .container--footer ul.container--images li {
    width: 29.666%;
}

footer ul.container--images {
    justify-content: center;
    flex-wrap: wrap;
}

footer .container--footer ul li img {
    width: 100%;
    max-width: 150px;
    opacity: 1;
    -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}

footer .container--footer ul li p {
    line-height: 1em;
    padding-bottom: 0;
    text-align: center;
    word-wrap: break-word;
    font-weight: 700;
    color: #fff;
}

footer {
    padding-top: 253px;
    padding-bottom: 2px;
    background-position: center bottom 0px;
    background-blend-mode: overlay;
    background-size: cover;
    background-image: url(https://www.ghostranch.org/wp-content/uploads/2023/09/GhostRanch_July_23-00840-scaled.jpg), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(194, 111, 31, 0.08) 6%, rgba(160, 92, 27, 0.8) 26%, #0a0a0a 100%) !important;
}

footer .container--footer ul li a img {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

footer .container--footer ul li .container--img a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

footer .p--designed-by {
    padding-bottom: 0;
}

footer .p--designed-by a {
    color: #c25632;
}

footer .btn-scroll-to-top {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
    background: transparent;
    color: #ffffff;
    font-size: 36px;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

footer .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
}

footer .icon-footer-link span {
    visibility: hidden;
    position: absolute;
}

footer .icon.icon-footer-instagram {
    background: url(/ibe/p3custom/images/icons/62755/icon-footer-instagram.svg);
}

footer .icon.icon-footer-facebook {
    background: url(/ibe/p3custom/images/icons/62755/icon-footer-facebook.svg);
}

footer .icon.icon-footer-x {
    background: url(/ibe/p3custom/images/icons/62755/icon-footer-twitter.svg);
}

footer .icon.icon-btn-scroll-to-top {
    width:100%;
    height: 100%;
    transition: all .3s ease-in-out;

    background-image: url(/ibe/p3custom/images/icons/62755/icon-scroll-to-top.svg);
}

footer .icon.icon-btn-scroll-to-top:hover {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    transform: translateY(-10px);
    background-image: url(/ibe/p3custom/images/icons/62755/icon-scroll-to-top-hover.svg);
}

footer .footer--column {
    display: block;
    border: none;
    background-color: transparent;
    height: 32px;
    width: 32px;
}

footer #mobile-menu-toggle span {
    background-color: #C25632;
    display: block;
    height: 2px;
    opacity: 1;
    transition: all 0.25s;
    width: 30px;
}

footer #mobile-menu-toggle span:not(:last-of-type) {
    margin-bottom: 6px;
}

footer #element-to-toggle-on-click.expanded {
    max-height: 280px;
    padding: 5%;
    border-top: 3px solid #C25632;
}

footer #element-to-toggle-on-click {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    display: flex;
    bottom: 50px;
    background-color: #242424;
    width: 100%;
    border-top: none;
    padding: 0 5%;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

footer .mobile_menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
}

footer .mobile_menu a {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    padding: 10px 5%;
    display: block;
}

@media (max-width: 576px) {
    footer .container--footer ul.container--images li {
        width:80%;
    }
}

@media (max-width: 981px) {
    footer .container--content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    footer .div--footer-mobile {
        width: 100%;
        position:relative;
    }

    footer .container--footer ul.container--images li {
        margin-bottom: 50px;
    }

    footer .container--section-footer {
        align-items: center;
    }

    footer .container--footer #element-to-toggle-on-click li a {
        box-shadow: none;
    }

    footer .container--icons {
        justify-content: center;
        margin-bottom: 30px;
    }

    footer .et-menu-nav {
        display:  none;
    }

    footer .container--content .logo-footer {
        width: auto;
        margin-right: 0;
    }

    footer .container--section-mobile {
        display: flex;
        justify-content: end;
    }
}

@media (min-width: 981px) {
    footer .container--footer ul.container--images li {
        width:15%;
    }

    footer ul.container--images {
        flex-wrap: unset;
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

           header ul.nav, header {
    display: flex;
}

header {
    height: 96px;
    align-items: center;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

header .container {
    gap: 30px;
}

header .container {
    justify-content: space-evenly;
}

header .container--nav, header .container, header .container--nav .nav  {
    display: flex;
    align-items: center;
}

header .container--nav .nav {
    gap: 22px;
}

header ul {
    list-style: none;
}

header ul li a {
    font-family: none, sans-serif;
    transition: color 0ms ease 0ms, font-size 0ms ease 0ms;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #242424;
    letter-spacing: 2px;
    padding: 31px 0;
}

header ul li a:hover {
    color: #242424;
}

header ul li .sub-menu a {
    padding: 6px 20px;
    display: block;
    font-weight: 500;
}

header .menu-item-has-children {
    position: relative;
}

header .menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 5px;
}

header li.menu-item-has-children ul.sub-menu {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    gap: 10px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #fff;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    position: absolute;
    top: 100%;
    z-index:10;
    left: 0;
    border-radius: 5px !important;
    padding: 20px;
    text-align: left;
}

header .menu-item-has-children:hover .sub-menu, header .menu-item-has-children:focus-visible .sub-menu, header .menu-item-has-children:focus-within .sub-menu,
header .menu-item-has-children a:focus ~ .sub-menu, header .menu-item-has-children a:focus-visible ~ .sub-menu, header .menu-item-has-children a:focus-within ~ .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .nav li ul {
    position: absolute;
    padding: 20px 0;
    width: 240px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left;
}

header .menu-item-has-children .sub-menu li a {
    width: 100%;
}

header .btn-search, header .container--search-modal {
    display: none;
}

header .btn {
    padding: 0 16px;
    height: 48px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
}

header .btn:focus-within {
    border: 2px solid #000;
}

header sub-menu li:hover {
    transition: all .3s ease-in-out;
}

header .menu-item-has-children .sub-menu li a:hover {
    background-color: rgba(0, 0, 0, .03);
}

header .icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header .icon-dropdown {
    background: url(/ibe/p3custom/images/icons/62755/booking-widget-select-expand-icon.svg);
}

header .header--column {
    display: none;
    border: none;
    background-color: transparent;
    height: 32px;
    width: 32px;
}

header #mobile-menu-toggle span {
    background-color: #C25632;
    display: block;
    height: 2px;
    opacity: 1;
    transition: all 0.25s;
    width: 30px;
}

header #mobile-menu-toggle span:not(:last-of-type) {
    margin-bottom: 6px;
}

@media screen and (max-width: 1400px) {
    header .container--nav nav, header .container-logo {
        display: none;
    }

    header .header--column {
        display: block;
    }

    header .container {
        justify-content: end;
    }

    header {
        height: 52px;
    }

    header .container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1281px) {
    header .menu-item-has-children .sub-menu {
        width: 395px;
    }
}

@media screen and (min-width: 1400px) {
    header .menu-item-has-children .sub-menu {
        width: 395px;
    }

    header .container--nav .nav {
        gap: 14px;
    }

    header .btn {
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1600px) {
    header .container {
        min-width: 1600px;
    }

    header .container--nav .nav {
        gap: 24px;
    }

    header .btn {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

            #side-menu.menu-section {
    position: fixed;
    width: 100%;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 0;
}

#side-menu.menu-section nav {
    transition: max-height 1s 0s ease-in-out, padding 0.5s 0s ease-in-out;
    max-height: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#side-menu.menu-section.open {
    width: 100%;
}

#side-menu.menu-section.open nav {
    width: 100%;
    max-height:1000px;
    padding: 5%;
}

#side-menu .container--nav .nav {
    flex-direction: column;
    align-items: start;
}

#side-menu .menu-item-has-children {
    display: flex;
    flex-direction: column;
}

#side-menu .menu-item-has-children .sub-menu {
   visibility: visible;
   opacity: 1;
}

#side-menu li ul.sub-menu {
    display: none;
    flex-direction: column;
    position: relative;
    list-style: none;
}

#side-menu.menu-section ul.sub-menu {
    list-style: none;
}

#side-menu.menu-section .nav .menu-item {
    width: 100%;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

#side-menu.menu-section .menu-item:not(.menu-item-no-children) a {
    background-color: rgba(0, 0, 0, .03);
}

#side-menu.menu-section .menu-item:not(.menu-item-no-children) .sub-menu a {
    background-color: #fff;
}


#side-menu.menu-section .menu-item-has-children.expanded + ul.sub-menu {
   display: flex;
}

#side-menu.menu-section ul li a {
    color: #242424;
}

body.ohip {
    overflow-y: auto!important;
}

.ows-notice {
    display: none;
}

#side-menu.menu-section .menu-item-container {
    display: flex;
    justify-content: space-between;
}

#side-menu.menu-section .menu-item-container a {
    width: 100%;
}

#side-menu.menu-section .menu-item-has-children-button {
    display: flex;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 20px;
    z-index: 9999;
}

#side-menu.menu-section .icon {
    height: 26px;
    width: 26px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#side-menu.menu-section  button.menu-item-has-children .icon-plus-expand {
    background: url(/ibe/p3custom/images/icons/62755/icon-sidemenu-expand.svg);
}

#side-menu.menu-section  button.menu-item-has-children.expanded .icon-plus-expand {
    background: url(/ibe/p3custom/images/icons/62755/icon-sidemenu-collapse.svg);
}

.menu-item-has-children-button:hover, #side-menu.menu-section a:hover {
    opacity: .7;
}

#side-menu.menu-section .menu-item a:hover, #side-menu.menu-section :not(.menu-item-no-children) .menu-item a:hover  {
    background-color: rgba(0, 0, 0, .03);
}

#side-menu.menu-section .menu-item-no-children a {
    display: block;
}

#side-menu.menu-section ul.nav button.menu-item-has-children-button, #side-menu.menu-section ul.nav a {
    padding: 10px 5%;
}

#side-menu.menu-section ul.nav .sub-menu a {
    display: block;
}

#side-menu.menu-section ul.nav button.menu-item-has-children-button a {
    padding: 0;
}

#side-menu.menu-section ul.nav .sub-menu {
    padding-left: 10px;
}

#side-menu.menu-section ul.nav a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}

    
    /* DESKTOP */
    .display {
                color: #242424;
    /* display/desktop */
                 font-family: Nunito Sans Bold;
                        font-size: 60px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 80px;
    }

    .title-1 {
                color: #242424;
    /* title-1/desktop */
                 font-family: Nunito Sans Bold;
                        font-size: 48px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 64px;
                    text-transform: 1;
    }

    .title-2 {
                color: #000;
    /* title-2/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 32px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 48px;
                    }

    .subtitle-1, .calendar-heading  {
                color: #000;
    /* subtitle-1/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 32px;
                        }

    .subtitle-2, .calendar-date-heading, .asd__month-name span {
                color: #242424;
    /* subtitle-2/desktop */
                font-family: Nunito Sans SemiBold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 24px;
                        letter-spacing: 0.8px;
                        text-transform: uppercase;
    }

    .asd__month-name span:nth-child(2) {
                color: #000000;
    }

    body, body > *, .body-text, .asd__day-button, .calendar {
                color: #242424;
    /* body/desktop */
                font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 24px;
                text-transform: none;
    }

    .asd__day-button
    {
                background-color: transparent !important;
                        color: #000000 !important;
    }

    .asd__wrapper,
    .asd__change-month-button,
    .asd__day--empty
    {
        }

    .body-bold {
        /* body-bold/desktop */
                                        }

    .small-text, .asd__day-title {
                color: #0D273B;
    /* small-text/desktop */
                font-family: Nunito Sans Medium;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 24px;
    }

    .form-group label, .invalid-gift-card p {
                color: #242424;
    /* form label/desktop */
                font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                    line-height: 16px;
                        text-transform: uppercase;
                }

    .ohip-pms-offer-datepicker .datepicker-trigger .form-control, .datepicker-trigger .form-control {
        
            background: #FFF;
                background-image: url("/ibe/p3custom/images/icons/62755/offers-dates-icon.svg") !important;
        background-size: 16px 16px !important;
        background-position: calc(100% - 16px) 50% !important;
        background-repeat: no-repeat !important;
}

    .offer__calendar {
                background: #E1D0B0;
                width: 100%;
    }

    .calendar-date.calendar-date--selected {
                        }

    .offer__banner {
                background: #E1D0B0  !important;
                        color: #242424  !important;
    }

    .calendar-date--selected p {
        }

    .form-group input, .form-group select, .form-group input:focus, .form-floating>.form-control, .form-group input::placeholder {
                color: #242424;
    /* form input/desktop */
                font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px;
    }

    .p3-mask {
        left: 1px !important;
        height: 50px;
        padding: .375rem .75rem;
                font-size: 16px;
        }

    .hotel-message{
                background-color: #164465;
                        border: none;
                        border-radius: 8px;
                        color: #FFF !important;
        }

    .hotel-message .body-bold{
                    color: #FFF !important;
    }

    .validationError, label.validationError, .errors-list li, .guest-details-error, .invalid-gift-card p{
                color: #721D1D;
    /* form/error-message */
                font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                        line-height: 16px;
                        text-transform: uppercase;
    }

    .form-floating label.validationError {
        margin-top: 80px !important;
    }

    .form-group label.booking-widget-label {
                color: #242424;
    /* form/booking-widget-label */
                font-family: Nunito Sans SemiBold;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                        text-transform: uppercase;
    }

    .booking-widget-input {
                color: #242424;
    /* form/booking-widget-input */
                font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px;
    }

    .booking-widget-error {
                color: #242424;
    /* form/booking-widget-error */
                font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
    }

    
    
    .price__color {
                color: #242424 !important;
    }

    .price {
        /* price/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
    }

    .price-section .small-text {
                color: #242424;
    }


    .strike-price {
                color: #242424;
    /* strike-price/desktop */
                font-family: Nunito Sans SemiBold;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        text-decoration-line: line-through;
    }

    .button-label {
        /* button-label */
                font-family: Nunito Sans Bold;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 16px;
                                text-transform: uppercase;
    }

    .inline-link {
                color: #C25632 !important;
    /* body/inline-link/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                }

    .inline-link:hover {
                color: #D37454;
    /* body/inline-link/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                }
    .loyalty-profile-option .button-label.inline-link:hover {
                    text-decoration-color: #D37454;
            }


    .inline-link:active {
                color: #9A4428;
    /* body/inline-link/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                }

    .inline-link:focus {
                color: #C25632;
    /* body/inline-link/desktop */
                font-family: Nunito Sans Bold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                }

    .lightbox-tab-label {
                font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                        letter-spacing: 1.4px;
                        text-transform: uppercase;
    }




    /* MOBILE */
    @media screen and (max-width: 1024px) {
        .display {
            color: #242424;
                /* display/mobile */
            font-family: Nunito Sans Bold;
                        font-size: 48px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 64px;
            }

        .title-1 {
            color: #242424;
                /* title-1/mobile */
            font-family: Nunito Sans Bold;
                        font-size: 32px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 48px;
                        text-transform: 1;
            }

        .title-2 {
            color: #000;
                /* title-2/mobile */
            font-family: Nunito Sans Bold;
            
            font-size: 28px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 40px;
                            }

        .subtitle-1 {
            color: #000;
                /* subtitle-1/mobile */
            font-family: Nunito Sans Bold;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 32px;
                                        }

        .subtitle-2 {
            color: #242424;
                /* subtitle-2/mobile */
            font-family: Nunito Sans SemiBold;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 24px;
                         letter-spacing: 0.8px;
                        text-transform: uppercase;
            }

        body, body > *, .body-text, .asd__day-button, .calendar {
            color: #242424;
                /* body/mobile */
            font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 24px;
            }

        .body-bold {
                    /* body-bold/mobile */
                                                                }

        .small-text {
            color: #0D273B;
                /* small-text/mobile */
            font-family: Nunito Sans Medium;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 24px;
            }

        .form-group label {
            color: #242424;
                /* form label/mobile */
            font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                                    text-transform: uppercase;
            }

        .form-group input, .form-floating>.form-control {
            color: #242424;
                /* form input/mobile */
            font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px;
            }

        .validationError, label.validationError, .invalid-gift-card p {
            color: #721D1D;
                /* form/error-message */
            font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
            }

        .form-floating label.validationError {
            margin-top: 80px !important;
                                    text-transform: uppercase;
        }

        .booking-widget-label {
            color: #242424;
                /* form/booking-widget-label */
            font-family: Nunito Sans SemiBold;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
                                                text-transform: uppercase;
            }

        .booking-widget-input {
            color: #242424;
                /* form/booking-widget-input */
            font-family: Nunito Sans Medium;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px;
            }

        .booking-widget-error {
            color: #242424;
                /* form/booking-widget-error */
            font-family: Nunito Sans SemiBold;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 16px;
            }

        .price {
            color: #242424;
                /* price/mobile */
            font-family: Nunito Sans Bold;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
            }

        .strike-price {
            color: #242424;
                /* strike-price/mobile */
            font-family: Nunito Sans SemiBold;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        text-decoration-line: line-through;
            }
    }

    .pb-room-component-gap-between-usps {
        padding-bottom: 40px!important;
    }

    
    @media screen and (max-width: 992px) {
        #addOnsForm .addOns-items-list-filter .card-style {
                }
    }

    @media screen and (min-width: 992px) {
        .spacing-padding:not(.modal-room-content .spacing-padding) {
                    }

        .room-slider .slick-prev {
                    }
    }

    /** EMAIL START */
    .email.small-text, .email.small-text strike {
        /* email/small-text */
                                                            }

    .email .checkin-checkout-color {
        }

    .email.dates, .email.dates strike {
        /* email/dates */
                        font-family: Verdana;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                        letter-spacing: 0.8px;
                        text-transform: uppercase;
    }

    .email.heading, .email.heading strike {
        /* email/heading */
                        font-family: Verdana;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 32px;
                                    text-transform: uppercase;
    }

    .email.sub-heading, .email.sub-heading strike {
        /* email/sub-heading */
                                                                    }

    .email.confirmation-number, .email.confirmation-number strike {
        /* email/confirmation-number */
                                                                }

    .email, .email > * {
        /* email/body */
                        font-family: Verdana;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
    }

    .email_border-right {
                border-right: 1px solid #C25632;
    }

    .email_bg-color {
                background: #FFF;
    }

    .email .btn.light.primary .button-label {
                color: #FFF;
    }


    [class~="x_outlook-only"] {
        }


    .email .footer > *, .email .footer a {
                color: #242424;
    }

    /** EMAIL END */


    /* FORM COMPONENTS START */
    input[type="text"], input[type="email"], input[type="tel"], .custom-select, .form-control, .form-control:active, .form-select, select, textarea, input[type="password"], input[type="search"], .form-floating>.form-control {
                border: 1px solid #B3B8B4;
                        background: #FFF;
                        border-radius: 0;
            }

    textarea.form-control {
        height: 80px;
    }

    input[type="text"], input[type="email"], input[type="tel"], .custom-select, .form-control, .form-select, select, input[type="password"], input[type="search"], .form-floating>.form-control {
                height: 48px;
    }

    .card-guest-details input:-webkit-autofill, .retrieve-form input:-webkit-autofill, .guests_change input:-webkit-autofill, .payment-link-challenge input:-webkit-autofill,
    .payment-details input:-webkit-autofill,
    .payment-link-card input:-webkit-autofill {
                background: #FFF;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    }

    input[type="email"]::placeholder, .custom-select::placeholder, .form-select::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder {
                border: 1px solid #B3B8B4;
                        background: #FFF;
    }

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, .custom-select:focus, .form-select:focus, textarea:focus, .form-control:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="search"]:focus input:-webkit-autofill {
                border: 2px solid #C25632;
                        background: #FFF;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    }

    input[type="text"].validationError, input[type="email"].validationError, input[type="tel"].validationError, .custom-select.validationError, .form-select.validationError, textarea.validationError, input[type="password"].validationError, input[type="search"].validationError, .form-control.validationError .error-message, input[type="text"].invalid-gift-card{
                border: 1px solid #721D1D;
                        background: #F2CECE;
                background-image: url('/ibe/p3custom/images/icons/form-invalid-x.svg');
        background-repeat: no-repeat;
        background-position: center right calc(.375em + .1875rem);
    }

    input[type="text"].valid, input[type="email"].valid, input[type="tel"].valid .custom-select.valid, .form-select.valid, textarea.valid, input[type="password"].valid, input[type="search"].valid {
                border: 1px solid #242424;
                        background: #FFF;
    }

    input[type="text"]:disabled, input[type="email"]:disabled,
    input[type="tel"]:disabled, .custom-select:disabled,
    .form-select:disabled, textarea:disabled,
    input[type="password"]:disabled, .form-control[readonly],
    input[type="search"]:disabled {
                border: 1px solid #B3B8B4;
                        background: #FFF;
    }
    /* FORM COMPONENTS END */


    /**
        CHECKBOXES START - DESKTOP + MOBILE same
     */

    span.custom-check {
                width: 24px;
        min-width: 24px;
                        height: 24px;
                        border: 1px solid #242424;
                        background-color: #FAFAFA;
                        border-radius: 4px;
                vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-right: 16px;
    }

    span.custom-check:focus {
                width: 24px;
        min-width: 24px;
                        height: 24px;
                margin: 0 10px 0 0;
                border: 2px solid #C25632;
                        background-color: #FAFAFA;
        }

    .bookingCommentRadio:focus + span.custom-radio {
                border: 2px solid #C25632;
    }


    input[type=checkbox]:checked + span.custom-check::after, .form-check-input[type="checkbox"]:checked + .form-check-label .custom-check::after  {
        line-height: 13px;
        text-align: center;
        position: absolute;
        content: url('/ibe/p3custom/images/icons/62755/form-checkbox-check-icon.svg');
        animation: form-zoom .5s ease-in-out;
        padding: 3px 0px;
        left: -1px;
        top: -1px;
                        background-color: #C25632;
                        width: 24px;
                        height: 24px;
                        border-radius: 4px;
    }

    span.custom-check:disabled {
        opacity: 20%;
                border: 1px solid #242424;
                        background-color: #FAFAFA;
    }

    /**
        CHECKBOXES END
     */

    /**
/**
 RADIO BUTTONS START - DESKTOP + MOBILE same
 */
    span.custom-radio {
                width: 16px;
                        height: 16px;
                margin: 0 16px 0 0;
        border-radius: 100px;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        position: relative;
                border: 1px solid #242424;
                        background-color: #FAFAFA;
    }

    span.custom-radio:focus {
        border-radius: 100px;
                border: 1px solid #C25632;
                        background-color: #FAFAFA;
    }

    span.custom-radio:hover {
                }

    input[type=radio]:checked + span.custom-radio:after {
        border-radius: 100px;
                width: 16px;
                        height: 16px;
                content: url("../images/icons/p3/icon-checked-radio.svg");
        line-height: 16px;
        text-align: center;
        animation: form-zoom .5s ease-in-out;
        position: absolute;
        left: -1px;
        top: -1px;
                border: 1px solid #242424;
                        background-color: #242424;
    }

    span.custom-radio:disabled {
        opacity: 0.6;
                border: 1px solid #242424;
                        background-color: #FAFAFA;
    }

    /**
     RADIO BUTTONS END
     */


    /* BUTTONS START */
    .btn {
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 48px;
        max-height: 48px;
                }

    /* LIGHT PRIMARY */
    .btn.light.primary {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
    }

    .btn.light.primary:hover {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #9A4428;
    }

    .btn.light.primary:active {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #72321D;
    }

    .btn.light.primary:focus {
                color: #FFF;
                        border: 4px solid #72321D;
                        border-radius: 3px;
                        background: #C25632;
                }

    .btn.light.primary:disabled {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
                        opacity: 0.5;
    }


    /* DARK PRIMARY */
    .btn.dark.primary {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #242424;
    }

    .btn.dark.primary:hover {
                color: #FFF;
                        border: 2px solid #C25632;
                        border-radius: 3px;
                        background: #C25632;
    }

    .btn.dark.primary:active {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
    }

    .btn.dark.primary:focus {
                color: #FFF;
                        border: 6px solid  #C25632;
                        border-radius: 3px;
                        background: #242424;
                }

    .btn.dark.primary:disabled {
                color: #FFF;
                        border: 2px solid #C25632;
                        border-radius: 3px;
                        background: #242424;
                        opacity: 0.5;
    }

    /* LIGHT SECONDARY */
    .btn.light.secondary {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #164465;
                }

    .btn.light.secondary:hover {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #287CB8;
    }

    .btn.light.secondary:active {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #1F608E;
    }

    .btn.light.secondary:focus {
                color: #FFF;
                        border: 4px solid #287CB8;
                        border-radius: 3px;
                        background: #164465;
                }

    .btn.light.secondary:disabled {
                color: #FFF;
                        border: #164465;
                        border-radius: 3px;
                        background: NULL;
                        opacity: 0.5;
    }

    /* DARK SECONDARY */
    .btn.dark.secondary {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #B3B8B4;
    }

    .btn.dark.secondary:hover {
                color: #164465;
                        border: NULL;
                        border-radius: 3px;
                        background: #FFF;
    }

    .btn.dark.secondary:active {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
    }

    .btn.dark.secondary:focus {
                color: #FFF;
                        border: 3px solid #FFF;
                        border-radius: 3px;
                        background: rgba(255, 255, 255, 0.10);
                }

    .btn.dark.secondary:disabled {
                color: #FFF;
                        border: 1px solid #FFF;
                        border-radius: 3px;
                        background: transparent;
                        opacity: 0.5;
    }


    /* LIGHT TERTIARY */
    .btn.light.tertiary {
                color: #C25632;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
    }

    .btn.light.tertiary:hover {
                color: #9A4428;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
    }

    .btn.light.tertiary:active {
                color: #72321D;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
    }

    .btn.light.tertiary:focus {
                color: #C25632;
                        border: 4px solid #D37454;
                        border-radius: 3px;
                        background: transparent;
                }

    .btn.light.tertiary:disabled {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
                        opacity: 0.5;
    }

    /* DARK TERTIARY */
    .btn.dark.tertiary {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #B3B8B4;
    }

    .btn.dark.tertiary:hover {
                color: #164465;
                        border: NULL;
                        border-radius: 3px;
                        background: #FFF;
    }

    .btn.dark.tertiary:active {
                color: #72321D;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
    }

    .btn.dark.tertiary:focus {
                color: #242424;
                        border: 4px solid #D37454;
                        border-radius: 3px;
                        background: transparent;
                }

    .btn.dark.tertiary:disabled {
                color: #242424;
                        border: NULL;
                        border-radius: 3px;
                        background: transparent;
                        opacity: 0.5;
    }

    /* DESTRUCTIVE BUTTONS */

    .btn.destructive {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
    }

    .btn.destructive:hover {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #9A4428;
    }

    .btn.destructive:active {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #72321D;
    }

    .btn.destructive:focus {
                color: #FFF;
                        border: 4px solid #72321D;
                        border-radius: 3px;
                        background: #C25632;
                }

    .btn.destructive:disabled {
                color: #FFF;
                        border: NULL;
                        border-radius: 3px;
                        background: #C25632;
                        opacity: 0.5;
    }

    
    
    
    
/* BUTTONS END */

    /*LIGHTBOX BTN */
    .lightbox-tab {
                color: #C25632;
                                background: #F7F5EF;
    }
    .lightbox-tab:hover {
                color: #9A4428;
                                background: #F7F5EF;
    }
    .lightbox-tab:focus {
                color: #9A4428;
                        border: 2px solid #242424;
                                background: #F7F5EF;
    }
    .lightbox-tab.active {
                color: #242424;
                                background: #FAFAFA;
    }
    /* */

    /* SPACING VARIABLES START */
    .spacing-between-rooms {
        height: var(--rooms-rates-spacing-between-rooms, 56px);
    }

    .pb-gap-between-usps {
        padding-bottom: 40px;
    }

    .pt-gap-between-usps {
        padding-top: 40px;
    }

    .pr-gap-between-usps {
        padding-right: 40px;
    }

    .pl-gap-between-usps {
        padding-left: 40px;
    }

    .pl-16 {
        padding-left: 16px;
    }

    /* SPACING VARIABLES END */

    /* BODY START */
    body {
                background-color: #FFF;
                    }
    /* BODY END */

    /* BANNER COMPONENT START */
    .banner--desktop, .banner-overlay::before, .banner{
                height: 160px;
    }

    .brand-pattern-overlay, .half-banner-desktop {
                        height: 160px;
                width: 50%;
    }

    .banner-overlay::before {
                }

    .hotel-name {
            }

    /* BANNER COMPONENT END */

    /* SEARCH BANNER COMPONENT START */
    .search-rates-banner--desktop {
                 height: 480px;
    }
    .search-rates-banner--mobile {
                 height: 240px;
    }

    /* CONFIRMATION BANNER COMPONENT START */
    .confirmation-banner--desktop {
                height: 480px;
    }
    .confirmation-banner--mobile {
                height: 240px;
                background-size: cover;
    }

    /* OFFERS BANNER COMPONENT START */
    .offers-banner--desktop {
        }
    .offers-banner--mobile {
                background-size: cover;
    }

    /* RETRIEVE BANNER COMPONENT START */
    .retrieve-banner--desktop {
                height: 480px;
    }
    .retrieve-banner--mobile {
                height: 240px;
                background-size: cover;
    }

    /* CITY SEARCH COMPONENT START */
    .city-search-banner--desktop {
        }
    .city-search-banner--mobile {
                background-size: cover;
    }


    /* PROGRESS BAR START */

    .progress-bar.past {
        background-image: url("/ibe/p3custom/images/icons/62755/step-past-mobile.svg");
    }

    .progress-bar.current {
        background-image: url("/ibe/p3custom/images/icons/62755/step-current-mobile.svg");
    }

    .progress-bar.future {
        background-image: url("/ibe/p3custom/images/icons/62755/step-future-mobile.svg");
    }

    @media (min-width: 1400px) {
        .progress-bar.past {
            background-image: url("/ibe/p3custom/images/icons/62755/step-past-desktop.svg");
        }

        .progress-bar.current {
            background-image: url("/ibe/p3custom/images/icons/62755/step-current-desktop.svg");
        }

        .progress-bar.future {
            background-image: url("/ibe/p3custom/images/icons/62755/step-future-desktop.svg");
        }
    }

    .progress-bar::before {
                background-color: #DE957D;
    }

    
    
    
    
    

    .progress-bar.past:not(:last-child)::before {
        }

    /* PROGRESS BAR END */

    /* SECONDARY MENU START */
    .section-secondary-menu-component, .secondary-menu-component {
                background-color: #F7F5EF;
        }

            .section-secondary-menu-component .lang-menu ul, .secondary-menu-component .lang-menu ul {
            background-color: #F7F5EF;
        }
    
            .section-secondary-menu-component .lang-menu ul li, .secondary-menu-component .lang-menu ul li {
            border-bottom: 1px solid#C25632;
        }
    
                .section-secondary-menu-component .lang-menu ul > :first-child, .secondary-menu-component .lang-menu ul > :first-child {
            border-top: 1px solid#C25632;
        }
    
    .section-secondary-menu-component > *, .secondary-menu-component > *, .section-secondary-menu-component a  {
                color: #C25632;
    }

    .secondary-menu-component a {
        }

    .icon-login {
        height: 16px;
        width: 16px;
        display: inline-block;
        margin-right: 0;
        background: url("/ibe/p3custom/images/icons/62755/menu-login-icon.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .booking-details-list li {
                    border-right: 1px solid #C25632;
    }

    .divider-menu {
                background-color: #C25632;
    }

    .child-icon {
                    background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    .adults-icon {
        padding: 7px;
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px auto !important;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 1200px) {
        .section-secondary-menu-component, .secondary-menu-component {
                        background-color: #F7F5EF;
                }

                    .section-secondary-menu-component .lang-menu ul, .secondary-menu-component .lang-menu ul {
                background-color: #F7F5EF;
            }
        
                    .section-secondary-menu-component .lang-menu ul li:not(:last-child), .secondary-menu-component .lang-menu ul li:not(:last-child) {
                border-bottom: 1px solid#C25632;
            }
        
                    .section-secondary-menu-component .lang-menu ul > :first-child, .secondary-menu-component .lang-menu ul > :first-child {
                border-top: 1px solid#C25632;
            }
        

        .section-secondary-menu-component > *, .secondary-menu-component > *,
        .section-secondary-menu-component a, .secondary-menu-component a ,
        .section-secondary-menu-component span {
                        color: #C25632;
        }

        .divider-menu {
                        background-color: #C25632;
        }
    }
    /* SECONDARY MENU END */



    /* BOOKING WIDGET COMPONENT START */
    .search-rates {
        max-width: 920px;
        padding: 40px;
        margin: 80px auto;
                    }

    .bw-bg_color, #search-componentModal .bw-bg_color .modal-content, .bw-bg_color.modal-body {
                background: #E1D0B0;
    }

    .search-rates h1,
    .search-rates input,
    .search-rates select,
    .search-rates p,
    .search-rates a,
    .search-rates legend,
    .bw-bg_color h2,
    .bw-bg_color a,
    .bw-bg_color legend {
                color: #242424;
    }

    .form-floating input:focus + label, .form-floating>.form-control:not(:placeholder-shown)~label {
                color: #242424;
        }

    .booking-widget-modal .form-control {
        background-size: 16px 16px;
        background-position: calc(100% - 10px) 50%;
        background-repeat: no-repeat;
                border: none;
                        background-color: #D3BB8C;
                        color: #242424;
                                border-radius: 0;
                text-overflow: ellipsis;
    }

    .booking-widget-modal .form-control:focus {
                border: 1px solid #242424;
                        background-color: #C5A567;
        -webkit-box-shadow: 0 0 0px 1000px #C5A567 inset;
                        -webkit-text-fill-color: #242424;
    }

    .booking-widget-modal input:-webkit-autofill {
                -webkit-text-fill-color: #242424;
                -webkit-box-shadow: 0 0 0px 1000px #C5A567 inset;
    }

    .booking-widget-modal .form-control:disabled {
                        background: #D3BB8C;
    }

    







    p.validationError {
                    border: 1px solid #721D1D;
                            background: #D3BB8C;
                            color: #721D1D;
    }

    .booking-widget-modal select {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-select-expand-icon.svg") !important;
        background-size: 16px 16px;
    }
    .booking-widget-modal .datepicker-trigger .form-control {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-dates-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal .promo-code__icon {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-promo-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        height: 16px;
        width: 32px;
    }

    .form-floating>.form-control {
                height: 48px;
                                        color: #242424;
    }

    #promoCodeInput .form-floating>.form-control::placeholder {
                background-color: #D3BB8C;
                border: none;
    }

    #promoCodeInput .form-group label {
                color: #242424;
                                text-transform: uppercase;
                opacity: unset;
    }

    .asd__day--selected, .asd__day--selected > * {
                background: #C25632  !important;
                        color: #F8F7F2  !important;
                        border: 1px solid #005498  !important;
    }

    .asd__day--in-range, .asd__day--in-range > *, .asd__day--hovered, .asd__day--hovered > * {
                background: #D37454  !important;
                        color: #F8F7F2  !important;
                        border: 1px solid #D37454  !important;
    }

    .asd__day--enabled:focus {
        outline: none;
    }

    .asd__change-month-button--previous button svg, .asd__change-month-button--next button svg {
        display: none;
    }

    .asd__change-month-button--previous button::before {
        content: url("/ibe/p3custom/images/icons/62755/datepicker-arrow-left-icon.svg");
        width: 40px;
        height: 40px;
    }

    .asd__change-month-button--next button::before {
        content: url("/ibe/p3custom/images/icons/62755/datepicker-arrow-right-icon.svg");
        width: 40px;
        height: 40px;
    }

    .asd__change-month-button>button {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .asd__month-name {
        margin: 0 0 45px;
    }

    .asd__days-legend {
        top: 60px;
    }

        .booking-widget-modal select[name="children[1]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[1]"], .booking-widget-modal select[name="infants[1]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[2]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[2]"], .booking-widget-modal select[name="infants[2]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[3]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[3]"], .booking-widget-modal select[name="infants[3]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[4]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[4]"], .booking-widget-modal select[name="infants[4]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[5]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[5]"], .booking-widget-modal select[name="infants[5]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[6]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[6]"], .booking-widget-modal select[name="infants[6]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[7]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[7]"], .booking-widget-modal select[name="infants[7]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[8]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[8]"], .booking-widget-modal select[name="infants[8]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[9]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[9]"], .booking-widget-modal select[name="infants[9]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[10]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[10]"], .booking-widget-modal select[name="infants[10]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[11]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[11]"], .booking-widget-modal select[name="infants[11]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[12]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[12]"], .booking-widget-modal select[name="infants[12]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[13]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[13]"], .booking-widget-modal select[name="infants[13]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[14]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[14]"], .booking-widget-modal select[name="infants[14]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[15]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[15]"], .booking-widget-modal select[name="infants[15]"] {
        background-image: url("/ibe/p3custom/images/icons/62755/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        /* BOOKING WIDGET COMPONENT END */

    /* MODALS START */

    .modal-tabs .modal-body, .addonModal .modal-body, #termsModal .modal-body, #privacyPolicyModal .modal-body, #filterRoomCategoriesModal .modal-body {
        padding: 40px;
    }

    .modal-body {
                        background: #FAFAFA;
    }

            .tab-content .tab-property-details .icon.icon-location, .hotel-listing-post .icon.icon-location {
        background-image: url("/ibe/p3custom/images/icons/62755/hotel-address-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-phone {
        background-image: url("/ibe/p3custom/images/icons/62755/hotel-phone-icon.svg");
    }
    
             .tab-content .tab-property-details .icon.icon-mail{
        background-image: url("/ibe/p3custom/images/icons/62755/hotel-email-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-address, .hotel-listing-post .icon.icon-address {
        background-image: url("/ibe/p3custom/images/icons/62755/alt-hotel-address-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-phone {
        background-image: url("/ibe/p3custom/images/icons/62755/hotel-phone-icon.svg");
    }
    
            .buttons-list-alt-hotels .icon.icon-tab-map {
        background-image: url("/ibe/p3custom/images/icons/62755/tab-map-icon.svg");
    }
    


    @media screen and (max-width: 992px) {
                    p.validationError {
            color: #721D1D;
        }
        
        .modal-tabs .modal-body, .addonModal .modal-body, .modal-body, #termsModal .modal-body, #privacyPolicyModal .modal-body, #filterRoomCategoriesModal .modal-body  {
            padding: 32px 16px;
            border-radius: 0;
        }

        .modal-header {
            padding: 12px 16px 12px 0;
            }

        .navs-header {
            }

        .modal .icon-close-mobile .icon-close {
            background:  url("/ibe/p3custom/images/icons/62755/lightbox-close-mobile-icon.svg") no-repeat center;
        }

        .modal-tabs li .hotel-info-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background:  url("/ibe/p3custom/images/icons/62755/tab-info-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .hotel-info-icon {
            background:  url("/ibe/p3custom/images/icons/62755/tab-info-active-icon.svg") no-repeat center;
        }

        .modal-tabs li .gallery-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background:  url("/ibe/p3custom/images/icons/62755/tab-gallery-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .gallery-icon {
            background:  url("/ibe/p3custom/images/icons/62755/tab-gallery-active-icon.svg") no-repeat center;
        }

        .modal-tabs li .map-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background: url("/ibe/p3custom/images/icons/62755/tab-map-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .map-icon {
            background: url("/ibe/p3custom/images/icons/62755/tab-map-active-icon.svg") no-repeat center;
        }

        .lightbox-tab:focus {
            border: none;
        }

        .calendar-date:not(.calendar-date--loading).calendar-date--disabled:after {
            background-image: url("/ibe/p3custom/images/icons/62755/X-mobile.svg")!important;
        }

        .container .calendar-rows {
            padding-top: 24px;
            padding-bottom: 8px;
        }

        #no_avail_calendar {
            padding-bottom: 40px;
        }

        .pt-gap-between-usps-mobile {
            padding-top: 32px !important;
        }
    }

    .icon-expand-map {
        background: url("/ibe/p3custom/images/icons/62755/accordian-closed-icon.svg") no-repeat center;
    }

    .icon-info {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62755/icon-info.svg") no-repeat center;
        margin-right: 16px;
        margin-top: 6px;
    }

    .icon-info-loyalty {
        height: 16px;
        width: 16px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62755/icon-info-loyalty.svg") no-repeat center;
    }

    .nearby-link_color {
                color: #242424 !important;
    }
    /* MODALS END */

    /* DIVIDERS START */
    .divider-line, .divider-mobile-hotel-info {
        width: 100%;
        height: 1px;
        align-self: stretch;
                background: #C25632;
    }

    .left-line,
    .right-line {
                background: #C25632;
    }

    /* TODO change background-color with db value */
    .divider-line-addons {
        width: 100%;
        height: 1px;
        align-self: stretch;
                    background-color: #C25632;
            }

    .divider-top-addons {
        border-top: 1px solid;
                    border-color: #C25632;
                padding: 40px 0;
    }

    .divider-top-sidebar {
        border-top: 1px solid;
                border-color: #C25632;
    }

    .divider-line__vertical, .divider-line__vertical--desktop {
        border-right: 1px solid;
                border-right-color: #C25632;
            }

    .divider__bottom--desktop {
        border-bottom: 1px solid;
                border-bottom-color: #C25632;
        }

    .full_border {
                border: 1px solid #C25632;
            }

    @media screen and (max-width: 992px) {
        .divider-line__vertical--desktop {
            border: none;
        }
        .divider__bottom--mobile {
                        border-bottom: 1px solid #C25632;
                    }
    }


    .divider {
                background: #C25632;
    }

    /* DIVIDERS END */

    /* ROOM COMPONENT START */
    .rateInfoIcon {
        width: 24px;
        height: 24px;
        background-image:  url("/ibe/p3custom/images/icons/62755/rate-name-icon.svg");
    }
    .rateInfoIconCss:before {
        background-image: url("/ibe/p3custom/images/icons/62755/rate-name-icon.svg");
    }
    .rate-tag-icon-free-cancellation:before {
        background-image: url("/ibe/p3custom/images/icons/62755/reassure-icon.svg");
    }

    .rate-tag-icon-label {
                     }

    .rate_name__color {
        }

    h2.roomName__color {
        }
    .roomInfoIcon {
        background-image:  url("/ibe/p3custom/images/icons/62755/room-info-icon-desktop.svg");
    }

    @media screen and (max-width: 1024px) {
        .roomInfoIcon {
            background-image:  url("/ibe/p3custom/images/icons/62755/room-info-icon-mobile.svg");
        }
    }

    .rooms-left {
                background-color: #FAFAFA;
    }
    .categoryName {
                color: #C25632;
    }

    .rooms-left .rooms-left__text, .from-price__on_image span {
                color: #242424;
    }

    .room-with-rates-wrapper {
        }

    .room-wrapper {
                background-color: #FAFAFA;
    }





    .room-wrapper .single-image {
            }


    .room-right-side {
                background-color: #FAFAFA;
        }

    .modal-room-content {
                background-color: #FAFAFA;
                padding: 40px;
    }

    .rate-container {
                        background: #FAFAFA;
    }

    

    .room-modal .rate-container {
                background: #FAFAFA;
    }
    .modal .icon-close {
        background:  url("/ibe/p3custom/images/icons/62755/lightbox-close-icon.svg") no-repeat center;
    }

    /* Ascending state */
    #price-sorting.asc .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62755/sort-by-dropdown-closed.svg');
    }

    #price-sorting.asc:hover .sort-icon, #price-sorting.asc:focus .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62755/sort-by-dropdown-hover-closed.svg');
    }

    /* Descending state */
    #price-sorting.desc .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62755/sort-by-dropdown-open.svg');
    }

    #price-sorting.desc:hover .sort-icon,  #price-sorting.desc:focus .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62755/sort-by-dropdown-hover-open.svg');
    }


    /* ROOM COMPONENT END */

    /* ADDON COMPONENT START */

    .row.addon-content, .addonModal .modal-body, .addOns-item-group, .addon_component_bg_color, .payment-type-wrapper {
                 background: #FAFAFA;
    }

    .addonModal .modal-dialog .modal-content  .modal-body .addon-modal-content .form-group select {
        background-image: url("/ibe/p3custom/images/icons/62755/chevron-down-light.svg") !important;
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: calc(100% - 8px) center;
    }

    select, select:focus, select:active {
        background-image: url("/ibe/p3custom/images/icons/62755/chevron-down-light.svg") !important;
        background-repeat: no-repeat !important;
        background-size: 12px auto !important;
        background-position: calc(100% - 8px) center !important;
    }

    .addon-name__color {
        }

    /* ADDON COMPONENT END */

    /* OFFERS COMPONENT START */
    .removeFilterBtn {
                background-color: #E1D0B0;
    }

    .selectedFilterOffer, .selectedFilterRoom {
                background-color: #E1D0B0;
                        border-radius: 32px;
    }

    .offer__search {
        }

    /* OFFERS COMPONENT END */

    /* BOOKING SUMMARY START */
    .booking-summary, .booking-summary-mobile {
                background: #E1D0B0;
                    }

    .booking-summary{
            }

    .booking-summary p,
    .show-daily-rates-btn,
    .booking-summary-mobile p,
    .booking-summary h2,
    .booking-summary-mobile h2,
    .booking-summary a,
    .booking-summary-mobile a,
    .booking-summary span,
    .booking-summary-mobile span,
    .booking-summary div,
    .booking-summary-mobile div {
                color: #242424;
    }

    .booking-summary-align-items {
                                    align-items: start;
        }

    .booking-summary .bookingSummaryBg .booking-summary-room-heading .cancellation-note, .booking-summary-mobile .cancellation-note {
                color: #0D273B;
    }
    .icon-booking-summary-expand {
        display: flex;
        background: url("/ibe/p3custom/images/icons/62755/summary-expand-room-icon.svg") no-repeat center;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
    }

    .icon-booking-summary-expand-rates {
        display: flex;
        background: url("/ibe/p3custom/images/icons/62755/summary-expand-rates-icon.svg") no-repeat center;
        background-size: 100% 100%;
        height: 16px;
        width: 16px;
        padding-bottom: 25px;
    }


    .icon-booking-expand {
        background: url("/ibe/p3custom/images/icons/62755/summary-expand-room-icon.svg") no-repeat center;
    }

    /* BOOKING SUMMARY END */

    /* GUEST DETAILS PAGE START */

    .search-icon-input-address, .search-icon-input-address:active {
        background: url("/ibe/p3custom/images/icons/62755/form-search-icon.svg") no-repeat center, #FFF !important;
    }

    .card-guest-details {
                        background: #FAFAFA;
    }
    .card_style {
                background: #FAFAFA;
            }

    .transport-details-section {
                    background: #FAFAFA;
    }

    #guestDetailsForm .custom-select,  #filterModal .custom-select,
    .offer-details__terms-link i, #offers-form .infants-dropdown,
    #offers-form .children-dropdown, #offers-form .adults-dropdown,
    #offers-form .rooms-dropdown, #offers-form .children-ages-dropdown,
    #retrieve_form .custom-select, .custom-select__icon {
        padding: 4px 7px 4px 7px;
        background-image: url("/ibe/p3custom/images/icons/62755/icon-start.svg") !important;
        background-size: 16px auto !important;
        background-repeat: no-repeat;
        background-position: calc(100% - 8px) center;
    }

    .card-payment-details, .gift-voucher-redemption, .payment-type-wrapper, .pay-card, .transport-details-section {
                                background: #FAFAFA;
    }

    .payment-details-wrapper .secureInfoText {
                color: #242424;
    }

    .secureInfoTextPrompt .secureInfoText {
                background: #FAFAFA;
        }

    .payment-method-gift-voucher-parent, .payment-method-card-parent, .checked{
                }

    /* GUEST DETAILS PAGE END */

    .bordered-hotel {
        }

    /* CONFIRMATION PAGE START */
    .confirmation-bg_color {
                background: #E1D0B0;
    }

    .manage-booking-section_bg-color {
                background: #FAFAFA;
    }
    /* CONFIRMATION PAGE END */

    /* MANAGE MY BOOKING START */
    .retrieve-form-details {
                        background: #FAFAFA;
    }
    /* MANAGE MY BOOKING END */

    /* NO AVAILABILITY CALENDAR START */
    .calendar {
                                background: #E1D0B0;
        }

    .calendar-heading, .calendar-weekday {
                color: #242424;
    }

    .calendar-date {
                                background: #FFF;
    }

    .calendar-date .calendar-date-heading {
                color: #242424;
    }

    .calendar-date.calendar-date--disabled, .calendar-date.calendar-date--disabled {
                background-color: #F7F5EF;
    }

    .calendar-date.calendar-date--disabled .calendar-date-heading {
                color: #242424;
            }
    .ohip .calendar-date .calendar-date-no-availability {
        margin-top: 0 !important;
        z-index: 9;
    }

    .calendar-date:not(.calendar-date--loading).calendar-date--disabled:after {
        background-image: url("/ibe/p3custom/images/icons/62755/x.svg");
        background-repeat: no-repeat;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        opacity: 1;
        background-position: center;
        background-size: cover;
    }

    @media screen and (min-width: 768px) {
        .calendar-date.calendar-date--disabled .calendar-date-heading {
                            background-color: #F7F5EF;
                    }

        .ohip .calendar-date .calendar-date-no-availability {
                            background-color: #F7F5EF;
                    }
    }
    /* NO AVAILABILITY CALENDAR END */


    .icon__down {
        content: url("/ibe/p3custom/images/icons/62755/icon-right.svg");
    }

    @media screen and (max-width: 1200px) {
        .icon__down {
            content: url("/ibe/p3custom/images/icons/62755/menu-select-icon.svg");
        }
    }

    .icon__down__loyalty {
        top: 0 !important;
        position: relative !important;
        content: url("/ibe/p3custom/images/icons/62755/menu-select-icon.svg") !important;
    }

    input[type="checkbox"]:focus + .custom-check, .inputWithToggle:focus + .form-check-label .custom-check {
                    border: 1px solid #000;
    }

    .floating-label input:focus + label,
    .floating-label.using-placeholder-shown input:not(:placeholder-shown) + label,
    .floating-label.using-valid input:valid + label {
                    color: #242424;
    }
    .datepicker-trigger label {
                    color: #242424;
    }

    /* start payment link */
    .payment-link-card {
        
        border-radius: 8px;
        padding: 40px;
    }

    .payment-by-link-guest-details .payment-details {
        
        padding:40px;
        border-radius: 16px;
    }

    .payment-by-link-guest-details.secureInfoText {
        border-radius: 16px;
        padding:16px;
    }

    @media screen and (max-width: 768px) {
        .payment-link-card {
                        padding:32px 16px;
            border-radius: 14px;
            border-bottom: 1px solid #FAA80B;
        }

        .payment-details {
            padding:32px 14px;
            border-radius: 14px;
        }
        .payment-by-link-guest-details .payment-details {
                        padding:40px 16px;
            border-radius: 16px;
        }
    }
    /* end payment link */

    /*start loyalty*/

           .icon.icon-members-area-sign-out {
        display: inline-block;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
        background-image: url("/ibe/p3custom/images/icons/62755/calendar-arrow-right.svg");
    }
    
    
    
           .icon-show-password {
            background-size: 100% 100%;
            background-image: url("/ibe/p3custom/images/icons/62755/form-show-password-icon.svg");
        }
    
    
             .icon.icon-search-booking {
        display: inline-block;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
        background-image: url("/ibe/p3custom/images/icons/62755/form-search-icon.svg");
    }
    
    
           .password-displayed .icon-show-password {
        background-image: url("/ibe/p3custom/images/icons/62755/form-hide-password-icon.svg");
    }
    

            li.password-validation.passed::before {
            background: url("/ibe/p3custom/images/icons/62755/condition-check-icon.svg");
        }
    
    
    .dataTables_paginate span a.paginate_button {
                    color: #FFF;
        
                    border: NULL;
            }

    .dataTables_paginate span a.paginate_button.current {
                    color: #FFF;
                            border: NULL;
                            background: #1F608E;
            }

    
    
    
    
     
    
    
    
    
    

    .member-rate-tooltip {
                            }

    /*end loyalty*/
    @media screen and (max-width: 768px) {
        .loyalty-profile-option.active  {
                              background: #9A4428;
                            
        }
        .loyalty-profile-option  {
                    }

        .loyalty-profile-option.active .button-label.inline-link {
                           color: #FFF !important;
                    }

    }

</style>
