div.cookieconsent {padding: 10px 0;}
       .cookieconsent {
    top: auto !important;
    margin-bottom: 0 !important;
    bottom: 0 !important;
}
 .cookieconsent h4{margin-bottom: 10px;}
.cookieconsent p {
    line-height: 2;font-size: 14px;
    margin-bottom: 0;
}
.cookieconsent a {
    color: #19327b !important;background: white;
}
.cookieconsent .btn-info {    color: #fff;
    background-color: #e95f0e!important;
    background: linear-gradient(114deg,#19327b 27.17%,#337ab7 93.21%)!important;
/*     border-color: #e95f0e!important; */
    }
    .cookieconsent>p+p {
    margin-top: 5px;
}
.cookieconsent .btn-info:hover { background-color: #22282e!important;
 background: #337ab7 !important;
 /*    border-color: #22282e!important; */
}
    .cookieconsent a:hover {color: white !important;
    background: #22282e;}
@media (max-width: 576px){ .cookieconsent p {
   line-height: 14px !important;
    font-size: 10px !important;
    margin-bottom: 5px !important;
}
.cookieconsent h4 {
    font-size: 16px;
}
}
.cookieconsent.fade:not(.show) {
    opacity: 1;
}