/**
 * Theme Name: Slyks Child
 * Description: Slyks Child theme
 * Author: Slyks
 * Template: blocksy
 * Text Domain: blocksy
*/



 
/* Back to top size */

.ct-back-to-top {
    width: 50px;
    height: 50px;
}





 /* Kategorie produktów pierwszego poziomu z ikonami WooCommerce */

 .mnzb-parent-categories-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mnzb-category-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}