.price, .woocommerce-Price-amount, .cart-subtotal .amount, .order-total .amount {
    display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none !important;
}

/* Hide the totals wrapper in the checkout */
.wc-gzd-show-total-wrapper,.wp-block-woocommerce-checkout-order-summary-block{
    display: none !important;
}

.wp-block-woocommerce-cart-order-summary-block{
    display: none !important;
}

.wc-block-cart-items__header-total{
    display:none !important;
}

.wc-block-components-button{
    background-color:#009FE3;
    color:white;
    font-weight: 600;
}