.woocommerce-product-gallery--with-images {
	width: 30% !important;
	margin-left: 10.5%;
}
.woocommerce-product-gallery__wrapper {
	width: 100%;
}

@media only screen
	and (min-width: 320px)
	and (max-width: 450px) {
.woocommerce-product-gallery--with-images {
	width: 90% !important;
	margin: 0 auto !important;
}
#primary {
	margin-top: 25px !important;
}
}
@media only screen
	and (min-width: 450px)
	and (max-width: 550px) {
.woocommerce-product-gallery--with-images {
	width: 70% !important;
	margin: 0 auto !important;
}
#primary {
	margin-top: 25px !important;
}
    }
@media only screen
	and (min-width: 550px)
	and (max-width: 728px) {
.woocommerce-product-gallery--with-images {
	width: 50% !important;
	margin: 0 auto !important;
}
#primary {
	margin-top: 25px !important;
}
}
@media only screen
	and (min-width: 728px)
	and (max-width: 921px) {
		.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary {
			float: left;
			width: 50%;
			margin: 16px !important;
		}
		.woocommerce-product-gallery--with-images {
			width: 40% !important;
			margin: 0 auto !important;
		}
}
@media only screen
	and (min-width: 921px)
	and (max-width: 1200px) {
#primary {
	margin-top: 25px !important;
}
}
