/* EUROSPACE INNER PAGE ACTIONS V1 */

.es-inner-order-host[hidden] {
    display: none !important;
}

.es-inner-order-host {
    margin-top: 28px;
}

.es-inner-order-host.is-open {
    display: block;
}

.es-inner-order-host #online-order {
    scroll-margin-top: 120px;
}

@media (max-width: 600px) {
    .es-inner-order-host {
        margin-top: 18px;
    }

    .es-inner-order-host #online-order {
        scroll-margin-top: 84px;
    }
}
