/* Arabic RTL Support - Fix for decimal numbers in pricing */

/* Fix for Arabic numbers in pricing tables and displays */
body.arabic .price,
body.arabic .amount,
body.arabic td .price,
body.arabic .pricing,
body.arabic span.price,
body.arabic div.price,
body.arabic .total-due,
body.arabic .subtotal,
body.arabic .cart-total,
body.arabic .product-pricing,
body.arabic .tld-row .col-xs-4,
body.arabic .domain-price,
body.arabic .item-price span:first-child,
body.arabic .cycle,
body.arabic .cost {
    direction: ltr !important;
    display: inline-block;
    unicode-bidi: plaintext;
}

/* Keep numbers LTR in domain pricing tables */
body.arabic .tld-row .text-center,
body.arabic table td:not(:first-child):not(:nth-child(2)) {
    direction: ltr !important;
    unicode-bidi: plaintext;
}

/* Order summary amounts - specific selectors */
body.arabic #orderSummary .amt,
body.arabic .summary-container .clearfix span.pull-left,
body.arabic .summary-container .clearfix span.float-left,
body.arabic #subtotal,
body.arabic #discount,
body.arabic #taxTotal1,
body.arabic #taxTotal2,
body.arabic .annual-total span.pull-left,
body.arabic .annual-total span.float-left,
body.arabic .recurring-charges,
body.arabic .order-summary .price,
body.arabic .item-price {
    direction: ltr !important;
    display: inline-block;
    unicode-bidi: plaintext;
}

/* Product pricing in order forms */
body.arabic #order-standard_cart .products .product div.product-pricing span.price {
    direction: ltr !important;
    unicode-bidi: plaintext;
}

/* Suggested domains pricing */
body.arabic .suggested-domains .price {
    direction: ltr !important;
    unicode-bidi: plaintext;
}

/* Market Connect promo prices */
body.arabic #order-standard_cart .mc-promo .price {
    direction: ltr !important;
    unicode-bidi: plaintext;
}

