/* WooCommerce for Desktop */
@media screen and (min-width: 1000px) {
	.woocommerce div.product div.images {
		margin-bottom: 0;
		width: 30%;
	}

	.woocommerce div.product div.summary {
		width: 70%;
		margin-bottom: 0;
	}

	.maxHeightWithScroll {
		max-height: 240px;
		overflow: scroll;
	}

	.maxHeightGoogleSearchWithScroll {
		max-height: 260px;
		overflow: scroll;
	}

	.middle-align {
		padding: 0 12px;
	}
}