.btn_drink{
    background-color: #2196f3;
    border: unset;
    color: white;
}

.itembox1{
    height: 132px;
    margin: 0px;
    border: 1px solid rgba(98,105,118,.16);
    background-color: #fdfdfd;
    display: block;
    width: 99%;
    max-height: 140px;
    min-height: 80px;
    padding: 0px;
}
.itembox2{
    -webkit-box-shadow: 1px -103px 115px -23px rgba(66,66,66,0.82) inset;
    text-transform: capitalize;
    text-shadow: 0px 0px 6px #0c0a0a;
    color: white;
    display: flex;
    border-radius: 5px;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 75%;
    align-items: flex-end;
    padding-bottom: 5px;
    padding-left: 10px;
}
.itembox1_1{
    display: flex;
    height: auto;
    margin: 0px;
    border: 1px solid rgba(98,105,118,.16);
    background-color: #fdfdfd;
    width: 99%;
    min-height: 60px;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;

}
.itembox2_2{
    padding-left: 10px;
    padding-top: 5px;
}
.itembox3{
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end;
 
}
.item_imgon_popup{
    width: 100%;
    margin: 0px;
}
.modal_body_kuru{
    padding: 0px;
    margin: 0px;
}
.item_pic_on_modal{
    width: 100%;
    display: block;
    height: 163px;
    object-fit: cover;
}
.des_area_on_modal{
    padding: 10px 20px;
}