.left_buttons a {
  color: #000 !important;
  border-color: #000 !important;
}.right_buttons a, button#cookie_action_save {
  background: #000 !important;
  border-color: #000 !important;
}span#cookie-banner-cancle-img, button.gdpr_action_button.close {
  color: #000 !important;
}
div#gdpr-cookie-consent-show-again {
  margin: 0 auto;
  left: 16px !important;
  right: auto !important;
  bottom: 250px !important;
  border-radius: 50px !important;
}
div#gdpr-cookie-consent-show-again i {
  width: 6px;
  height: 16px;
  font-size: 25px;
  color: #000;
}
@media (max-width:1025px){
  div#gdpr-cookie-consent-bar {
    transform: translateX(0%) translateY(-50%) !important;
  }
}
/* מסתיר את האייקון הנוכחי */
div#gdpr-cookie-consent-show-again i {
  display: none;
}

/* מציב את האייקון החדש במקום */
div#gdpr-cookie-consent-show-again {
  background: url('https://www.elisha-abargel.com/wp-content/uploads/2025/09/ChatGPT-Image-Sep-29-2025-02_01_33-PM.png') no-repeat center center !important;
  background-size: contain !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
}
