/*---- cookie baneris --- */

.cookie-banner{
    display: none;
    background: #454545;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
}
.cookie-banner .container{
    
    margin: 0 auto;
    width: 70%;
    color: #f0f0f0;
    padding: 15px;
    
}
.cookie-banner a{
    color: #f0f0f0;
    text-decoration:underline;
    
}
.cookie-banner p{

    color: #fff;
}
.cookie-banner p a:hover{

    color: #f26334; /*#008dbd;*/
}

.cookie-banner .btn{
    
    text-decoration: none;
}
.cookie-banner a:hover .btn{
    
    color: #f0f0f0;
}
