@charset "UTF-8";

.m-item-icon {
  min-height: 14px;
  margin: 0 0 10px;
  overflow: hidden;
}

span[class^="m-item-icon-"] {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  float: left;
  padding: 0 5px;
  margin: 0 2px 2px 0;
  color: #fff;
  border-radius: 2px;
}
.m-item-icon-comingsoon { background: #7cafeb; }
.m-item-icon-comingsoon-date { color: #515050 !important; }
.m-item-icon-reserve { background: #c4b0d5; }
.m-item-icon-new { background: #f1b9b9; }
.m-item-icon-rearrival { background: #f0ca8b; }
.m-item-icon-backorder { background: #97d3d5; }
.m-item-icon-sale { background: #d0021b; }
.m-item-icon-outlet { background: #f00; }
.m-item-icon-campaign {}
.m-item-icon-media { background: #cac97d; }
.m-item-icon-direct { background: #97c366; }
.m-item-icon-prerelease { background: #f3a25a; }
.m-item-icon-secret {}