Hi,
Sorry it has taken awhile to get back to you.
I checked your website and could see blank space on the right side of Shop page and Individual product pages. This can be removed using custom CSS. You can add the below CSS in your child theme’s style.css file or under Appearance > Customize > CSS Styles > Custom CSS Styles
For shop page:
.post-type-archive-product #content-woocommerce.col-620
{
width:100%;
}
For single product pages:
.single-product #content-woocommerce.col-620
{
width:100%;
}