.food-item{

display:flex;
justify-content:space-between;
align-items:center;
gap:15px;
padding:12px 0;
border-bottom:1px solid #eee;

}


.food-info{

flex:1;

}


.food-info h4{

font-size:16px;
margin:5px 0;

}


.food-info p{

font-size:12px;
color:#777;

}


.old-price{

text-decoration:line-through;
color:#999;
font-size:13px;
margin-right:8px;

}


.offer-price{

font-size:15px;
font-weight:700;

}



.food-thumb{

text-align:center;

}



.food-image-box{

position:relative;

}


.discount-badge{

position:absolute;
top:-8px;
left:-8px;

background:#e23744;
color:white;

font-size:9px;
font-weight:700;

padding:3px 5px;
border-radius:4px;

}



.food-thumb img{

width:75px;
height:75px;

object-fit:cover;

border-radius:10px;

}



.add-cart-btn{

margin-top:6px;

width:60px;
height:30px;

background:white;

color:#159447;

border:1px solid #159447;

border-radius:6px;

font-size:12px;
font-weight:700;

}