diff --git a/components/HotelReservation/SelectRate/RoomSelection/RateSummary/index.tsx b/components/HotelReservation/SelectRate/RoomSelection/RateSummary/index.tsx
index c2a4aab42..f3ead2161 100644
--- a/components/HotelReservation/SelectRate/RoomSelection/RateSummary/index.tsx
+++ b/components/HotelReservation/SelectRate/RoomSelection/RateSummary/index.tsx
@@ -53,9 +53,7 @@ export default function RateSummary({
const nights = dt(checkOutDate).diff(dt(checkInDate), "days")
return (
-
+
{roomType}
{priceName}
diff --git a/components/HotelReservation/SelectRate/RoomSelection/RateSummary/rateSummary.module.css b/components/HotelReservation/SelectRate/RoomSelection/RateSummary/rateSummary.module.css
index 79ced8039..3152b5cf6 100644
--- a/components/HotelReservation/SelectRate/RoomSelection/RateSummary/rateSummary.module.css
+++ b/components/HotelReservation/SelectRate/RoomSelection/RateSummary/rateSummary.module.css
@@ -13,7 +13,7 @@
transition: bottom 300ms ease-in-out;
}
-.summaryVisible {
+.summary[data-visible="true"] {
bottom: 0;
}