﻿.dummy {
  color: #000; }

.menu {
  margin-bottom: 12px;
  border: none;
  background-color: inherit;
  text-decoration: none; }
  .menu .group {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0 2px 12px; }
  .menu .children .child {
    font-weight: 400;
    padding: 4px 0 4px 24px;
    color: #c9982c;
    text-decoration: none; }
    .menu .children .child .title {
      font-weight: 400; }
  .menu .link {
    cursor: pointer !important; }

/*.menu-separator {
    border-top: 2px solid $border-color;
    margin-bottom: 0;
}*/
