/*your custom css goes here*/ 

div#category-menu-bar {
    background-color: #fa8d14 !important;
}


.hov-animate-outline::before,
.hov-animate-outline::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 0px solid transparent !important;
}



