:root {
    --ink: #1b1b1b;
    --gold: #ab8a62;
    --gold-dark: #8f7150;
    --gold-light: #f3ead9;
    --ivory: #f8f6f2;
    --line: #ece5da;
    --muted: #8a8378;
    --red: #b42318
}

.reservation-page {
    background: #f8f6f2;
    padding: 70px 0 95px;
    min-height: 80vh
}

.reservation-title {
    margin-bottom: 34px
}

.reservation-title span,
.rooms-title span,
.cart-head span,
.checkout-heading span {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 2.4px;
    font-weight: 600
}

.reservation-title h1 {
    color: var(--ink);
    font-size: 44px;
    margin: 7px 0 9px
}

.reservation-title p {
    color: #777
}

.reservation-search {
    background: #fff;
    padding: 24px 26px;
    margin-bottom: 42px;
    border: 1px solid #e8e1d7;
    border-top: 2px solid var(--gold);
    box-shadow: 0 10px 32px rgba(27, 27, 27, .05)
}

.reservation-search label {
    color: #555;
    font-size: 12px;
    margin-bottom: 7px
}

.reservation-search .form-control,
.guest-counter {
    height: 49px;
    border: 1px solid #ddd5ca;
    border-radius: 2px;
    background: #fff !important
}

.reservation-search .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(171, 138, 98, .1)
}

.guest-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.guest-btn {
    border: 0;
    width: 30px;
    height: 30px;
    background: #f3eee7;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 30px
}

.guest-btn:hover {
    background: var(--gold);
    color: #fff
}

.reservation-search-btn,
.book-room-btn,
.confirm-reservation-btn,
.add-room-btn {
    height: 49px;
    border: 0;
    background: #1b1b1b;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    transition: .2s
}

.reservation-search-btn:hover,
.book-room-btn:hover,
.confirm-reservation-btn:hover {
    background: var(--gold);
    color: #fff
}

.reservation-content {
    align-items: flex-start
}

.rooms-title {
    margin-bottom: 20px
}

.rooms-title h2 {
    font-size: 32px;
    color: #1b1b1b;
    margin-top: 4px
}

.website-room-card {
    background: #fff;
    margin-bottom: 24px;
    border: 1px solid #ebe5dc;
    box-shadow: 0 8px 24px rgba(27, 27, 27, .045);
    transition: .2s
}

.website-room-card:hover {
    box-shadow: 0 14px 34px rgba(27, 27, 27, .075)
}

.room-image-wrap {
    position: relative;
    height: 100%;
    min-height: 330px;
    overflow: hidden;
    background: #eee
}

.website-room-image {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    cursor: pointer;
    transition: .3s
}

.website-room-image:hover {
    transform: scale(1.02)
}

.no-room-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999
}

.photo-view-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border: 0;
    background: rgba(27, 27, 27, .86);
    color: #fff;
    padding: 9px 12px;
    font-size: 12px
}

.photo-view-btn span {
    font-size: 16px;
    margin-right: 5px
}

.website-room-body {
    padding: 25px
}

.website-room-body h3 {
    color: #1b1b1b;
    font-size: 26px;
    margin: 0
}

.rooms-left {
    display: block;
    color: var(--red);
    font-weight: 600;
    font-size: 12px;
    margin-top: 7px
}

.room-desc {
    color: #737373;
    font-size: 13px;
    max-height: 73px;
    overflow: hidden;
    margin: 14px 0;
    line-height: 1.6
}

.rate-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eee;
    padding: 14px 0
}

.rate-option span,
.rate-option strong,
.rate-option small {
    display: block
}

.rate-option span {
    font-size: 12px;
    color: #555
}

.rate-option strong {
    color: var(--gold-dark);
    font-size: 18px;
    margin: 2px 0
}

.rate-option small {
    font-size: 10px;
    color: #999
}

.book-room-btn {
    height: 40px;
    min-width: 105px;
    font-size: 12px;
    padding: 0 14px;
    background: #ab8a62
}

.selected-room-btn {
    background: #1b1b1b !important
}

.reservation-cart {
    background: #fff;
    border: 1px solid #e8e1d7;
    border-top: 2px solid var(--gold);
    padding: 25px;
    position: sticky;
    top: 100px;
    box-shadow: 0 10px 32px rgba(27, 27, 27, .05)
}

.cart-head h3 {
    font-size: 25px;
    color: #1b1b1b;
    margin-top: 5px
}

.cart-date {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
    margin: 14px 0
}

