.mc-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff4354;
  z-index: 999;
  display: none;
}
.mc-alert .mc-alert__wrapper {
  display: flex;
  justify-content: center;
  padding: 8px;
}
.mc-alert #closeNotify {
  top: 0;
  position: relative;
  margin: 0 11px;
}
.mc-alert p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .mc-alert p {
    text-align: left;
    font-size: 14px;
  }
}
.mc-alert i {
  margin: 8px 0;
  color: #fff;
  font-size: 11px;
}
.mc-alert i:hover {
  color: #000;
}/*# sourceMappingURL=stickysale.css.map */