.nav li.active > a,
.nav li.has-mega-menu.active > a,
.nav li.sub-menu-down.active > a,
.nav li > a.active,
.nav li > a:active {
  color: #a6611c !important;
  text-decoration: none;
  /* background-color: #a6611c !important; */
}

.nav li.active > a:hover,
.nav li.has-mega-menu.active > a:hover,
.nav li.sub-menu-down.active > a:hover {
  color: #a6611c !important;
  /* background-color: #a6611c !important; */
}

/* Style for the active state of the current page */
.nav li.active {
  position: relative;
}

.nav li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* background-color: #a6611c; */
}

/* Bottom Navigation Active State */
.sub-links a.active {
  color: #a6611c !important;
  /* font-weight: bold; */
}

.sub-links a.active::after {
  /* content: ''; */
  display: block;
  width: 100%;
  height: 2px;
  /* background-color: #a6611c; */
  margin-top: 5px;
}
