.category-lists{
    background:whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.grid_box_category li a {
    display: block;
    height:50px;
    line-height: 50px;
    border-bottom:1px solid grey;
    color: var(--black-color) !important;
    font-weight: 500;
    padding-left: 1rem;
    position: relative;
    transition: .2s ease-in;
    overflow: hidden;
}
.grid_box_category li a:hover{
    background:grey;
    color:#fff !important;
}