.notification-wrapper{
  width:100%;
  background: #B11402;
  position: fixed;
  bottom: 0px;
  display:none;
}

.notification {
  max-width: 1124px;
  height: auto;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  background: #B11402;
  /*margin-right: 50px;*/
  /*background: #eeeeee;*/
  /*box-shadow: 0px 0px 4px 0px rgb(179, 1, 1);*/
  text-align: center;
  font-size: 14px;
}

.notification p{
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.accept-cookies{
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 8px 6px 8px;
  cursor: pointer;
  margin-left: 15px;
}
.notification a:link, .notification a:visited, .notification a:hover, .notification a:active {
  /*color:#B11402;*/
  color: #fff;
}

.notification a:hover{
	border-bottom: 1px dotted #FFF;
}

.notification .fas{
	/*padding-left: 15px;*/
	cursor: pointer;
}