.Ordered {
  max-height: 700px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 30px 0;
}

.Ordered .order_table {
}
.Ordered .table_row {
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}

.Ordered .order_table .table_head {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center !important;
}
.Ordered .order_table .product_head {
  text-align: left !important;
}
.Ordered .order_table .action_head {
  margin-left: 80px !important;
}
.Ordered .no_data_main_div {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.Ordered .no_data_main_div .no_data_text {
  color: #707070;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  position: relative;
  width: fit-content;
}

.Ordered .no_data_main_div .no_data_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -136px;
  width: 120px;
  background-color: #707070;
  height: 1px;
}

.Ordered .no_data_main_div .no_data_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -136px;
  width: 120px;
  background-color: #707070;
  height: 1px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Ordered .no_data_main_div .no_data_text::after {
    right: -55px;
    width: 43px;
  }

  .Ordered .no_data_main_div .no_data_text::before {
    left: -55px;
    width: 43px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Ordered .table_row {
    display: none;
  }
  .Ordered {
    padding: 16px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Ordered .order_table .action_head {
    margin-left: 50px !important;
  }
}
