.filter-item {
    cursor: pointer;
    width: 140px;
    /* margin: auto; */
    padding: 10px;
    border-radius: 6px;
}
.filter-item__img {
    width: 120px;
    height: 120px;
    margin: auto;
}

.filter-item__img img {
    margin: 0px 10px 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.filter-item__name {
   
    font-size: 1.125rem;
    text-align: center;
    padding: 0.2rem;
    margin-top: 0.4rem
    
}

.filter-item--selected img {
    border:2px solid #3d2194;
}

.cNvMxl{
    display: flex;
    overflow-x: scroll;
    margin: 0px 25px;
    height: 180px;
}

button.filtertabbutton{
    color: #3d2194 !important;
    padding: 15px 10px !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.filtertabbutton.active{
    border-bottom: 4px solid #f9c819;
}

.prq-ies-image-filter-edit .prq-rangeslider-cvalues{
    height: 40px;
    width: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    color: rgb(37, 46, 72);
    background: rgb(245, 250, 254);
    border: 1px solid rgb(222, 227, 240);
    border-radius: 10px;
}

.customfilternamevalues{
    display: flex;
    justify-content: space-between;
}