.booking_widget--contain {
    background: #f8f8f8;
    padding: 72px 64px 56px
}

.booking_widget {
    background: #fffefe;
    border: 1px solid #dfdfdf;
    color: #000;
    margin: 0 auto;
    max-width: 1312px;
    width: 100%
}

.booking_widget-dates {
    position: relative
}

.booking_widget-date {
    border: 0;
    color: #000;
    flex-basis: 100%;
    margin: 0 !important;
    padding: 14px 34.61px 13px;
    position: relative
}

.booking_widget-date.error:before {
    border: 1px solid #ff2d2d;
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1
}

.booking_widget-date label {
    cursor: pointer;
    display: block;
    margin-bottom: 0
}

.booking_widget-date label strong {
    color: #5c5c5c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 150%;
    text-transform: uppercase
}

.booking_widget-date.error label strong {
    color: #ff2d2d
}

.booking_widget-date label span {
    display: block;
    font-size: 20px;
    line-height: 150%
}

.booking_widget .booking_widget-date input[name=arrive],
.booking_widget .booking_widget-date input[name=depart] {
    border: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    left: 0;
    letter-spacing: 0;
    line-height: 150%;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.booking_widget-date .datepicker {
    font-size: 14.861px;
    letter-spacing: .928814px;
    line-height: 150%;
    padding-top: 2px;
    width: 340px
}

.booking_widget-date .datepicker .datepicker-picker {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden
}

.booking_widget-date .datepicker .datepicker-controls .button {
    min-width: 0
}

.booking_widget-date .datepicker .datepicker-header {
    padding: 22px 23px 31px
}

.booking_widget-date .datepicker .datepicker-header .view-switch {
    color: #000;
    font-size: 14.861px;
    font-weight: 500;
    letter-spacing: .928814px;
    line-height: 150%;
    text-transform: none
}

.booking_widget-date .datepicker .datepicker-header .datepicker-controls .button {
    height: 22px;
    padding: 0
}

.booking_widget-date .datepicker .datepicker-header .datepicker-controls .button:hover {
    background-color: transparent;
    color: #0d5987
}

.booking_widget-date .datepicker .datepicker-header .datepicker-controls .button:disabled {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #d0d0d0 !important
}

.booking_widget-date .datepicker .datepicker-header .datepicker-controls .button svg {
    height: 18px;
    width: auto
}

.booking_widget-date .datepicker .datepicker-main {
    padding: 0 25px
}

.booking_widget-date .datepicker .datepicker-main .datepicker-view {
    width: 100%
}

.booking_widget-date .datepicker .datepicker-main .dow {
    color: #000;
    font-size: 14.861px;
    font-weight: 400;
    height: 22px;
    letter-spacing: .928814px;
    line-height: 150%
}

.booking_widget-date .datepicker-cell.selected,
.booking_widget-date .datepicker-cell.selected:hover {
    background-color: #8b6e4a;
    font-weight: 400
}

.booking_widget-date .datepicker-cell.range {
    background-color: rgba(139, 110, 74, .2)
}

.booking_widget-date .datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: rgba(139, 110, 74, .4)
}

.booking_widget-date .datepicker-cell.range-end:not(.selected),
.booking_widget-date .datepicker-cell.range-start:not(.selected) {
    background-color: #8b6e4a;
    color: #fff
}

.booking_widget-date .datepicker .datepicker-footer {
    background-color: transparent;
    box-shadow: none;
    padding: 24px 25px
}

.booking_widget-date .datepicker .datepicker-footer .datepicker-controls {
    gap: 20px
}

.booking_widget-date .datepicker .datepicker-footer .button {
    border: 0;
    color: #000;
    flex-grow: 0;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-transform: none;
    width: auto
}

.booking_widget-date .datepicker .datepicker-footer .button:focus,
.booking_widget-date .datepicker .datepicker-footer .button:hover {
    color: #8b6e4a
}

.booking_widget-guests {
    color: #000;
    position: relative
}

.booking_widget-guests-dropdown.no-button {
    border-radius: 0;
    padding: 15px 40px 12px;
    position: relative;
    text-transform: none;
    width: 100%
}

.booking_widget-guests-dropdown strong {
    color: #5c5c5c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 150%;
    text-transform: uppercase
}

.booking_widget-guests-dropdown p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0;
    padding-right: 40px
}

.booking_widget-guests-dropdown svg {
    height: auto;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: transform .4s ease;
    width: 11px
}

