/* pop-in add grade/advice ********************************************************************* */
#new_comment_form .title {
    padding:10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #333
}
#new_comment_form ul.grade_content {list-style-type:none}
#new_comment_form .grade_content li {width:50%}
#new_comment_form .product {
    margin-bottom: 15px;
}
#new_comment_form .product img {
    border: 1px solid #ccc;
}
#new_comment_form .product .product_desc {
    line-height:18px;
    color:#666;
    line-height: 22px;
}
#new_comment_form .product .product_desc .product_name {
    padding-bottom:5px;
    font-size:18px;
    font-weight: 700;
}

#new_comment_form .grade_content {margin:0 0 20px 0}
#new_comment_form .grade_content span,
#new_comment_form .grade_content span {
    display:inline-block;
    padding:0 10px;
    width:150px;/* 160 */
    font-weight:bold
}
#new_comment_form .grade_content .cancel {margin-right:5px}

.new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px
}

#new_comment_form label {
    display: block;
    margin:12px 0 4px 0;
    font-weight: bold;
    font-size: 12px;
}
#new_comment_form .submit {
    margin-top:20px;
    padding:0;
    font-size:13px;
    text-align:right;
    padding: 5px 15px;
    border-radius: 3px 3px 3px 3px;
}

#new_comment_form #criterions_list {
    padding: 0;
    list-style-type: none;
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}

#new_comment_form #criterions_list label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-top: 5px;
}

#new_comment_form #criterions_list .star_content {
    display: inline-block;
    vertical-align: top;
}

#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px;
}

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {margin:0 0 20px 0}

#product_comments_block_tab div.comment {
    margin:0 0 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
}
#product_comments_block_tab div.comment:first-child {
    padding-top: 0;
}

#product_comments_block_tab div.comment div.comment_author {
    float: left;
    padding-right:25px;
    width: 140px;
    line-height:18px
}
#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
    float:left;
}
#product_comments_block_tab div.comment .star_content {margin: 0 0 0 5px;
                                                       display: flex!important;}

#product_comments_block_tab .comment_author_infos {
    clear:both;
    font-size: 1.4rem;
    padding-top: 8px;
}
#product_comments_block_tab .comment_author_infos i {
    font-size: 1.4rem;
}
#product_comments_block_tab .comment_author_infos .date-comment{
    font-size: 1.3rem;
    margin-top: 10px;
    font-style: italic;
}

#product_comments_block_tab div.comment div.comment_details {
    float: left;
    overflow:hidden;
    width: calc(100% - 140px);
}
#product_comments_block_tab div.comment div.comment_details p {
    margin-bottom: 0;
}
#product_comments_block_tab div.comment_details .title_block,
#product_comments_block_tab div.comment_details h4 {
    padding-bottom:10px;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
}
#product_comments_block_tab div.comment_details ul {
    list-style-type:none;
    margin:0;
    padding: 0;
    font-size: 1.3rem;
}

#product_comments_block_tab button.usefulness_btn {
    cursor: pointer;
    margin:0 0 0 5px;
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    color: #222;
    background: #fff;
}
#product_comments_block_tab button.usefulness_btn.yes {
    background: #35a26b;
    color: #fff;
    border-color: #35a26b;
}

#product_comments_block_tab button.usefulness_btn:hover {background: #94cdd5;color: #fff; border-color: #94cdd5;}
#product_comments_block_tab button.usefulness_btn:active {background: #94cdd5;color: #fff;}

#product_comments_block_tab span.report_btn {cursor: pointer}
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}
#new_comment_form_error {padding: 10px 15px;display: none;font-size: 1.3rem;}
#new_comment_form_error ul {list-style: none;margin-bottom: 0;}

.fl { float: left; }
.fr { float: right; }