
.box-review h2{
    font-size: 20px;
}
.box-review h2 span{
    font-weight: bold;
}
.box-review textarea{
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 175px;
    padding-top: 10px;
    padding-left: 10px;
}
.box-review input[type="text"]{
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 2%;
    border-radius: 3px;
    box-shadow: none;
    margin:5px 0px;
    background-color:#fff;
}
.box-review input[type="radio"]{
  margin-top: -1px;
  vertical-align: middle;
  display: inline;
  margin-right: 2px;
}
.box-review .box_rating{  display:inline-block;margin-left: 10px;}
.box-review .box_rating i{ cursor:pointer}
.box-review .box_rating .fa-star-full{color:#ffc023}

.box-review .hover-send{
    display: none;
}

.box-review .buttons{
    border:none;
}

.box-review .item_proccess{ overflow:hidden; line-height:10px; padding-bottom:5px}
.box-review .item_proccess .rating-num{  float:left;font-size:14px; color:#999999;width:45px; line-height:18px}
.box-review .item_proccess .rating-total{ float:left;font-size:14px;color:#999999;width:20px; padding-left:2px; line-height:18px; text-align:right}
.box-review .rating-bar{ width:160px; display:inline-block; background:#eeeeee; height:20px; line-height:20px; width:200px; border-radius:5px;border-top:1px solid #dcdcdc;float:left}
.box-review .rating-bar span{ display:block; height:20px; line-height:20px; background:#ff711b; border-bottom:1px solid #d96017;border-radius:5px}
.box-review .item_proccess .no-bar{ width:5px !important; background:#c3c3c3}

.box-review .rt{
    position: absolute;
    color: #f6b800;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    left: 0;
    top: 47px;
    width: 100%;
    line-height: 23px;
}
.box-review .ab i{
    position: absolute;
    top: 10px;
    left: 39%;
    font-size: 26px;
    color: #f6b800;
}
#review{
    margin-top: 10px;
}
.comment_content i{
    font-size: 18px;
}
.comment_content .fa-star{
    color: #f6b800;
}
.review_head {
    overflow: hidden;
    padding-bottom: 2px;
}
.review-list .review-title {
    position: relative;
    top: 0;
    color: #f6b800;
    text-transform: capitalize;
    padding-left: 0;
    padding-bottom: 0;
    float: left;
    padding: 0 5px 5px;
    margin-bottom: 0;
}
.review-content {
    padding-left: 10px;
}
.review-content {
    font-size: 14px;
    padding: 0px 0px 10px 5px;
}
.comment_content .toolbar-comment{
    padding: 0px 0px 10px 5px;
    display: block;
    clear: both;
}
.comment_content .toolbar-comment span {
    font-size: 12px;
    color: #128ceb;
    padding-right: 15px;
    cursor: pointer;
}
.comment_content .toolbar-comment span:hover {
    text-decoration: underline;
}
.comment_content .toolbar-comment .like_review{
    padding-right: 3px !important;
}
.comment_content .reply_comment ul{
    padding:0;
}
.comment_content .reply_comment ul li{
    list-style: none;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.comment_content .reply_comment ul li:first-child{
    display: none;
}
.comment_content .reply_comment .buttons{
    background: inherit;
}
.qtv{
    text-transform: uppercase;
    background: #eebc49;
    font-size: 10px;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: normal;
    padding: 2px 6px;
}