
div.banner {
  background-color: yellowgreen;
  bottom: 0;
  box-shadow: 1px 1px 13px #333;
  border-top-left-radius: 10px;
  color: #fff;
  height: 50px;
  padding: 10px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 60%;
  z-index: 1000;
  button{
    background-color: white;
    color:#333;
    cursor: pointer;
    border:none;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px;
    &:disabled{
      color:grey;
    }
  }
}

div.banner img, div.hidden img {
  margin-right: 10px;
  width: 40px;

}

div.banner img{
  vertical-align: middle;
}

div.hidden {
  position: fixed;
  right: -770px;
  bottom: 10px;
}

div.hidden img {
  cursor: pointer;
}

div.change-cookie {
  color:#fff;
  img{
    vertical-align: middle;
  }
}