.nibe-list-menu-block,
span.nibe-list-menu__icon,
div.nibe-list-menu a {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(219, 207, 197, 0.404);
  background-color: #c0b6ae;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
}
.nibe-list-menu__node-have-child {
  position: relative;
}
span.nibe-list-menu__icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 50px;
  right: 0;
  top: 0;
  z-index: 1;
}
span.nibe-list-menu__icon::after {
  content: '';
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(219, 207, 197, 0.404);
}
div.nibe-list-menu a {
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
  padding-left: 5px;
}
.nibe-list-menu a:hover,
span.nibe-list-menu__icon:hover {
  background-color: #78695d;
}
.nibe-list-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nibe-list-menu__node-first-parent.nibe-list-menu__selected > a,
.nibe-list-menu__node-first-parent.nibe-list-menu__selected > span {
  background-color: #78695d;
  color: #fd7b55;
}
.nibe-list-menu__node-first-parent.nibe-list-menu__selected > a:hover,
.nibe-list-menu__node-first-parent.nibe-list-menu__selected > span:hover {
  background-color: #695c52;
  color: black;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-margin-16 {
  padding-left: 16px;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-margin-26 {
  padding-left: 26px;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-margin-36 {
  padding-left: 36px;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-margin-46 {
  padding-left: 46px;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-0,
span.nibe-list-menu__node-lvl-0 {
  background-color: #c0b6ae;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-0:hover,
span.nibe-list-menu__node-lvl-0:hover {
  background-color: #78695d;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-1,
span.nibe-list-menu__node-lvl-1 {
  background-color: #b0a49a;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-1:hover,
span.nibe-list-menu__node-lvl-1:hover {
  background-color: #78695d;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-2,
span.nibe-list-menu__node-lvl-2 {
  background-color: #a19286;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-2:hover,
span.nibe-list-menu__node-lvl-2:hover {
  background-color: #78695d;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-3,
span.nibe-list-menu__node-lvl-3 {
  background-color: #918072;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-3:hover,
span.nibe-list-menu__node-lvl-3:hover {
  background-color: #78695d;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-4,
span.nibe-list-menu__node-lvl-4 {
  background-color: #7e6e62;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-4:hover,
span.nibe-list-menu__node-lvl-4:hover {
  background-color: #78695d;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-5,
span.nibe-list-menu__node-lvl-5 {
  background-color: #695c52;
}
.nibe-list-menu a.nibe-list-menu__node-lvl-5:hover,
span.nibe-list-menu__node-lvl-5:hover {
  background-color: #78695d;
}

