.cart-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}

.cart-item button {
  background: none;
  color: red;
  border: none;
  cursor: pointer;
}