.Order_Overview {
  margin-top: 5%;
  margin-bottom: 80px;
}
.Order_Overview .Order_summery_holder {
  height: fit-content !important;
}
.Order_Overview .mobile_view {
  display: none;
}

.Order_Overview .mobile_view .box_div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.Order_Overview .img_holder .Product_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 10px;
}

.Order_Overview .delivery-rage {
  font-size: 14px;
}

.Order_Overview .Rewards_text_holder {
  padding-top: 5%;
  border-top: 1px solid #ccc;
  margin-top: 5%;
}

.Order_Overview .Rewards_text_holder .view_grp {
  background: #0c0c0c 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
}

.Order_Overview .Rewards_text_holder .tags_icon_holder {
  background: transparent;
  border: none;
}

.Order_Overview .Rewards_text_holder .input-group {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 5px;
  opacity: 1;
}

.Order_Overview .Rewards_text_holder .input-group .form-control {
  background-color: transparent;
  border: none !important;
}

.Order_Overview .Rewards_text_holder h4 {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  opacity: 1;
}

.Order_Overview .btn_holder {
  width: fit-content;
  margin: 5% auto;
}

.Order_Overview .Cart_Products_card tbody tr td {
  width: 70%;
}

.Order_Overview tbody tr {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.Order_Overview tbody tr td {
  width: 40% !important;
  font-weight: 600;
}

.Order_Overview .info_text_holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  width: 300px;
}

.price_holder {
  display: block !important;
}

.sale_price {
  text-align: right !important;
  margin: 0 !important;
}

.sale_price span {
  font-weight: 400;
}

.price_text {
  font-weight: 400 !important;
}

.Order_Overview .mobile_delete_div {
  width: auto;
  height: 37px;
  border: 1px solid #840101;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  color: #840101;
  cursor: pointer;
}

.Order_Overview .desktop_viw_table_holder table td {
  vertical-align: middle;
}

.Order_Overview .table thead th {
  border-bottom: 1px solid #dee2e6;
}

.Order_Overview .price_holder {
  justify-content: flex-end;
}

.Order_Overview .Quantity_tr_holder {
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
}

.Order_Overview .Product_img {
  object-fit: contain;
}

.Order_Overview.Cart_Products_card .Quantity_tr_holder .delete_icon_holder {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #eee;
  cursor: pointer;
}

.Order_Overview.Cart_Products_card .Quantity_tr_holder .trash_icon {
  font-size: 14px;
  font-weight: 500;
  color: #5c5c5c;
  cursor: pointer;
  margin: 0px;
}

.Order_Overview .img_holder {
  cursor: pointer;
}

.Order_Overview .info_text_holder {
  display: block;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.Order_Overview .final_price {
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  margin-bottom: 0px;
  margin-right: 10px;
}

.Order_Overview .desktop_viw_table_holder .all_cards_holder {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.Order_Overview .desktop_viw_table_holder .all_cards_holder .cards_holder {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 15px;
}

.Order_Overview.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .mobile_card {
  display: flex;
  align-items: center;
}

.Order_Overview.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .mobile_card
  .left_col {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Order_Overview.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .mobile_card
  .right_col {
  width: 60%;
}

.Order_Overview.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
}

@media (min-width: 420px) and (max-width: 575px) {
  .Order_Overview.Cart_Products_card
    .mobile_view_table_holder
    .mobile_product_card
    .mobile_card
    .left_col {
    width: 30%;
  }

  .Order_Overview.Cart_Products_card
    .mobile_view_table_holder
    .mobile_product_card
    .mobile_card
    .right_col {
    width: 70%;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Order_Overview .mobile_view {
    display: block;
  }

  .Order_Overview .desktop_view {
    display: none;
  }

  .Order_Overview .Quantity_tr_holder {
    justify-content: space-between !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .Order_Overview .Rewards_text_holder .view_grp {
    font-size: 13px;
  }

  .Order_Overview .Rewards_text_holder .input-group .form-control {
    font-size: 13px;
  }

  .Order_Overview .Rewards_text_holder h4 {
    font-size: 15px;
  }

  .Order_Overview .Quantity_tr_holder {
    font-size: 15px;
  }

  .Order_Overview .final_price {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Order_Overview.Cart_Products_card .desktop_viw_table_holder {
    display: block !important;
  }

  .Order_Overview.Cart_Products_card .mobile_view_table_holder {
    display: none !important;
  }
}

@media (min-width: 767.98px) and (max-width: 1199px) {
  .Order_Overview .info_text_holder {
    width: 100%;
  }

  .Order_Overview .Quantity_tr_holder {
    font-size: 15px;
  }

  .Order_Overview .final_price {
    font-size: 15px;
  }
}
