@charset "UTF-8";

#confirm-checkout {
    position: relative;
    clear: both;
}
input#confirm-complete-button {
    float: none;
}
.eancheckbutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}
.eancheckbutton.hidden {
    display: none;
}
#checkout-container fieldset > label[for="checkout_customer_ean"] {
    position: absolute !important;
    left: -10000px !important;
}