.elementor-34 .elementor-element.elementor-element-f13a841{--display:flex;}/* Start custom CSS *//* ==========================================================================
   CHAMPION FANS - WISHLIST TRIPLE COLOR CONTRAST THEME (FIXED LAYOUT)
   ========================================================================== */

/* --- 1. TABLE HEADER (Deep Industrial Blue) --- */
.xstore-wishlist-table thead tr {
    background-color: #0b426a !important; 
}

.xstore-wishlist-table thead th {
    color: #ffffff !important; 
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 16px 20px !important; /* Fixed padding taake elements dabey nahi */
    border: none !important;
    text-align: left !important;
}

/* Header Text Centering alignment */
.xstore-wishlist-table thead th.xstore-wishlist-quantity,
.xstore-wishlist-table thead th.xstore-wishlist-price,
.xstore-wishlist-table thead th.xstore-wishlist-stock_status,
.xstore-wishlist-table thead th.xstore-wishlist-action {
    text-align: center !important;
}

/* Top corner softness */
.xstore-wishlist-table thead tr th:first-child { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; }
.xstore-wishlist-table thead tr th:last-child { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }


/* --- 2. LAYOUT OVERLAP FIX & ROW CONFIGURATION --- */
.xstore-wishlist-items tr {
    border-bottom: 1px solid #e2e8f0 !important;
}

.xstore-wishlist-items td {
    padding: 24px 15px !important; /* Increased padding to prevent overlap vertical squeezing */
    vertical-align: middle !important;
    color: #2d3748 !important;
}

/* Image Dimension Fix */
.xstore-wishlist-image img {
    width: 80px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* Product Link / Title */
.xstore-wishlist-details .product-title {
    color: #1a202c !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    margin-bottom: 5px;
}
.xstore-wishlist-details .product-title:hover {
    color: #0b426a !important;
}


/* --- 3. DYNAMIC PRICING (Brand Red Highlight) --- */
.xstore-wishlist-table .price del .woocommerce-Price-amount {
    color: #a0aec0 !important;
    font-size: 13px !important;
    margin-right: 6px;
}
.xstore-wishlist-table .price ins .woocommerce-Price-amount,
.xstore-wishlist-table .price > .woocommerce-Price-amount {
    font-weight: 700 !important;
    color: #a50a12 !important; /* Premium Brand Red for active pricing */
    text-decoration: none !important;
}

/* Stock Badge */
.xstore-wishlist-table p.stock.in-stock {
    color: #16a34a !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-align: center !important;
}


/* --- 4. QUANTITY SQUARE BOX CONFIGURATION --- */
.xstore-wishlist-table .quantity-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #fff !important;
    height: 38px !important; /* Explicit height constraints */
}

.xstore-wishlist-table .quantity .minus,
.xstore-wishlist-table .quantity .plus {
    background: #f8fafc !important;
    color: #64748b !important;
    width: 32px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
.xstore-wishlist-table .quantity .minus:hover,
.xstore-wishlist-table .quantity .plus:hover {
    background: #e2e8f0 !important;
    color: #1a202c !important;
}

.xstore-wishlist-table .quantity input.qty {
    width: 42px !important;
    height: 38px !important;
    border: none !important;
    border-left: 1px solid #cbd5e1 !important;
    border-right: 1px solid #cbd5e1 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    background: #fff !important;
}


/* --- 5. INNER ACTIONS BUTTONS (Yellow Accent & Overlap Fix) --- */
.xstore-wishlist-action {
    text-align: center !important;
}

.actions-buttons {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 40px !important; /* Fixed frame to avoid vertical alignment break */
}

/* Quick view & Trash wrapper box */
.actions-buttons .show-quickly,
.actions-buttons a.xstore-wishlist-icon {
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 4px !important;
    color: #4a5568 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease;
}

.actions-buttons .show-quickly:hover {
    background: #f1f5f9 !important;
    color: #0b426a !important;
    border-color: #0b426a !important;
}

/* Delete Action -> Red Contrast Accent */
.actions-buttons a.xstore-wishlist-icon:hover {
    background: #fee2e2 !important;
    color: #a50a12 !important;
    border-color: #a50a12 !important;
}

/* Row Add to Cart -> Yellow Brand Contrast */
.actions-buttons a.add_to_cart_button {
    background-color: #ffcb05 !important; /* Brand Yellow */
    color: #1a202c !important; /* Dark High Contrast Text */
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0 18px !important;
    height: 38px !important; /* Align with square inputs */
    border-radius: 4px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease;
}

.actions-buttons a.add_to_cart_button:hover {
    background-color: #e5b604 !important; /* Darker Yellow gold on hover */
    color: #000000 !important;
}


/* --- 6. FOOTER BULK ACTIONS & ACTION DROPDOWN FIX --- */
.form-actions {
    margin-top: 35px !important;
    padding-top: 25px !important;
    border-top: 1px solid #cbd5e1 !important;
}

.xstore-wishlist-apply-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Fixed Dropping Select Dropdown Box */
.xstore-wishlist-apply-actions select {
    height: 42px !important; /* Absolute height added */
    padding: 0 35px 0 15px !important; /* Right safe padding for default select arrow */
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: #1a202c !important;
    background-color: #fff !important;
    line-height: 42px !important;
}

/* Apply Action Button */
.xstore-wishlist-apply-actions a.xstore-wishlist-actions {
    background-color: #1a202c !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: 42px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.xstore-wishlist-apply-actions a.xstore-wishlist-actions:hover {
    background-color: #0b426a !important;
}

/* Bottom Right Buttons */
.form-actions a.et-call-popup,
.form-actions a.add-all-products {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    height: 42px !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
}

/* Ask for Estimate Styling */
.form-actions a.et-call-popup {
    border: 1px solid #cbd5e1 !important;
    background: transparent !important;
    color: #4a5568 !important;
}
.form-actions a.et-call-popup:hover {
    background: #f8fafc !important;
    border-color: #a50a12 !important;
    color: #a50a12 !important; /* Red hover accent */
}

/* Add All to Cart Button -> Solid Yellow Style */
.form-actions a.add-all-products {
    background-color: #ffcb05 !important; /* Brand Yellow */
    color: #1a202c !important;
    border: none !important;
    margin-left: 10px !important;
}
.form-actions a.add-all-products:hover {
    background-color: #e5b604 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}


/* --- 7. SOCIAL SHARE FOOTER BAR --- */
.xstore-wishlist-share {
    margin-top: 40px !important;
    padding: 16px 20px !important;
    background: #f8fafc !important;
    border-radius: 6px !important;
    border: 1px dashed #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.xstore-wishlist-share .share-title {
    font-weight: 700 !important;
    color: #0b426a !important; /* Blue header flag */
    font-size: 14px !important;
}

.xstore-wishlist-share ul.menu-social-icons a {
    color: #64748b !important;
    font-size: 16px !important;
    transition: color 0.2s ease;
}
.xstore-wishlist-share ul.menu-social-icons a:hover {
    color: #a50a12 !important; /* Red highlight on social icons hover */
}/* End custom CSS */