#comment_21{}
#comment_21 .product-review-title {
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
#comment_21 .product-review-title .inner i {
    margin-left: 10px;
    margin-right: 0;
}
#comment_21 .product-review-title .inner {
    position: relative;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 0;
    display: inline-block;
}
#comment_21 .product-review-title .inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #26a69a;
}
#comment_21 h2 {
    font-weight: 700;
    font-style: normal;
    color: #464749;
    font-size: 20px;
    margin-top:1rem
}
#comment_21 .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
#comment_21 .commentlist .review {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-top: 30px;
}
#comment_21 .commentlist > li:first-child {
    border: none !important;
}

#comment_21 .commentlist > li:first-child {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}
#comment_21 .commentlist .review {
    border-bottom: none !important;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 15px;
}
#comment_21 .commentlist .review .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: both;
}
#comment_21 .commentlist .review .comment_container .comment-avatar {
    margin-left: 24px;
    margin-right: 0;
}
#comment_21 .commentlist .review .comment_container .comment-avatar img {
    border-radius: 50%;
}
#comment_21 .commentlist .review .comment_container .comment-response{
    background: #efefef;
}
#comment_21 .commentlist .description p{
    color: #7d7e7f;
}