
tr th,tr td{
    text-align: center;
    line-height: 40px;;
    font-weight: normal;
  font-family: "Harmony-Regular",sans-serif;
  position: relative;
  font-size: 1.5rem;
  }
  td a{
   color:#333;
  }
   tr th:nth-child(2),tr td:nth-child(2){
      display: inline-block;
      width:18%;
   }
   tr th:nth-child(3),tr td:nth-child(3){
      display: inline-block;
      width:20%;
   }
   tr th:nth-child(4),tr td:nth-child(4){
      display: inline-block;
      width:15%;
   }
   tr th:nth-child(5),tr td:nth-child(5){
      display: inline-block;
      width:17%;
   }
   tr th:nth-child(6),tr td:nth-child(6){
      display: inline-block;
      width:25%;
   }
   .tdlh{
    line-height: 20px;;
   }
   .disabled.no_carts{
    background-color: #cfcccc;
   }
   table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top:20px;
   }
   table tbody tr:nth-child(2n) {
background-color: #f4f5f7;
}