.csticky.is-csticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
}

.cookie-block {
    padding: 0 5px 6px 5px;
    background-color: #E7E7E7!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.cookie-block .cookie-header {
    text-align: center;
    margin-top: 6px;
    font-family: 'Open Sans';
    font-size: 1.1rem;
    line-height: 30px;
}
.cookie-block .cookie-header, .cookie-block .cookie-toggle-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.333333%;
    -ms-flex: 0 0 97.333333%;
    flex: 0 0 97.333333%;
    max-width: 97.33333%;
}
.cookie-block .cookie-toggle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.777777%;
    -ms-flex: 0 0 1.777777%;
    flex: 0 0 1.777777%;
    max-width: 1.77777%;
    float: right;
}
.cookie-block .cookie-toggle span {
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    color: #363636!important;
    width: 30px;
    height: 30px;
    margin-left: -8px;
    margin-top: 6px;
    display: block;
    font-weight: 700;
    text-align: center;
}