/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* empty */

.woocommerce-breadcrumb
{
	display: none;
}

.woocommerce-result-count
{
	float: left;
	padding: 0;
	margin: 0;
}
.woocommerce-ordering
{
	float: right;
}

ul.products
{
	clear: both;
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}
ul.products li.product
{
	float: left;
	width: 33%;
	list-style: none;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
ul.products li.product img
{
	padding: 1px;
	border: 1px solid #bbb;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
ul.products li.product h3
{
	margin: 10px 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	height: 34px;
}
ul.products li.product a h3
{
	color: #000;
}

div.product div.images
{
	width: 30%;
	float: left;
}
div.product div.images img
{
	width: 100%;
	height: auto;
	padding: 1px;
	border: 1px solid #bbb;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
div.product div.summary
{
	width: 67%;
	float: right;
}
div.product div.summary h1.product_title
{
	margin-top: 0;
}
div.product .woocommerce-tabs
{
	clear: both;
	padding-top: 1px;
}
div.product .woocommerce-tabs ul.tabs
{
	display: none;
}


