
.old-price .price-label {
    display: none;
}

.special-price .price {
    color: #9e1929 !important;
}

.old-price {
    position:relative !important;
    margin-left:8px;
}

.old-price:after {
    background:#9e1929;
    height:2px;
    width:100%;
    height:4px;
    position: absolute;
    content:'';
    left:0;
    top:calc(50% - 4px) !important;
}

.page-products .old-price:after {
    height:2px !important;
    top:-1px;
}

.page-products:not(.filter-open) .ba-products-container ol>li .price-final_price {
    display: flex !important;
}