#cookie-law-info-again {
  background-image: url('cookie.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  right: 1.7rem !important;
  width: 2rem !important;
  height: 2rem !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  transform: rotate(0) !important;
  color: transparent !important;
  bottom: 6rem !important;
  padding: 0 !important;
  background-size: 100% !important;
  filter: drop-shadow(1px 1px 2px #00000066);
  border:0 !important;
  display: block !important;
}

#cookie-law-info-again span {
  display:none;
}

#cky-consent-toggler {
    background-image: url('cookie.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 1.7rem !important;
    width: 2rem !important;
    height: 2rem !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    transform: rotate(0) !important;
    color: transparent !important;
    bottom: 6rem !important;
    padding: 0 !important;
    background-size: 100% !important;
    filter: drop-shadow(1px 1px 2px #00000066);
    border:0 !important;
	display: block !important;
}

#cky-consent-toggler,
#cookie-law-info-again {
  clip-path:url('#myClip_path');
  mask:url('#myClip_path');
}
