@charset "UTF-8";
/* mixins */
/* inspired by bootstrap */
.product_comments_block_extra_wrapper {
  line-height: 18px;
  padding: 20px 0; }
  .product_comments_block_extra_wrapper .shipping-time-costs {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    float: right; }

.product-additional-features {
  width: 363px;
  max-width: 100%; }

#product_comments_block_extra {
  display: inline; }
  #product_comments_block_extra .comments_note {
    display: inline; }
  #product_comments_block_extra .comments_note span {
    margin-right: 14px; }
  #product_comments_block_extra .comments_note span,
  #product_comments_block_extra .star_content {
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    font-family: 'MontserratRegular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    vertical-align: top; }
    @media (max-width: 599px) {
      #product_comments_block_extra .comments_note span,
      #product_comments_block_extra .star_content {
        font-size: 11px; } }
  #product_comments_block_extra .star_content {
    margin-top: 1px;
    vertical-align: top; }
  #product_comments_block_extra div.star {
    margin: 0 4px; }
    #product_comments_block_extra div.star:after {
      content: "";
      font-family: 'mamutpro';
      display: inline-block;
      color: #ffde26; }
  #product_comments_block_extra div.star_on:after {
    content: "";
    font-family: 'mamutpro';
    display: inline-block;
    color: #ffde26; }
  #product_comments_block_extra .comments_advices {
    clear: both; }

.comments_advices {
  padding-top: 2px; }
  .comments_advices li {
    display: inline-block;
    line-height: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .comments_advices li {
        display: block;
        line-height: 20px; } }
  .comments_advices a {
    text-decoration: none;
    color: #000;
    position: relative;
    margin-right: 8px;
    line-height: 30px;
    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 {
      background: #929292;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      color: white;
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 15px;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      margin-right: 6px;
      text-align: center;
      width: 30px;
      /*max 1199px*/ }
      @media (max-width: 1199px) {
        .comments_advices a:before {
          display: none; } }
    .comments_advices a.reviews:before {
      content: "\f0e5"; }
    .comments_advices a.open-comment-form:before {
      content: "\f040"; }
    .comments_advices a:hover {
      color: #333; }
    .comments_advices a.reviews {
      border-right: 1px solid #d6d4d4;
      padding-right: 30px;
      margin-right: 9px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .comments_advices a.reviews {
          margin-right: 0;
          padding: 0;
          border: none; } }

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

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

#new_comment_form {
  overflow: hidden;
  color: #333;
  text-align: left; }
  #new_comment_form h2 {
    margin-bottom: 10px; }
  #new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: #f5f5f5;
    text-transform: uppercase;
    background: #000000; }
  #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 img {
      border: 1px solid #d6d4d4; }
    #new_comment_form .product .product_desc {
      line-height: 18px;
      color: #666; }
      #new_comment_form .product .product_desc .product_name {
        padding: 10px 0 5px;
        font-size: 13px;
        color: #000; }
  #new_comment_form .new_comment_form_content {
    padding: 15px 25px 15px 15px;
    background: #f8f8f8; }
    @media (max-width: 767px) {
      #new_comment_form .new_comment_form_content {
        padding-left: 25px; } }
    #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: #fff; }
  #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 20px 0; }
  #product_comments_block_tab div.comment {
    margin-bottom: 20px; }
    #product_comments_block_tab div.comment:first-child {
      padding: 0;
      border: none; }
    #product_comments_block_tab div.comment .comment_author {
      padding: 20px;
      font-family: 'MontserratLight', sans-serif;
      font-weight: 300;
      line-height: 18px;
      background: #000;
      color: #fff; }
      @media (max-width: 767px) {
        #product_comments_block_tab div.comment .comment_author {
          width: 100%;
          padding: 10px; } }
      #product_comments_block_tab div.comment .comment_author .grade-label {
        text-transform: uppercase;
        font-family: 'MontserratRegular', sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          #product_comments_block_tab div.comment .comment_author .grade-label {
            font-size: 11px; } }
      #product_comments_block_tab div.comment .comment_author .star_content {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px; }
    #product_comments_block_tab div.comment .comment_details {
      padding: 20px;
      position: relative; }
      @media (max-width: 767px) {
        #product_comments_block_tab div.comment .comment_details {
          width: 100%; } }
      #product_comments_block_tab div.comment .comment_details:before {
        content: '';
        content: '';
        display: inline-block;
        vertical-align: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: -12px;
        top: 50%;
        margin-top: -12px; }
      #product_comments_block_tab div.comment .comment_details .title_block {
        font-family: 'MontserratBold', sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase; }
      #product_comments_block_tab div.comment .comment_details .comment-content {
        font-size: 14px;
        line-height: 20px; }
      #product_comments_block_tab div.comment .comment_details .comment-actions {
        margin: 0;
        padding: 0; }
        #product_comments_block_tab div.comment .comment_details .comment-actions li {
          margin-right: 15px;
          font-size: 12px; }
          #product_comments_block_tab div.comment .comment_details .comment-actions li a, #product_comments_block_tab div.comment .comment_details .comment-actions li button, #product_comments_block_tab div.comment .comment_details .comment-actions li .btn {
            font-family: 'MontserratSemiBold', sans-serif;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            color: #c10a25;
            background: transparent;
            border: none;
            padding: 0;
            margin: 0;
            text-decoration: underline; }
            #product_comments_block_tab div.comment .comment_details .comment-actions li a:focus, #product_comments_block_tab div.comment .comment_details .comment-actions li a:active, #product_comments_block_tab div.comment .comment_details .comment-actions li a:hover, #product_comments_block_tab div.comment .comment_details .comment-actions li button:focus, #product_comments_block_tab div.comment .comment_details .comment-actions li button:active, #product_comments_block_tab div.comment .comment_details .comment-actions li button:hover, #product_comments_block_tab div.comment .comment_details .comment-actions li .btn:focus, #product_comments_block_tab div.comment .comment_details .comment-actions li .btn:active, #product_comments_block_tab div.comment .comment_details .comment-actions li .btn:hover {
              outline: none;
              text-decoration: none;
              background: transparent; }
      @media (max-width: 767px) {
        #product_comments_block_tab div.comment .comment_details {
          border-left: none;
          padding: 10px; }
          #product_comments_block_tab div.comment .comment_details .title_block {
            font-size: 13px; }
          #product_comments_block_tab div.comment .comment_details .comment-content {
            font-size: 11px;
            line-height: 16px; }
          #product_comments_block_tab div.comment .comment_details .comment-actions li {
            font-size: 11px; }
            #product_comments_block_tab div.comment .comment_details .comment-actions li a, #product_comments_block_tab div.comment .comment_details .comment-actions li button, #product_comments_block_tab div.comment .comment_details .comment-actions li .btn {
              font-size: 11px; }
          #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: #333;
                margin-right: 8px; } }
  #product_comments_block_tab div.star {
    margin: 0 4px; }
    #product_comments_block_tab div.star:after {
      content: "";
      font-family: 'mamutpro';
      display: inline-block;
      color: #ffde26; }
  #product_comments_block_tab div.star_on:after {
    content: "";
    font-family: 'mamutpro';
    display: inline-block;
    color: #ffde26; }
  #product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 9px; }
    #product_comments_block_tab .comment_author_infos em {
      font-size: 11px; }
    @media (max-width: 767px) {
      #product_comments_block_tab .comment_author_infos {
        font-size: 11px; }
        #product_comments_block_tab .comment_author_infos em {
          float: right; } }
  #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; }