/* line 4, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra {
  float: left;
  line-height: 18px;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 10, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .comments_note {
  border-right: 1px solid #f0f0f0;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
/* line 17, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {
  float: left;
  color: #333333;
}
/* line 21, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .star_content {
  margin-top: 1px;
}
/* line 24, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_extra .comments_advices {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 32, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices li {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 32, ../../../sass/modules/productcomments/productcomments.scss */
  .comments_advices li {
    display: inline-block;
    line-height: 20px;
  }
}
/* line 39, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a {
  text-decoration: none;
  color: #888888;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 39, ../../../sass/modules/productcomments/productcomments.scss */
  .comments_advices a {
    float: none;
    line-height: 20px;
  }
}
/* line 50, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin: 0 5px 0 0;
}
/* line 58, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a.reviews:before {
  content: "\f075";
}
/* line 61, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a.open-comment-form:before {
  content: "\f040";
}
/* line 64, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a:hover {
  color: #333333;
}
/* line 67, ../../../sass/modules/productcomments/productcomments.scss */
.comments_advices a.reviews {
  border-right: 1px solid #f0f0f0;
}

/* pop-in add grade/advice ********************************************************************* */
/* line 75, ../../../sass/modules/productcomments/productcomments.scss */
#fancybox-wrap {
  width: 585px;
}

/* line 78, ../../../sass/modules/productcomments/productcomments.scss */
#fancybox-content {
  width: 585px;
  border-width: 0;
}

/* line 82, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form {
  overflow: hidden;
  color: #333333;
  text-align: left;
}
/* line 86, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form h2 {
  margin-bottom: 10px;
}
/* line 89, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .title {
  padding: 10px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  background: #333333;
}
/* line 96, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content {
  list-style-type: none;
  margin: 0 0 20px 0;
}
/* line 99, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content li {
  width: 50%;
}
/* line 102, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content span {
  display: inline-block;
  padding: 0 10px;
  width: 150px;
  font-weight: bold;
}
/* line 108, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form ul.grade_content .cancel {
  margin-right: 5px;
}
/* line 112, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .fl.required {
  margin: 6px 0 0;
}
/* line 115, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product {
  padding: 0;
}
/* line 117, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product img {
  border: 1px solid #f0f0f0;
}
/* line 120, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product .product_desc {
  line-height: 18px;
  color: #666666;
}
/* line 123, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .product .product_desc .product_name {
  padding: 10px 0 5px;
  font-size: 13px;
  color: #000;
}
/* line 130, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .new_comment_form_content {
  padding: 15px 25px 15px 15px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  /* line 130, ../../../sass/modules/productcomments/productcomments.scss */
  #new_comment_form .new_comment_form_content {
    padding-left: 25px;
  }
}
/* line 136, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .new_comment_form_content .intro_form {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
/* line 142, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form label {
  display: block;
  margin: 12px 0 4px 0;
  font-weight: bold;
  font-size: 12px;
}
/* line 149, ../../../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: white;
}
/* line 156, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form textarea {
  height: 80px;
}
/* line 159, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form .submit {
  margin-top: 20px;
  padding: 0;
  font-size: 13px;
  text-align: right;
}
/* line 166, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  list-style-type: none;
}
/* line 170, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list li {
  margin-bottom: 10px;
}
/* line 173, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list label {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
/* line 178, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #criterions_list .star_content {
  float: left;
}
/* line 182, ../../../sass/modules/productcomments/productcomments.scss */
#new_comment_form #new_comment_form_footer {
  margin-top: 20px;
  font-size: 12px;
}

/* TAB COMMENTS ******************************************************************************** */
/* line 188, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab {
  margin: 0 0 20px 0;
}
/* line 190, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab p {
  margin: 0;
}
/* line 193, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment {
  margin: 0 0 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
/* line 197, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment:first-child {
  padding: 0;
  border: none;
}
/* line 201, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author {
  padding: 0 20px 0 0;
  line-height: 18px;
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 201, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_author {
    width: 20%;
  }
}
@media (max-width: 480px) {
  /* line 201, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_author {
    display: inline-block;
    width: 100%;
  }
}
/* line 211, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author span {
  font-weight: bold;
  float: left;
  margin-top: 5px;
}
/* line 216, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_author .star_content {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 5px 0 0 0px;
}
/* line 223, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_details {
  overflow: hidden;
  border-left: 1px solid #f0f0f0;
}
/* line 226, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab div.comment .comment_details p {
  margin: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 223, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details {
    width: 80%;
  }
}
@media (max-width: 991px) {
  /* line 223, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details {
    border-left: none;
  }
  /* line 234, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul {
    list-style-type: none;
    margin: 0;
  }
  /* line 237, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul li {
    padding: 2px 0 2px;
  }
  /* line 239, ../../../sass/modules/productcomments/productcomments.scss */
  #product_comments_block_tab div.comment .comment_details ul li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    color: #333333;
    margin-right: 8px;
  }
}
/* line 251, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos {
  clear: both;
  float: left;
  padding: 8px 0;
  width: 100%;
}
/* line 256, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos strong {
  display: block;
  color: #333333;
  float: left;
  width: auto;
}
/* line 262, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab .comment_author_infos em {
  color: #adadad;
  float: right;
}
/* line 267, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab a {
  display: inline-block;
}
/* line 271, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab span.report_btn {
  cursor: pointer;
}
/* line 274, ../../../sass/modules/productcomments/productcomments.scss */
#product_comments_block_tab span.report_btn:hover {
  text-decoration: underline;
}

/* line 278, ../../../sass/modules/productcomments/productcomments.scss */
.fl {
  float: left;
}

/* line 281, ../../../sass/modules/productcomments/productcomments.scss */
.fr {
  float: right;
}