.cart-date div {
    background: #fff;
    border: 1px solid #eee7de;
    padding: 10px
}

.cart-date small {
    display: block;
    color: #999;
    font-size: 11px
}

.cart-date strong {
    font-size: 14px;
    color: #1b1b1b
}

.cart-nights {
    font-size: 12px;
    color: #777;
    margin-bottom: 12px
}

.cart-empty {
    color: #999;
    font-size: 13px;
    padding: 15px 0
}

.cart-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid #eee
}

.cart-item strong {
    display: block;
    font-size: 13px;
    color: #1b1b1b
}

.cart-item small {
    display: block;
    color: #999;
    margin-top: 2px
}

.cart-item span {
    font-size: 13px;
    color: #ab8a62;
    font-weight: 600;
    white-space: nowrap
}

.cart-price-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 7px 0;
    color: #666
}

.cart-price-row strong {
    color: #1b1b1b
}

.cart-total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #1b1b1b;
    margin-top: 10px;
    padding-top: 14px;
    font-size: 18px
}

.cart-total strong {
    color: #ab8a62
}

.cart-note,
.payment-note {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 12px 0 0
}

.room-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(8, 8, 8, .94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 35px 80px
}

.room-gallery-modal.open {
    display: flex
}

.gallery-stage {
    max-width: 1100px;
    width: 100%;
    height: 82vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gallery-stage img {
    max-width: 100%;
    max-height: 74vh;
    object-fit: contain
}

.gallery-caption {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    font-size: 13px
}

.gallery-close,
.gallery-nav {
    position: absolute;
    border: 0;
    background: transparent;
    color: #fff
}

.gallery-close {
    right: 24px;
    top: 16px;
    font-size: 38px
}

.gallery-nav {
    top: 50%;
    transform: translateY(-50%);
    font-size: 64px;
    padding: 15px
}

.gallery-prev {
    left: 20px
}

.gallery-next {
    right: 20px
}

.gallery-open {
    overflow: hidden
}

.checkout-page {
    background: #fff
}

.checkout-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px
}

.checkout-heading h1 {
    margin: 0;
    color: #1b1b1b;
    font-size: 38px
}

.checkout-back {
    font-size: 42px;
    color: #ab8a62;
    line-height: 1
}

.checkout-contact-card,
.checkout-price-card {
    border: 1px solid #d8c8b3;
    background: #fff;
    padding: 22px
}

.checkout-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.checkout-card-title h3,
.checkout-price-card>h3 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8f7150;
    margin: 0
}

.checkout-card-title span {
    font-size: 12px;
    color: #777
}

.checkout-contact-card label {
    font-size: 12px;
    color: #333;
    margin-bottom: 6px
}

.checkout-contact-card label b {
    color: #b42318
}

.checkout-contact-card .form-control {
    border-radius: 0;
    border: 1px solid #cdb79c;
    min-height: 52px;
    background: #fff
}

.checkout-email-note {
    display: block;
    color: #8f7150;
    font-weight: 600;
    margin-top: 7px
}

.checkout-subtitle {
    font-size: 22px;
    text-transform: uppercase;
    color: #8f7150;
    font-weight: 600;
    margin: 25px 0 14px
}

.checkout-request label span {
    color: #999;
    font-weight: 400
}

.confirm-reservation-btn {
    width: 100%;
    margin-top: 20px
}

.checkout-price-card {
    position: sticky;
    top: 100px
}

.checkout-price-card>h3 {
    margin-bottom: 20px
}

.checkout-price-box {
    border: 1px solid #eee1d0;
    padding: 20px
}

.checkout-room-line {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee1d0
}

.checkout-room-line strong,
.checkout-room-line span,
.checkout-room-line small {
    display: block
}

.checkout-room-line strong {
    font-size: 15px
}

.checkout-room-line span {
    color: #666;
    font-size: 13px;
    margin-top: 3px
}

.checkout-room-line small {
    color: #8f7150;
    margin-top: 6px
}

.checkout-room-line b {
    color: #8f7150;
    white-space: nowrap
}

.checkout-fee-line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    font-size: 13px
}

.checkout-stay-line {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee1d0;
    color: #666;
    font-size: 13px;
    line-height: 1.6
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    font-size: 20px
}

.checkout-total span small {
    display: block;
    font-size: 11px;
    color: #777;
    margin-top: 3px
}

.checkout-total strong {
    color: #8f7150
}

.add-room-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #fff;
    color: #8f7150;
    border: 1px solid #ab8a62;
    text-decoration: none
}

