#container{
    width: 100%; 
   padding-top: 150px;
}
 /* #bag{
    width: 90%;
    text-align: center;
 } */
 .chicken_cart{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    height: 470px;
    
 }
  #container img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
 }
 #child{
    width: 90%;
     display: grid;
    gap: 20px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
 }
 .chicken_quantity{
 }
 .chicken_mrpDiv{
    display: flex;
    margin-top: 20px;
 }
 .chicken_add{
   cursor: pointer;
    margin-left: 190px;
    margin-top: 10px;
    height: 35px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    background-color: #d11243;
    color: white;
    border: 0px;
 }
 .chicken_name{
    color: #727272;
    margin-left: 12px;
 }
 .chicken_description{
    color: #aeaeae;
    margin-left: 12px;
 }
 .chicken_quantity{
    font-size: 14px;
    font-weight: bold;
    color: #a4a4a4;
    margin-left: 12px;
 }
 .chicken_price{
    font-size: 18px;
    color: #d11243;
 }
 .chicken_mrp{
    font-size: 18px;
    color: #d11243;
    margin-left: 12px;
 }