/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: 600px;
    box-shadow: none;
	position: right;
}

