/* Start custom CSS for shortcode, class: .elementor-element-1878765e *//* Hide Price & Quantity for logged-out users on Wishlist page */
body.logged-out .xstore-wishlist-quantity,
body.logged-out .xstore-wishlist-price .price,
body.logged-out .xstore-wishlist-stock_status,
body.logged-out th.xstore-wishlist-quantity,
body.logged-out th.xstore-wishlist-stock_status,
body.logged-out th.xstore-wishlist-price::after{
    display: none !important;
}
body.logged-out .xstore-wishlist-price {
    position: relative;
}

body.logged-out .xstore-wishlist-price::after {
    content: "Login to see prices";
    color: #000;
    font-weight: 400;
    
}/* End custom CSS */