/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... 
ul.products li.product{
	width: 100%;
	height: 100%;
}
ul.products li.product img{
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
ul.products li.product:hover img{
	 transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
	
}*/ 