/* 
Theme Name:		Gründer.de Theme
Theme URI:		https://elementor.com/
Description:	Das Gründer.de Theme bietet modernste Technologien für deine WordPress-Webseite.
Author:			Gründer.de GmbH
Author URI:		https://www.gruender.de/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	grunder-de-theme
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.notice.updated.is-dismissible.hello-elementor-notice.hello-elementor-install-elementor{
	display: none;
}

/* Fix for WooCommerce Images in Grid View */

/*
.pp-woocommerce .woocommerce-loop-product__link{
	display: flex;
	align-items: center;
}

.pp-woocommerce ul.products li.product .woocommerce-loop-product__link img {
    height: auto;
}
*/

.pp-woocommerce .woocommerce-loop-product__link{
	display: flex !important;
	align-items: center;
	max-height: 300px;
	height: 300px;
    max-width: 100%;
}

/* remove list style from woo widgets */
.widget_price_filter{
	list-style: none;
}