.gdpr {
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.gdpr label, .gdpr span, .gdpr p {
    padding: 0 !important;
    color: #324b5c;
    font-size: 14px !important;
}

.gdpr input {
    margin-right: 5px;
    width: auto !important;
}

.gdpr a {
    color: #324b5c;
    text-decoration: underline;
    font-size: 14px !important;
}
.gdpr a:hover {
    color: black !important;
}

/* CUSTOM CSS */
.gdpr_registration, .gdpr_order {
    margin-left: 0;
}
.order_button + .gdpr_order {
    margin-left: -433px;
    margin-top: -95px;
}
.gdpr_order span {
    font-weight: 600;
    margin-bottom: 5px;
}

#opc_new_account .procced_shop {
    float: left;
    margin-top: -62px;
    margin-left: -433px;
}
.gdpr_cart_email {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    margin-top: 10px;
}
.gdpr_cart_email label {
    padding-right: 0 !important;
    width: auto !important;
}
.gdpr_cart_email input {
    margin-left: 10px;
}