Hi @deans100 ,
I apologize for the delay in the response.
Thanks for sharing the website and the screenshot.
I noticed that the rtl.css file overwrites the display functionality of the delete icon.
You can fix that by adding the below code in your child’s theme style.css file
body.rtl .cart_item .cg-checkout-table-product-name a.remove::before {
display: block;
}
Note: Please take the backup before you apply any code/CSS level changes, and it is highly recommended that you test first on your staging environment and then add a fix on production.
Please feel free to revert.
Regards,
Bhavik