.cookie-banner{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background: #dea465;
    color:#fff;
    padding:1rem 1.5rem;
    display: none;
    justify-content:space-between;
    align-items:center;
    z-index:999999;
    box-shadow:0 -2px 8px rgba(0,0,0,.3);
}
.cookie-banner.show {
    display:flex !important;
}
.cookie-btn{
    margin-left:1rem;
    border:0;
    border-radius:4px;
    padding:.5rem 1rem;
    background: #323232;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition: opacity 0.5s;
}
.cookie-btn:hover{
    opacity: 0.7;
}
.__jivoDesktopButton .jdiv:first-child {
    margin-bottom: 70px !important;
    margin-right: 80px !important;
}
.__jivoDesktopButton {
    z-index: 100 !important;
}