/* Style the selling price - make it green, larger, and bold */
span.tp-product-details-price.new-price[data-bb-value="product-price"],
.tp-product-details-price-wrapper span.tp-product-details-price.new-price {
    color: #059668 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* Style the price in sticky action bar */
.sticky-actions-content span.tp-product-price.new-price[data-bb-value="product-price"],
.sticky-actions-content .tp-product-price.new-price {
    color: #059668 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}

/* Hide the unwanted widgets */
.tp-product-details-msg.mb-15,
.tp-product-details-payment {
    display: none !important;
}