.elementor-77 .elementor-element.elementor-element-4b2acfe6{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-77 .elementor-element.elementor-element-4b2acfe6{--content-width:1440px;}}/* Start custom CSS for container, class: .elementor-element-4b2acfe6 */.page-content {
  max-width: 1400px;
  margin: 40px auto;
  font-family: 'Montserrat', sans-serif;
  color: #222;
}

.wlfmc-wishlist-table-wrapper {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  background: #fff;
  padding: 24px;
}

.wlfmc-wishlist-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.wlfmc-wishlist-table tbody tr {
  background: #f9f9f9;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.wlfmc-wishlist-table tbody tr:hover {
  background: #e0eaff;
}

.wlfmc-wishlist-table td {
  vertical-align: middle;
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
}

.wlfmc-wishlist-table .first-column {
  width: 80px;
}

.wlfmc-wishlist-table .product-thumbnail img {
  max-width: 60px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.wlfmc-wishlist-table .product-name {
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.wlfmc-wishlist-table .product-price {
  color: #0073e6;
  font-weight: 600;
}

.wlfmc-wishlist-table .product-remove {
  color: #d33;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.25s ease;
}

.wlfmc-wishlist-table .product-remove:hover {
  color: #a00;
}

.wlfmc-wishlist-footer {
  padding-top: 20px;
}

.actions {
  background: #f5f7fa;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.actions select,
.actions button,
.actions input[type="checkbox"] {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.actions select:hover,
.actions button:hover {
  background-color: #0073e6;
  color: white;
  border-color: #005bb5;
}

.actions label {
  user-select: none;
}

.add-all-to-cart-btn {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 12px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.add-all-to-cart-btn:hover {
  background-color: #005bb5;
}

.empty-image {
  display: block;
  margin: 30px auto 10px auto;
}

.empty-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #555;
  margin-bottom: 8px;
}

.empty-content {
  font-size: 18px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

.empty-button {
  display: block;
  margin: 0 auto;
  padding: 12px 30px;
  font-weight: 600;
  background-color: #0073e6;
  color: white;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 220px;
  text-align: center;
}

.empty-button:hover {
  background-color: #005bb5;
}

/* Responsive */
@media (max-width: 768px) {
  .wlfmc-wishlist-table-wrapper {
    padding: 16px;
  }

  .wlfmc-wishlist-table td {
    font-size: 14px;
    padding: 8px 12px;
  }

  .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .add-all-to-cart-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */