#cookie-popup {
  display: block;
  margin: 0 auto;
  padding: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
}

#cookie-popup .cookie-notice__content {
  top: 90px;
	border: 0 none;
	display: block;
	margin: 0 auto;
	overflow: hidden;
  border-bottom: 2px white solid;
  border-top: 2px white solid;
	padding: 10px 24px 10px;
	position: relative;
  background-color: black;
  z-index: 99999;
}

#cookie-popup .cookie-notice__content #cookie-notice__text {
	color: white;
  max-width: 1400px;
  margin: auto;
	text-align: left;
	display: block;
	font-size: 18px;
	font-weight: normal;
  font-family: "Open Sans";
    width: 100%;
	float: none;
}

#cookie-popup .cookie-notice__content #cookie-notice__text h2 {
	font-size: 24px;
  text-transform: uppercase;
  color: #FF0024;
	font-weight: 400;
	margin: 0;
  font-family: "Arial";
}

#cookie-popup .cookie-notice__content #cookie-notice__text p {
	margin: 0px 0 8;
}

#cookie-popup .cookie-notice__content #cookie-notice__text p a {
	color: #FF0024;
  font-weight: 600;
}

#cookie-popup .cookie-notice__content #cookie-notice__text h2,
#cookie-popup .cookie-notice__content #cookie-notice__text p {
	line-height: 1.45;
	padding: 0;
}

#cookie-popup .cookie-notice__content #cookie-notice__button {
	background: #FF0024;
	right: 0;
	top: 0;
	color: black;
	line-height: 0;
	padding: 15px 9px;
	cursor: pointer;
	width: 130px;
	margin: 33px auto;
	font-family: "Arial";
	display: inline-block;
    float: none
}
@media only screen and (min-width: 920px) {
	#cookie-popup .cookie-notice__content #cookie-notice__button {
		float: left;
	}
	#cookie-popup .cookie-notice__content #cookie-notice__text {
		width: 75%;
		float: left;
	}
}