.rates_rate_product {
  max-width: 100% !important;
}

#rates_rate {
  margin-top: 25px;
  max-width: 65%;
  padding-right: 50px;
  box-sizing: border-box;
  /**************** rate ****************/
}
@media only screen and (max-width: 768px) {
  #rates_rate {
    max-width: 100%;
    padding-right: 0px;
  }
}
#rates_rate .pagination {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
#rates_rate .rates {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
#rates_rate .rates .star {
  width: 13px;
  display: inline-block;
  color: #FF9727;
}
#rates_rate .rates .reply_area {
  padding: 10px;
  background: #FFF;
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 3px;
}
#rates_rate .rates #rate_add_form {
  margin-top: 20px;
}
#rates_rate .rates #rate_add_form .label_form {
  float: left;
  font-size: 15px;
  margin-right: 20px;
}
#rates_rate .rates ._textarea {
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 5px;
}
@media all and (max-width: 768px) {
  #rates_rate .rates ._textarea {
    width: 100%;
    float: unset;
  }
}
#rates_rate .rates ._textarea textarea {
  font-size: 14px;
  color: #333;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
  height: 115px;
  resize: none;
  border: none;
  box-sizing: border-box;
}
#rates_rate .rates ._textarea_rep {
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 5px;
}
#rates_rate .rates ._textarea_rep textarea {
  font-size: 14px;
  color: #333;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
  height: 115px;
  resize: none;
  border: none;
  box-sizing: border-box;
}
#rates_rate .rates .rate_keywordwrap_rateper {
  border: 1px solid #EEE;
  max-width: 100%;
  color: #333;
  box-sizing: border-box;
  width: 400px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
}
#rates_rate .rates .rate_keywordwrap_rateper #rate_keyword {
  display: block;
  padding: 8px;
  font-size: 14px;
  width: 100%;
  border: none;
  box-sizing: border-box;
}
#rates_rate .rates .rate_keywordwrap_rateper .button-search {
  width: 42px;
  height: 32px;
  position: absolute;
  background: #ffffff;
  border: none;
  right: 0px;
  top: 0px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
#rates_rate .rates .rate_keywordwrap_rateper .button-search svg {
  width: 18px;
  color: var(--main-color);
}
#rates_rate .rates .wrap_loginpost {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
}
#rates_rate .rates .wrap_loginpost ._left {
  float: left;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid #d8d8d8;
}
@media only screen and (min-width: 600px) {
  #rates_rate .rates .wrap_loginpost ._left {
    width: 55%;
  }
}
#rates_rate .rates .wrap_loginpost ._left label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  padding-right: 5px;
}
#rates_rate .rates .wrap_loginpost ._left a {
  overflow: hidden;
  margin-right: 2px;
}
#rates_rate .rates .wrap_loginpost ._left a i {
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}
#rates_rate .rates .wrap_loginpost ._left a ._facebook {
  background-position: 0 0;
  width: 110px;
  height: 37px;
}
#rates_rate .rates .wrap_loginpost ._left a ._googleplus {
  background-position: 0 -40px;
  width: 110px;
  height: 37px;
}
#rates_rate .rates .wrap_loginpost ._left a ._mobileworld {
  background-position: 0 -80px;
  width: 130px;
  height: 37px;
}
#rates_rate .rates .wrap_loginpost ._left ._noaccount {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
#rates_rate .rates .wrap_loginpost ._left ._noaccount a {
  color: var(--main-color);
}
#rates_rate .rates .wrap_loginpost ._right {
  float: right;
  overflow: hidden;
  width: 100%;
}
#rates_rate .rates .wrap_loginpost ._right label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
#rates_rate .rates .wrap_loginpost ._right .txt_input {
  display: block;
  padding: 8px;
  width: 97%;
  margin: 10px 10px 0px 10px;
  height: 35px;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  #rates_rate .rates .wrap_loginpost ._right .txt_input {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}
#rates_rate .rates .wrap_submit {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  #rates_rate .rates .wrap_submit {
    padding-bottom: 0px;
  }
}
#rates_rate .rates .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;
}
#rates_rate .rates .wrap_submit .userinfo.in {
  right: 280px;
}
#rates_rate .rates .wrap_submit .userinfo .avaS {
  margin-top: -4px;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
