ul.mtree {
  opacity: 0;
  margin-left: 0;
  
}
ul.mtree ul {
  margin-left: 1em;
}
ul.mtree li {
  list-style: none;
   font-weight: normal;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-weight: normal;
}

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;
}
ul.mtree.default a {
 padding: 6px 0;
    display: inline-block;
    position: relative;
    color: #737373;
}
  
  

  
}
ul.mtree.default a:hover {
  color: #d9232e;
}


ul.mtree.default li:before {
    content: " ";

    color: #ffab05;
    font-size: 11px;
    margin-right: 23px;
    float: left;
	margin-top: 10px;
}

ul.mtree.default li.mtree-open:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #ffab05;
    font-size: 11px;
    margin-right: 15px;
    float: left;
	margin-top: 10px;
}
ul.mtree.default li.mtree-closed:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #ffab05;
    font-size: 11px;
    margin-right: 15px;
    float: left;
	margin-top: 10px;
}





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 {
  color: #666;
}

ul.mtree.default li > a:hover, ul.mtree.default li.current-cat > a {
   color: #d9232e;
}

li.current-cat-parent > .children {

font-weight: normal;
  height: auto  !important;

  display: block !important;

}

#wcc_widget-2 {
    margin-bottom: 50px;
    background: #fff;
padding: 20px;}