#email_me_form {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

#email_me_form input {
    height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#email_me_form button {
    width: 170px;
    height: 40px;
    background-color: #fff !important;
    color: #000 !important;
    font-family: Quicksand, sans-serif;
    font-size: 22px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    order: 3;
    margin-bottom: 0;
    vertical-align: middle;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#email_me_form label.error {
    color: red;
}

#email_me_form label.success {
    color: #77a464;
}

.variations_form.loading {
    position: relative;
}

div.product form.variations_form.cart.loading::before {
    display: block;
    background: url('../img/loader.svg') no-repeat 37.5% center rgba(255, 255, 255, .75);
    z-index: 999;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#email_me_form.loading button {
    background: url('../img/loader_small.svg') no-repeat 8px center;
}