.add-room-btn:hover {
    background: #ab8a62;
    color: #fff
}

.auth-error {
    color: #b42318;
    font-size: 11px
}

.no-rooms {
    background: #fff;
    padding: 45px;
    text-align: center
}

@media(max-width:991px) {

    .reservation-cart,
    .checkout-price-card {
        position: static;
        margin-top: 25px
    }

    .reservation-title h1 {
        font-size: 35px
    }

    .room-image-wrap,
    .website-room-image {
        min-height: 260px
    }

    .room-gallery-modal {
        padding: 25px 45px
    }
}

@media(max-width:576px) {
    .reservation-page {
        padding: 45px 0 65px
    }

    .reservation-search {
        padding: 18px
    }

    .reservation-title h1 {
        font-size: 30px
    }

    .rate-option {
        align-items: flex-start
    }

    .checkout-contact-card,
    .checkout-price-card {
        padding: 16px
    }

    .room-gallery-modal {
        padding: 20px 8px
    }

    .gallery-nav {
        font-size: 46px
    }

    .gallery-prev {
        left: 2px
    }

    .gallery-next {
        right: 2px
    }
}

/* V2 cart and checkout details */
.cart-room-box {
    border: 1px solid #e5d8c8;
    padding: 14px;
    margin-bottom: 12px;
    background: #fff
}

.cart-room-title,
.checkout-room-number {
    font-size: 12px;
    font-weight: 700;
    color: #8f7150;
    letter-spacing: .4px;
    margin-bottom: 10px
}

.cart-room-row,
.checkout-room-line {
    display: flex;
    justify-content: space-between;
    gap: 14px
}

.cart-room-row strong,
.cart-room-row span,
.cart-room-row small {
    display: block
}

.cart-room-row strong {
    font-size: 13px;
    color: #1b1b1b
}

.cart-room-row span {
    font-size: 12px;
    color: #666;
    margin-top: 2px
}

.cart-room-row small {
    font-size: 11px;
    color: #8f7150;
    margin-top: 5px
}

.cart-room-row b,
.checkout-room-line b {
    font-size: 12px;
    color: #555;
    white-space: nowrap
}

.cart-room-tax,
.checkout-room-tax {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid #eee1d0;
    font-size: 12px;
    color: #8f7150
}

.cart-room-stay {
    font-size: 11px;
    color: #666;
    line-height: 1.55;
    margin-top: 12px
}

.cart-remove-room {
    border: 0;
    background: #9a7449;
    color: #fff;
    font-size: 10px;
    padding: 7px 12px;
    margin-top: 11px
}

.cart-remove-room:hover {
    background: #1b1b1b
}

.checkout-room-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.checkout-room-card {
    border: 1px solid #eee1d0;
    padding: 16px;
    background: #fff
}

.checkout-room-card .checkout-room-line {
    padding: 0;
    margin: 0;
    border: 0
}

.checkout-room-card .checkout-room-tax {
    margin-top: 14px
}

.checkout-room-card .checkout-stay-line {
    margin-top: 13px;
    padding-top: 12px
}

.checkout-submit-btn {
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    background: #9a7449 !important;
    color: #fff !important
}

.checkout-submit-btn:hover {
    background: #1b1b1b !important
}

/* Database cart */
.empty-cart-title {
    background: #fff;
    border: 1px solid #d8c4ab;
    padding: 20px 22px;
    color: #8f7150;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.cart-checkout-btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #9a7449;
    color: #fff;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.cart-checkout-btn:hover {
    background: #1b1b1b;
    color: #fff
}

.reservation-cart .cart-head {
    margin-bottom: 14px
}

.cart-total small,
.checkout-total small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #777;
    margin-top: 2px
}

.selected-room-btn {
    background: #1b1b1b !important;
    color: #fff !important;
    cursor: default
}

.cart-remove-db {
    border: 0;
    background: #9a7449;
    color: #fff;
    font-size: 10px;
    padding: 7px 12px;
    margin-top: 11px
}

.cart-remove-db:hover {
    background: #1b1b1b
}

/* ==============================
   BOOKING CONFIRMATION
================================ */

.confirmation-card{
    max-width:1000px;
    margin:0 auto;
    padding:55px 60px;
    background:#fff;
    border:1px solid #e8e0d5;
    border-top:3px solid #ab8a62;
}

.confirmation-icon{
    width:52px;
    height:52px;
    border:1px solid #ab8a62;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ab8a62;
    font-size:24px;
    margin-bottom:20px;
}

