Hi,
You have custom css at Admin -> Theme Options -> Custom Css that cause to issue . You can change width of both 48% to solve your problem .
/* IMAGE AREA */
.woocommerce div.product div.images {
width: 30%;
}
/* DETAILS AREA */
.woocommerce div.product div.summary {
width: 67%;
}
Thanks