/* ==========================================================================
   Dorano Cart — RTL Overrides
   ========================================================================== */

.dorano-cart__name {
    text-align: right;
}

.dorano-cart__unit-price {
    text-align: right;
}

/* Totals table */
.dorano-cart__totals-sticky .cart_totals table th {
    text-align: right;
}

.dorano-cart__totals-sticky .cart_totals table td {
    text-align: left;
}

/* Remove button */
.dorano-cart__remove-btn svg {
    transform: scaleX(1); /* keep icon direction */
}
