body.catalog-category-view .products .product-info span.price {
    position: relative;
}

/*body.catalog-category-view .products .product-info span.price:not(.loaded):after,
body.catalog-product-view .price-container span.price:not(.loaded):after
{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
}*/
