.starIcon{  background: url("../../img/star.png") repeat-x 0 bottom; background-size: 20px; display: inline-block; height:20px; width: 0;vertical-align: middle;}
.foodsList-item{margin-bottom: 10px;}
.new-order-item{
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 30px;
}
.new-order-item .left{
    float: left;
    margin-right: 10px;
}
.new-order-item .right{
    float: right;

}
.new-price{
    color: #0e90e8;
    max-width: calc(100% - 60px);
}