.woocommerce-price-amount:before, .woocommerce-Price-amount:before, .price:before {
    background: url("/wp-content/plugins/register-nova-stars-currency/assets/images/Novastar.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    box-sizing: content-box!important;
}

.woocommerce-Price-amount:before{
    width: 33px;
    max-width: 33px;
    height: 33px;
    max-height: 33px;
}
/* .wc-block-cart-item__total-price-and-sale-badge-wrapper, .price{
    box-sizing: unset!important;
} */
