/*  DevVN Woocommerce Reviews */

/*.devvn_cmt_input:after{*/
/*    content: "Gửi";*/
/*    padding: 5px 10px;*/
/*    background-color: #F58220;*/
/*    color: #fff;*/
/*    line-height: 1;*/
/*    border-radius: 5px;*/
/*}*/

.devvn_cmt_search_box {
  width: 250px;
}

.devvn_prod_cmt {
  max-width: 100%;
}

.devvn_prod_cmt > strong {
  font-size: 18px;
  padding-top: 16px;
}

.devvn_cmt_form form#devvn_cmt input[type=text],
.devvn_cmt_form form#devvn_cmt .devvn_cmt_radio,
.devvn-comments-area form#commentform input[type=text],
.devvn-comments-area form#commentform .comment-form-gender {
  display: none;
}

.devvn_cmt_input {
  position: relative;
}

.devvn_cmt_input:after:hover {
  cursor: pointer;
}

.devvn_cmt_form_bottom,
.devvn_row_post_comment {
  justify-content: flex-end;
}

.devvn_cmt_form_bottom .devvn_cmt_input,
.devvn_row_post_comment .comment-form-author,
.devvn_row_post_comment .comment-form-email,
.devvn_row_post_comment .comment-form-phone {
  max-width: 230px;
}

.devvn_cmt_radio label,
.comment-form-gender label {
  display: inline-block !important;
}

.devvn_cmt_radio label span,
.comment-form-gender label span {
  line-height: 1.3 !important;
}

.comment-form-gender {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  text-align: right;
  padding-top: 7px;
  white-space: nowrap;
}

.comment-form-gender label {
  font-weight: 700;
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
}

.comment-form-gender label input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  display: block;
}

.comment-form-gender label input:checked ~ span:before {
  border: 1px solid #3398d2;
}

.comment-form-gender label input:checked ~ span:after {
  background: #3398d2;
  border: 1px solid #3398d2;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}

.comment-form-gender label span:before,
.comment-form-gender label span:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 1px;
  left: 0;
}

.comment-form-gender label span {
  padding-left: 23px;
  display: block;
}

.devvn-comments-area form#commentform input,
.devvn-comments-area form#commentform textarea {
  font-size: .97em !important;
  font-family: inherit !important;
}

.devvn-comments-area form#commentform textarea {
  background-color: #fff;
}

.devvn-comments-area form#commentform input {
  height: 35px !important;
  margin-bottom: 5px !important;
}

.devvn-comments-area .form-submit input#submit {
  color: #fff;
  background: #F58220;
  line-height: 35px;
}