/*
Theme Name:     bb-theme-child
Description:     A customizable theme with a simple yet robust set of theme options.Author: The Beaver Builder Team
Author:          Beaver Builder Theme
Template:       bb-theme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.fancybox-container {
    z-index: 999999!important;
}
.uabb-woocommerce .product .uabb-woo-products-summary-wrap .button:hover {
	border: none
}
.fl-page .fl-module-woocommerce ul.products li.product,
.woocommerce.tax-product_cat ul.products .product, 
.woocommerce-page.tax-product_cat ul.products .product, 
.woocommerce-page ul.products .product,
.woocommerce ul.products li.product {
	padding-bottom: 30px;
	margin-bottom: 40px!important
}
.fl-page .fl-module-woocommerce ul.products li.product .add_to_cart_button, 
.fl-page .fl-module-woocommerce ul.products li.product .add_to_cart_button, 
.fl-page .fl-module-woocommerce ul.products li.product .button.product_type_simple,
.woocommerce.tax-product_cat ul.products .product .add_to_cart_button, 
.woocommerce-page.tax-product_cat ul.products .product .add_to_cart_button, 
.woocommerce-page ul.products .product .button.product_type_simple, 
.woocommerce.tax-product_cat ul.products li.product .add_to_cart_button, 
.woocommerce-page.tax-product_cat ul.products li.product .add_to_cart_button, 
.woocommerce-page ul.products li.product .button.product_type_simple {
	bottom: 0!important;
    opacity: 1!important;
	background-color: #5e863e;
	border-color: #5e863e;
    color: #fff;
	border-radius: 2px!important
}
.woocommerce ul.products li.product .wishlist_link {
	bottom: 0!important;
    opacity: 1!important;
}
.fl-page .fl-module-woocommerce ul.products li.product:hover .add_to_cart_button, 
.fl-page .fl-module-woocommerce ul.products li.product:hover .add_to_cart_button, 
.fl-page .fl-module-woocommerce ul.products li.product:hover .button.product_type_simple,
.woocommerce.tax-product_cat ul.products .product:hover .add_to_cart_button, 
.woocommerce-page.tax-product_cat ul.products .product:hover .add_to_cart_button, 
.woocommerce-page ul.products .product:hover .button.product_type_simple, 
.woocommerce.tax-product_cat ul.products li.product:hover .add_to_cart_button, 
.woocommerce-page.tax-product_cat ul.products li.product:hover .add_to_cart_button, 
.woocommerce-page ul.products li.product:hover .button.product_type_simple,
.woocommerce ul.products li.product:hover .wishlist_link {
	bottom: 15px!important;
}


/* 
########## wooCommerce PRODUKTE - BEWERTUNGEN
*/

/* basis farbe sterne - SHOP SYSTEM PRODUCTS */
.woocommerce .products .star-rating:before, 
.woocommerce-page .products .star-rating:before, 
.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before { color: #ffffff!important }
/* sterne */
.woocommerce .products .star-rating span:before, 
.woocommerce-page .products .star-rating span:before, 
.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before { color: #e2b007!important}

/* basis farbe sterne - COMMENTS ON STANDARD PAGES */
.comment-form-rating .stars > span > a:before { color: #ffffff!important }
/* sterne */
.comment-form-rating .stars > span > a:before { color: #e2b007!important}