/* Ocultar ítems 2, 4 y 5 del ul */
.gdpr-groups-container ul.category-group li:nth-of-type(2),
.gdpr-groups-container ul.category-group li:nth-of-type(4),
.gdpr-groups-container ul.category-group li:nth-of-type(5) {
  display: none;
}
/* Ocultar el botón con clase gdpr_action_button close */
.gdpr_action_button.close {
  display: none !important;
}
#cookie-banner-cancle-img{
  display: none !important;
}