/* 
This is	style-custom.css
If you create a child theme then WP will search for 	style-custom.css	 in that child theme. 
You can add this 	style-custom.css 	to your child theme and then add your own custom css to it.  
style-custom.css is the last external stylesheet.
*/

/*
At the time of writing the WooCommerce external stylesheet (assets / css / woocomerce.css) over rides the inline styles. The following rectifies this 
Note that image sizes can be affected by the length of the text underneath them.
*/

.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images{width:auto;}

.woocommerce .related ul.products li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce-page .related ul li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .upsells.products ul li.product img{width:auto;height:auto;margin-right:10px;}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto;}

.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:auto;}