.pea_cook_wrapper {
  background: rgba(43,43,43,.94);
  display: none;
  left: 0;
  margin: 0;
  padding: 23px 27px 22px 27px;  
  position: fixed;  
  top: 0;  
  width: 100%;
  z-index: 10000;
}

.pea_cook_wrapper p,
button.pea_cook_btn {
  font: normal 400 18px/1.25em Verlag A, Verlag B, sans-serif;
  letter-spacing: .01em;
}

.pea_cook_wrapper p,
button.pea_cook_btn,
.pea_cook_wrapper a,
.pea_cook_wrapper a:hover {
  color: #ccc; 

}

.pea_cook_wrapper p {
  float:left;
  margin: 0;
  width: 80%;
}
.pea_cook_wrapper a {
  text-decoration: underline;
}

button.pea_cook_btn {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  float: right;  
  line-height: 22.5px;
  padding: 0;
  margin: 0;
}

button.pea_cook_btn:hover {
  background: none;
  color: #ccc;
  cursor: pointer;
}

button.pea_cook_btn svg {
  bottom: 1px;
  height: 9px;
  position: relative;
  right: 7px;
  stroke: #ccc;
  stroke-width: 2px;
  width: 9px;  
}

.eucookie {
  float: left;
  border-radius: 5px;
  transition: background 0.5s;
}
.eucookie:hover {
  cursor: pointer;
  background-position: -20px -10px !important;
  transition: background 0.5s;
}
.eucookie span {
  width: 100%;
  padding: 10px;
  text-align: center;
  float: left;
}

@media screen and (max-width: 639px) {
  .pea_cook_wrapper p {
    padding-bottom: 24px;
    width: 100%;
  }
}