/*
	COOKIE BAR
*/

/*
.mwd-bottom-space {
  margin-bottom: 140px;
}

@media (min-width: 768px) {
  .mwd-bottom-space {
    margin-bottom: 110px;
  }
}
.mwd-top-space {
  margin-top: -115px;
}

@media (max-width: 992px) {
  .mwd-top-space {
    margin-top: 0;
  }
}
*/

.mwd-bar {
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 5px 0;
  background: white;
  color: black;
  position: fixed;
  z-index: 9999999;
  border-top:4px solid #ED1C2C;
}

.mwd-bar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(92,42,118, 0.3);*/
  z-index: 10001;
}
.mwd-bar .container {
  position: relative;
  z-index: 10002;
}
.mwd-bar .btn {
  padding: 4px 17px;
  color: white;
  background: black;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}
.mwd-bar .btn:hover {
  cursor: pointer;
  background: #ED1C2C;
  text-decoration: none;
  color: white;
}
.mwd-bar .info {
  letter-spacing: normal;
  padding: 5px 0;
  padding-bottom: 10px;
}
.mwd-bar .action {
  margin-top: 18px;
}
.mwd-bar a {
  color: black;
}
.mwd-bar a:hover {
  text-decoration: underline;
}
