  .header-wrapper nav.category ul li a.active {
    position: relative;
  } 
  .header-wrapper nav.category ul li{
      height: 30px;
  }
  .header-wrapper nav.category ul li a.active::after {
    content:'';
    width:5px;
    height:5px;
    border-radius:50%;
    background: rgb(249, 161, 27);
    position: absolute;
    bottom: -5px;
    right:50%;
    
  }