#lgcomment {
  padding-bottom: 60px;
  margin-top: 12px;
}

#lgcomment.page-product-box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    display: inline-block;
    width: 100%;
}

#lgcomment h3 {
    border: none;
    border-bottom: 3px solid #2fb5d2;
    color: #2fb5d2;
    padding: .5em 1em;
    font-size: 15px;
}

#lgcomment .content-button {
  text-align: center;
  /* margin: 10px 0px 10px 0px; */
  /* margin-right: 48px; */
  display: flex;


  padding: 32px 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;

  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  border: 1px solid #E3E3E3;
}

#lgcomment .content-button .content-button__text h3 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 4px 0;
  border: none;
  margin: 0 0 12px;
}
#lgcomment .content-button .content-button__text p {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  margin: 0;
}



#lgcomment .content-button .lgcomment_button {
  display: flex;
  /* padding: 18px 108px; */
  padding: 18px 0;
  width: 320px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #222;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border: none;

  margin: 0 auto;
}

#lgcomment .content-button .lgcomment_button:hover {
  background: #000;
  color: #FFF;
}

#lgcomment .rating-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 0 16px 0;
    margin: 0 48px;
    height: 100%;
}

#lgcomment .rating-average-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 32px 0 0;
    margin: 0 32px 0 0;
    border-right: 1px solid #ebebeb;
}

#lgcomment .rating-average-block.bottom-rating {
    border-top: 1px solid #ebebeb;
    padding: 48px 16px 48px;
}

#lgcomment .rating-average-stars img{
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

#lgcomment .rating-average-totalreviews {
    /* font-size: 12px; */
    color: #969696;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#lgcomment .rating-average-title{
    font-weight: bold;
    font-size: 22px;
}

#lgcomment .rating-average-score-top {
    font-size: 16px;
    color: #555;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}
#lgcomment .rating-average-score-top span{
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#lgcomment .rating-average-score {
    font-size: 18px;
}


#lgcomment .lgcomments_no_rewies {
    padding: 48px 32px;

}
#lgcomment .lgcomments_no_rewies p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


#lgcomment .productComment {
  /* position: relative; */
  display: flex;
  margin: 32px 48px 32px 232px;
  padding-top: 32px;
  border-top: 1px solid #E3E3E3;
}

#lgcomment .productComment .info-block-author,
#lgcomment .productComment .info-block-comment {
  padding: 0;

}

#lgcomment .productComment .content-block {
    /* border-left: 1px solid #2fb5d2; */
}

#lgcomment .productComment .nick-comment {
  color: #222;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
#lgcomment .productComment .purchased-confirmed {
  color: #555;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

#lgcomment .productComment .comment-review {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

#lgcomment .productComment .comment-review__date {
  color: #555;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 16.8px */
}

#lgcomment .productComment .content-block {
  margin-top: 12px;
}

#lgcomment .productComment .content-block p {
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 0;
}


#lgcomment .productComment .date {
    font-size: .72rem;
    color: #7a7a7a;
}

#lgcomment .productComment .title {
    font-size: 1rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
}

#lgcomment .productComment .comment {
    font-size: 0.95rem;
    color: #555555;
}

#lgcomment .productComment .answer {
    padding-left: 50px;
    color: #000;
    font-style: italic;
    margin-top: 10px;
}

#lgcomment .lgcomment_summary {
    /* border-bottom: 1px solid #ebebeb; */
    /* display: block; */
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px 0px;
    /* font-family:"Open Sans",sans-serif; */
    /* width: 100%; */
    background: none repeat scroll 0 0 #FFFFFF;
    color: #777777;
    flex-grow: 1;
}

#lgcomment .commentfilter {
    /* float:left; */
    /* width:12%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    /* margin-bottom: 16px; */
    margin: 0;
}

#lgcomment .commentfilter span.commentfilter-stars {
  display: flex;
  width: 100px;
  /* display: block; */
}
#lgcomment .commentfilter span.commentfilter-stars img {
  display: block;
  width: 100%;
}
#lgcomment .commentfilter span.commentfilter-count {
    /* display: block; */
    display: flex;
    width: 40px;
    /* margin-right: 20px; */
    color: #555;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

#lgcomment .commentfilter.commentfilter-active span.commentfilter-count {
    font-weight: 700;
}

#lgcomment .commentfiltertitle {
    /* float:left; */
    width:100%;
    cursor: pointer;
    margin: 0 0 16px ;
}

