@media (max-width: 479px) {
.cat-main-wrapper{
    width: 100%;
}

.cat-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 5px;
    padding: 3px;
}

.categroy-container{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 25%;    
    border-right: 0;
    align-items: center;

}

.cat-icon-container{
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
    padding: 3px;
    background-color: #f7bd4f;
    border-radius: 50% !important;
    margin: 3px;
    border: 2px solid #ffe1a8 !important;
    box-shadow: 0px 0px 10px #7856a45f !important;
}

.cat-icon{
    transition: 0.3s ease-in-out ,transform 1s;
}

.cat-title{
    color:#7856a4;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.categroy-container:hover>div.cat-icon-container>img.cat-icon{
    /* background-color: #cca5ff; */
    /* border: 2px solid #7856a4 !important; */
    box-shadow: 0px 0px 15px #7856a494 !important;
    border-radius: 50% !important;
    transform:rotate(-10deg);
}

.categroy-container:hover>div.cat-title{
    color: #f7bd4f;
}

.cat-select>div>img.cat-icon{
    background-color: #cca5ff;
    border: 2px solid #7856a4 !important;
    box-shadow: 0px 0px 15px #7856a494 !important;
    border-radius: 40% !important;
    transform:rotate(-10deg);
}

.notvisible{
    width: 0;
    height: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.cat-icon-wrapper{
    margin-bottom: 3px;
    padding: 3px;
}

.brandimg{
    margin-bottom: -5px;
}
.cat-icon-wrapper>img{
width: 15px !important;
}
}