.comments  .comment_header {
    background: url("../images/icon_title.gif") no-repeat ;
    color: #144594;
    font-weight: bold;
    padding-left: 22px;
    text-decoration: underline;
    cursor: pointer;
}
div#list-comment {
    margin-top: 5px;
}
.comments .comment_form {
}
.wrapper-name-raty.cf {
    margin-bottom: 10px;
}
.comments tr{
    margin-bottom: 10px;
}
.comments .form_name{
    width: 260px;
}
.form_name li {
    color: #a7a7a7;
    list-style: inside none disc;
}
.form_name li span{
    color: #333333;
    font-size: 11px;
}
.comments .form_text{
}

.comments .select-box {
    width: 230px;
}
.comments textarea{
    width: 100%;
    height: 97px;
    margin-bottom: 20px;
    padding: 8px 0px 0px 15px;
}

.comments .code-view{
    background: url("../images/change_captcha.gif") no-repeat scroll center center;
    display: inline-block;
    padding: 8px 12px;
}
.comments #txtCaptcha{
    width: 132px;
}
.comments  .button {
    color: #fff;
    height: 40px;
    border: none;
    font-weight: bold;
    background: #422112;
    border-radius: 5px;
    padding: 0 20px;
}
.comments_contents .comment-item {
    /*padding: 15px 15px 15px 0px;*/
    /*background: #fff;*/
    /*border-bottom: 1px solid #eee;*/
}
div#prodetails_tab4 {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.comments_contents .name {
    font-weight: bold;
    color: #000;
}
.comments_contents .rating  {
    margin: 8px 0;
}
.comments_contents .rating span {
    font-weight: bold;
}


.wrapper-capcha {
    margin-top: 20px;
}
.bt-reply{
    color: #288ad6;
    margin-right: 10px;
}

.bt-raty {
    color: #fff;
    text-align: center;
}
#order-comemnt {
    height: 32px;
    width: 200px;
    color: #333;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
}
.rating-value{
    margin-left: 14px;
}
.txt_input {
    width: 100%;
    border: 1px solid #e3e3e3;
    height: 44px;
    padding: 0px 0px 0px 15px;
    border-radius: 5px;
}
.right-cm {

}

#imgCaptcha {
    margin-top: -13px;
}
.col-rate > span {
    margin-top: 2px;
    margin-right: 10px;
}
.col-rate.cf {
    float: left;
    width: 198px;
    margin-right: 80px;
}
.col-rate:last-child {
    margin-right: 0px;
    float:right;
    width: 169px;
}
.text_b_cm{
    color:#333;
    margin-right: 3px;
}
.name,.date{
    color:#999;
}
.sum_cm{
    font-weight:600;
    font-size: 18px;
    text-transform: uppercase;
    background: #ddd;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.total-comment {
    font-size: 14px;
    margin-bottom: 17px;
}
.view-more-cm{
    background: #f1f1f1;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    padding-top: 9px;
    font-family: "arial bold";
    margin: 20px auto auto auto;
    margin-bottom: 20px;
}

.row-rating.fl {
    margin-bottom: 18px;
}
div#list-comment .star-detail {
    width: 100px;
}
.comment_content {
    width: 100%;
}
.list-comment-a{
    margin-top: 20px;
}
.wrapper_comment_content.fl {
    padding-top: 3px;
}
.wrapper_comment_content{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */
    text-transform: capitalize;
    /* Black / 87 */
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    align-items: center;
}
.star-detail{
    margin-left: 7px;
}
span.stick-cm-p.fl {
    width: 1px;
    background: #eee;
    margin: 6px 10px 0px 10px;
    height: 15px;
}
.border-cm {

}
.wrapper-admin-rep > img {
    margin-right: 10px;
}
.wrapper-admin-rep {
    /*padding: 10px;*/
    /*background: #f8f8f8;*/
    /*border: 1px solid #d5d5d5;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapper-admin-rep .comment-item{
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    margin-top: 10px;
    padding: 7px;
    position: relative;
}
.wrapper-admin-rep .text_b_cm {
    color: #000;
    font-size: 11px;
    background: #f1c40f;
    padding: 4px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: normal;
}
.wrapper-admin-rep .wrapper_comment_content > div {
    padding-top: 6px;
}
h3.title-tabs {
    font-size: 21px;
    color: #333;
}

@media(max-width:768px){
    .comments{
        padding-top: 150px;
    }
}