ul.ep-ul{
      margin: 0;
      padding: 0;
      text-align: right;
    }
    ul.ep-ul li{
      list-style: none;
      display: inline-block;
      margin: 0 15px;       
    }
    ul.ep-ul li a{
      min-width: 160px;
      padding: 10px;
      font-size: 16px;
      color: #3E3E3E;
      border: 1px solid #3E3E3E;          
    }
    ul.ep-ul li a:hover, ul.ep-ul li a:focus {
      border: 1px solid #955DFF;
      color: #955DFF;          
    }
    ul.ep-ul li:last-child{     
      margin: 0;       
    }
   /*  .order-details tbody, td, tfoot, th, thead, tr {
      border: transparent;
    } */

   /*  .table-striped>tbody>tr:nth-of-type(odd)>* {
      --bs-table-accent-bg: #dee2e6;
      color: var(--bs-table-striped-color);
  } */