 #cookie-popup {
  /*margin: 0 auto!important;*/
  position: sticky;
  z-index: 999999;
  /*right: 10rem;*/
  bottom: 5px;
  width: 30%;
  padding: 1rem 2rem;/*20px 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
background: rgba(0,0,0,0.70);
  color: #eee;
   font-size: 1rem;
}

#cookie-popup p:first-child {
  margin: 0 auto;
  font-size: 1.5rem;
  /*color: #eee;*/
  font-weight: 900;
  color: #2971f5;/*#00adef;*/
}

#cookie-popup p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#cookie-popup .link {
  color: #2971f5;
  text-decoration: none;
}

#cookie-popup button {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  /*font-family: 'Montserrat';*/
  padding: 3px 0;
  
  color: #fff;
  background: rgba(0,0,0,0.5);
  /*background-color: #444444;*/
  
 
}

#cookie-popup button:hover {
  background: rgba(0,0,0,0.85);
  color: #fff;
}

@media only screen and (max-width: 450px) {
  #cookie-popup {
    width: 50%!important;
    /*right: 0!important;;*/
    /*bottom: 20px;*/
    left: 0!important;;
    /*margin: 0 auto;*/
  }
    #cookie-popup p{
  font-size: .8rem!important;
    }
}
