.price .orgprice {
    display: inline-block !important;
    margin-right: 0.5em;
    padding-right: 1.5em;
    font-size: 90%;
    text-decoration: line-through;
    position: relative;
}

.price .orgprice::after {
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0.25em;
}

.price .orgprice::after {
    border-width: 0.4em 0 0.4em 0.6em;
    border-style: solid;
    border-color: transparent transparent transparent red;
}

.else ul.clear li.is-active {
  color: white;
  background: red;
  width: fit-content;
  padding: 0.25em 0.5em;
  font-size: 10px;
  font-weight: bold;
  border-radius: 0.25em;
}

@media (max-width: 599px) {
  .price .orgprice {
    width: fit-content;
    display: block !important;
    font-size: 80% !important;
    margin: 0.25em 0;
  }
}
