.newicon {
  position: relative;
  display: inline;
}
.newicon em {
  color: #fff;
  padding: 3px 10px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8795c), to(#c91f4f));
  background-image: linear-gradient(90deg, #e8795c 0%, #c91f4f 100%);
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  display: inline-block;
}
.LANG-en .newicon em {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 750px) {
  .newicon em {
    font-weight: normal;
  }
  .LANG-en .newicon em {
    font-family: ebg-font-regular, Arial;
  }
}
