.popover {
  padding: 0;
  -moz-box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2);
  box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2); }
  .popover .popover-title {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px; }
  .popover .popover-content {
    font-size: 12px; }
    .popover .popover-content table {
      margin: 0 !important; }
      .popover .popover-content table td {
        border-color: #393e45; }
        .popover .popover-content table td:hover {
          background: none;
          cursor: pointer;
          color: #c2d44e; }

.star {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  margin: 0; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }
  .star:after {
    font-family: "FontAwesome";
    content: "\f006";
    display: inline-block;
    font-weight: normal;
    color: #fbbc05;
    font-size: 14px;
    line-height: 14px; }
  .star.star_on:after {
    font-family: "FontAwesome";
    content: "\f005";
    display: inline-block;
    font-weight: normal;
    color: #fbbc05; }
  .star.star.star_hover {
    cursor: pointer; }
    .star.star.star_hover:after {
      font-family: "FontAwesome";
      content: "\f005";
      display: inline-block;
      font-weight: normal;
      color: #e3aa04; }

.comments_note {
  white-space: nowrap; }
  .comments_note .nb-comments {
    color: #898e91;
    text-transform: lowercase;
    font-size: 16px; }

#product_comments_block_extra {
  color: #393e45;
  margin: 13px 0; }
  #product_comments_block_extra .comments_note {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    #product_comments_block_extra .comments_note > span {
      display: none;
      vertical-align: middle;
      margin-right: 7px; }
    #product_comments_block_extra .comments_note .star_content {
      padding-top: 1px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    #product_comments_block_extra .comments_note .nb-comments {
      display: inline-block;
      vertical-align: middle; }
  #product_comments_block_extra .comments_advices {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

.comments_advices li {
  display: inline-block;
  margin-right: 22px; }
  .comments_advices li:last-child {
    margin-right: 0; }
.comments_advices a {
  color: #7d7d7d;
  font: 400 16px/24px "Raleway", sans-serif;
  text-transform: none; }
  .comments_advices a:hover {
    color: #c2d44e; }

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

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

#new_comment_form {
  overflow: hidden;
  color: #636363;
  text-align: left;
  padding: 10px; }
  #new_comment_form h2 {
    margin-bottom: 10px;
    font: 400 34px/40px "Raleway", sans-serif; }
  #new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    background: #393e45; }
  #new_comment_form .product_name strong {
    font-weight: normal;
    color: #c2d44e; }
  #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 30px 15px 15px; }
    @media (max-width: 767px) {
      #new_comment_form .product {
        padding-right: 15px; } }
    #new_comment_form .product img {
      margin-bottom: 20px; }
  #new_comment_form .new_comment_form_content {
    background: #f5f6f7;
    border: solid 1px #f5f6f7;
    padding: 15px 20px 14px;
    margin: 0 0 30px 0;
    font: 400 16px/20px "Raleway", sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: -15px; }
    @media (max-width: 767px) {
      #new_comment_form .new_comment_form_content {
        padding-left: 35px;
        padding-right: 35px;
        margin-left: 0; } }
    #new_comment_form .new_comment_form_content .intro_form {
      padding-bottom: 10px;
      font-weight: bold;
      font-size: 12px; }
  #new_comment_form input,
  #new_comment_form textarea {
    width: 100%;
    background: white; }
  #new_comment_form textarea {
    height: 80px; }
  #new_comment_form input {
    margin-bottom: 10px; }
  #new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right; }
  #new_comment_form #criterions_list {
    border-bottom: 1px solid #d7d8da;
    padding-bottom: 15px;
    list-style-type: none; }
    #new_comment_form #criterions_list li {
      margin-bottom: 10px; }
    #new_comment_form #criterions_list label {
      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 ******************************************************************************** */
.page-product-box .container {
  max-width: 100%; }
  @media (max-width: 991px) {
    .page-product-box .container {
      padding: 0; } }

#product_comments_block_tab {
  margin: 0 0 20px; }
  #product_comments_block_tab .new_comment_btn_wrap .open-comment-form {
    font-weight: 400;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #product_comments_block_tab .new_comment_btn_wrap .open-comment-form {
        margin-bottom: 45px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      #product_comments_block_tab .new_comment_btn_wrap .open-comment-form.btn-lg {
        padding: 15px 20px; } }
    @media (min-width: 1200px) {
      #product_comments_block_tab .new_comment_btn_wrap .open-comment-form {
        margin-bottom: 65px; } }
  #product_comments_block_tab div.comment {
    margin: 0;
    padding-bottom: 30px; }
    #product_comments_block_tab div.comment + .comment {
      padding-top: 15px; }
    #product_comments_block_tab div.comment .comment_author span, #product_comments_block_tab div.comment .comment_author .star_content {
      display: inline-block;
      vertical-align: middle; }
    #product_comments_block_tab div.comment .comment_author span {
      color: #c2d44e;
      margin-right: 10px; }
    #product_comments_block_tab div.comment .comment_author .star_content {
      margin: 0; }
    #product_comments_block_tab div.comment .comment_details {
      margin-top: 10px; }
      #product_comments_block_tab div.comment .comment_details .title_block {
        font: normal 18px/28px "Raleway", sans-serif;
        font-weight: 700;
        color: #393e45;
        margin: 0 0 5px 0; }
      #product_comments_block_tab div.comment .comment_details ul {
        margin-bottom: 0;
        margin-top: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #product_comments_block_tab div.comment .comment_details ul li {
          margin-right: 15px;
          margin-top: 5px;
          margin-bottom: 5px; }
          #product_comments_block_tab div.comment .comment_details ul li:last-child {
            margin-right: 0; }
          #product_comments_block_tab div.comment .comment_details ul li > * {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            font-size: 16px; }
            #product_comments_block_tab div.comment .comment_details ul li > *:last-child {
              margin-right: 0; }
      #product_comments_block_tab div.comment .comment_details .useful-buttons button {
        padding: 0;
        background: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-transform: none;
        margin-right: 10px;
        font-weight: 600;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #393e45; }
        #product_comments_block_tab div.comment .comment_details .useful-buttons button:last-child {
          margin-right: 0; }
        #product_comments_block_tab div.comment .comment_details .useful-buttons button:hover, #product_comments_block_tab div.comment .comment_details .useful-buttons button:active, #product_comments_block_tab div.comment .comment_details .useful-buttons button:active:focus, #product_comments_block_tab div.comment .comment_details .useful-buttons button:focus {
          box-shadow: none;
          outline: none;
          color: #c2d44e;
          text-decoration: none; }
  #product_comments_block_tab .comment_author_infos {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    #product_comments_block_tab .comment_author_infos strong, #product_comments_block_tab .comment_author_infos em {
      float: left;
      display: inline-block; }
    #product_comments_block_tab .comment_author_infos strong {
      color: #393e45;
      font-weight: 700;
      margin-right: 30px; }
    #product_comments_block_tab .comment_author_infos em {
      font-size: 16px;
      color: #636363; }
  #product_comments_block_tab span.report_btn .link-button {
    cursor: pointer;
    color: #393e45;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #product_comments_block_tab span.report_btn .link-button:hover {
      color: #c2d44e; }

.fl {
  float: left; }

.fr {
  float: right; }
