/* Start custom CSS for shortcode, class: .elementor-element-37bf5f80 *//* Hide the default x icon */
.woocommerce a.remove {
    font-size: 0 !important;
    color: transparent !important;
}

/* Add a visible Remove text link */
.woocommerce a.remove:after {
    content: "Remove";
    font-size: 16px;
    font-weight: 600;
    color: #c0392b;
    margin-left: 5px;
}/* End custom CSS */