.eu-cookie-withdraw-tab {
  position: fixed;
  right: 0;
  bottom: 0;
  left: auto;
  top:auto;
  z-index: 9999;
  color: #fff;
  background: #1f4e9b;
  text-transform: uppercase;
  border: none;
  transform: none;
}
@media (max-width: 575.98px) {
  .eu-cookie-withdraw-tab {
    width: 100%;
  }
}