#lgcomment .commentfilter .commentfilter-progressBar {
    /* padding: 5px 0; */
    /* overflow: hidden; */
    flex-grow: 1;
    /* margin-right: 20px; */
    /* display: block; */
    display: flex;
    align-items: center;
    align-content:center;
}
#lgcomment .commentfilter .commentfilter-progressBar span {
    display: block;
}
#lgcomment .commentfilter .commentfilter-progressBar .bar {
  background: #ebebeb;
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 10px;
}
#lgcomment .commentfilter .commentfilter-progressBar .bar .progress {
  background: #7a7a7a;
  border-radius: 30px;
  color: #fff;
  padding: 0;
  width: 0;
  height: 10px;
}


#lgcomment .commentfilter.commentfilter-active .commentfilter-progressBar .bar .progress {
    background: #0a1f43;
}

#lgcomment .commentfilterreset {
    float:left;
    width:100%;
    cursor: pointer;
}

#lgcomment .comment_anchor{
    cursor: pointer;
}

#lgcomment .lgcomment_more_less {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #ebebeb;
    padding: 48px 16px;
    margin: 0 48px;
}

#lgcomment .lgcomment_more_less .btn {
    /* background-color: #0a1f43;
    border-color: #0a1f43;
    border-radius: 999px; */

    /* display: flex; */
    width: 320px;
    padding: 18px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* align-self: stretch; */
    border-radius: 8px;
    border: 1px solid #222;

    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px; /* 0% */
}

.lgcomment_more_less .btn:hover {
    color: #0a1f43;
    background-color: #ffffff;
    border-color: #0a1f43;
}

/*@media (max-width: 768px) {*/
/*.productComment table,*/
/*.productComment td,*/
/*.productComment tr {*/
/*display: block;*/
/*}*/
/*}*/

@media (max-width: 768px ) {
  #lgcomment {
    padding-bottom: 60px;
  }

  #lgcomment .rating-header  {
    margin: 0;
  }

  #lgcomment .rating-average-block {
    padding: 0 0 20px 0;
    margin: 0 auto 20px;
    border: none;
    border-bottom: 1px solid #E3E3E3;
  }

    #lgcomment .productComment {
        margin: 32px 12px 32px 12px;
        padding-top: 32px;
        border-top: 1px solid #E3E3E3;
    }

    #lgcomment .productComment .info-block {
        text-align: center;
    }

    #lgcomment .productComment .nick {
        font-size: 1rem;
    }

    #lgcomment .productComment .date {
        font-size: .90rem;
    }

    #lgcomment .productComment .content-block {
        border: none;
        /* border-bottom: 1px solid #DDDDDD; */
        /* margin-top: 20px; */
        /* padding-bottom: 25px; */
    }
    #lgcomment .lgcomment_more_less {
      padding: 48px 0;
      margin: 0 12px 0 12px;
    }
    /* .commentfilter {
        float:none;
        width:70%;
        cursor: pointer;
    } */
    .commentfilter {
        float:none;
        width:100%;
        margin-right:0%;
        cursor: pointer;
    }
    .commentfilterreset {
        float:none;
        width:100%;
        cursor: pointer;
    }

    .rating-header {
        /* gap: 8px; */
        padding: 48px 16px 0;
        margin: 0 0;
    }
}


@media (max-width: 480px ) {

    #lgcomment .productComment {
        /* margin: 0 16px; */
        /* padding: 8px 0; */
        flex-direction: column;
        margin: 32px 16px;
        /* border-top: 1px solid #ebebeb; */
        /* padding-top: 24px; */
    }

    #lgcomment .productComment .info-block-author,
    #lgcomment .productComment .info-block-comment {
        width: 100%;
    }

    #lgcomment .productComment .info-block-author {
        padding-bottom: 7px;
    }

    #lgcomment .content-button {
      padding: 32px 16px;
    }
    #lgcomment .content-button .lgcomment_button {
      padding: 18px 0;
      width: 100%;
    }
    /* #lgcomment .lgcomment_more_less {} */

    .rating-header {
        flex-flow: column nowrap;
        padding: 48px 0 0;
        margin: 0 0;
    }

    .rating-average-block {
        gap: 8px;
        padding: 0 0 16px 0 ;
        margin:  0 0 16px 0 ;
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }
    .lgcomment_summary {
        width: 100%;
    }
}

.comment_anchor {
    cursor: pointer;
}

#lgcomment .lgcomments_law_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CCCCCC;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
