/* line 3, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra {
  font-weight: 400;
  overflow: hidden;
  margin: 10px 0 10px;
}
/* line 7, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .comments_note {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  border-right: 1px solid #e5e4e4;
  padding: 1px 15px 1px 0;
}
/* line 15, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {
  float: left;
  color: #5c3317;
}
/* line 20, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra div.star:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #dddddd;
}
/* line 28, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra div.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #333;
}

/* line 40, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices {
  margin: 0 0 0 0;
}
/* line 42, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices li {
  display: inline-block;
  border-left: 1px solid #e5e4e4;
  padding: 0 10px;
  margin-bottom: 5px;
}
/* line 47, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices li:first-child {
  border: none;
  padding-left: 0;
}
/* line 52, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a {
  text-decoration: none;
  position: relative;
  margin-right: 0px;
  padding: 0;
  display: inline-block;
}

/* pop-in add grade/advice ********************************************************************* */
/* line 63, ../../../sass/modules/productcomments/productcomments.scss */
#fancybox-wrap {
  width: 585px;
}

/* line 66, ../../../sass/modules/productcomments/productcomments.scss */
#fancybox-content {
  width: 585px;
  border-width: 0;
}

/* line 70, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form {
  overflow: hidden;
  color: #5c3317;
  text-align: left;
}
/* line 74, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form h2 {
  margin-bottom: 10px;
}
/* line 77, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .title {
  padding: 10px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  background: #976533;
}
/* line 84, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content {
  list-style-type: none;
  margin: 0 0 20px 0;
}
/* line 87, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content li {
  width: 50%;
}
/* line 90, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content span {
  display: inline-block;
  padding: 0 10px;
  width: 150px;
  font-weight: bold;
}
/* line 96, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content .cancel {
  margin-right: 5px;
}
/* line 100, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product {
  padding: 15px;
}
/* line 102, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product img {
  border: 1px solid #e5e4e4;
}
/* line 105, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product .product_desc {
  line-height: 18px;
  color: #666666;
}
/* line 108, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product .product_desc .product_name {
  padding: 10px 0 5px;
  font-size: 13px;
  color: #000;
}
/* line 115, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .new_comment_form_content {
  padding: 15px 25px 15px 15px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  /* line 115, ../../../sass/modules/productcomments/productcomments.scss */
  #new_comment_form .new_comment_form_content {
    padding-left: 25px;
  }
}
/* line 121, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .new_comment_form_content .intro_form {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
/* line 127, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form label {
  display: block;
  margin: 12px 0 4px 0;
  font-weight: bold;
  font-size: 12px;
}
/* line 134, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form input,
#new_comment_form textarea {
  padding: 0 5px;
  height: 28px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fcf8e5;
}
/* line 141, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form textarea {
  height: 80px;
}
/* line 144, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .submit {
  margin-top: 20px;
  padding: 0;
  font-size: 13px;
  text-align: right;
}
/* line 151, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  list-style-type: none;
}
/* line 155, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list li {
  margin-bottom: 10px;
}
/* line 158, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list label {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
/* line 163, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list .star_content {
  float: left;
}
/* line 167, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #new_comment_form_footer {
  margin-top: 20px;
  font-size: 12px;
}

/* TAB COMMENTS ******************************************************************************** */
/* line 173, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab {
  margin: 0 0 20px 0;
}
/* line 175, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment {
  margin: 0 0 14px;
  padding-top: 14px;
  border-top: 1px solid #e5e4e4;
}
/* line 179, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment:first-child {
  padding: 0;
  border: none;
}
/* line 183, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author {
  padding: 0;
  line-height: 18px;
}
/* line 186, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author span {
  float: left;
}
/* line 189, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author .star_content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
/* line 195, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_details {
  overflow: hidden;
  border-left: 1px solid #e5e4e4;
}
@media (max-width: 991px) {
  /* line 195, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details {
    border-left: none;
  }
  /* line 200, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul {
    list-style-type: none;
    margin: 0;
  }
  /* line 203, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul li {
    padding: 2px 0 2px;
  }
  /* line 205, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    color: #5c3317;
    margin-right: 8px;
  }
}
/* line 217, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}
/* line 225, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}
/* line 232, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos {
  clear: both;
  padding-top: 9px;
}
/* line 235, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos strong {
  display: block;
  color: #5c3317;
}
/* line 239, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos em {
  color: #adadad;
}
/* line 243, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab a {
  text-decoration: none;
}
/* line 248, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab span.report_btn {
  cursor: pointer;
}
/* line 251, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab span.report_btn:hover {
  text-decoration: underline;
}

/* line 255, ../../../sass/modules/productcomments/productcomments.scss */
.fl {
  float: left;
}

/* line 258, ../../../sass/modules/productcomments/productcomments.scss */
.fr {
  float: right;
}
