.delete-item {
  color: #c0392b !important;
  transition: all 0.3s;
}

.delete-item:hover {
  color: #e74c3c !important;
  cursor: pointer;
}

.hide-cart {
  display: none;
}