/* ?????????? ???????? ???? ????????? ??????? */
.woocommerce-MyAccount-content, 
.woocommerce-order-details, 
.woocommerce-customer-details,
.woocommerce-table--order-details {
    direction: rtl !important;
    text-align: right !important;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    text-align: right !important;
}

.woocommerce-customer-details .address {
    text-align: right !important;
}

/* ?????? ???? ?????? ?????? */
.woocommerce-orders-table__cell-order-actions a.download-invoice {
    background-color: #4CAF50 !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    text-decoration: none !important;
}

.woocommerce-orders-table__cell-order-actions a.download-invoice:hover {
    background-color: #45a049 !important;
}