.addon_qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.addon_qtyplus { width:25px; height:25px;}
input.addon_qtyminus { width:25px; height:25px;}
.rp-addons-data-wrapper .food-item-list .cat_price {
    display: flex;
    width: auto;
    text-align: right;
    /* display: inline-block; */
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* border: 1px solid #E4EAF1; */
}
.rp-addons-data-wrapper .food-item-list .cat_price input {
    margin: 0;
    line-height: 0;
    padding: 10px 13px 10px 8px;
    background-color: #FFFFFF;
    border-radius: 100px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.rp-addons-data-wrapper .food-item-list .cat_price.total-addon-price {
    text-align: right;
    /* display: inline-block; */
    width: auto;
}
.view-food-item-wrap div{
    margin-bottom: 12px !important;
}
.view-food-item-wrap .rpress-addon-quantity{
    margin-bottom:0 !important;
    flex-direction: row-reverse;
    display: flex;
    text-align: center;
}
.rp-addons-data-wrapper .food-item-list .cat_price .addon_qty {
    width: 40px !important;
    height: 30px;
    color: #424242;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
        font-size: 18px;
}
.food-item-list.active {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.rp-addons-data-wrapper .food-item-list .cat_price.total-addon-quantity {
    background-color: #F6F6F6;
    border-radius: 100px;
    padding: 2px 4px 2px;
    height: 34px;
}
.rp-addons-data-wrapper .food-item-list .cat_price.total-addon-price {
    position: unset;
}
@media only screen and (min-width:320px) and (max-width: 768px){
    .rp-addons-data-wrapper .food-item-list .cat_price.total-addon-quantity {
        height: auto;
        padding:4px 4px 4px;
    }
}