.pixim-cookie {
  position: fixed;
  z-index: 5500;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  padding: 5px;
  line-height: normal;
  background: #000000;
  color: white;
  font-weight: 400;
  /*box-shadow: 0 -2px 2px #0E99D6;
  text-shadow: 2px 2px 5px #444;*/
  -webkit-transition: all 1s;
  transition: all 1s;
}
/*
.pixim-cookie a {
  color: white;
}*/
.pixim-cookie p {
  margin: 0;
}
.pixim-cookie.active {
  bottom: 0;
}
.pixim-cookie .button {
  background: white;
  color: #000000;
  border-radius: 50%;
  display: inline-block;
  width: 29px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .pixim-cookie {
    font-size: 4vw;
  }
}