.confirmation-card > span{
    display:block;
    color:#ab8a62;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.confirmation-card h1{
    margin:0 0 15px;
    color:#1b1b1b;
    font-size:48px;
    line-height:1.15;
}

.confirmation-card > p{
    color:#777;
    font-size:15px;
    margin-bottom:30px;
}

.confirmation-number{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    background:#f8f6f2;
    border-left:3px solid #ab8a62;
    margin-bottom:25px;
}

.confirmation-number small{
    font-size:13px;
    color:#777;
}

.confirmation-number strong{
    color:#1b1b1b;
    font-size:16px;
    letter-spacing:.5px;
}

.confirm-box{
    padding:18px 20px;
    border:1px solid #e8e0d5;
    background:#fff;
    display:flex;
    flex-direction:column;
    gap:7px;
    min-height:82px;
}

.confirm-box small{
    display:block;
    color:#888;
    font-size:12px;
}

.confirm-box strong{
    display:block;
    color:#1b1b1b;
    font-size:16px;
}

.confirmation-rooms{
    margin-top:25px;
    border:1px solid #e8e0d5;
}

.confirmation-rooms > div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:16px 20px;
    border-bottom:1px solid #eee8df;
}

.confirmation-rooms > div:last-child{
    border-bottom:0;
}

.confirmation-rooms span{
    color:#555;
    font-size:14px;
}

.confirmation-rooms strong{
    color:#1b1b1b;
    font-size:14px;
    white-space:nowrap;
}

.confirmation-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
    padding:20px;
    background:#f8f6f2;
    border-top:2px solid #ab8a62;
}

.confirmation-total span{
    color:#1b1b1b;
    font-size:16px;
}

.confirmation-total strong{
    color:#ab8a62;
    font-size:22px;
}

.payment-note{
    text-align:center;
    font-size:12px !important;
    color:#888 !important;
    margin:25px 0 !important;
}

.confirm-home-btn{
    display:inline-block;
    background:#1b1b1b;
    color:#fff !important;
    padding:14px 30px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    transition:.3s;
}

.confirm-home-btn:hover{
    background:#ab8a62;
    color:#fff !important;
}

