/* =========================================================
   NANCYS DELIVERY POSTCODES
   ========================================================= */

#order-postcode[readonly] {

    background:
        #f5f6f7;

    color:
        #364657;

    cursor:
        default;
}


#order-city option {

    font-variant-numeric:
        tabular-nums;
}
