.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}
.card {
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.section-heading {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.heart-icon {
  color: red;
  margin-right: 8px;
  font-size: 24px;
}
.product-img {
  max-width: 100px;
  border-radius: 5px;
}
.delete-icon {
  float: right;
  color: #adb5bd;
  cursor: pointer;
}
.footer {
  font-size: 0.875rem;
  color: #6c757d;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dee2e6;
  margin-top: 30px;
}
.contact-link {
  font-size: 0.9rem;
}

.icon {
  font-size: 1.2rem;
  color: #000000;
}
