Product left/right padding/margin can be solved with this:
.product-main {
padding: 80px 60px 0;
width: 100%!important;
}
.inner-page-wrap {
margin-top: 0;
}
Reviews overlaping the screen on desktop can be solved with this:
@media (min-width: 768px) {
#comments {
width: 56%;
}
}
But it is only TEMPORARY fix and it should be fixed in the update with better solution / in better way. Please do that.
What I wasnt able to fix is following:
1, Reviews overlaping the screen on mobile
2, Product color not changing on hover in shop on products uploaded after the update.
Please help me with the following errors so I could finaly publish the site.