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


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

.masthead-brand-inner {
    margin-left: 0px !important;
}

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


