.cookie-pop {
    background-color: rgba(0,0,0,.77);
   /* border-bottom: 1px solid #fff; */
    color: #fff;
    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 200;
    font-size: 14px;
    font-weight: 700;
}
 
.cookie-pop button {
    margin: 10px;
}

.cookie-pop a.btn { background-color: #FFF; color: #000;  text-decoration: none; border: none !important;}
.cookie-pop a.btn:hover { color: #D90000;}
#accept-cookie, #accept-cookie:hover { background-color: #ff0000; font-weight: 700 !important; color: #FFF; font-size: 15px !important;border: none !important;}
#accept-cookie:hover { background-color: #000; }