.elementor-2937 .elementor-element.elementor-element-5946a8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-33dd5817 *//* ============================================
   WISHLIST PAGE - ALIGNMENT FIX
   ============================================ */

/* ===== Vertical Center Align All Table Cells ===== */
.wishsuite_table tbody td {
    vertical-align: middle !important;
    padding: 20px 15px !important;
}

/* ===== Quantity Box - Proper Alignment ===== */
.wishsuite-product-quantity {
    text-align: center !important;
}

.wishsuite-product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wishsuite-product-quantity .quantity input.qty {
    border-radius: 4px !important;
    border: 1px solid #C89B3C !important;
    text-align: center;
    padding: 10px 8px !important;
    width: 60px !important;
    height: 40px !important;
    box-sizing: border-box !important;
}

/* ===== Add to Cart Button - Proper Alignment ===== */
.wishsuite-product-add_to_cart {
    text-align: center !important;
}

.wishsuite-product-add_to_cart a.wishsuite-addtocart {
    background-color: #1C4B3D !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 22px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: normal !important;
}

.wishsuite-product-add_to_cart a.wishsuite-addtocart:hover {
    background-color: #2D6B54 !important;
    color: white !important;
}

/* ===== Social Share Icons - Uniform Color & Alignment ===== */
.wishsuite-social-share ul {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

.wishsuite-social-share li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wishsuite-social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wishsuite-social-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* Force all icons to same green color */
.wishsuite-social-icon svg path {
    fill: #1C4B3D !important;
}

.wishsuite-social-share li a:hover .wishsuite-social-icon svg path {
    fill: #C89B3C !important;
}

/* ===== Share Title Alignment ===== */
.wishsuite-social-share {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 20px !important;
}

.wishsuite-social-title {
    color: #1C4B3D !important;
    font-weight: 600 !important;
    margin: 0 !important;
}/* End custom CSS */