#rates_rate .rates .wrap_submit .userinfo .uname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  float: left;
  text-align: left;
}
#rates_rate .rates .wrap_submit .userinfo a {
  color: var(--main-color);
  font-weight: 300;
  float: left;
  position: absolute;
  right: -3px;
}
#rates_rate .rates .wrap_submit ._close_rate {
  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;
}
#rates_rate .rates .wrap_submit .txt_input {
  width: 96px;
  border: 1px solid #B3B3B3;
  height: 30px;
  padding: 10px;
  line-height: 30px;
  color: #333333;
  float: left;
}
#rates_rate .rates .wrap_submit .code-view {
  float: left;
}
#rates_rate .rates .wrap_submit ._btn_rate {
  display: block;
  /* width: 96%; */
  margin-left: 5px;
  padding: 8px;
  font-size: 14px;
  color: #fff;
  margin: 0px 2%;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  cursor: pointer;
  -webkit-background: var(--main-color);
  -webkit-appearance: none;
}
@media all and (max-width: 768px) {
  #rates_rate .rates .wrap_submit ._btn_rate {
    width: 100%;
    margin: 0px;
  }
}
#rates_rate .rates .wrap_submit ._buttom_rate_rep {
  display: block;
  /* width: 96%; */
  margin-left: 5px;
  padding: 8px;
  font-size: 14px;
  color: #fff;
  margin: 0px 2%;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  background: var(--main-color);
  cursor: pointer;
}
#rates_rate .rates ._contents ._level_0 {
  margin-bottom: 10px;
  margin-top: 15px;
}
#rates_rate .rates ._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;
}
#rates_rate .rates ._contents ._level_0 p ._name {
  font-weight: 650;
  /* margin-bottom: 5px; */
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  /* margin-right: 10px; */
}
#rates_rate .rates ._contents ._level_0 p .sttB {
  font-size: 13px;
  padding-left: 16px;
  color: var(--main-color);
  position: relative;
}
#rates_rate .rates ._contents ._level_0 p .sttB:before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -50%);
  background: url('data:image/svg+xml;utf8,<svg height="12px" fill="rgb(43, 169, 105)" width="12px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 408.576 408.576" style="enable-background:new 0 0 408.576 408.576;" xml:space="preserve"><g><g><path d="M204.288,0C91.648,0,0,91.648,0,204.288s91.648,204.288,204.288,204.288s204.288-91.648,204.288-204.288  S316.928,0,204.288,0z M318.464,150.528l-130.56,129.536c-7.68,7.68-19.968,8.192-28.16,0.512L90.624,217.6 c-8.192-7.68-8.704-20.48-1.536-28.672c7.68-8.192,20.48-8.704,28.672-1.024l54.784,50.176L289.28,121.344 c8.192-8.192,20.992-8.192,29.184,0C326.656,129.536,326.656,142.336,318.464,150.528z"/></g></g></svg>');
  background-repeat: no-repeat;
}
#rates_rate .rates ._contents ._level_0 p ._level {
  float: left;
  background: var(--main-color);
  text-transform: uppercase;
  padding: 2px 10px 0;
  border-radius: 4px;
  font-size: 12px;
  /* margin-top: 2px; */
  color: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate {
  padding-bottom: 10px;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._content {
  color: #606060;
  margin-bottom: 9px;
  position: relative;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._content .iconcom-txtstar {
  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="orange" 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;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._content .iconcom-txtnostar {
  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;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._content i {
  width: 13px;
  height: 11px;
  display: inline-flex;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate span {
  margin-right: 10px;
  /* align-items: center; */
  display: inline-block;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._control {
  font-size: 13px;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .button_reply1 {
  color: #498FE1;
  font-size: 14px;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .dot {
  padding: 0 5px;
  /* font-size: 30px; */
  /* height: 6px; */
  /* line-height: 0; */
  display: unset;
  color: #B3B5B2;
  margin-right: 0px;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .favorite {
  display: none;
}
#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .date {
  color: #B3B5B2;
}
#rates_rate .rates ._contents ._level_0 ._level_1 {
  background: rgba(255, 255, 255, 0.5882352941);
  padding-top: 5px;
  margin-left: 35px;
  padding-left: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  border-left: 3px solid #eee;
}
#rates_rate .rates ._contents ._level_0 ._level_1 .button_reply1 {
  display: none;
}
#rates_rate .rates ._contents ._level_0 ._level_2 {
  padding-left: 33px;
}
#rates_rate .rate i, #rates_rate #ratings i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}
#rates_rate .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="orange" 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;
}
#rates_rate .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;
}
#rates_rate #ratings {
  display: block;
  float: left;
  margin-top: 5px;
}
#rates_rate #ratings i {
  cursor: pointer;
}
#rates_rate .rating_area {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: left;
}
#rates_rate .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;
}
#rates_rate .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;
}
#rates_rate .manufactory font {
  color: #0183BF;
  margin-right: 13px;
}
#rates_rate .rate_count {
  margin-left: 5px;
}
#rates_rate .tab_label {
  margin-top: 11px;
}
#rates_rate .display-open {
  display: block !important;
}
#rates_rate .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;
}
#rates_rate .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;
}
#rates_rate .title-mb .close-md-rate {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
  cursor: pointer;
}
#rates_rate .btn-rate-mb, #rates_rate .btn-rate-mb-rep {
  background: none repeat scroll 0 0 var(--main-color);
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 8px 12px 9px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}
#rates_rate .toprt {
  border: solid 1px var(--main-color);
  padding: 5px 15px;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt {
    padding: 5px 5px 10px;
  }
}
#rates_rate .toprt .crt {
  height: 120px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt .crt {
    height: 100%;
  }
}
#rates_rate .toprt .crt .lcrt {
  width: 17%;
  float: left;
  border-right: solid 1px #eee;
  padding-top: 31px;
  height: 90%;
  text-align: center;
  box-sizing: border-box;
  margin: 5px 10px 5px 5px;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt .crt .lcrt {
    width: calc(27% - 10px);
    margin: 5px 5px 5px 5px;
    border: unset;
  }
}
@media all and (max-width: 335px) {
  #rates_rate .toprt .crt .lcrt {
    width: calc(22% - 10px);
  }
}
#rates_rate .toprt .crt .rcrt {
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
  width: 55%;
  float: left;
  border-right: solid 1px #eee;
}
@media all and (max-width: 414px) {
  #rates_rate .toprt .crt .rcrt {
    font-size: 11px;
  }
}
#rates_rate .toprt .crt .rcrt span.t {
  display: inline-block;
  color: #333;
}
@media all and (max-width: 414px) {
  #rates_rate .toprt .crt .rcrt span.t {
    font-size: 12px;
  }
}
#rates_rate .toprt .crt .rcrt span.t i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAj1JREFUSA21ljuLE1EUxzOTDRMYtpg0phdsAoIirlss4naCIllIgmDARbPNEj+AVTo7EWJjsIiEsHl0sh9g++CrSLWWrpAUu4UPlGwSf0dmwp0XM8h44HDPPed//ufcx+RGS8WUer1uTCaToyWSz+dvNZvN33FS9TggwUyn0yLcNzA3KbQTNy92gcViUVNIVVtx+03N7/J7KpXKRQocE3HwS+xLw+Hwsx/t9sRaAeSPFXJhkEKPxIiSyAKNRmMNkodeIk3Tdu2YN+SaRxYYj8d3yci7sphw4BfsmDfkmjt7mqpWq+ZsNsvRmUVybj6fWyBz6B563ZVlT8COwL5ieqqqZVlnrVbrp8C0crn8hvE+wIw4EhT5Tg7WIL6JkTS59Gmg23o6nS5inIgnSWH7vuq6XtR7vd4HiDdQGZOSj5lMZqPf77//e4v4YE6y2ewW7G8TqHAIx1a32/0iXKtr2ul0fhQKBdmu5xL4F2FbXsBxj4a/O/mra+o4ZORm7XP4L1VflM1+P2FLml7cagVqgE7eqfOY9igIF1jAvrpB+FBfWM5/L+A7g1KplKbNM3Q9tN3gwDfcFgc8V8O+FXBYVwEEkS85m9eixOU98Mo6H+0Vr9NXIGQvj0neHgwGNVGxIZIHyCW8G/Kz45KoAud0/Mw0zct88UdOptjikxi+c8fP6Csgj4lLSMqyihTjCK1xtz+5APak3W7/wnzKc9qnc9m2a+SZXmzQCqqAbgPeDCNXSWyM/Nu4YxjGAzUm9h+0KskbKVc12wAAAABJRU5ErkJggg==");
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
}
#rates_rate .toprt .crt .rcrt span.c {
  display: inline-block;
  color: var(--main-color);
  cursor: pointer;
}
#rates_rate .toprt .crt .rcrt span.n {
  color: #333;
  text-decoration: unset !important;
  cursor: unset !important;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt .crt .rcrt {
    width: 73%;
    border-right: 0px;
    border-left: solid 1px #eee;
    padding: 0px;
    margin: 8px 0px;
  }
}
@media all and (max-width: 335px) {
  #rates_rate .toprt .crt .rcrt {
    width: 78%;
  }
}
#rates_rate .toprt .crt .r {
  padding: 1px 20px;
}
@media all and (max-width: 414px) {
  #rates_rate .toprt .crt .r {
    padding: 1px 0px 1px 10px;
  }
}
#rates_rate .toprt .crt .bgb {
  width: 55%;
  background-color: #e9e9e9;
  height: 5px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 5px;
}
#rates_rate .toprt .crt .bgb .bgb-in {
  background-color: #f25800;
  background-image: linear-gradient(90deg, #ff7d26 0%, #f25800 97%);
  height: 5px;
  border-radius: 5px 0 0 5px;
  max-width: 100%;
}
#rates_rate .toprt .bcrt {
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt .bcrt {
    width: 100%;
  }
}
#rates_rate .toprt .bcrt a {
  display: block;
  width: 180px;
  margin: 41px auto 0;
  padding: 10px;
  color: #fff;
  background-color: #000;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
