.c-room-list-container::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

.c-room-list-container::-webkit-scrollbar-track {
    background-color: var(--theme-color-primary);
}
.c-room-list-container::-webkit-scrollbar-thumb {
      background-color: var(--theme-color-secondary);
      border-radius: 10px;
}

.reservation-topbar-quantity-input-new {
    width: 135px;
}

.reservation-topbar-label-new {
    font-size: 11px;
    color: #383838;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 400;
}
.reservation-topbar-label-new span {
    font-size: 11px;
    color: #383838;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 400;
}
.reservation-topbar-input-container-new {
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0px;
    border: 0px;
    color: #000;
    letter-spacing: 1.02px;
    font-size: 16px;
    font-weight: 500;
}

.reservation-topbar-input-container-new::placeholder {
    color: #000;
    letter-spacing: 1.02px;
    font-size: 16px;
    font-weight: 500;
}

.reservation-topbar-search-btn-new {
    background-color: white;
    color: #000;
    border: 1px solid #CDCFD0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 33px;
    width: 100%;
}

.reservation-quantity-container-new {
    display: flex;
}

.c-input__element-new {
    width: 22px;
    border: 0px solid var(--theme-color-primary);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    color: black;
}

.reservation-quantity-container-new span {
    display: flex;
    align-items: center;
    margin-inline: 5px;
    color: black;
    font-weight: 500;
    font-size: 16px;
}

.reservation-quantity-item-new {
    display: flex;
    width: 50%;
}

.c-next-section-new {
    position: absolute;
    top: 120px;
    left: 30px;
    right: auto;
    bottom: auto;
    background-color: none;
    height: 88px;
}

.rooms-btn {
    position: absolute;
    cursor: pointer;
    font-weight: 500;
    top: 100px;
    left: 30px;
    z-index: 0;
    background-color: white;
    border-radius: 8px;
    border: 1 px solid white;
    color: #606060;
    padding: 8px 32px;
}

.c-room-list {
    width: 651px;
    display: flex;
    gap: 24px;
    transition: transform 0.5s;
    position: absolute;
    transform: translateX(-200%);
    top: 75px;
    z-index: 999;
    height: 100%;
}

.c-room-list-container {
    width: 105%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: white;
    overflow: auto;
    height: 92vh;
}

.c-room-list-close {
    color: white;
    position: absolute;
    font-size: 20px;
    top: 10px;
    cursor: pointer;
    right: -40px;
}

.c-room-list-item {
    display: flex;
    padding: 24px;
    gap: 16px;
    width: 100%;
    cursor: pointer;
    color: #707070;
}

.c-room-list-item-image {
    width: 375px;
    height: 86px;
    align-self: center;
}
.c-room-list-item-image img{
    width: 100%;
    height: 86px;
    /* max-width: max-content; */
}
.c-room-list-item-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.c-room-list-item-info-title{
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 14px;
}

.c-room-list-item-info-title svg{
    transform: rotate(-90deg);
}

.c-room-list-item-info-text{
    font-weight: 300;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .c-room-list-item-info-text p {
    padding: 0 14px;
    line-height: 1.5;
  }

  .c-room-list-item-info-text span{
    font-weight: 600;
    font-size: 20px;
  }

  .room-list-single {
    display: none;
    padding: 24px;
    color: #707070;
  }

  .c-room-back {
    color: #707070;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .c-room-back svg {
    transform: rotate(90deg);
  }

  .c-iframe-new {
    height: 351px !important;
  }

  .c-room-description {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 300;
    color: #707070;
  }

  .c-room-booking {
    width: fit-content;
    background-color: #3A79CA;
    border-radius: 24px;
    border: 1px solid #3A79CA;
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 45px;
  }

  .c-room-equipment ul li {
    list-style: none;
    margin-top: 5px;
  }

  .c-room-equipment ul li:before {
    content: "·";
    font-size: 36px;
    vertical-align: text-top;
    line-height: 20px;
    padding-right: 5px;
}

.c-room-desc {
    max-width: 489px;
}

.c-money {
    position: absolute;
    top: 100px;
    right: 100px;
    font-weight: 500;
    background-color: white;
    color: #606060;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    z-index:999;
    align-items: center;
}

.c-money-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    cursor: pointer;
    border: 0px;
    height: auto;
}

