/* huuthang - 06-21-2021 - Hide variants in cart page */
td.cart__meta.cart-flex-item > div:nth-child(2) {
  display: none;
}