/*banner cookie*/
#cookieconsent div {
  color: #464646;
  font-size: 14px;
  line-height: 1.3;
  background-color: #eeeeee !important;
}

#cookieconsent .txt_wrap {
  /* width:90% !important; */
  /* padding: 20px 0 40px 0 !important; */
}

form.gdpr_cookie_bar_options {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.gdpr_cookie_bar {
  margin: 5px;
}

.gdpr_cookie_bar_option {
  margin: 0 10px;
}

.gdpr_cookie_bar_option label {
  display: flex;
}

.gdpr_cookie_bar_option_checkbox {
  margin-left: 10px;
}

span.gdpr_cookie_bar_option_title {
  font-size: 13px;
  margin: 0 5px;
}

#cookieconsent a {
  color: #464646;
  font-weight: bold;
}

#cookieconsent a:hover {
  color: #8a8a8a;
}

#cookieconsent input {
}

#cookieconsent input[type="submit"] {
  border: none;
  padding: 10px 100px;
  background-color: #00c953;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  line-height: 15px;
}

#cookieconsent input[type="submit"]:hover {
  background-color: #0fb353
}
#cookieconsent {
  background-color:  #eeeeee !important;
}