.cookies-notification{
  background: #efefef;
    position: fixed;
    z-index: 10000000000;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cookies-notification .content-wrapper{
  padding: 20px 60px 20px 0;
  position: relative
}
.cookies-notification .icon-delete{
  margin-top: -17px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  font-weight: bold;
  color: white;
  height: 35px;
  width: 35px;
}
