.gdpr-cookie-container {
    position: fixed;
    bottom:10px;
    z-index:999;
    background: #FFFFFF;
    display: none;
}

.gdpr-cookie-container.bottom-left {
    left:10px;
}

.gdpr-cookie-container.bottom-right {
    right:10px;
}

.customer-agreements-block label {
    vertical-align: top;
}
.customer-agreements-block label > button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px 8px;
    height: auto;
    text-decoration: underline;
}

.customer-agreement.required label::before {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 0px;
    text-decoration:none;
}