@media(max-width:767px){

    .confirmation-card{
        padding:30px 20px;
    }

    .confirmation-card h1{
        font-size:34px;
    }

    .confirmation-number{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }

    .confirm-box{
        margin-bottom:12px;
    }

    .confirmation-rooms > div{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }
}
/* Separate Single / Double Website Cards */
.room-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.occupancy-label{display:inline-block;color:var(--gold);font-size:10px!important;letter-spacing:1px;text-transform:uppercase;font-weight:600;margin-bottom:5px}.room-heading-row .rooms-left{margin-top:2px;white-space:nowrap}.website-rate-option{align-items:flex-end}.room-book-actions{display:flex;align-items:flex-end;gap:12px}.third-pax-check{display:block;border:1px solid #e8e1d7;background:#faf8f5;padding:8px 10px;cursor:pointer;min-width:145px}.third-pax-check input{margin-right:5px}.third-pax-check span{display:inline!important;font-size:11px!important;color:#444!important}.third-pax-check small{display:block!important;color:var(--gold-dark)!important;margin:3px 0 0 20px}.cart-addon,.checkout-addon,.confirmation-addon{display:block!important;color:var(--gold-dark)!important;font-weight:600;margin-top:5px!important}.reservation-inline-error{display:none;background:#fff1f0;border:1px solid #ffccc7;color:#b42318;padding:11px 14px;margin:0 0 18px;font-size:13px}.confirmation-addon{font-size:11px;margin-top:5px}@media(max-width:767px){.room-book-actions{align-items:stretch;flex-direction:column}.third-pax-check{width:100%}.website-rate-option{align-items:flex-start;flex-direction:column}}


/* ===== LUXURY ROOM LIST REDESIGN ===== */
.reservation-content{align-items:flex-start}
.rooms-title{margin-bottom:22px}
.rooms-title h2{font-size:34px;line-height:1.2;margin:5px 0 0;color:#1b1b1b}

.website-room-card{background:#fff;border:1px solid #e7dfd4;margin-bottom:24px;box-shadow:0 10px 30px rgba(27,27,27,.055);overflow:hidden;transition:.3s ease}
.website-room-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(27,27,27,.09)}
.website-room-card .row{min-height:315px}

.room-image-wrap{height:100%;min-height:315px;position:relative;overflow:hidden;background:#eee}
.website-room-image{width:100%;height:100%;min-height:315px;object-fit:cover;transition:.45s ease}
.website-room-card:hover .website-room-image{transform:scale(1.025)}

.photo-view-btn{right:15px;bottom:15px;background:rgba(27,27,27,.88);padding:9px 13px;font-size:11px;letter-spacing:.3px}
.photo-view-btn:hover{background:#ab8a62}

.website-room-body{height:100%;padding:28px 30px;display:flex;flex-direction:column}
.room-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.occupancy-label{display:inline-block!important;color:#ab8a62!important;font-size:10px!important;letter-spacing:1.2px!important;text-transform:uppercase;font-weight:700;margin-bottom:7px}
.website-room-body h3{font-size:28px;line-height:1.2;margin:0;color:#1b1b1b}
.rooms-left{background:#fff2f0;color:#b42318;border:1px solid #ffd6d1;padding:6px 9px;font-size:10px;font-weight:700;margin:0;white-space:nowrap}
.room-desc{color:#747474;font-size:13px;line-height:1.7;max-height:72px;overflow:hidden;margin:16px 0 20px}
.room-desc p{margin-bottom:4px}

.website-rate-option{margin-top:auto;border-top:1px solid #eee7de;padding:18px 0 0;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:end}
.website-rate-option>div:first-child span{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:#999}
.website-rate-option>div:first-child strong{font-size:24px;line-height:1.2;color:#8f7150;margin:4px 0}
.website-rate-option>div:first-child small{font-size:10px;color:#999}

.room-book-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.third-pax-check{display:flex;align-items:center;gap:7px;min-width:165px;border:1px solid #e8e1d7;background:#faf8f5;padding:10px 11px;margin:0;cursor:pointer}
.third-pax-check input{margin:0;accent-color:#ab8a62}
.third-pax-check span{display:inline!important;font-size:11px!important;color:#444!important;white-space:nowrap}
.third-pax-check small{display:block!important;color:#8f7150!important;margin:0 0 0 auto!important;font-size:10px!important;white-space:nowrap}

.book-room-btn{height:42px;min-width:112px;background:#1b1b1b;color:#fff;border:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:0 16px}
.book-room-btn:hover{background:#ab8a62;color:#fff}
.selected-room-btn{background:#ab8a62!important}

.reservation-cart{border:1px solid #e4d8c9;border-top:0;padding:24px;box-shadow:0 12px 34px rgba(27,27,27,.06)}
.reservation-cart:before{content:"";display:block;height:3px;background:#ab8a62;margin:-24px -24px 20px}
.reservation-cart .cart-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #eee3d7;margin-bottom:14px}
.reservation-cart .cart-head span{font-size:10px;letter-spacing:1.8px}
.cart-room-box{border:0;border-bottom:1px solid #eee7de;padding:14px 0;margin:0;background:transparent}
.cart-room-title{display:none}
.cart-room-row strong{font-size:14px}
.cart-room-row span{font-size:11px}
.cart-room-row b{font-size:13px;color:#8f7150}
.cart-room-tax{border-top:0;padding-top:4px;margin-top:7px;color:#8b7b68}
.cart-room-stay{margin-top:8px}
.cart-remove-db{background:none;color:#a45c52;padding:0;margin-top:9px;font-size:9px;text-transform:uppercase;letter-spacing:.5px}
.cart-remove-db:hover{background:none;color:#1b1b1b}
.cart-total{margin-top:18px;padding-top:16px}
.cart-checkout-btn{height:48px;line-height:48px;background:#1b1b1b;font-size:11px;letter-spacing:.6px}
.cart-checkout-btn:hover{background:#ab8a62}
.empty-cart-title{border:1px solid #e4d8c9;border-top:3px solid #ab8a62;padding:25px;color:#1b1b1b;font-size:16px;box-shadow:0 12px 34px rgba(27,27,27,.05)}

@media(max-width:1199px){
    .website-rate-option{grid-template-columns:1fr}
    .room-book-actions{justify-content:flex-start}
}

@media(max-width:991px){
    .website-room-card .row{min-height:auto}
    .room-image-wrap,.website-room-image{min-height:290px;height:290px}
    .website-room-body{padding:24px}
    .reservation-cart{margin-top:8px}
}

@media(max-width:576px){
    .website-room-body{padding:20px}
    .website-room-body h3{font-size:24px}
    .room-image-wrap,.website-room-image{min-height:235px;height:235px}
    .room-book-actions{align-items:stretch;flex-direction:column}
    .third-pax-check{width:100%;min-width:0}
    .book-room-btn{width:100%}
}
