#cookie_footer{
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  padding: 15px;
  z-index: 9999;
  color: white;
  box-shadow: 0 0 20px 20px #0000004a;
  display: none;
}
#cookie_footer p{
  color: #7f7d82;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 15px;
}
#cookie_footer p a{ color: #FF1382; }
#cookie_footer .btn_cookie{
  background-color: #FF1382;
  border-radius: 50px;
  color: #fff;
  border: solid #FF1382 2px;
  width: min-content;
  padding: 10px 26px;
  cursor: pointer;
  height: 45px;
  margin: 15px 0;
  transition: ease .8s all;
}
#cookie_footer .btn_cookie:hover{
  background-color: #ffffff;      
  color: #FF1382;
}
@media (min-width: 700px){
  #cookie_footer p{ margin: 0 40px 0 0; }
  #cookie_footer .col-lg-12{ display: flex; }
}