Hello,
?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
@media only screen and (max-width: 767px) {
.woocommerce-cart .woocommerce table.shop_table tr td:before {
float: right !important;
}
.rtl.woocommerce-cart .woocommerce table.shop_table tr td {
text-align: left;
}
.rtl .woocommerce table.shop_table tr td.product-quantity .quantity {
float: left !important;
}
}
.rtl .widget_shopping_cart .total strong {
float: right;
}
.rtl .widget_shopping_cart .total .amount {
float: left;
}
.rtl .widget_shopping_cart_content .buttons .checkout {
float: right;
}
.rtl .widget_shopping_cart_content .buttons .button:first-child {
float: left;
}