/* Shop Overview styles */

.woocommerce .overview-item {
	position: relative;
	min-height: 228px;
}

.woocommerce .overview-item a.thumb {
	/*max-width: 70%;*/
	display: block;
	min-height: 228px;
	position: relative;
}

.woocommerce .overview-item a img {
	/*position: absolute;
	bottom: 0;*/
}

.overview-price-tag {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url("../img/bg_green_80.png");
	opacity: 0;
}

.info-out-of-stock {
	color: #fff;
}

.overview-price-tag .price h6, .overview-price-tag .amount {
	color: #fff;
	padding: 10px 0 0 10px;
}

.woocommerce .overview-item a.add_to_cart_button,
.woocommerce .overview-item .button {
	border: none;
	font-weight: normal;
	padding: 10px 10px 0 0;
	display: inline;
	float: right;
	margin: 0;
	color: #fff;
}

.woocommerce #shop-abos .overview-item a.add_to_cart_button {
	color: #007889;
	display: block;
	padding: 0;
}

.woocommerce .overview-item a.add_to_cart_button:hover {
	background: none;
	/*color: #007889;*/
}

input.qty {
	width: 50px;
	margin: 0 5px;
	background: #E8F6F3;
	border: none;
	padding: 3px 10px;
}

div.quantity .plus, div.quantity .minus {
	background: #E8F6F3;
	border: none;
	padding: 3px 10px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

div.quantity .plus:hover, div.quantity .minus:hover {
	color: #fff;
	background: #000;
}

input.button {
	background: #E8F6F3;
	border: none;
	padding: 10px 15px;
}

table h6.price, table .amount {
	font-weight: normal;
}

abbr[title] {
	border-bottom: none;
}

.woocommerce-checkout .site-content input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 90%;
}

/*.single-messages {
	margin-bottom: 15px;
}*/

ul.payment_methods {
	list-style: none;
	margin: 0 0 25px 0;
}

#shiptobilling label {
	padding-left: 0;
}

.woocommerce_error {
	background: #E8F6F3;
	list-style: none;
}

.woocommerce_error li {
	padding: 2px 15px;
}

.out-of-stock {
	display: none;
}

p.shop-contact {
	margin-top: 20px;
	margin-bottom: 0;
}

.thumb {
	overflow: hidden;
	position: relative;
	height: 241px;
}

.thumb img {
	position: absolute;
	bottom: 0;
}

.woocommerce .label {
	padding: 5px 10px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: none;
	background-color: transparent;
}

.woocommerce .variations a.reset_variations {
	display: block;
}

.woocommerce-checkout textarea {
	width: 100%;
}

#createaccount {
	float: left;
}

#shiptobilling-checkbox {
	float: left;
	margin-right: 5px;
}

ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cart_totals table {
	margin-top: 25px;
}

.product-remove a {
	font-size: 24px;
}

.cart_table_item .variation dd {
	margin-left: 0;
}

.shipping-calculator-form #calc_shipping_country {
	margin-top: 25px;
}

p.terms {
	margin: 25px 0 10px;
}

.description-english {
	font-style: italic;
}

/* POS */
.woocommerce_message a {
	margin-right: 100px;
}

/* force show shipping calculator */
.shipping-calculator-form {
	display: inline !important;
}

#shop-aktionen .thumb {
	height: auto;
}

#shop-aktionen .thumb img {
	position: static;
	bottom: auto;
}

#shop-aktionen .overview-item {
	margin-bottom: 0;
	min-height: auto;
	
}