
.box-cookies.hide {
  display: none !important;
}

.box-cookies a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.box-cookies a:hover {
color: #ffffff;
}

.box-cookies {
  position: fixed;

  box-shadow: 0 0 5px #cccccc;
-webkit-box-shadow: 0 0 5px #cccccc;
  background-color: #525252;
  margin: 1% auto;
  left: 0;
  border-radius: 15px;
  right: 0;
  width: 80%;

  padding-top: 5px;
  padding-bottom: 5px;
    z-index: 999999999999999;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  color:#ffffff;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  max-width: 90%;

    padding: 15px;
  color: #ffffff;
font-family: 'Nunito Sans', sans-serif;
  font-size: 100%;
  margin: 0 auto 0 auto;
}

.box-cookies .btn-cookies {
  background: #00AB4E;
  cursor: pointer;
  border:0px;

  height: 50px;
  margin-top: 10px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  align-self: normal;
  border-radius: 10px;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    max-width: 100%;
    flex-direction: column;
  }
}
