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

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

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