/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.cart-subtotal .woocommerce-Price-amount:after{
    content: ‘ HT’;
}

.order-total .woocommerce-Price-amount:after{
    content: ‘ TTC’;
}

.bienfini-tax-notice {
    display: block;
    margin-top: -25px;
    font-size: 16px;
    line-height: 1.4;
    opacity: .75;
}