
.commentlist{
  margin: 0;
  list-style: none;
  padding: 0;
  .star-rating{
    float: right;
  }
  .comment-meta{
    padding-top: 10px;
    font-size: 12px;
    .comment-author{
      display: inline-block;
    }
    .edit-link{
      display: none;
    }
    time{
      float: left;
      &:after{
        content: "-";
        padding: 0 5px;
      }
    }
    .comment-reply-link{
      float: right;
      &:not(:hover){
        text-decoration: underline;
      }
    }
  }
  .depth-1 > {
    .comment_container{
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
    }
  }
  .comment_container{
    margin-bottom: 20px;
    padding-bottom: 20px;
    @include clearfix;
    @extend %border-color;
  }
  ul.children{
    margin-left: 30px;
    padding-left: 0;
    list-style: none;

    li:not(:last-child){
      .comment_container{
        border-bottom-width: 1px;
        border-bottom-style: solid;
      }
    }
  }
  .comment-respond{
    margin: 30px 0 0;
    padding: 0;
  }
  img.avatar{
    width: 70px;
    height: 70px;
    margin-right: 30px;
  }
  .comment-text{
    float: right;
    width: 80%;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    .description{
      @extend %three-font-family;
      @extend %text-color-secondary;
    }
  }
}

.comment-respond{
  @extend %clearfix;
}


p.comment-notes {
  font-style: italic;
  font-size: 0.875em;
}
.comment-form{
  label{
    display: block;
    text-transform: uppercase;
    padding-bottom: 8px;
    @extend %text-color-secondary;
  }
  .comment-form-rating{
    label{
      display: none;
    }
  }
  input{
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
  }
  textarea{
    width: 100%;
    height: 200px;
    max-width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
  }
  .form-submit{
    padding-top: 10px;
    input{
      padding: 14px 40px;
      text-transform: uppercase;
      line-height: 30px;
      color: #fff;
      border-width: 0;
      border-radius: 0;
      font-weight: bold;
      @extend %background-color-secondary;
      &:hover{
        @extend %background-color-primary;
      }
    }
  }
}

.comments-container{
  margin-bottom: 30px;
  .comments-title{
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.comment_container + .comment-respond{
  .comment-reply-title{
    a{
      text-transform: none;
      font-weight: normal;
      letter-spacing: 0;
      font-size: 12px;
    }
  }
}


.woocommerce-Reviews {
  max-width: 820px;
  margin: 0 auto;
  .woocommerce-Reviews-title{
    display: none;
  }
  span#reply-title {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    @extend %text-color-secondary;
  }

  .comment_container{
    .comment-text{
      position: relative;
      padding-bottom: 30px;
    }
    .meta{
      position: absolute;
      bottom: 0;
      margin: 0;
      > *{
        display: none;
      }
      .woocommerce-review__author{
        display: inline-block;
        font-weight: normal;
        text-transform: uppercase;
        line-height: normal;
        @extend %text-color-secondary;
        &:before{
          content: "";
          width: 40px;
          display: block;
          border-top: 1px solid;
          margin-bottom: 15px;
        }
      }
    }
    .star-rating{
      position: absolute;
      bottom: 8px;
      right: 0;
    }
    .description{

    }
  }
}

.woocommerce-Reviews #comments {
  font-size: 14px;
}

.comments-container .comments-title h3,
.comment-reply-title{
  font-weight: normal;
}