#modal_legal_age.CartConfigRestriction {
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  position: fixed;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: rgba(39, 39, 39, 0.97);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.CartConfigRestriction img.logo {
  filter: brightness(0) invert(1);
}

.CartConfigRestriction .main-message-container {
  text-transform: uppercase;
  font-size: 40px;
}
.CartConfigRestriction .footer-message-container {
  font-size: 12px;
}
.CartConfigRestriction.show-blocking-message {
  display: flex;
}