/* Start custom CSS for shortcode, class: .elementor-element-3c498d4b *//* Wishlist Table Wrapper */
.alg-wc-wl-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

/* Table Headings */
.alg-wc-wl-table th {
  background: #f8f9fa;
  color: #333;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border-radius: 8px 8px 0 0;
}

/* Table Rows */
.alg-wc-wl-table tr {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 12px;
  overflow: hidden;
}

/* Table Data */
.alg-wc-wl-table td {
  padding: 15px;
  vertical-align: middle;
  border-top: 1px solid #eee;
}

/* Product Image */
.alg-wc-wl-table td img {
  width: 70px;
  border-radius: 10px;
}

/* Add to Cart Button */
.alg-wc-wl-table .button {
  background: #2d6cdf;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}
.alg-wc-wl-table .button:hover {
  background: #1c4bb8;
}

/* Remove Icon */
.alg-wc-wl-table .remove a {
  color: #dc3545;
  font-size: 18px;
}
.alg-wc-wl-table .remove a:hover {
  color: #a71d2a;
}/* End custom CSS */