ciastko-ciastki .cookie-holder {
  position: fixed;
  bottom: 0;
  height: 50px;
  background-color: #cccccce8;
  width: 100%;
  z-index: 99999;
}

@media (max-width: 767.98px) {
  ciastko-ciastki .cookie-holder {
    height: 85px;
  }
}

ciastko-ciastki .text-holder {
  text-align: center;
  margin-top: 1em;
  padding-right: 40px;
}

ciastko-ciastki .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

ciastko-ciastki .close:hover {
  opacity: 1;
}

ciastko-ciastki .close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

ciastko-ciastki .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

ciastko-ciastki .close:before {
  transform: rotate(45deg);
}

ciastko-ciastki .close:after {
  transform: rotate(-45deg);
}
