Hello,
Can you try to edit your rtl.css file (in YourWebsite\media\com_hikashop\css folder).
Add at the end of your rtl file this code :
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
.hikashop_checkout_cart table,
.hikashop_checkout_cart table thead,
.hikashop_checkout_cart table tbody,
.hikashop_checkout_cart table thead th,
.hikashop_checkout_cart table tbody td,
.hikashop_checkout_cart table thead tr,
.hikashop_checkout_cart table tbody tr {
text-align: left;
padding-left: 0px !important;
}
.hikashop_checkout_cart table td:before {
position: unset;
float: right;
}
.hikashop_checkout_cart table tbody td {
padding: 8px !important;
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
float: left;
}
.hikashop_checkout_cart table tbody td select {
display: inline-block;
}
}
And please, tell us, if that resolve your rtl issue, because we hope to complete our rtl.css file.
Regards