.control{
    width: 15%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.027);
    font-family: var(--font3);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    background-color: gold;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}
.control img:hover{
    background-color: red;
}
.category_block1{
    width: 90%;
    height: 140px;
    margin: auto;
    margin-top: 30px;
}
.category_block1 label{
    width: 100%;                                            
    height: 20%;
    font-family: var(--font3);
    text-transform: capitalize;
    font-size: 11px;
    color: #ccc;
    padding-left: 2px;
}




