/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

/*
 
Update woocommerce.css in Framework/css of Unicon theme after updating parent theme. Makes product image wider and reduces width of product summary.

.product .images {
	float: left;
	width: 650px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.product .summary {
	float: right;
	width: 450px;
}

*/