.pttuan-review{
    display:none;
}
.show-custom{
    display:block;
}
.rating-table{
    margin-bottom: 15px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    border-bottom: 1px solid #eee;
}
.rating-table_cmt button{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #17a2b8;
}
.rating_total{
    font-size: 22px;
    line-height: 60px;
    color: #cb1c22;
    font-weight: 500;
    margin-bottom: 4px;
}
.title-rating{
    font-size:18px;
}
.ptt-bar-temperature{
    height: 100%;
    background:red;
    border-radius: 5px;
}
.fa-star {
    font-size: 13px;
    color: #ea9d02;
    margin-left: 3px;
}
.ptt-col-1{
    width: 35px;
    display: flex;
}
.rating-table__total,.rating-table_cmt{
    text-align:center
}
.star-rating-custom .star-rating{
    margin:auto;
}
.ptt-col-2{
    width:100%;
    margin:auto 10px;
}
.ptt-meter-bar{
    border-radius: 5px;
    height: 10px;
    width: 100%;
    background: #454444;
}
.ptt-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.star-cust {
    height: 15px;
    margin: auto;
}
.pttuan-review .has-border{
    border:unset;
}
.stars a:after{
  color: #aaa;
      text-decoration: none!important;
      -webkit-transition: color .4s!important;
      -moz-transition: color .4s!important;
      -o-transition: color .4s!important;
      transition: color .4s!important;
    content: '\e005'!important;
}
.stars a+a{
  margin-left: -5px!important;
  border-left:unset!important;
}
.stars a{
  font-size: 25px!important;
}
.stars span:hover a:after,.stars a.active:after,a:not(.active):after{
  color: orange!important;
}
.stars a:hover ~ a:after,a.active ~ a:after{
   color: #dddddd!important;
}
.star-rating:before, .woocommerce-page .star-rating:before{
  color: #e48e00!important
}
.comment-form-rating label{
    display:none;
}
.qlty-rating{
    padding: 5px 10px 5px 2px;
    background: #17a2b8;
    margin-left: 16px;
    color: #fff;
    font-size: 13px;
}
.dg{
    margin-top: 10px;
}
.stars>span{
    display: flex;
    width: fit-content;
}
.dg:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 26px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #17a2b8;
}
.review-form-inner.has-border,#review_form_wrapper{
    padding:5px;
}
.comment-form-comment label{
    display:none;
}
#commentform #submit{
    width:100%;
    background-color: #17a2b8;
}
#commentform{
    border-bottom: 1px solid #eee;
}
.children{
    margin-top:0px;
}
.depth-1 .comment_container{
    background: #f9f9f9;
    padding: 10px;
    border-radius:5px;
}
.pt-reply{
    background: #17a2b8;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    border-radius: 3px;
}
.description p {
    margin-bottom: 5px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.dg{
    display:none;
}
}