.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
	display: block;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt {
	text-shadow: none !important;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid rgba(0, 0, 0, .14);
	padding: 9px 30px 10px;
	margin: 0 0 0 7px;
	display: inline-block;
	color: #fff !important;
}

.woocommerce-notices-wrapper {
	display: block;
	clear: both;
	padding: 10px 0 0;
}

.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: 100px;
	width: auto;
}

.cart-empty {
	font-size: 18px;
}

.return-to-shop {
	margin-bottom: 100px;
}

.cart-empty, .return-to-shop {
	text-align: center;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-radius: 1px;
	box-shadow: none;
	background: none;
	background-color: rgba(0, 0, 0, .04);
	clear: both;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	border-radius: 0;
	height: 100%;
	left: 0;
	width: 30px;
}