#cookie-bar {background: rgba(242, 209, 160, 0.88);height:auto;line-height:24px;color:#3c2415;text-align:center;padding:3px 0;}
#cookie-bar.fixed {position:fixed;bottom: 30px;left: 30px;width: 500px;border-radius: 3px;padding: 40px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:17px;color:#3c2415;}
#cookie-bar a {color: #3c2415 !important;display:inline-block;border-radius:3px;text-decoration:underline;}
#cookie-bar .cb-enable {background: #3c2415;color: var(--yellow) !important;text-decoration:none;padding: 10px;/* margin-left:8px; */margin: 10px 8px;}
#cookie-bar .cb-enable:hover {background: #503018;color: black;text-decoration:none;}
#cookie-bar .cb-disable {background: #ffffff;color: black;text-decoration:none;}
#cookie-bar .cb-disable:hover {background: #ffffff;color: black;text-decoration:none;}
#cookie-bar .cb-policy {background: #ffffff;color: black;text-decoration:none;}
#cookie-bar .cb-policy:hover {background: #ffffff;color: black;text-decoration:none;}


/*Small devices (landscape phones, less than 768px)*/
@media screen and (max-width: 767.98px) {
     #cookie-bar.fixed {position:fixed;bottom: 0px;left: 0px;width: 100%;border-radius: 0px;padding: 10px;} 
}

