.fare_info {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.11);
  padding: 10px;
  margin-bottom: 50px;
}
.fare_info .table th {
  text-align: left;
  font-size: 14px;
}
.fare_info .table td {
  text-align: right;
  font-size: 14px;
}
.fare_info .table td span {
  text-transform: uppercase;
}

.fare_details h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.proceed-btn-desk {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0px;
  height: 42px;
  background-color: #b31f24;
  color: #fff;
  border-radius: 30px;
}
.proceed-btn-desk:hover {
  background-color: #ffc619 !important;
  color: black !important;
}

.trips_cart .trips_datesSelection_cart {
  font-size: 20px !important;
}

.fetched_list .top_area .img {
  height: 210px !important;
}

.trips .top_area .name_rating .trips_info p img {
  height: 20px !important;
}

.recyclebin_modal .modal-body img {
  height: 60px;
}

.recyclebin_modal {
  background-color: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=cart.css.map */