.pluso-more{visibility: hidden;}

.cookiealert{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #dff0d8;
  z-index: 999999;
  display: none;
}

.cookiealert .container{
  max-width: 1200px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookiealert .cookie__text{
  font-size: 1.2rem;
  text-align: center;
}

