.categoryPop_form{
    /* margin-top: px; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    width: 40%;
    height: 604px;
    padding: 10px 0px 0px 0px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: -85%;
    z-index: 100;
    transform: translate(20%,-64%);
    transition: 500ms;
}

 .showPopform{
    top: 85%;
}
.categoryPop_DIV{
    margin-top: 0px;
    margin: auto;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    width: 90%;
    height: 80%;
    margin: auto;
    background-color: white;
    margin-top: 5px;
    overflow: auto;
    
}

.cat_pop_image{
  width: 40px;
  height: 40px;
  padding: 10px 12px;
}
.cat_pop_name{
    color: #4a4a4a;
} 
.shower{
    
  border: 1px solid #4a4a4a0a;
  height: 60px;
  display: flex;
  /* margin-bottom: 30px; */
}
.shower:hover{
    background-color: rgba(128, 128, 128, 0.251);
    cursor: pointer;
}
.Heading{
    opacity: -1;
}
.Heading:hover{
    opacity: 1;
}