VO script backup

<script>
if ($('.top-navigation-tools > a > span:contains("Můj účet")').length > 0) {
$('.p-info-wrapper .price-final').css({"color": "#b2b2b2", "font-size": "14px", "font-weight": "normal"});
$('.p-info-wrapper .price-additional').css({"color": "#333", "font-size": "35px", "font-weight": "bold", "margin-top": "12px"});
$('.price-standard').before("Maloobchodní cena s DPH ");
$('body.type-product .price-final-holder').before("Velkoobchodní cena s DPH ");
$('.price-save').css({"display": "none"});
}
</script>