#product_comments_block_extra .comments_note {
	margin:0 0 0.5em;
	display:inline-block;
	vertical-align:-8px;
	margin-right:10px;
}
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {
  float: left;
  margin-right:5px;
}
#product_comments_block_extra .star_content {
  margin-top:0;
}
#product_comments_block_extra .comments_advices {
  margin-bottom: 0;
  display:inline;
}

.comments_advices {
  overflow: hidden;
}
.comments_advices li {
  display: inline-block;
  margin: 0 10px 0.5em 0;
}
.comments_advices a {
  text-decoration: none;
  position: relative;
  margin-right: 8px;
  padding: 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments_advices a {
    float: none;
    line-height: 20px;
  }
}
.comments_advices a:before {
/*
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  margin-right: 6px;
  text-align: center;
  position: relative;
  top: 1px;
*/
  /*max 1199px*/
}
@media (max-width: 1199px) {
  .comments_advices a:before {
    display: none;
  }
}
.comments_advices a.reviews {
  text-transform: uppercase;
  font-weight: 600;
}
.comments_advices a.reviews .badge {
  border-radius: 50%;
  padding: 4px 7px;
  background-color: #129ae1;
  top: -10px;
  left: -4px;
  position: relative;
}
.comments_advices a.reviews:before {
/*   content: "\f044"; */
}
.comments_advices a.open-comment-form:before {
/*   content: "\f086"; */
}
.comments_advices a.open-comment-form {
  position: relative;
  top: 4px;
}
.comments_advices a.open-comment-form span {
  display: none;
}

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

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

#new_comment_form {
  overflow: hidden;
  color: #666666;
  text-align: left;
}
#new_comment_form h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
#new_comment_form .title {
  padding: 10px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  background: #333333;
}
#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: 15px;
}
#new_comment_form .product .product_desc {
  line-height: 18px;
  color: #666666;
}
#new_comment_form .product .product_desc .product_name {
  padding: 10px 0 5px;
  font-size: 13px;
  color: #333;
}
#new_comment_form .new_comment_form_content {
  padding-right: 15px;
}
#new_comment_form .new_comment_form_content h2 {
  display: none;
}
#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: 600;
  font-size: 11px;
}
#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;
  padding-bottom: 15px;
  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 {
  margin: 0 0 15px;
  overflow: hidden;
}
#product_comments_block_tab div.comment {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #d6d4d4;
}
#product_comments_block_tab div.comment:first-child {
  padding: 0;
  border: none;
}
#product_comments_block_tab p.align_center{
	margin:30px 0 0;
}
#product_comments_block_tab div.comment .comment_author span {
  font-weight: bold;
  float: left;
  margin-right:5px;
}
#product_comments_block_tab div.comment .comment_author .star_content {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}
#product_comments_block_tab div.comment .comment_details {
  overflow: hidden;
  font-size: 14px;
/*   border-left: 1px solid #d6d4d4; */
}
#product_comments_block_tab div.comment .comment_details .reviewBody {
  margin-bottom: 20px;
}
#product_comments_block_tab div.comment .comment_details .comment_links {
  font-size: 13px;
}
@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: "FontAwesome";
    content: "\f0da";
    color: #666666;
    margin-right: 8px;
  }
#product_comments_block_tab .comment_author_infos {
  clear: both;
  padding-top: 0px;
  float: right;
  text-align: right;
}
#product_comments_block_tab .comment_author_infos strong {
  display: block;
  color: #666666;
}
#product_comments_block_tab .comment_author_infos em {
  color: #adadad;
  font-size:11px;
}
#product_comments_block_tab a {
  text-decoration: none;
  font-weight: bold;
}
#product_comments_block_tab span.report_btn {
  cursor: pointer;
}
#product_comments_block_tab span.report_btn:hover {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

p.required {
  padding-top: 7px;
}

#openComments {
  cursor: pointer;
}
#openComments i {
  position: relative;
  top: 5px;
}
.idTabHrefShort.page-product-heading {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}
#idTab5 {
  display: none;
}