.table-data {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-cell {
    display: table-cell;
    font-size: 16px;
    padding: 7px;
    vertical-align: middle;
}

.table-header {

  align-items: center;
  font-weight: bold;
  font-size: 15px;
}
.table-row, .table-header {
  display: table-row;
  align-items: center;
  text-align: center;
}
  .table-title {
    display: none !important;
  }
.table-line span{
  font-size:15px;
}
/*/---------table-row border and radius--------------*/

/*.border-row .table-cell:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-bottom: 5px;
}

.border-row .table-cell:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}*/

/*.border-row .table-cell:not(:first-child):not(:last-child) {
  border-bottom: 2px solid;
}*/

a.table-row.orderLst-details.border-row {
  border: 1px solid;
  border-radius: 5px;
}

/*.border-row .table-cell {
  border-top: 2px solid;
  border-top: 2px solid #898989;
}*/

/*.border-data {
  border-spacing: 0 9px;
}*/
/*----------------------------*/

@media (max-width: 500px) {
  .orderLst-details, .table-row-box-on-mobile {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    border: 1px solid #c4c4c4;
    align-items: center;
    padding: 5% 2% 5% 2%;
    gap: 2%;
    margin-top: 5%;
  }
  .table-header {
    display:none;
  }
     .table-title {
      display: block !important;
    }

  a.table-row.orderLst-details > div {
    text-align: center;
  }

}
