#to-top-button {
    position: fixed;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #474747;
    box-shadow: 0 0 1px 1px hsla(0, 0%, 100%, .8);
    background-color: hsla(0, 0%, 100%, .6);
    right: 50px;
    bottom: 50px;
    width: 65px;
    height: 65px;
    z-index: 9999;
    transition: all .3s ease;
}
div.gdprcookie {
    box-shadow: 0 0 16px 0 hsla(0, 0%, 100%, .7);
    border: 1px solid #fff;
    max-width: 100vw;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    align-items: center;
    z-index: 11111;
    position: fixed;
    bottom: 0;
    background: #e7e2e2;
}
div.gdprcookie.advanced {
    left: 280px;
}
div.gdprcookie .gdprcookie-body-icon {
    margin-right: 25px;
    flex: 1;
}
div.gdprcookie .gdprcookie-intro {
    font-family: effraregular, sans-serif;
    font-size: 16px;
    flex: 7;
}
div.gdprcookie .gdprcookie-intro h1 {
    font-family: effraregular, sans-serif;
    font-size: 18px;
    flex: 7;
}
div.gdprcookie .gdprcookie-intro p {
    margin-top: 16px;
    line-height: 1.2em;
}
div.gdprcookie .gdprcookie-types {
    background-color: #68afed;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    padding: 20px;
    width: 270px;
    box-shadow: 0 4px 16px 0 hsla(0, 0%, 100%, .7);
}

div.gdprcookie .gdprcookie-types h2{
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: white;
    margin-top: 60px;
    line-height: 20px;
}

.gdprcookie-types ul {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 1rem;
}

div.gdprcookie .gdprcookie-types label {
    margin-bottom: 0;
    color: white;
    font-size: 12px;
    margin-left: 4px;
    height: 27px;
    vertical-align: middle;
    width: 120px;
}
div.gdprcookie .gdprcookie-types input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-left: 2px;

}
div.gdprcookie .gdprcookie-types input[type=checkbox]:active, div.gdprcookie .gdprcookie-types input[type=checkbox]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}
div.gdprcookie .gdprcookie-types input[type=checkbox]:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px hsla(0, 0%, 100%, .1);
    color: #99a1a7;
}
div.gdprcookie .gdprcookie-types input[type=checkbox]:checked:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7;
}

.gdprcookie a.gdpr-details {
    border: none;
    display: inline;
    padding: 0 10px 0 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-left: auto;
    color: white;
    font-size: 12px;
    line-height: 27px;
    vertical-align: text-bottom;    
}



.gdprcookie a.gdpr-details span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 700;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.gdprcookie a.gdpr-details.active span, .gdprcookie a.gdpr-details:hover span {
    background-color: #fff;
    color: #000;
}

.gdprcookie .gdprcookie-type-description {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    color: white;
    font-size: 11px;
    transition: height .5s ease;
    -webkit-transition: height .5s ease;
    -moz-transition: height ease .5s;
    -ms-transition: height ease .5s;
    -o-transition: height ease .5s;
}

div.gdprcookie .gdprcookie-buttons {
    text-align: right;
    width: auto;
}
div.gdprcookie .gdprcookie-buttons button {
    text-align: center;
    padding: 15px 35px;
    border: none;
    font-family: effrabold, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
div.gdprcookie .gdprcookie-buttons button:first-child {
    padding: 10px 35px;
    margin-left: 15px;
    background-color: #17eec6;
    color: white;
    font-size: 10px;
    margin-right: 16px;
}
div.gdprcookie .gdprcookie-buttons button:last-child {
    padding: 10px 35px;
    background-color: #8e91ff;
    color: #fff;
    font-size: 10px;
}
div.gdprcookie .gdprcookie-buttons button:last-child:disabled {
    background-color: rgba(142, 145, 255, .5);
}
div.gdprcookie .gdprcookie-buttons {
    flex: 5;
}
@media (max-width:1199.98px) {
    div.gdprcookie .gdprcookie-buttons {
        flex: 6;
    }
}@media screen and (max-width:68em) {
    div.gdprcookie .gdprcookie-buttons {
        flex: 8;
    }
}@media (max-width:991.98px) {
    div.gdprcookie .gdprcookie-buttons {
        flex: 3;
    }
    div.gdprcookie .gdprcookie-buttons button {
        display: block;
        width: 100%}
    div.gdprcookie .gdprcookie-buttons button:first-child {
        margin-bottom: 5px;
    }
    div.gdprcookie .gdprcookie-buttons button:last-child {
        margin-left: 15px;
        margin-right: 0;
    }
}@media (max-width:767.98px) {
    div.gdprcookie {
        flex-direction: column;
    }
    div.gdprcookie.advanced {
        left: 0;
    }
    div.gdprcookie .gdprcookie-body-icon {
        display: none;
    }
    div.gdprcookie .gdprcookie-intro {
        font-size: 14px;
        text-align: center;
    }
    div.gdprcookie .gdprcookie-types {
        background-color: #68afed;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10000;
        padding: 15px;
        width: 270px;
        box-shadow: 0 4px 16px 0 hsla(0,0%,100%,.7);
    }
    div.gdprcookie .gdprcookie-buttons button:first-child {
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
    }
    div.gdprcookie .gdprcookie-buttons button:last-child {
        margin-right: 0;
        margin-left: 0;
    }


}