.catalog-category-view .item.product-item .product.details.product-item-details {
    text-align: center;
}
.catalog-category-view .product.details > .price-box {
    display: inline-block;
}
.catalog-category-view .product.details > .module-price {
    display: inline-block;
}
.catalog-category-view .product-item-details .module-price .newprice-div .new-net-price span.custom_price {
    font-size: 0;
}
.catalog-category-view .product-item-details .module-price .newprice-div .new-net-price span.custom_price span {
    font-size: 18px;
    color: #8d6b8e;
    font-weight: bold;
    vertical-align: sub;
}

.catalog-product-view .product-info-main .product-info-price .price-box > span.price-container span.price-wrapper > .price {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.catalog-product-view .newprice-div .new-net-price .custom_price {
    color: #8d6b8e;
    font-size: 17px;
}
.catalog-product-view .price-box.price-final_price {
    padding: 0;
}
span.price-container > span.price-wrapper {
    line-height: normal;
}
.product-info-main .product-info-price .price-box .price-container>span {
    margin-top: 17px;
    color: #666666;
}