.comments .star {
  width: 13px;
  display: inline-block;
  color: #FF9727;
}
.comments .reply_area {
  padding: 10px;
  background: #FFF;
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.comments #comment_add_form {
  margin-top: 20px;
}
.comments #comment_add_form .label_form {
  font-weight: 650;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}
.comments #comment_add_form .tab-title {
  margin-bottom: 20px;
}
.comments ._textarea {
  float: none;
  width: 100%;
  padding-right: 0px;
}
.comments ._textarea textarea {
  display: block;
  overflow: hidden;
  background: #fff;
  min-height: 123px;
  border: 1px solid #EEEEEE;
  padding: 10px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}
.comments .wrap_r {
  float: none;
  width: 96%;
  padding-left: 0px;
  position: fixed;
  top: 130px;
  z-index: 100;
  left: 2%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .comments .wrap_r {
    width: 40%;
    left: 30%;
  }
}
.comments .comment_keyword_wrapper {
  border: 1px solid #EEE;
  max-width: 100%;
  color: #333;
  box-sizing: border-box;
  width: 400px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
}
.comments .comment_keyword_wrapper #comment_keyword {
  display: block;
  padding: 8px;
  font-size: 14px;
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.comments .comment_keyword_wrapper .button-search {
  width: 42px;
  height: 32px;
  position: absolute;
  border: none;
  right: 0px;
  top: 3px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.comments .comment_keyword_wrapper .button-search svg {
  width: 18px;
  color: var(--main-color);
}
.comments .wrap_loginpost {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.comments .wrap_loginpost ._left {
  float: left;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid #d8d8d8;
}
@media only screen and (min-width: 600px) {
  .comments .wrap_loginpost ._left {
    width: 55%;
  }
}
.comments .wrap_loginpost ._left label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  padding-right: 5px;
}
.comments .wrap_loginpost ._left a {
  overflow: hidden;
  margin-right: 2px;
}
.comments .wrap_loginpost ._left a i {
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.comments .wrap_loginpost ._left a ._facebook {
  background-position: 0 0;
  width: 110px;
  height: 37px;
}
.comments .wrap_loginpost ._left a ._googleplus {
  background-position: 0 -40px;
  width: 110px;
  height: 37px;
}
.comments .wrap_loginpost ._left a ._mobileworld {
  background-position: 0 -80px;
  width: 130px;
  height: 37px;
}
.comments .wrap_loginpost ._left ._noaccount {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
.comments .wrap_loginpost ._left ._noaccount a {
  color: var(--main-color);
}
.comments .wrap_loginpost ._right {
  float: right;
  overflow: hidden;
  width: 100%;
}
.comments .wrap_loginpost ._right label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.comments .wrap_loginpost ._right .txt_input {
  display: block;
  padding: 8px;
  width: 96%;
  margin: 10px 2%;
  height: 35px;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.comments .wrap_loginpost ._right ._btn_comment {
  display: block;
  padding: 7px 10px;
  border: 1px solid #EEE;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  color: #333;
  box-sizing: border-box;
}
.comments .wrap_submit {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.comments .wrap_submit .userinfo {
  font-size: 14px;
  color: #2a2a2a;
  text-align: center;
  font-weight: 650;
  max-width: 250px;
  padding: 11px 0 10px;
  cursor: pointer;
  background: #fff;
  position: absolute;
  left: 20px;
  padding-right: 64px;
}
.comments .wrap_submit .userinfo.in {
  right: 280px;
}
.comments .wrap_submit .userinfo .avaS {
  margin-top: -4px;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.comments .wrap_submit .userinfo .uname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  float: left;
  text-align: left;
}
.comments .wrap_submit .userinfo a {
  color: var(--main-color);
  font-weight: 300;
  float: left;
  position: absolute;
  right: -3px;
}
.comments .wrap_submit ._close_comment {
  background: none repeat scroll 0 0 #f1f1f1;
  border: none;
  font-size: 15px;
  padding: 8px 24px 9px;
  margin-left: 10px;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}
.comments .wrap_submit .txt_input {
  width: 96px;
  border: 1px solid #B3B3B3;
  height: 30px;
  padding: 10px;
  line-height: 30px;
  color: #333333;
  float: left;
}
.comments .wrap_submit .code-view {
  float: left;
}
.comments .wrap_submit ._btn_comment {
  display: block;
  width: 96%;
  margin-left: 2%;
  margin: 0 auto 10px;
  padding: 8px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  background: var(--main-color);
  cursor: pointer;
  -webkit-background: var(--main-color);
  -webkit-appearance: none;
}
.comments ._contents ._level_0 {
  margin-bottom: 10px;
  margin-top: 15px;
}
.comments ._contents ._level_0 p ._avatar {
  float: left;
  width: 25px;
  height: 25px;
  background: #ccc;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  font-weight: 650;
}
.comments ._contents ._level_0 p ._name {
  color: #22221D;
  font-weight: 650;
  float: left;
  line-height: 28px;
  margin-right: 20px;
  font-size: 15px;
}
.comments ._contents ._level_0 p ._level {
  float: left;
  background: var(--main-color);
  text-transform: uppercase;
  padding: 2px 10px 0;
  font-size: 12px;
  margin-top: 2px;
  color: #fff;
}
.comments ._contents ._level_0 ._wrap {
  padding-bottom: 10px;
  padding-left: 32px;
  word-break: break-word;
}
.comments ._contents ._level_0 ._wrap ._content {
  color: #222;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 24px;
}
.comments ._contents ._level_0 ._wrap ._content a {
  color: #288ad6;
}
.comments ._contents ._level_0 ._wrap ._control {
  font-size: 13px;
}
.comments ._contents ._level_0 ._wrap ._control .button_reply {
  color: #498FE1;
}
.comments ._contents ._level_0 ._wrap ._control .dot {
  padding: 0 5px;
  font-size: 30px;
  height: 6px;
  line-height: 0;
  display: inline-block;
  color: #B3B5B2;
}
.comments ._contents ._level_0 ._wrap ._control .favorite {
  display: none;
}
.comments ._contents ._level_0 ._wrap ._control .date {
  color: #B3B5B2;
}
.comments ._contents ._level_0 ._level_1 {
  background: rgba(241, 241, 241, 0.5882352941);
  padding-top: 10px;
  margin-left: 35px;
  padding-left: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.comments ._contents ._level_0 ._level_2 {
  padding-left: 33px;
}

/**************** COMMENT ****************/
.rate i, #ratings1 i {
  width: 17px;
  height: 17px;
  display: inline-flex;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}

.star_on {
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="rgb(255, 151, 39)" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
  background-repeat: no-repeat;
}

.star_off {
  background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
  background-repeat: no-repeat;
}

#ratings1 {
  display: block;
  float: left;
  margin-top: 5px;
}

#ratings1 i {
  cursor: pointer;
}

.rating_area {
  margin-bottom: 14px;
}

.rating_note {
  background: var(--main-color);
  color: #FFF;
  padding: 4px 10px;
  position: relative;
  font-size: 13px;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  float: left;
  margin-left: 28px;
}

.rating_note::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 12px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  top: 0;
  left: -12px;
}

.manufactory font {
  color: #0183BF;
  margin-right: 13PX;
}

.rate_count {
  margin-left: 5px;
}

.tab_label {
  margin-bottom: 15px;
  line-height: 1.5;
}
.tab_label h3 {
  display: inline-block;
}

.btn-comment-mb, .btn-comment-mb-rep {
  background-color: var(--main-color);
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 8px 12px 9px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 550px) {
  .btn-comment-mb, .btn-comment-mb-rep {
    width: 55%;
    border-radius: 5px;
    margin: 10px auto;
    margin-bottom: 20px;
  }
}

.display-open {
  display: block !important;
}

.full-screen-mobile {
  background: rgba(0, 0, 0, 0.4392156863);
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.title-mb {
  overflow: hidden;
  padding: 13px 0 10px 10px;
  font-size: 16px;
  color: #333;
  font-weight: 650;
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid #e6e3e3;
  position: relative;
  display: block;
}
.title-mb .close-md-comment {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
  cursor: pointer;
}

.comments_product_cat {
  margin: 0px auto 30px;
  width: 900px;
}
@media screen and (max-width: 1024px) {
  .comments_product_cat {
    width: 100%;
  }
}/*# sourceMappingURL=default.css.map */