  .review_form{
        background-color: #F5F5F5;
        color:  #000;
        padding: 10px;
        margin-top: 2rem;
    }
    .review_message, .review_name, .review_email{
        border-radius: 10px;
        border: 1px solid #D2D2D2;
    }
    .review_message{
        padding: 5px;
        width: 98%;
        height: 100px;
    }
    .review_name, .review_email{
        height: 40px;
    }
    .col-50{
        width: 50%;
        float: left;
    }
    .review_form .row{
        margin-bottom: 1rem;
    }
    .item-review {
        padding: 10px 0;
        max-width: 90%;
        border-bottom: 1px solid #D6D6D6;
        color: #575757;
        font-size: 14px;
        overflow: hidden;
    }
    .item-review .author {
        text-align: right;
        font-size: 16px;
        font-weight: 600;
    }
    .raiting-product {
        text-align: right;
    }