.displayed_msg:before {
  content: '';
  background-image: url(/media/Wow/Add-to-cart.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -12px 0 0;
  left: 14px;
  top: 23px;
  width: 18px;
  height: 18px;
  position: absolute;
}
.msg_green {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}
.msg_blue {
  color: 000;
  text-decoration: underline;
  text-underline-position: under;
}
.displayed_msg {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #000;
  padding-left: 45px;
  position: relative;
}
