/* Fix masthead */
.masthead {
    background-image: none !important;
}
/* End fix masthead */

/* Logo size */
.masthead-brand-inner img {
    max-width: 250px;
}
/* End logo size */

/* Hide little and extra */
.portion-buttons > label:nth-child(2),
.portion-buttons > label:nth-child(4) {
    display: none;
}
/* End hide little and extra */

/* Hide change collection order to delivery */
.form-horizontal > p:nth-child(1) {
    display: none;
}
/* End hide change collection order to delivery */

/* Hide Ramadan */
.ramadan-seasonal {
  display: none !important;
}
/* End hide Ramadan */
