Woocommerce Booking - Text Behind Price

If you added woocommerce bookings plugin and notice that the description is appearing behind the price:

Go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box copy paste the CSS below inside Custom CSS box:

.woocommerce-product-details__short-description {
    margin-top: 80px;
}