.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-right: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}


#comment-customer{margin-top: 25px;}
.review-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}
.comment-box {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
.review-box {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.left-cmt-box {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid #efefef;
}
.right-cmt-box {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 50px;
    border-left: 1px solid #efefef;
    margin-left: -1px;
}
.rating-box {
    text-align: center;
    margin-bottom: 40px;
}
.review-header {
    text-transform: capitalize;
    font-size: 17px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-weight: normal;
}
.total-review-point {
    font-weight: bold;
    font-size: 40px;
    color: #ff0000;
}
#rating-count {
    margin-bottom: 10px;
    position: relative;
}
.comments-count {
    color: #848484;
    text-align: center;
}
.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-right: 3px;
    width: 100%;
    height: 100%;
}
.rating-detail {
    text-align: center;
}
.item-rate {
    padding: 5px 0;
    width: 350px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
}
.rating-num {
    display: inline-block;
    padding-right: 10px;
}
.progress-bar {
    height: 10px;
    background: #029000;
    border-radius: 5px;
}
.progress {
    display: inline-block;
    width: 200px;
    height: 10px;
    border-radius: 5px;
    background: #e2e2e2;
    margin-bottom: 0;
}

.progress-bar {
    background: #ff0000;
}
.btn-review {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdd22f;
    color: #333;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
}
.new-com-cnt {
    width: 100%;
    height: auto;
    display: none;
    min-height: 110px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.cmt-item {
    margin-bottom: 10px;
}
.cmt-item label {
    line-height: 30px;
}
.new-com-cnt input[type="text"] {
    margin: 0;
    padding: 5px;
    border: #ececec 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdfdfd;
    color: #333;
    margin-bottom: 5px;
    outline: 0;
    line-height: 22px;
    display: block;
    width: 95%;
}
.the-new-com {
    width: 95%;
    height: auto;
    min-height: 40px;
    padding: 5px;
    margin-bottom: 5px;
    border: #ececec 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdfdfd;
    color: #333;
    resize: none;
    outline: 0;
}
.bt-add-com {
    display: inline;
    float: left;
    padding: 0px 10px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-review {
border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdd22f;
    color: #333;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    float: left;
}
.resp-tab-active {
  background-color: #fff !important;
  border: 0px !important;
  color: #19212B !important;
  border: 1px solid rgba(128, 128, 128, 0.35) !important;
  border-bottom: 0px !important;
  border-top: 3px solid #19212B !important;
  border-radius: 5px 5px 0px 0px;
}
.new-comment {
    margin-bottom: 20px;
}
.cmt-img {
    float: left;
    width: 20%;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
}
.cmt-name {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.cmt-date {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0;
}
.cmt-detail {
    float: right;
    width: 80%;
    box-sizing: border-box;
}
.cmt-title {
    display: inline-block;
    font-weight: normal;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Roboto';
}
.cmt-content {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
}
.note-messger {
    margin-top: 10px;
    font-family: 'Roboto';
    margin-left: 15px;
}
.cmt-cnt img.user {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    background-color: #c4cde0;
    margin-bottom: 10px;
}
.content-post {
    padding: 0px 10px;
    margin: 5px 0;
    font-size: 15px;
    font-weight: normal;
}
.resp-tabs-container {
  border-top: 1px solid;
  border-color: rgba(128, 128, 128, 0.35) !important;
}
.cmt-rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px;
}
.cmt-rating:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    z-index: 999;
}
#rating-count:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    z-index: 999;
}
.cmt-cnt {
    width: 100%;
    height: auto;
    min-height: 35px;
    padding: 5px 0;
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
}
.note-status {
    background: #ffd1d1;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
}
.coccoc-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 150px;
  top: 30px
}

.coccoc-alo-phone.coccoc-alo-show {
  visibility: visible
}