.product-list {
    margin: 20px;
}

.product-list #pills-tab {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(252, 231, 231);
}

.product-list #pills-tab li a {
    font-weight: 700;
    font-size: 18px;
    color: #000;

}

.product-list #pills-tab li .active {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #feb2a9;

}

.product-list .item {
    background-color: #fff;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    padding: 30px 0;
}

.product-list .item .item-body {
    text-align: center;

}
.product-list .item .item-body .item-name{
    max-width: 220px;
 
}