.c-cart__row .product-prices{
    margin-top:8px;
    line-height: 2;
}
.c-cart__row .discount-tag{
    background-color: rgba(0,165,165,1);
    color: white;
    padding: 3px;
    top: -11px;
}

.c-cart__row .current-price{
    color: rgba(0,165,165,1);
    margin-right: 10px;
}
.c-cart__row .regular-price{
    margin-right: 5px;
    font-size: 14px;
}
.c-cart__row .c-cart__price--number{
    color: rgba(0,165,165,1);
}