
  .responsive_product_cart{
      height: 60vh;
      padding-left:10px;
      padding-right:10px;
      overflow-y:auto;
  }
  .cart_hide_btn{
      text-align:center;
  }
  .cart_hide_btn i{
      font-weight:bold;
      font-size:30px;
      color:rgba(41,134,203,1);
  }
  .cart_popup_div{
    position: fixed;       
    bottom:0;
    height:85vh;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    z-index: 99999;
    display: none;
    padding: 10px 0px;
    /*display:none;*/
    padding-bottom:100px;
    max-height:100vh;
  }
  .cart_popup_body{
  }
  
 .cart_popup_head{
     display:flex;
     justify-content:space-between;
     padding:10px;
     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{
     color:rgba(41,134,203,1);
 }
.cart_popup_div .cart_title{
    margin:0;
    color:#212529;
    text-align:left;

}
/* ============================================================= */
.booking_detail_3{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  position: fixed;
  width: 100%;
  bottom: 0;
    left: 0;
  padding-top: 10px;
  z-index:9999;
  background:#fff;
}
.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{
  background: linear-gradient(264deg, rgba(69,137,235,1) 0%, rgba(41,134,203,1) 100%);
  color: #fff;
  border-radius: 5px;
  display: block;
  width: 95%;
  border: 0;
  padding: 10px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}