.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;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 0px 8px;
    height: auto;
    text-decoration: underline;
}

.customer-agreements-block label > button:hover {
    background: none;
    animation: none;
}

.customer-agreement.required label::after {
    content: '';
    display: none;
}
.customer-agreement.required label button {
    padding: 0;
}

.customer-agreement.required.field.choice label button span {
    display: block;
}
#customer_consent-error {
    top: 80%;
}
@media (max-width: 1450px) {
    .gdpr-cookie-container .wk-cookie-wrapper {
        padding: 15px 50px;
    }
}
@media (max-width: 1050px) {
    .gdpr-cookie-container .wk-cookie-wrapper {
        padding: 15px 25px;
    }
    .gdpr-cookie-container .wk-cookie-lt {
        width: 10%;
    }
    .gdpr-cookie-container .wk-cookie-rt {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .gdpr-cookie-container .wk-cookie-rt p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .gdpr-cookie-container .wk-cookie-lt {
        width: 15%;
    }
    .gdpr-cookie-container .wk-cookie-rt {
        display: block;
        width: 85%;
    }
    .gdpr-cookie-container .wk-cookie-ok {
        margin: 0;
    }
    .gdpr-cookie-container .cookie-visible {
        align-items: normal;
    }
}
@media (max-width: 475px) {
    .gdpr-cookie-container .wk-cookie-lt {
        width: 25%;
    }
    .gdpr-cookie-container .wk-cookie-rt {
        width: 75%;
    }
    .gdpr-cookie-container .wk-cookie-rt p {
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .customer-agreement.required.field.choice label button span {
        font-size: 11px;
    }
}