.price-render-amount .loader:before {
    font-size: 22px;
    margin-top: -10px;
    margin-left: -10px;
}
.sidebar-content .price-render-amount .loader:before {
    font-size: 18px;    
    margin-top: -8px;
    margin-left: -8px;
}
.product-info-main .price-render-amount .loader:before {
    font-size: 24px;
    color: #222529;
    margin-top: -11px;
    margin-left: -11px;
}

.product-info-main .price-render-amount .with-tax,
.product-info-main .price-render-amount .no-tax {
    color: #002241;
    font-size: 14px;
    font-weight: normal;
}

.product-info-main .price-render-amount .price-with-tax {
    display: block;
    margin-bottom: 20px;
}

.product-info-main .price-render-amount div:last-child {
    margin-bottom: 0px;
}