/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.uk-position-relative {
    position: relative;
}
.uk-hidden {
    display: none;
}
.form-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(225, 225, 225, 0.6);
    text-align: center;
}
.form-loader .uk-spinner {
    color: #ffffff;
}

.input-item-delivery-date .only-pick {
    display: none;
}
.input-item-delivery-date.warehouse .only-pick {
    display: block;
}