#product_comments_block_extra {
  margin-top: 6px;
  margin-bottom: 8px; }
  #product_comments_block_extra .comments_note {
    margin-right: 1em; }
  #product_comments_block_extra .star_content {
    float: left; }

.comments_advices li {
  display: block;
  padding-top: 4px; }

#more_info_sheets ul.comment_actions {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right; }
  #more_info_sheets ul.comment_actions li {
    padding: 2px 0; }

/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap {
  width: 585px; }

#fancybox-content {
  width: 585px;
  border-width: 0; }

#new_comment_form {
  overflow: hidden;
  text-align: left; }
  #new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    background: #444444; }
  #new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0; }
    #new_comment_form ul.grade_content li {
      width: 50%; }
    #new_comment_form ul.grade_content span {
      display: inline-block;
      padding: 0 10px;
      width: 150px;
      font-weight: bold; }
    #new_comment_form ul.grade_content .cancel {
      margin-right: 5px; }
  #new_comment_form .product {
    padding-bottom: 1em; }
    #new_comment_form .product img {
      border: 1px solid #CCCCCC;
      float: left; }
    #new_comment_form .product .product_name {
      margin-left: 130px; }
    #new_comment_form .product .product_desc {
      color: #999999;
      margin-left: 130px; }
  #new_comment_form .new_comment_form_content {
    padding: 5px 15px;
    background: #f8f8f8; }
    #new_comment_form .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 input,
  #new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: white; }
  #new_comment_form textarea {
    height: 80px; }
  #new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right; }
  #new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    list-style-type: none; }
    #new_comment_form #criterions_list li {
      margin-bottom: 10px; }
    #new_comment_form #criterions_list label {
      display: inline;
      float: left;
      margin: 0 10px 0 0; }
    #new_comment_form #criterions_list .star_content {
      float: left; }
  #new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px; }

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab div.comment {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px;
  margin: 0 0 10px; }
  #product_comments_block_tab div.comment .comment_details {
    overflow: hidden; }
    @media (max-width: 991px) {
      #product_comments_block_tab div.comment .comment_details {
        border-left: none; }
        #product_comments_block_tab div.comment .comment_details ul {
          list-style-type: none;
          margin: 0; }
          #product_comments_block_tab div.comment .comment_details ul li {
            padding: 2px 0 2px; }
            #product_comments_block_tab div.comment .comment_details ul li:before {
              font-family: "fontello";
              content: "\f0da";
              color: #777777;
              margin-right: 8px; } }
#product_comments_block_tab .comment_author_infos strong {
  display: block; }
#product_comments_block_tab .comment_author_infos em {
  color: #adadad; }
#product_comments_block_tab span.report_btn {
  cursor: pointer; }
#product_comments_block_tab span.report_btn:hover {
  text-decoration: underline; }
