#cookieConsent {
    background-color: rgba(20,20,20);
    min-height: 26px;
    
    padding: 25px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent p {font-size: 18px;
    color: #ccc;width: calc(100% - 230px);margin: 0 35px 0 0;
    line-height: 26px;display: inline-block;vertical-align: middle}
#cookieConsent .herelink {
    color: #C60F0E;
    text-decoration: none;
}
#closeCookieConsent {
   /* height: 20px;
    width: 20px;*/
    background-image: url(../images/close_bg.png);
    background-size: 110px;
    background-repeat: no-repeat;
    padding-top: 8px;
    top: -22px;
    right: 10px;
    width: 112px;
    height: 24px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border-radius: 7px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    font-weight: bold;
    color: #fff;
}
#closeCookieConsent img{
width:10px;
}

}
/* #closeCookieConsent:hover {
   transform: scale(1.2);
    opacity: 1;
} */
#cookieConsent a.cookieConsentOK {
    background-color: #C60F0E;
    color: #fffafa;
    display: inline-block;vertical-align: middle;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
   
    margin: 0 100px  0 0 ;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #eb4c0d;
}
.cookieConsentOK
{
    background-color: #C60F0E;
    color: #fffafa;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    margin: 0 100px 0 0;
}
.cookieConsentOK:hover
{
    color:#fff;
}
@media only screen and (max-width: 560px) {
    #cookieConsent p{width: 100%}
    #cookieConsent a.cookieConsentOK{float: right;margin-top: 15px;}

    /* #cookieConsent a.cookieConsentOK { background-color: #C60F0E;
        color: #fffafa;
        display: inline-block;
        border-radius: 5px;
        padding: 5px 20px;
        cursor: pointer;
        margin: 0px 60px 0 10px; } */
    
}