#rates_rate .toprt .bcrt a:hover {
  background: var(--main-color);
  color: #fff;
}
@media all and (max-width: 1024px) {
  #rates_rate .toprt .bcrt a {
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    width: 94%;
    margin: 0px auto;
    padding: 8px 0px;
  }
}
#rates_rate .toprt .bcrt .close_rate {
  background: #fff;
  color: var(--main-color);
  border: 1px solid #ddd;
}
#rates_rate .toprt .bcrt .close_rate:hover {
  color: #fff;
}
#rates_rate .toprt .MsgRt {
  display: block;
  margin: 10px 0;
  color: #d0021b;
}
#rates_rate .toprt .extCt {
  padding: 5px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}
#rates_rate .toprt .ckt {
  text-align: center;
  margin: 7px;
  font-size: 12px;
}
#rates_rate .toprt .lcrt {
  width: 17%;
  float: left;
  border-right: solid 1px #eee;
  padding-top: 31px;
  height: 90%;
  text-align: center;
  box-sizing: border-box;
  margin: 5px 10px 5px 5px;
}
#rates_rate .toprt .lcrt b {
  font-size: 40px;
  color: #fd9727;
  line-height: 40px;
}
@media all and (max-width: 768px) {
  #rates_rate .toprt .lcrt b {
    font-size: 30px;
  }
}
@media all and (max-width: 335px) {
  #rates_rate .toprt .lcrt b {
    font-size: 22px;
  }
}
#rates_rate .toprt .lcrt i {
  vertical-align: initial;
  width: 32px;
  height: 32px;
  background: url("data:image/png;base64,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");
  background-size: 32px 32px;
  line-height: 30px;
  display: inline-block;
}
@media all and (max-width: 768px) {
  #rates_rate .toprt .lcrt i {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media all and (max-width: 335px) {
  #rates_rate .toprt .lcrt i {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}
#rates_rate .rsStar {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  background: #52b858;
  color: #fff;
  padding: 2px 8px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 2px;
}
#rates_rate .rsStar:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(82, 184, 88, 0);
  border-right-color: #52b858;
  border-width: 6px;
  margin-top: -6px;
}
#rates_rate .hide {
  display: none;
}

.hide_form {
  display: none;
}

.wrapper_messs {
  float: none;
  width: 96%;
  padding-left: 0px;
  position: fixed;
  top: 130px;
  z-index: 100;
  left: 2%;
  display: none;
  width: 40%;
  left: 30%;
}
.wrapper_messs .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;
}
.wrapper_messs .wrap_submit {
  padding-top: 10px;
  margin-top: 0px !important;
}

#rates_rate .rates .reply_area ._textarea_rep {
  margin-right: 10px;
  margin-top: 0px;
}
#rates_rate .rates .reply_area textarea {
  height: 22px;
}
#rates_rate .rates .reply_area .btn-rate-mb-rep {
  margin-top: 5px;
}

.rtpLnk {
  display: inline-block;
  padding: 7px 20px;
  color: var(--main-color);
  border: solid 1px var(--main-color);
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 0 20px;
}
@media all and (max-width: 768px) {
  .rtpLnk {
    margin: 0 auto 15px;
    width: 190px;
    display: block;
  }
}
.rtpLnk span {
  margin-left: 10px;
  font-size: 18px;
}/*# sourceMappingURL=default.css.map */