/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2022 | 13:49:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wpb_wrapper > p.dtwpb-price.price
{
	float: right;
}
ul.product > span.price > .woocommerce-Price-amount,
.wpb_wrapper > span.price > .woocommerce-Price-amount,
span.woocommerce-Price-amount.amount{
	float: unset !important;
}

div.woocommerce ul.products li span.price {
    display: block;
}
div.woocommerce ul.products li span.price {
	float: unset !important;
}