How do I format the price design on my product page?

Hi. I would like my price to be in bold like on the picture, and that my compare at price is at the right of my price not on the left like usually but i dont know how to do that. I put a picture to show you guys what i am talking about.

Hey @Marie-Aimee ,
can you please share your website url..?

yes the url is lovancia.com

Hi @Marie-Aimee

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly