#card_a_b {
    height: 140px;
    width: 450px;
    background-color: #F7F3EE80;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    padding-top: 25px;
    padding-left: 50px;
    justify-content: space-between;
    
}


#card_a_b:hover {
    background-color: #F7F3EE90;
}


#photo_sushi_b {
    height: 120px;
}

#card_text_a_b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 150px;
    height: 90%;
    margin-right: 5%;
    margin-bottom: 5%;
}

#text_b {
    text-align: left;
}

#name_b {
    font-size: 15px;
    font-weight: 700;
    color: #E53935;
    text-align: left;
}


#prise_b {
    font-size: 15px;
    font-weight: 700;
    color: #990000;
    text-align: right;
}

#prise_tot {
    font-size: 20px;
    font-weight: 700;
    color: #990000;
    text-align: right;
}

#number_div {
    height: 30px;
    width: auto;
    display: flex;
    flex-direction: row;
    background-color: #F7F3EE80;
    padding-left:10px;
    padding-right:10px;
    border-radius: 15px;
    gap: 10px;
    align-items: center;
}

.button_plus {
    border: none;
    background-color: #F7F3EE80;;
    height: 25px;;
    border-radius: 50%;
    width: 25px;
}

.button_minus {
    border: none;
    background-color: #F7F3EE80;;
    height: 25px;;
    border-radius: 50%;
    width: 25px;
}

.delat {
    background-color: #990000;
    border: none;
    color: aliceblue;
    font-size: 15px;
    height: 30px;
    width: 100px;
    border-radius: 10px;
}

.delat:hover {
    background-color: #E53935;
}


@media (max-width: 640px) {
    #card_a_b {
        height: 100px;
        width: 260px;
        padding-left: 10px;
        padding-top: 10px;
    }

    #photo_sushi_b {
        height: 80px;

    }

    #card_text_a_b {
        align-items: flex-end;
        text-align: left;
    }
    
    #prise_b {
        font-size: 10px;
        
    }
    
    #name_b {
        font-size: 10px;
    }

    #number_div {
        height: 20px;
    }

    .button_plus {
        height: 15px;;
    }

    .button_minus {
        height: 15px;;
    }  

    #number {
        font-size: 15px;
    }

    .delat {
    height: 25px;
    width:100px;
}


}
    