.c-money.is_active_menu_multimedia, .c-filter-btn.is_active_menu_multimedia, .c-filter-btn-2.is_active_menu_multimedia{
    transform: translateX(-60px);
}

.c-filter-section-new {
    top: 155px !important;
}

.c-money-list {
    position: absolute;
    display: none;
    background-color: white;
    border: 1px solid white;
    z-index: 9999 !important;
}

.c-promocode {
    border: none;
    font-size: 11px;
    color: #383838;
}

.c-promocode::placeholder {
    color: #383838;
}

.c-promocode:focus {
    border: none;
    outline: none;
}

.c-filter-btn {
    background-color: white;
    position: absolute;
    cursor: pointer;
    top: 100px;
    right: 107px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: #606060;
    align-items: center;
    border-radius: 8px;
}

.c-filter-btn-2 {
    background-color: white;
    position: absolute;
    cursor: pointer;
    top: 100px;
    right: 59px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: #606060;
    align-items: center;
    border-radius: 8px;
}

.reservation-topbar {
    background-color: var(--theme-color-booking-aerea);
}

.reservation-topbar-input-container-new {
    background-color: var(--theme-color-booking-aerea)!important;
}

.reservation-topbar-input-minus {
    color: var(--theme-text-booking-aerea);
}

.reservation-topbar-input-plus {
    color: var(--theme-text-booking-aerea);
}

.reservation-quantity-input {
    color: var(--theme-text-booking-aerea);
}

.reservation-topbar-label-new {
    color: var(--theme-text-booking-aerea);
}
.c-promocode, .c-promocode::placeholder {
    color: var(--theme-text-booking-aerea);
}
.reservation-topbar-input-container-new {
    color: var(--theme-text-booking-aerea);
    /* border: 1px solid var(--theme-text-booking-aerea); */
}
.reservation-topbar-search-btn-new {
    background-color: var(--theme-color-booking-aerea);
    color: var(--theme-text-booking-aerea);
    border: 1px solid var(--theme-text-booking-aerea);
}
.reservation-topbar-input-container-new::placeholder{
    color: var(--theme-text-booking-aerea);
}
#room-modal {
    /* width: 715px;
    height: auto;
    position: fixed;
    top: 96px;
    background-color: white;
    bottom: calc(3* var(--space-xxxl));
    right: -63%;
    color: #707070;
    transition: 1s cubic-bezier(0, 0.83, 0, 1);
    z-index: 99999999999;
    overflow-y: scroll;
    overflow: auto;
    bottom: 9px; */
}
.reservation-topbar-label-new span {
    display: none;
}

.js-fecha-llegada {
    margin-right: 0px;
}
.fa-angle-right {
    margin-right: 24px;
}
.reservation-topbar-date-icon {
    align-self: end;
    margin-bottom: 4px;
}

.reservation-quantity-input-adults {
    width: 34px;
    padding: 0px;
}
.reservation-quantity-input-kids {
    width: 34px;
    padding: 0px;
}
.reservation-quantity-input-babies {
    width: 34px;
    padding: 0px;
}
.divider {
    margin-left: 5px;
}
.reservation-topbar-quantity-input-adult {
    width: 100%;
}

.reservation-topbar-label-occupation {
    margin-left: 10px;
}
.occupation-content {
    position: absolute;
    z-index: 1;
    top: 80px;
    background-color: white;
    padding: 30px;
}

.occupation-content .reservation-topbar-quantity-input-people{
    display: flex;
    margin-bottom: 13px;
    align-items: normal;
    justify-content: space-between;
    margin-right: 0px;
}
.occupation-content .reservation-topbar-quantity-input-people:last-child {
    margin-bottom: 0px;
}
.reservation-topbar-label-design {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 0px;
}
.reservation-topbar-label-new span {
    display: block;
    color: var(--theme-text-booking-aerea);
    font-size: 10px;
    margin-top: 7px;
}

