#tm_topmenu {
  width: 100%;
  clear: both;
  display: none;
}
@media (max-width: 991px) {
  #tm_topmenu {
    display: block;
  }
}
#tm_topmenu .title_block {
  cursor: pointer;
  font: 18px/22px "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 8px 18px;
  background: #313131;
  position: relative;
}
#tm_topmenu .title_block:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  font-size: 18px;
  color: #ffffff;
  float: right;
}
#tm_topmenu .title_block.active:after {
  content: "\f068";
}
#tm_topmenu ul.tree {
  margin: 0;
  padding: 10px;
  background: #646464;
}
#tm_topmenu ul.tree li {
  width: 100%;
  position: relative;
  background: #646464;
}
#tm_topmenu ul.tree li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  border-left: 4px solid #646464;
  line-height: 25px;
  padding: 3px 10px;
}
#tm_topmenu ul.tree li a:hover, #tm_topmenu ul.tree li a.active {
  background: #393939;
  border-left: 4px solid #ffe35f;
}
#tm_topmenu ul.tree #category-thumbnail {
  display: none;
}
#tm_topmenu ul.tree ul {
  margin-left: 15px;
}
#tm_topmenu ul.tree li span.grower {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 8px;
  top: -1px;
  cursor: pointer;
  font-family: "FontAwesome";
}
#tm_topmenu ul.tree li .OPEN, #tm_topmenu ul.tree li .CLOSE {
  background: url("../../../../img/megnor/sprite.png") no-repeat scroll right -67px transparent;
}
#tm_topmenu ul.tree li .OPEN {
  background: url("../../../../img/megnor/sprite.png") no-repeat scroll right -93px transparent;
}
