.product-item-details .custom_price {
    font-size: 20px;
    color: #272727;
    line-height: 36px;
    font-weight: 500;
    display: block !important;
    padding-bottom: 15px;
}
.product-info-price .custom_price {
    font-size: 32px;
    color: #272727;
    line-height: 36px;
    font-weight: 600;
    display: block !important;
    padding-bottom: 15px;
}
.custom_price .old_price {
    text-decoration: line-through;
}