﻿.detail-product-reviews{
    background-color:#fff;
    padding:5px 20px 20px;
}
.product-review-list .title{
    margin:20px 0;
    padding:10px 20px;
    border-bottom:1px solid #ccc;
}
.product-review-list .title a{
    color:#676767;
}
.product-review-list .title a:hover{
    color:#ff0909;
    font-weight:bold;
}
#comments > .col-sm-9 {
    display: none !important;
}
.detail-product-reviews .review-item-head{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:20px;
}
.detail-product-reviews .review-title{
    font-size:15px;
}
.detail-product-reviews .review-text{
    margin-bottom:15px;
    padding:5px;
}