.category-box {
    margin-bottom: 6rem;
}

.category-row {
    margin-left: -8px;
    margin-right: -8px;
    text-align: center;
}

.category-row .category-bg {
   
    border-radius: 50px;
    padding: 5px 0;
}

.category-row .category-link {

    border: none;
    text-align: center;
    margin: 0 0.5rem;
    border-radius: 50px;
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
}


.category-row .category-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translate(0,-50%);
    width: 1px;
    height: 30px;
    display: block;
    
}

.category-row .category-bg > div:first-child .category-link::before{
    content: none;

}

.category-row .category-link a {

    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    min-width: 95px;
    border-radius: 50px;
}

.category-row .category-link.active {

position: relative;

border-radius: 50px;

margin: 0 0.3rem;
}

.category-row .category-link:hover,
.category-row .category-link.active {
    transition: all 0.3s ease-in;
    box-shadow: inset -1px -2px 4px rgba(0,0,0,0.15);
}