.enduser-portal .discount-price {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
}
.enduser-portal .discount-price:not(span) {
    font-size: 1.125rem;
}

.enduser-portal .discount-price .prices-wrapper {
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
}

.enduser-portal .discount-price .prices-wrapper span {
    text-align: right;
}

.enduser-portal .discount-price .prices-wrapper span:first-of-type {
    font-size: 0.938rem;
    color: #444;
    text-decoration: line-through;
    opacity: 0.6;
}

.enduser-portal .discount-price .prices-wrapper span:last-of-type {
    font-size: 1.125rem;
    line-height: 1.125rem;
}
