.thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.order-table-box{
  margin-bottom: 30px
}
a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
a[aria-expanded=false] .fa-chevron-down {
   display: none;
}
.fa-trash-alt{
  color: red
}


 

.__grmxp{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*-moz-column-width: 25em;*/
    /*-webkit-column-width: 25em;*/
    /*-moz-column-gap: 1em;*/
    /*-webkit-column-gap: 1em;*/
}

 
.main_slot {
    float: left;
    padding: 10px;
    margin: 0;
    width: 25%;
 
    
 /*   display: inline-block;
    padding: .25rem;
    width: 100%;*/
  
}

.main_slot h5 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #a1a1a1 dashed;
    padding: 2px 0 5px;
    margin: 0 0 7px;
}

.main_slot ul {
    list-style: none;
    border: #c1c1c1 1px solid;
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0 0;
}

.slot_row {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

 
.staff_name {
    float: left;
}

.price {
    float: left;
    text-align: right;
    font-weight: bold;
    padding-left: 12px;
}


.slot_total{
    font-weight: bold;
    float: left;
}

.slot_total_val{
      float: left;
    text-align: right;
    font-weight: bold;
    padding-left: 12px;
}