 
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
   background-color: #3B3646;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 40%;
    width: 375px;
    z-index: 999;
    border-radius: 0;
    display: none;
  }
