/* woocomerce */
.rd_order_total {
    display: none;
}

.shop_table.order_details tfoot {
    display: none;
}

.shop_table.order_details .amount {
    display: none;
}

.cart-collaterals {
    display: none;
}

.order_complete_ctn .total {
    display: none;
}

#billing_city_field {
    float: unset;
}