.elementor-551 .elementor-element.elementor-element-ff16d6f{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-551 .elementor-element.elementor-element-ff16d6f:not(.elementor-motion-effects-element-type-background), .elementor-551 .elementor-element.elementor-element-ff16d6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCCA2B;}.elementor-551 .elementor-element.elementor-element-6709389{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-551 .elementor-element.elementor-element-c97170f{--display:flex;--min-height:250px;--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;--justify-content:center;}.elementor-551 .elementor-element.elementor-element-544043f{--display:flex;}.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-551 .elementor-element.elementor-element-c3dceeb{text-align:center;}.elementor-551 .elementor-element.elementor-element-c3dceeb .elementor-heading-title{font-family:"Lobster", Sans-serif;font-size:35px;font-weight:600;color:#FFFFFF;}.elementor-551 .elementor-element.elementor-element-58872da6{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-ff16d6f */.wishsuite-social-share{
    display:none !important;
}
/* Wishsuite Table Styling */
.wishsuite-table-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Arial', sans-serif;
}

.wishsuite_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

/* Table Header */
.wishsuite_table thead th {
  background: #e8e8e8;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px 15px;
  text-align: center;
  border: none;
}

/* Table Body */
.wishsuite_table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.wishsuite_table tbody tr:hover {
  background-color: #fafafa;
}

.wishsuite_table tbody tr:last-child {
  border-bottom: none;
}

.wishsuite_table tbody td {
  padding: 25px 15px;
  text-align: center;
  vertical-align: middle;
  border: none;
}

/* Product Image */
.wishsuite-product-image {
  width: 100px;
}

.wishsuite-product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #f0f0f0;
  transition: transform 0.3s ease;
}

.wishsuite-product-image img:hover {
  transform: scale(1.05);
}

/* Product Title */
.wishsuite-product-title {
  text-align: left;
  padding-left: 20px;
}

.wishsuite-product-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
}

.wishsuite-product-title a:hover {
  color: #007cba;
}

/* Price */
.wishsuite-product-price {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

.woocommerce-Price-amount {
  color: #333;
}

.woocommerce-Price-currencySymbol {
  font-weight: 700;
}

/* Quantity Input */
.wishsuite-product-quantity .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishsuite-product-quantity input[type="number"] {
  width: 60px;
  height: 40px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  transition: border-color 0.3s ease;
}

.wishsuite-product-quantity input[type="number"]:focus {
  outline: none;
  border-color: #ffd700;
}

/* Add to Cart Button */
.wishsuite-addtocart {
  background: #ffd700;
  color: #333;
  border: 2px solid #ffd700;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.wishsuite-addtocart:hover {
  background: #333;
  color: #ffd700;
  border-color: #333;
  transform: translateY(-2px);
}

/* Remove Button */






/* Responsive Design */
@media (max-width: 768px) {
  .wishsuite_table thead {
    display: none;
  }
  
  .wishsuite_table tbody tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
  }
  
  .wishsuite_table tbody td {
    display: block;
    text-align: left;
    padding: 10px 0;
    border: none;
    position: relative;
    padding-left: 35%;
  }
  
  .wishsuite_table tbody td:before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 0;
    width: 30%;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .wishsuite-product-image {
    text-align: center;
    width: 100%;
  }
  
  .wishsuite-product-title {
    text-align: left;
    padding-left: 35%;
  }
  
  .wishsuite-product-quantity,
  .wishsuite-product-add_to_cart {
    text-align: left;
  }
}

/* Loading Animation */
.wishsuite-table-content-loader {
  display: none;
  text-align: center;
  padding: 20px;
}

.wishsuite-table-content-loader:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #f0f0f0;
  border-top: 3px solid #ffd700;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Empty state */
.wishsuite-empty-tr .wishsuite-emplty-text {
  text-align: center;
  padding: 40px;
  color: #999;
  font-style: italic;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a777f9f */.wishsuite-table-content-loader{
display: none !important;
}

.empty-wishlist-message {
    transition: all 0.3s ease;
    color: #555;
    font-weight: 500;
    font-size: 16px;
}/* End custom CSS */