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