#cookie-bar {background-color: #36A9E0; height:auto; color: #fff;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; z-index:9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
    text-align: center;
    
}
#cookie-bar .inner {
    max-width: 1200px;
    margin: 0 auto;
}
#cookie-bar .txt {
    display:inline-block;
    width: 80%;
	font-size: 13px;
}
#cookie-bar a {
    color:#ffffff; display:inline-block; text-decoration:none; padding:10px 30px; margin-left:8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    transition: all 200ms ease-out;
	border-radius:4px;
}
#cookie-bar .cb-enable {background-color: #FFE046;float: right; color:#020303;}
#cookie-bar .cb-enable:hover {background:#FFE046;}
#cookie-bar .cb-disable {background:#FFE046;}
#cookie-bar .cb-disable:hover {background:#FFE046;}
#cookie-bar .cb-policy {
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
    text-align: center;}
#cookie-bar .cb-policy:hover {}

@media screen and (max-width: 720px) {
    #cookie-bar .txt {
        display:inline-block;
        width: 100%;
    }
    #cookie-bar .cb-enable {
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }
  }