:root {
  --primary-color-1:#d42122;
  --primary-color-1-rgb:206, 08, 41;
}



#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.9);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;;
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #FFF;
    display: inline-block;
    padding: 0 5px;
}
#myCookieConsent a:hover {
	color: #fff;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1.1em;
	background: #3ec819;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 25px;
    float: right;
    border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
    background: #fff;
	color: #000;
}
