/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/

.wc-category-tree,
.wc-category-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-category-tree li {
  position: relative;
  margin: 4px 0;
}

.wc-category-tree a {
  text-decoration: none;
  color: #333;
  padding: 4px 8px;
  display: inline-block;
}

.wc-category-tree ul {
  display: none; /* hidden by default */
  margin-left: 16px;
}

.wc-category-tree li.open > ul {
  display: block; /* show when expanded */
}

.toggle-subcats {
  background: none;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 6px;
}
.toggle-subcats::before {
  content: "➕"; /* closed */
  font-size: 12px;
}
li.open > .toggle-subcats::before {
  content: "➖"; /* opened */
}
