.elementor-73 .elementor-element.elementor-element-1ff2388{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-73 .elementor-element.elementor-element-1ff2388:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-1ff2388 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-73 .elementor-element.elementor-element-d130bcd{text-align:center;}.elementor-73 .elementor-element.elementor-element-d130bcd .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:54px;font-weight:400;text-transform:uppercase;}.elementor-73 .elementor-element.elementor-element-75e5cad9{--display:flex;}@media(min-width:768px){.elementor-73 .elementor-element.elementor-element-1ff2388{--content-width:1400px;}}@media(max-width:1024px){.elementor-73 .elementor-element.elementor-element-1ff2388{--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-73 .elementor-element.elementor-element-1ff2388{--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-73 .elementor-element.elementor-element-d130bcd .elementor-heading-title{font-size:24px;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-7c9f2f1 */.nobr {
  color: #6c97b9;
}

.woocommerce a.remove:hover {
  font-size: 29px;
height: 29px !important;
  width: 29px !important;
  color: #88c6c2 !important;
}
.woocommerce a.remove {
  color: #88c6c2 !important;
    font-size: 29px;
    line-height: 19px;

}



/* Wishlist Table Container */
table.wishlist_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  background-color: #f4f9f8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

/* Table Header */
table.wishlist_table thead th {
  background-color: #6DBAB5;
  color: white;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  border: none;
}

/* Table Rows */
table.wishlist_table tbody td {
  background-color: #ffffff;
  padding: 14px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #e2e8e4;
  transition: background-color 0.3s ease;
}

/* Row Hover */
table.wishlist_table tbody tr:hover td {
  background-color: #e7f3f2;
}

/* Empty Wishlist Message */
table.wishlist_table .wishlist-empty {
  background-color: #f0f5f4;
  color: #555;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  padding: 30px;
  border: none !important;
}

/* Inventory Status */
table.wishlist_table .wishlist-in-stock {
  color: #2d7f7b;
  font-weight: bold;
}
table.wishlist_table .wishlist-out-of-stock {
  color: #cc0000;
  font-weight: bold;
}

/* Round corners on top and bottom */
table.wishlist_table thead th:first-child {
  border-top-left-radius: 8px;
}
table.wishlist_table thead th:last-child {
  border-top-right-radius: 8px;
}
table.wishlist_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table.wishlist_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: #88c6c2;
}


/* Social media */

ul .share-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #6DBAB5;
  color: white;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 4px;
  text-decoration: none;
}

ul .share-button a:hover {
  background-color: #589f9b;
  transform: scale(1.05);
}

ul .share-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}


.yith-wcwl-share-title {
  color: #3a5163;
}

 #yith-wcwl-form .share-button a {
  color: #FFF;
}

 #yith-wcwl-form .share-button:hover a {
  color: #3a5163;
}

/* wishlist edit button */

.woocommerce .wishlist-title a.show-title-form, .woocommerce .hidden-title-form a.hide-title-form, .wishlist_manage_table tfoot a.create-new-wishlist {
    background: #89c7c3  !important;
    color: white !important;

}/* End custom CSS */