/* V9 active category underline in RUNDEX second menu */
.category-bar a,
.category-nav a{
  position:relative;
}

.category-bar a.rdx-market-active,
.category-nav a.rdx-market-active{
  color:#1c2430!important;
  font-weight:850!important;
}

.category-bar a.rdx-market-active::after,
.category-nav a.rdx-market-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:3px;
  background:#3157ff;
  border-radius:0;
}
