/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Fix: uniforma dimensione testo IVA nel riepilogo ordine checkout */
.woocommerce-checkout-review-order-table .order-total td .includes_tax,
.woocommerce-checkout-review-order-table .order-total td .includes_tax .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total td .includes_tax .woocommerce-Price-amount bdi {
    font-size: 14px !important;
}
.woocommerce-checkout-review-order-table .order-total td .includes_tax {
    display: block;
    margin-top: 4px;
}

/* Allinea totale a destra come subtotale e spedizione */
.checkout #order_review .order-review tbody tr.order-total td {
    text-align: right;
}
