.cc-btn.success {
    background: #a1bb38 linear-gradient(180deg,#afc556,#a1bb38) repeat-x;
}
.cc-btn.success:hover {
    background: #889e2f linear-gradient(180deg,#9aac4e,#889e2f) repeat-x;
}
.cc-head h1 {
    font-size: 1.8rem;
    color: #161616;
    margin-bottom: 20px;
    font-weight: 500px;
}
@keyframes cookiebar-overlay-in {
    0% {
      background: rgba(0, 0, 0, 0); }
    100% {
      background: rgba(0, 0, 0, 0.6); 
    }
}
@keyframes cookiebar-overlay-out {
    0% {
      background: rgba(0, 0, 0, 0.6); 
    }
    100% {
      background: rgba(0, 0, 0, 0);
      visibility: hidden; 
    }
}
