/* Price not available - hide price elements */
.product_price_is_not_available .woocommerce-Price-amount.amount,
.simple-price-card ~ .woocommerce-Price-amount.amount {
    display: none !important;
}

.product_price_is_not_available .uncont .vc_custom_heading_wrap:nth-child(4) {
    display: none !important;
}

.simple-price-card {
    float: left;
    width: 100%;
}
