#cookie-modal {
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    background-color: white;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 2%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
}


.modal.buzz-cookie {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#zzCookie {
    align-items: center;
}

.zz_cookieTitle {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 10px; 
    text-align: center;
}

.zz_cookieText {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0px 15px;
}

.zz_cookieBt {
    float: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.zz_cookieBt .zz_link {    
    border: solid 1px;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background: transparent;
}

.zz_cookieBt .zz_accepted {
    border: solid 1px #E07068;
    padding: 10px 50px;
    border-radius: 10px;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    background: #E07068;
}

.zz_cookieBt .zz_link:hover {
    border-color: #E07068;
    background: #E07068;
    color: #fff;
}

.zz_cookieBt .zz_accepted:hover {
    color: #000;
    background: transparent;
}

#modal-content-7 {
    margin-top: 0px;
}

@media (max-width: 768px) {
    #cookie-modal {
        width: 90%;
        height: 30%;
    }
    .zz_cookieBt {
        float: inherit;
        text-align: center;
    }
}