/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-widget-heading strong {
	color: var(--e-global-color-accent);
}

.product-cat-tree {
	margin: 0;
	padding: 0;
}

.product-cat-tree .product-cat-item {
	list-style: none;
}

.product-cat-tree .product-cat-tree {
	display: none;
}

.product-cat-tree-level-0 > .product-cat-item {
	margin-bottom: 1rem;
}

.product-cat-tree-level-0 > .product-cat-item > a {
	font-weight: bold;
	padding: .75rem 1rem;
	display: block;
}

.product-cat-tree-level-2 {
	padding-left: 1rem;
}

.product-cat-tree-level-1 .product-cat-item {
	
}

.product-cat-tree-level-1 .product-cat-item a {
	padding: .75rem 1rem;
	display: block;
}

.product-cat-tree .product-cat-item.active > .product-cat-tree {
	display: block;
}

.product-cat-tree-container .product-cat-tree .product-cat-item a {
	
}

.product-cat-tree .product-cat-item.active > a {
	color: var(--e-global-color-accent);
}

.product-cat-tree-level-1 .product-cat-item a:hover {
	color: var(--e-global-color-accent);
}

.product-cat-tree .product-cat-item:hover,
.product-cat-tree .product-cat-item.active {
	background-color: white;
	border-radius: 8px;
}

.elementor-location-header .elementor-icon-list-item:nth-child(1) {
	font-weight: bold;
}

.elementor-location-header .elementor-icon-list-item a:hover {
	color: var(--e-global-color-accent) !important;
}



body:not(.elementor-editor-active) .btn-cta-accessories {
	display: none;
}

body:not(.elementor-editor-active) .product-category-zubehoer .btn-cta-accessories {
	display: block;
}

body:not(.elementor-editor-active) .product-category-zubehoer .btn-cta-products {
	display: none;
}