/* 
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
*/

/* Add your custom styles here */
/*
 Theme Name:   My Theme Child
 Template:     hello
*/

/*
 Theme Name:   My Theme Child
 Template:     hello
*/


/* Заголовок виджета */
.widget_product_categories h5 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.2;
}

/* Скрываем все подкатегории по умолчанию */
.widget_product_categories ul ul {
    display: none;
}

/* Показываем подкатегории текущей категории */
.widget_product_categories li.current-cat > ul,
.widget_product_categories li.current-cat-parent > ul {
    display: block;
}

/* Стили для родительских категорий */
.widget_product_categories li.cat-parent {
    position: relative;
}

.widget_product_categories li.cat-parent > a {
display: flex; /* Включаем Flexbox */
    align-items: center; /* Выравниваем иконку по центру вертикально */
    justify-content: space-between; /* Текст слева, иконка справа */
    padding-right: 1px; /* Отступ справа для иконки */
	
}

.widget_product_categories li.cat-parent > a:hover {
    color: #701506;
    text-decoration: none;
    text-shadow: 0 0 0.65px #333;
}

/* Стили для иконки раскрытия/сворачивания */
.widget_product_categories .toggle-icon {
color: #c0442f;
    font-size: 1.5em;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 15px;

}

/* Убираем стандартные маркеры списка */
.widget_product_categories ul {
    list-style: none;
    padding-left: 0;
}

/* Общие стили для пунктов меню */
.widget_product_categories ul li {
    margin-bottom: 5px;
    padding: 0.3em;
    border-top: 1px solid #a0a0a0;
    transition: padding 0.3s ease-in-out;
}

.widget_product_categories ul li:first-child {
    border: none;
    padding-top: 0;
}

/* Стили для дочерних категорий */
.widget_product_categories ul.children {
    margin-left: 10px;
    line-height: 30px;
}

/* Стили для текущей дочерней категории */
.widget_product_categories li.current-cat > a {
    font-weight: bold;
}

/* Стили для обычных категорий */
.widget_product_categories li.cat-item > a {
    color: #c0442f;
    font-size: 1.0em;
    font-weight: 400;
}

/* Выделение жирным для текущей категории и её родителя */
.widget_product_categories li.current-cat > a,
.widget_product_categories li.current-cat-parent > a {
    font-weight: bold; /* Жирный шрифт */
}
.woocommerce-LoopProduct-link h2 {
	min-height: 65px;
}