.woo-quick-order-table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  direction: rtl;
}

.woo-quick-order-table thead th {
  background: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.woo-quick-order-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-family: inherit;
}

.woo-quick-order-table .qty {
  width: 60px;
  text-align: center;
}

.woo-quick-order-table button {
  padding: 4px 10px;
  margin: 0 2px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