.reservation-topbar-input-minus-container-content {
    border: 1px solid;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation-topbar-input-minus-container {
    margin: 0px;
}

.reservation-topbar-input-plus-container-content {
    border: 1px solid;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation-topbar-input-plus-container {
    margin: 0px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: transparent; /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30;
    border: 1px solid #888;
    width: fit-content;
    position: absolute!important;
    margin: auto;
  }
  .reservation-topbar-container.mobile {
      display: none;
  }

  .reservation-localepicker {
    background-color: var(--theme-color-booking-aerea);
    color: var(--theme-text-booking-aerea);
    border: 1px solid var(--theme-text-booking-aerea);
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 33px;
  }

  .reservation-localepicker-content {
    background-color: var(--theme-color-booking-aerea);
    color: var(--theme-text-booking-aerea);
    border: 1px solid var(--theme-text-booking-aerea);
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-top: 12px;
    position: absolute;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
  }

  @media only screen and (max-width: 900px) {
    .c-room-list {
        top: 60px;
    }

    .reservation-topbar-container.mobile {
        display: block;
    }

    .reservation-topbar-container:not(.mobile) {
        display: none !important;
    }

    .c-money {
        bottom: auto !important;
        top: 70px !important;
        right: 15px !important;
        font-size: 15px !important;
        z-index: 100 !important;
    }

    .c-room-booking {
        border-radius: 5px !important;
        font-size: 16px !important;
        width: 100% !important;
        text-align: center !important;
        padding: 12px 45px !important;
    }

    .reservation-topbar-container.mobile_container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: white;
        color: black;
    }
    .reservation-topbar-container.mobile_container.is-active {
        display: block !important;
        padding: 60px 30px !important;
    }


    .c-price-mobile-date-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 12px;
        padding: 5px 15px;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .c-price-mobile-date-input {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .c-price-mobile-date-input label {
        font-size: 14px;
        color: #888;
        margin-bottom: 5px;
        background: white;
        position: absolute;
        top: -8px;
        font-weight: 500;
        padding: 0 15px;
    }

    .c-price-mobile-date-input input, .c-price-mobile-date-input #ocupacion {
        font-size: 13px;
        color: #333;
        margin: 0;
        border: none;
        font-family: Lato, sans-serif;
        padding: 10px 15px;
        background: none;
    }

    .c-price-mobile-date-input input:focus-visible, .c-price-mobile-date-input p:focus-visible {
        outline: none !important;
    }

    .c-price-mobile-divider {
        width: 1px;
        height: 40px;
        background-color: #ccc;
    }

    .c-price-mobile-date-align-left {
        text-align: left;
    }

    #datepicker-fechas-booking-mobile {
        top: 50px !important;
    }
    .modal-content.occupation-content {
        left: 35px!important;
        top: 205px;
    }

    .c-room-list-close {
        color: black !important;
        right: 20px !important;
        background: white !important;
        border-radius: 15% !important;
        top: 20px !important;
    }
  }

  @media only screen and (max-width: 600px) {


    #room-modal {
      z-index: 10!important;
    }
    #room-list-open {
        /*display: none;*/
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        top: auto;
        font-size: 15px !important;
        padding: 12px 33px;
    }

    .c-room-list {
        width: 100%;
        top: 0px !important;
    }

    .c-room-list-container {
        height: 100vh !important;
        padding-top: 60px;
    }
    .c-room-list-container.room-list-single {
        padding-top: 23px !important;

    }

    .c-room-list-item {
        padding: 10px !important;
        flex-direction: column;
        justify-content: center;
    }

    .c-room-list-item-image {
        height: auto;
        width: 100%;
    }

    .c-room-list-item-image img {
        width: 100%;
        height: 150px;
        max-width: none;
    }

    .c-room-list-item-info-text {
        font-size: 12px !important;
    }

    .c-room-list-item-info-text div {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }
    .c-room-list-item-info-text p {
        padding: 0 !important;
    }


    .c-room-back {
        font-size: 14px !important;
    }

    .c-iframe-new {
        height: 510px !important;
    }
    .c-room-list-item-price {
        font-size: 12px !important;
        font-weight: 300;
    }
    .c-room-list-item-price .rw-hotspot-link-description-2 {
        font-size: 14px !important;
    }
    .c-room-list-item-info-title {
        justify-content: space-between;
        padding: 0 !important;
    }
    .c-room-description {
        height: 100% !important;
        margin-bottom: 40px;
    }
    .hidden {
        display: none !important;
    }

    .c-price-mobile-date-container {
        max-width: 500px;
    }
  }
