.elementor-2878 .elementor-element.elementor-element-d444347{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2878 .elementor-element.elementor-element-e1f58d6 > .elementor-widget-container{margin:0px 0px 0px -11px;}}/* Start custom CSS for shortcode, class: .elementor-element-e1f58d6 *//* === Wishlist Table Styling for Dark Theme === */

/* Transparent table with white text */
.woocommerce .wishlist_table,
.woocommerce .wishlist_table thead th,
.woocommerce .wishlist_table tbody td {
  background-color: transparent !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  border-color: #444 !important;
}

/* Header style */
.woocommerce .wishlist_table thead th {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e0e0e0 !important;
  padding: 12px 10px;
  border-bottom: 2px solid #555;
}

/* Body cells */
.woocommerce .wishlist_table tbody td {
  padding: 14px 10px;
  vertical-align: middle;
}

/* Product name link */
.woocommerce .wishlist_table .product-name a {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
}

/* Price & stock */
.woocommerce .wishlist_table .product-price,
.woocommerce .wishlist_table .product-stock-status {
  font-weight: 400;
  font-size: 15px;
  color: #cccccc !important;
}

/* Remove (X) icon */
.woocommerce .wishlist_table .product-remove a {
  color: #ff4c4c !important;
  font-size: 20px;
  transition: color 0.3s;
}
.woocommerce .wishlist_table .product-remove a:hover {
  color: #ff0000 !important;
}

/* === Add to Cart Button Styling === */

.woocommerce .wishlist_table .product-add-to-cart {
  text-align: center;
}
.woocommerce .wishlist_table .product-add-to-cart a.button {
  background-color: #e63946 !important;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.woocommerce .wishlist_table .product-add-to-cart a.button:hover {
  background-color: #c1273b !important;
  color: #fff !important;
}

/* === Social Share Icons === */
.yith-wcwl-share {
  margin-top: 20px;
}
.yith-wcwl-share li a {
  color: #fff !important;
  background-color: #444 !important;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 15px;
  margin-right: 6px;
  transition: background-color 0.3s;
}
.yith-wcwl-share li a:hover {
  background-color: #ff4c4c !important;
}

/* === WooCommerce Success Message Styling (Red Border + White Text) === */
.woocommerce-message {
  background-color: #111 !important;
  color: #ffffff !important;
  border: 2px solid #ff4c4c !important;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(255, 76, 76, 0.3);
}

/* Red checkmark icon */
.woocommerce-message::before {
  color: #ff4c4c !important;
  font-size: 20px;
}

/* Remove default background image */
.woocommerce-notices-wrapper,
.woocommerce-message {
  background-image: none !important;
}

/* === Mobile Responsive Styling === */
@media (max-width: 768px) {
  .woocommerce .wishlist_table thead {
    display: none;
  }
  .woocommerce .wishlist_table tbody td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #333;
  }
}


/* === Visually Remove Decimal Points in Wishlist Prices === */
.woocommerce .wishlist_table .woocommerce-Price-amount bdi {
  font-size: 16px;
  color: #ffffff !important;
}

/* Hides decimal values by limiting characters shown */
.woocommerce .wishlist_table .woocommerce-Price-amount bdi {
  display: inline-block;
  max-width: 6ch; /* Adjust if price is longer */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* === Fix Wishlist Price Alignment === */
.woocommerce .wishlist_table td.product-price {
  text-align: left; /* or center/right based on your layout */
  vertical-align: middle;
}

.woocommerce .wishlist_table .woocommerce-Price-amount {
  display: inline-block;
  min-width: 70px; /* Set a base width to align prices nicely */
  text-align: left; /* Change to center or right if needed */
}

.woocommerce .wishlist_table .woocommerce-Price-amount bdi {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 1.4;
}




/*customisations final*//* End custom CSS */