/* WooCommerce Tweaks */
.page-title {
	font-size: 1.4em;
	clear:both;
	position:static;
	float:none;
}
.product_title {
	font-size: 1.4em;
}
.woocommerce-page #content{
	font-size: 1em;
	line-height: 1.5em;
}
.woocommerce-page .woocommerce-result-count{
	display: block;
	float: none !important;
}
a.button, button.button, input.button, #review_form #submit {
	padding: 5px !important;
	line-height: 1.45em;
}
div.product form.cart .variations select, #content div.product form.cart .variations select {
	width: 100%;
	float: none;
	margin-left:10px;
}
.shop_table.cart{
	font-size: 1em;
	background: white;
}
.cart-collaterals{
	font-size: 1.2em;
}
.reset_variations {
	margin-left:10px;
}
.online-store-widget {

}
.online-store-widget h3 {
	color: #2B3300;
	font-size:1.4em;
	margin: .3em 0 0;
}
.online-store-widget a {
	font-size: 1.1em;
	color: #8F5604;

}
.online-store-widget a.button {
	margin: 20px 0px;
}
.related ul.products li.product, .related ul li.product, .upsells.products ul.products li.product, .upsells.products ul li.product {
	width: 23%;
}
.price del{
	display: none;
}
.attachment-shop_catalog {
	width: auto !important;
	height: auto !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 1.2em !important;
  padding: 5px;
}
.select2-container .select2-choice span {
	margin-right: 0 !important;
}