
#box_cookies {
  z-index: 9001;
  position: relative;
  width:120px;
}

#box_cookies {
  position: fixed;
  bottom: 10px;
  left:10px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.2;
  width: 250px;
}
#box_cookies a{
  color:var(--vert);
}

.btns {display: flex;justify-content:space-between;}

.btns button{
  width: calc(50% - 2px);
  padding:5px;
  text-align: center;
  color:#FFF;
  background: #000;
  border: none;
  border-radius: none;
  margin-top:10px;
}
.btns button:hover{background: var(--vert);}

@media print {
  #cookie_banner-wrapper {
    display: none
  }
}
