#consent-info {
    position:fixed;
    right:23px;
    bottom:0px;
    width:50px;
    height:50px;
    background-image:url('../Images/consentinfo.png');
    background-repeat:no-repeat;
    z-index:99999;
    cursor:pointer;
}
.back-to-top-btn {
    bottom:100px;
}
.om-cookie-panel {
background-color:{$cookiepanel.backgroundColor} !important;
}
.om-cookie-panel .cookie-panel__button--color--green {
    background-color:#666 !important;
}
.om-cookie-panel a {
    color:#ffffff;
    text-decoration:underline;
}

/* Consent box */
.consent-box {
    background-repeat:no-repeat;
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding:10%;
    box-sizing:border-box;
}
.consent-box .inner {
    background-color:#ffffff;
    font-family: "Helvetica Neue Light", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.67em;
    text-align:center;
    padding:20px;
}
.consent-box .inner button {
    border: none;
    position: relative;
    background: #D0006F;
    color: #ffffff;
    margin: 0 0 5px;
    transition: 0.3s all ease-in-out;
    padding:8px 20px;
    cursor:pointer;
    font-size:22px;
}