#cookie_alert{position:fixed; width:100%; bottom:0; z-index:2147483001; background:#333; background: rgba(0,0,0,0.8); color:#fff; text-shadow:0px 0px 0px #000; font-size:12px; text-align:center}
#cookie_alert .container{width:100%; margin:0 auto; padding:10px 20px; max-width: 1800px; box-sizing: border-box}
#cookie_alert .container p{color:#fff;font-size:12px; margin-bottom: 0}
#cookie_alert .pul{display:block; padding:10px 0 10px 0; text-align:center !important;}
#cookie_alert .pul a{display:inline-block; padding:5px 12px; background:#fff; color:#333; border-radius:0px; text-decoration:underline; margin: 2px; text-shadow: none}
#cookie_alert a{color:#f0df00; text-decoration:underline;}
#cookie_alert .pul a{ text-decoration: none}
#cookie_alert .pul a.ok{ color: #00416b; background-color: #f0df00; font-weight: 600}
#cookie_alert .cookie-head{ display: block; text-align: right; padding: 2px 0 5px 0}
#cookie_alert .cookie-close{ display: inline-block; color: #fff}
#cookie_alert .cookie-close img{ width: 15px; height: 15px}
.cookie-body{ max-height: 450px; overflow-y: auto}
#cookie_alert input[type=checkbox]{ visibility: visible !important}

/*Scrollbar*/
#cookie_alert .cookie-body::-webkit-scrollbar {background-color: transparent; width: 5px}
#cookie_alert .cookie-body::-webkit-scrollbar-thumb{background: #fff}
/*Form*/
#cookie_alert form{ padding: 20px 0 0 0; margin: 0 auto; max-width: 800px; overflow: hidden}
#cookie_alert hr{ margin: 10px 0; height: 1px; border: 0; background: #fff; opacity: 0.5; clear: both; float: left; width: 100%}
#cookie_alert .cookie-check{  text-align: left; overflow: hidden; display: inline-block; padding-right: 20px}
#cookie_alert .cookie-check input{display:inline-block; float:left; margin:0 5px 0 0; width:20px; height:20px;}
#cookie_alert .cookie-check label{min-height:unset; padding:0; float:left; color:#fff; margin-top:3px;}
#form_cookie hr{ display: none}
@media screen and (max-width: 600px) {
    #cookie_alert .cookie-check{ width: 100%;}
    #cookie_alert { padding-bottom: 40px}
    #cookie_alert .cookie-head{ padding-bottom: 5px}
    #cookie_alert p{ text-align: left}
    #cookie_alert .pul a{ display: block; margin-bottom: 10px}
}