/*
 Theme Name:   TKN CONNECT
 Theme URI:    http://wordpress.com
 Description:  This is a theme for TCN Connect STORE
 Author:       AWX
 Template:     elecgreen
 Version:      1.0.0
 Text Domain:  tkn-connect
*/


.wc-block-product-categories ul.children {
    display: none; /* Ukryj podkategorie */
}

.wc-block-product-categories li.noactive.active > ul.children {
    display: block; /* Pokaż podkategorie aktualnej kategorii */
}

.wc-block-product-categories li.noactive.active > a span {
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
}

.elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents{
    height: 80vh;
    overflow: auto;
}

