div.categories-menu-row {     
    width:100%;
    float: right;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 20px;
    position: relative;
}
div.categories-menu-row nav {    
    padding-right: 3%;
    padding-left: 3%; 
    float: right;
    width: 106%;
    overflow: scroll;
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
div.categories-menu-row ul { 
    white-space: nowrap;    
}

div.categories-menu-row:after {
    display: block;
    position: absolute;
    content: '';
    width: 69px;
    height: 33px;
    left: -53px;
    top: 0px;
    background-image: linear-gradient(90deg, #FFFFFF 16%, rgba(255,255,255,0.00) 100%);
}
div.categories-menu-row li { 
    display: inline-block;
    margin-left: 6px;
}
div.categories-menu-row li a { 
    border: 1px solid #29415E;
    border-radius: 15px;
    display: block;
    padding: 0 22px;
    height: 33px;
    line-height: 31px;
    color: #29415E;
    font-size: 16px;
    font-weight: 600;
}
div.categories-menu-row li:last-child { 
    margin-left: 50px;
}

div.categories-menu-row li a img { 
    max-height: 15px;
    position: relative;
    top: -7px;
    margin-left: 5px;
}

div.categories-menu-row li.current-item a {
    background: #dee2e7;
    font-weight: bold;
}