/* Product-description image normalization migrated from Voi Vang Woo Center Images. */
body.adcc-storefront-images.single-product .entry-summary .woocommerce-product-details__short-description img,
body.adcc-storefront-images.single-product .woocommerce-Tabs-panel img,
body.adcc-storefront-images.single-product .woocommerce-product-details__description img,
body.adcc-storefront-images.single-product .product .entry-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

body.adcc-storefront-images.single-product .entry-summary .woocommerce-product-details__short-description img.alignleft,
body.adcc-storefront-images.single-product .entry-summary .woocommerce-product-details__short-description img.alignright,
body.adcc-storefront-images.single-product .woocommerce-Tabs-panel img.alignleft,
body.adcc-storefront-images.single-product .woocommerce-Tabs-panel img.alignright {
	float: none !important;
}

body.adcc-storefront-images.single-product .entry-summary .woocommerce-product-details__short-description figure,
body.adcc-storefront-images.single-product .woocommerce-Tabs-panel figure {
	text-align: center;
}
