cara menggunakan nth-child

.cart-table td:nth-child(2) {
  color: red;
}
Lvup Kim