.booking_widget-guests-dropdown[aria-expanded=true] svg {
    transform: translateY(-50%) rotate(-180deg)
}

.booking_widget-guests-inputs {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    display: none;
    left: 0;
    margin: 2px 0;
    padding: 37px 32px 33px;
    position: absolute;
    top: 100%;
    width: 340px;
    z-index: 10
}

.booking_widget-guests-inputs.is-top {
    bottom: 100%;
    top: auto
}

.booking_widget-guests-inputs.opened {
    display: block
}

.booking_widget-guests-field {
    align-items: center;
    border: 0;
    display: flex;
    gap: 5px 10px;
    justify-content: space-between;
    margin: 0 0 19px !important;
    padding: 0
}

.booking_widget-guests-field label {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 150%;
    margin-bottom: 0
}

.booking_widget-guests-input {
    border: 1px solid #979797;
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    max-width: 123px;
    overflow: hidden
}

.booking_widget-guests-input .input-step {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    min-width: auto;
    padding: 0;
    width: 32px
}

.booking_widget-guests-input .input-step:focus,
.booking_widget-guests-input .input-step:hover {
    background-color: #8b6e4a
}

.booking_widget-guests-input .input-step svg {
    color: #6f6f6f;
    height: auto;
    width: 9px
}

.booking_widget-guests-input .input-step:focus svg,
.booking_widget-guests-input .input-step:hover svg {
    color: #fff
}

.booking_widget-guests-input input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-color: #979797;
    border-width: 0 1px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 150%;
    padding: 4px 0;
    text-align: center
}

.booking_widget-guests-input input[type=number]::-webkit-inner-spin-button,
.booking_widget-guests-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.booking_widget-guests-controls {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 150%;
    margin-top: 23px
}

.booking_widget-guests-controls button {
    background-color: transparent;
    color: #000;
    font-size: 13px;
    letter-spacing: .991217px;
    line-height: 100%;
    min-width: auto
}

.booking_widget-guests-controls button:focus,
.booking_widget-guests-controls button:hover {
    color: #8b6e4a
}

.booking_widget-guests-controls button:not(.no-button) {
    border-width: 1px;
    padding: 9.5px 31px
}

.booking_widget-guests-controls button:not(.no-button):focus,
.booking_widget-guests-controls button:not(.no-button):hover {
    background-color: #8b6e4a;
    border-color: #8b6e4a;
    color: #fff
}

.booking_widget-submit {
    margin-left: auto;
    text-align: center
}

.booking_widget-submit .button {
    background: #e60438;
    border-color: #e60438;
    color: #fff;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 100%;
    margin: 8px 12.35px;
    padding: 18px 33px 19px;
    text-transform: uppercase;
    word-break: normal
}

.booking_widget-submit .button:focus,
.booking_widget-submit .button:hover {
    background: #000;
    border-color: #000
}

.booking_widget-submit p {
    color: #6f6f6f;
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 15px;
    text-decoration: underline
}

.booking_widget--content {
    margin: 80px auto 0;
    max-width: 1312px
}

.booking_widget--text {
    color: #000;
    font-family: "Spezia Serif Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 150%;
    max-width: 960px
}

@media (min-width:768px) {
    .booking_widget {
        align-items: center;
        display: flex
    }

    .booking_widget-dates {
        display: flex;
        flex-basis: 714px
    }

    .booking_widget-dates:before {
        background: #dfdfdf;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 1px
    }

    .booking_widget-guests-dropdown.no-button {
        border-left: 1px solid #dfdfdf
    }
}

@media (max-width:1024px) {
    .booking_widget--contain {
        padding: 64px 40px 80px
    }

    .booking_widget-date,
    .booking_widget-guests-dropdown.no-button {
        padding: 15px 16px
    }

    .booking_widget-date label span,
    .booking_widget-guests-dropdown p {
        font-size: 18px;
        line-height: 160%
    }

    .booking_widget-guests-dropdown p {
        overflow-y: auto;
        white-space: nowrap;
        width: 16vw;
        word-break: keep-all
    }

    .booking_widget-submit .button {
        padding: 19px 11px
    }

    .booking_widget--content {
        margin: 64px auto 0
    }

    .booking_widget--text {
        font-size: 24px;
        line-height: 150%
    }
}

@media (max-width:767px) {
    .booking_widget--contain {
        padding: 100px 24px
    }

    .booking_widget {
        display: none
    }

    .booking_widget--content {
        margin: 0
    }

    .booking_widget--text {
        font-size: 26px;
        line-height: 140%
    }
}