/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

body {
	font-size: 18px;
}
strong {
	text-shadow: 1px 1px 1px #fff;
}

/* Angebotsseite */
.av-catalogue-image {
	width: 230px;
	border-radius: 0;
}

/* Remove price from overview page */
.av-catalogue-item-inner .av-catalogue-price {
	display: none;
}
.av-catalogue-item-inner .av-catalogue-title-container {
	margin-bottom: 0.7em;
}

.av-catalogue-item {
	margin: 1em 0;
}

/* Dropdown-Menüs im WooCommerce-Shop lesbar machen */
.product-sorting ul {
    background-color: #ffffff;
}
.product-sorting {
	display: none;
}
.dropdown_widget_cart {
	background-color: #ffffff;
}

/* Remove checkbox for exclusive mail in the checkout */
.wc-block-components-checkbox {
	display: none;
}
