﻿.product_price .title-product {
    background-color: #cf2e2e;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 8px 0 0 0;
}

.product_price .product_price_category .price_item {
    color: #cf2e2e;
    display: block;
    padding-left: 15px;
    border-left: 1px solid #cf2e2e;
    border-right: 1px solid #cf2e2e;
    border-bottom: 1px solid #cf2e2e;
}
.title-product{
    font-size:24px;
}