 .cart_popup_body .product_main_div_cart{
     display: grid;
     grid-template-rows: 1fr 90px;
     height: 70vh;
 }

.cart_popup_body {
    display: grid;
    grid-template-rows: 48px 1fr;
    height: 100%;
}
  .responsive_product_cart{
      height: 100%;
      padding-left:10px;
      padding-right:10px;
      overflow-y:auto;
  }
  .cart_hide_btn{
      text-align:center;
  }
  .cart_hide_btn i{
      font-size: 28px;
    color: #4361ee;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 5px 20px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50px;
  }
.cart_popup_div {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    z-index: 9999999;
    display: none;
    padding: 10px 0px 0px 0px;
    max-height: 85vh;
    grid-template-rows: 30px 1fr;
}
  .cart_popup_body{
  }
  
 .cart_popup_head{
     display:flex;
     align-items: center;
     justify-content:space-between;
     padding:10px 15px;
     padding-bottom:5px;
     box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
 }
.cart_popup_head .clear_all_btn {
    font-weight: 500;
    align-items: center;
    color: rgba(41,134,203,1);
    font-size: 20px;
}
.cart_popup_div .cart_title{
    margin:0;
    color:#212529;
    text-align:left;
    line-height: 0;

}
/* ============================================================= */
.booking_detail_3{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  width: 100%;
  padding-top: 10px;
  background:#fff;
  position: fixed;
  border: 0;
}
.booking_detail_3 .content_div:nth-child(1){
  display: flex;
  justify-content: center;
  grid-gap: 7px;
}
.booking_detail_3 .content_div:nth-child(1) span{
  color: #F23E38;
  font-weight: bold;
}
.booking_detail_3 .content_div:nth-child(2) button{
    width: 100%;
    padding: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 15px;
    background-color: #2563eb;
    color: white;
    border: 1px solid #2563eb;
    margin-top: 10px;
}