ul.mtree {
  /*opacity: 0;*/
  margin-left: 0;

}
ul.mtree ul {
  margin-left: 1em;
}
ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-weight: normal;
}

ul.mtree a:before{    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 12px;
    margin-right: 6px;
    display: inline-block!important;
    width: 1em;
    text-align: center;}
ul.mtree li a:before {
    content: "\f111";
    color: #e52d27;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


ul.mtree.default li {
  font-size: 14px;
      padding: 5px 0;
    border-bottom: 1px solid #e4e4e4;
}
ul.mtree.default a {
  padding: 0px 5px;
}
ul.mtree.default a:hover {
  text-decoration: underline;
}
ul.mtree.default li.mtree-node:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  float: right;
  margin-left: .5em;
   font-size: 1.5em	;
   zoom: .8;
  /*margin-top: .1em;*/
  color: #ff0000;
}
ul.mtree.default li.mtree-open:before {
  content: '\f106';
}
ul.mtree.default li.mtree-closed:before {
  content: '\f107';
}
ul.mtree.default ul > li:first-child {
  margin-top: .1em;
}
ul.mtree.default ul > li:last-child {
  margin-bottom: .3em;
}
ul.mtree.default ul a {
 
}

ul.mtree.default li > a:hover, ul.mtree.default li.current-cat > a {
  /* text-decoration: underline; */
  font-weight: bold;
}

li.current-cat-parent > .children {

  height: auto  !important;

  display: block !important;

}