/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.woocommerce-Price-amount{
    color: #45c8e6 !important;
}

.woocommerce-Price-amount::after{
    content: " TTC";
}

.woocommerce-price-suffix,
.woocommerce-price-suffix .woocommerce-Price-amount{
    color: #000 !important;
}

.woocommerce-price-suffix .woocommerce-Price-amount::after{
    content: "";
}