.elementor-281 .elementor-element.elementor-element-cbc749e:not(.elementor-motion-effects-element-type-background), .elementor-281 .elementor-element.elementor-element-cbc749e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-281 .elementor-element.elementor-element-cbc749e > .elementor-background-overlay{background-color:#5A5A5A;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-281 .elementor-element.elementor-element-cbc749e > .elementor-container{min-height:500px;}.elementor-281 .elementor-element.elementor-element-cbc749e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-120px;margin-bottom:0px;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-281 .elementor-element.elementor-element-c4426dd{text-align:center;}.elementor-281 .elementor-element.elementor-element-c4426dd .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-281 .elementor-element.elementor-element-250a5133{margin-top:0px;margin-bottom:0px;padding:40px 40px 40px 40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-281 .elementor-element.elementor-element-6f78390{text-align:center;}.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 );}@media(max-width:767px){.elementor-281 .elementor-element.elementor-element-250a5133{padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-3ac28f9b *//* === Clean Table UI for YITH Wishlist (All Black – Final Version) === */

.wishlist_table tr td.product-thumbnail a {
  display: inline;
}

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

/* Product image */
table.wishlist_table td.product-thumbnail img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
}

/* Table rows */
table.wishlist_table tbody tr {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
}
table.wishlist_table tbody tr:hover {
  background: #f9f9f9 !important;
}

/* Cells */
table.wishlist_table td {
  padding: 15px;
  vertical-align: middle;
  border: none !important;
  color: #000 !important;
}

/* Product name */
table.wishlist_table td.product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  text-decoration: none !important;
}
table.wishlist_table td.product-name a:hover {
  color: #000 !important;
}

/* Price */
table.wishlist_table td.product-price {
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
}

/* === Add to Cart Button === */
table.wishlist_table .add_to_cart {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  transition: background 0.3s ease !important;
}
table.wishlist_table .add_to_cart:hover {
  background: #111 !important;
  color: #fff !important;
}

/* Remove (X) button */
table.wishlist_table td.product-remove a {
  color: #000 !important;
  font-size: 18px;
  text-decoration: none !important;
  transition: none !important;
}
table.wishlist_table td.product-remove a:hover {
  color: #000 !important;
  background: none !important;
}

/* Table header */
table.wishlist_table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #fff !important;
}

/* Remove extra borders */
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  border: none !important;
}

/* Centered text */
td.product-name p,
th.product-name span {
  text-align: center;
  display: block;
  color: #000 !important;
}

table.wishlist_table tr th.product-thumbnail {
  width: 13%;
}

td.product-price p,
td.product-stock-status p {
  margin: 0;
  color: #000 !important;
}

/* Remove icon override */
.woocommerce #content table.wishlist_table.cart a.remove,
.woocommerce #content table.wishlist_table.cart a.remove:hover,
a.remove.remove_from_wishlist,
a.remove.remove_from_wishlist:hover {
  background: none !important;
  color: #000 !important;
  border: none !important;
}

/* Title styling */
.woocommerce .wishlist-title {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  color: #000 !important;
}

/* Hide share + title */
.yith-wcwl-share,
.wishlist-title-container {
  display: none !important;
}

/* === MOBILE VIEW FIXES === */
@media (max-width: 768px) {
  .wishlist_table * {
    color: #000 !important;
    border-color: #000 !important;
  }

  /* Add to Cart - centered on mobile */
  table.wishlist_table .add_to_cart {
    display: block !important;
    margin: 10px auto !important;
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    width: fit-content !important;
  }

  /* Remove icon color force */
  .wishlist_table td.product-remove a {
    color: #000 !important;
  }
}/* End custom CSS */