.price-item--regular,
.price__regular {
    font-weight: normal !important;
    color: #555 !important;
    text-decoration: line-through !important;
}

.price-item--sale,
.price__sale {
    font-weight: normal !important;
    color: #ff0000 !important;
    text-decoration: none !important;
}