.cookiealert .message a {
    /*color:#2B3DEE; */
    color: var(--ced-theme-hover); 
    text-decoration:underline;
}
.cookiealert {
    background:rgba(255, 255, 255, 0.85) !important; 
    box-shadow:0 -3px 10px 0 rgba(0,0,0,.0785); bottom:0; left:0; opacity: 0.95;
    padding:10px !important; 
    position:fixed; right:0; 
    z-index:99999;
}
.cookiealert .message {
    color: #000000;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 50px;
    position: relative;
    font-size:14px; 
    line-height: 20px;
    padding-right: 100px;
}
.cookiealert a.accept {
    border: 1px solid #6773F1;
    display: inline-block;
    text-align: center;
    background: #2B3DEE;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 2px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
.cookiealert .message .cookie-img {
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
@media only screen and (max-width: 575px) { 
    .cookiealert {
        display: none;
    }
}