hr.solid {
  background: rgba(9, 9, 9, 0.52);
}

hr.dashed::after, .divider.dashed::after {
  border-top: 1px dashed rgba(35, 19, 19, 0.88);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}

@media (max-width: 991px) {
  #header .header-nav-main {
    position: absolute;
    background: #fbfbfb;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }

  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: var(--primary);
    color: #636363 !important;
  }
}

#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #000;
}