#peshkariki_order_submit {

    background: blue;
    color: whitesmoke;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 311px;
    height: 41px;
    border-radius: 5px;
    cursor: pointer;
}

#peshkariki_order_cash_field {

    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 22px 0;
}

#peshkariki_order_cash_field select {

    
}

#peshkariki_order_cash_field_title {

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-right: 15px;
}

#choose_new_delivery_date_options, #choose_delivery_time_options {

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 11px;
}

#new_delivery_date_submit, #new_delivery_time_submit {

    margin-left: 15px;
    cursor: pointer;
    padding: 5px 11px;
    background-color: blue;
    color: whitesmoke;
    border-radius: 5px;
}

#peshkariki_cancel_order {

    margin-left: 15px;
    cursor: pointer;
    padding: 5px 11px;
    background-color: red;
    color: whitesmoke;
    border-radius: 5px;
}