/* display none */
div.wpcr3_item_name,
div.wpcr3_aggregateRating,
div.wpcr3_dotline,
div.wpcr3_review_datePublished,
div.wpcr3_review_author,
div.wpcr3_pagination_page,
div.wpcr3_a:nth-child(2),
div.wpcr3_a:last-child {display: none!important;}

/* products-review */
.products-review {
  max-width: 1000px;
  margin: 0 auto;
}
.product-review-container {
  background-color: #fff;
  border: 6px solid #4FAC5A;
  border-radius: 10px;
  padding: 47px 100px 81px;
}
.reviewTitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
/* review */
.wpcr3_reviews_holder {
  margin-bottom: 40px;
}
.wpcr3_review_item {
}
.wpcr3_review {
  background-color: #f4efe9;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
div.wpcr3_review_customs div.wpcr3_review_custom {
  font-size: 20px;
  padding-left: 30px;
  margin-left: 40px;
  background-image: url('../img/products/foot_ico.png');
  background-repeat: no-repeat;
  background-size: contain;
}
div.wpcr3_review blockquote.wpcr3_content {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  border-top: 4px solid #fff;
}
/* pagination */
.wpcr3_respond_1  div.wpcr3_pagination {
  max-width: fit-content;
  margin: 0 auto 70px;
}
.wpcr3_pagination .wpcr3_a {
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #4fac5a;
  background-color: #fff;
  border: 2px solid #4fac5a;
  border-radius: 50%;
}
.wpcr3_pagination .wpcr3_a:hover {
  color: #4fac5a;
  background-color: #fff;
  opacity: 0.8;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current {
  color: #fff;
  background-color: #4fac5a;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current:hover {
  color: #fff;
  background-color: #4fac5a;
  opacity: 0.8;
}
.wpcr3_pagination .wpcr3_a.wpcr3_ls,
.wpcr3_pagination .wpcr3_a.wpcr3_rs {
  background-color: #fff;
  color: #fff;
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  margin-top: 10px;
}
.wpcr3_pagination .wpcr3_a.wpcr3_ls {
  background-image: url('../img/products/arrow_left.png');
  margin-right: 5px;
}
.wpcr3_pagination .wpcr3_a.wpcr3_rs {
  background-image: url('../img/products/arrow_right.png');
  margin-left: 5px;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled {opacity: 0.3;}
/* review post */
div.wpcr3_respond_3 .wpcr3_show_btn {
  width: 100%;
  color: #fff;
  background-image: url('../img/products/comment-dots.png');
  background-repeat: no-repeat;
  background-size: 36px 32px;
  background-color: #4fac5a;
  background-position: center left+28px;
  padding-left: 78px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  position: relative;
}
div.wpcr3_respond_3 .wpcr3_show_btn:before {
  content: "";
  width: 25px;
  height: 16px;
  background-image: url('../img/products/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
div.wpcr3_respond_3 .active.wpcr3_show_btn:before {
  transform: rotate(180deg);
}
div.wpcr3_respond_2 {
  background-color: #f4efe9;
  border-radius: 0 0 10px 10px;
}
div.wpcr3_respond_2 .wpcr3_div_2 {
  padding: 40px 40px 60px;
  width: 100%;
}
label.comment-field {
  font-size: 20px;
}
.wpcr3_review_form_text_field .text-input,
.wpcr3_review_form_text_field .wpcr3_ftext {
  width: 100%;
  padding: 16px 20px;
  border: none;
}
.wpcr3_review_form_rating_field td,
.wpcr3_review_form_text_field td {
  padding-bottom: 30px;
}
.review_caution_block {
  background-color: #fff;
  height: 180px;
  font-size: 16px;
  padding: 20px 20px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.review_caution_block .review_caution_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px!important;
}
.wpcr3_fconfirm2 {
  font-size: 16px;
}
.wpcr3_check_confirm label.review_confirmWrap {
  text-align: center;
  margin-bottom: 43px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
div.wpcr3_button_1.wpcr3_submit_btn {
  color: #fff;
  background-color: #4fac5a;
  background-image: none;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  width: 286px;
  height: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:992px) {
  .products-review {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-review-container {
    padding: 38px 26px 40px;
  }
  .wpcr3_review_ratingValue,
  .wpcr3_review_customs {
    width: 100%;
  }
  div.wpcr3_review_customs div.wpcr3_review_custom {
    background-size: 18px 20px;
    margin-left: 0;
    font-size: 15px;
  }
  div.wpcr3_respond_3 .wpcr3_show_btn {
    background-size: 29px 28px;
    background-position: center left+13px;
    font-size: 20px;
    padding-left: 48px;
  }
  div.wpcr3_respond_3 .wpcr3_show_btn:before {
    width: 17px;
    height: 10px;
    right: 15px;
  }
  div.wpcr3_respond_2 .wpcr3_div_2 {
    padding: 25px 15px 30px;
  }
  .wpcr3_review_form_rating_field td,
  .wpcr3_review_form_text_field td {
    display: block;
    padding-bottom: 5px;
  }
  .wpcr3_review_form_text_field .text-input,
  .wpcr3_review_form_text_field .wpcr3_ftext {
    max-width: 250px;
  }
  .review_caution_block {
    max-width: 250px;
    margin-top: 20px;
  }
  .wpcr3_check_confirm label.review_confirmWrap {
    left: inherit;
    transform: inherit;
  }
  div.wpcr3_button_1.wpcr3_submit_btn {
    max-width: 250px;
  }




}
