/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0
*/


.woocommerce div.product div.images img {
	float: none !important;
	width: 99% !important;
	margin-bottom: 0 !important;
	
	/* added by john to place a 1 px black border around large product images on product pages 
	 border: 1px solid #222; */
	
}


.product_list_widget_img_wrapper {
	width:60px;
/*	height:60px; */
	max-height:80px; 
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}



.product_item .image_container {
	position:relative;
	/*width:190px;*/
	max-width: 190px !important;
	/* max-height:243px; */
	max-height:280px;
	/*overflow:hidden;*/
	/* added by john for border around images
	border: 1px solid #000000; */


}
