#zm_woo_comments{
    background-color: #fafafa;
    border: 1px solid #fafafa;
    padding: 10px;
}

#zm_woo_comments .section-title{
    height: 34px;
    line-height: 34px;
}

#zm_woo_comments .ratings{
    margin-top: 15px;
    margin-right: 10px;
}


#zm_woo_comments .zm-comment-single .ratings{
    margin-top: 20px;
    margin-bottom: 20px;
}

#zm_woo_comments .ratings .rating{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    position: relative;
}

#zm_woo_comments .ratings .rating .rating-progress{
    height: 8px;
    margin-top: 9px;
    background-color: #e5e5e5;
    position: relative;
}

#zm_woo_comments .ratings .rating .rating-progress .bar{
    width: 20%;
    float: right;
    height: 100%;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 2;
    position: relative;
}

#zm_woo_comments .ratings .rating .rating-progress .prog{
    height: 8px;
    position: absolute;
    top: 0;
    z-index: 1;
    float: right;
    display: block;
    right: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40c05f+0,e3f5ab+67,f8ffe8+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    background: #41c060;
}

#zm_woo_comments .zm-comment-single .ratings .rating .rating-progress{
    height: 5px;
    margin-top: 12px;
}

#zm_woo_comments .zm-comment-single .ratings .rating .rating-progress .prog{
    background-color: #b0b1b2;
    height: 5px;
}

#zm_woo_comments .ratings .rating .rating-progress span{
    display: none;
}


#zm_woo_comments .star-rating{
    height: 18px;
    width: 86px;
    position: relative;
    background: #ccc;
}

#zm_woo_comments .star-rating .mask{
    background-image: url(img/star.png);
    width: 86px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#zm_woo_comments .star-rating .percent{
    width: 86px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #7d7d7d;
}

#zm_woo_comments .total-rating{
    height: 18px;
    margin-top: 9px;
    margin-bottom: 18px;
    color: #888888;
}

#zm_woo_comments .total-rating .star-rating{
    display: none;
}

#zm_woo_comments .total-rating > *{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    float: right;
    white-space: nowrap;
}

#zm_woo_comments .left-box{
    overflow: hidden;
}

#zm_woo_comments .left-box .comment-btn{
    margin: auto;
    display: block;
    padding: 10px 0 10px 0  !important;
}

#zm_woo_comments .section-title.border-bottom{
    margin-bottom: 0;
    padding-bottom: 5px;
    height: 37px;
    background: #fff;
    padding: 0px 15px;
}

#zm_do_rating .ui-slider{
    margin-top: 10px;
    margin-bottom: 30px;
    height: 3px;
    border: 0;
    background: #e5e5e5;
}

#zm_do_rating .ui-widget-header{
    background: #40c05f;
}

#zm_do_rating .ui-slider-handle{
    display: block;
    height: 40px;
    width: 30px;
    text-align: center;
    background: none;
    border: none;
    position: absolute;
    top: -6px;
    line-height: 50px;
    font-size: 10px;
    overflow: hidden;
    margin-left: -15px;
    color: #40c05f;
}

#zm_do_rating .ui-slider-handle:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #40c05f;
    top: 0;
    left: 8px;
    border-radius: 10px;
}

#product-comment-form #reply-title{
    display: none;
}
#product-comment-form .logged-in-as{
    display: none;
}

#product-comment-form{
    overflow: hidden;
}

#product-comment-form #respond[disabled="disabled"] *{
    cursor: not-allowed;
}

#product-comment-form label{
    display: none;
}

#product-comment-form p{
    margin: 0;
    padding: 0;
}

#product-comment-form  textarea{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    height: 200px;
    border-color: #e0e0e0;
    padding: 10px;
}

#product-comment-form  input[type="submit"]{
    float: left;
    margin-top: 0;
    display: block;
    background: #2196f3;
    color: #fff;
    border: none;
    height: 42px;
    width: 116px;
    border-radius: 3px;
}

#product-comment-form  input[type="submit"]:hover{
    background: #2179bf;
}

.zm-comment-single{

}

.zm-comment-single .panel{
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
}

.zm-comment-single .panel .panel-heading{
    position: relative;
    background: #f5f6f8;
    height: 56px;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 0;
    border: 0;
}

.zm-comment-single .panel .panel-heading >i{
    display: block;
    float: right;
    height: 60px;
    width: 30px;
    text-align: center;
    background: url(img/comment.png) no-repeat center;
    opacity: 0.5;
    margin-left: 10px;
}

.zm-comment-single .panel .panel-heading span.name{
    display: block;
    float: right;
    height: 56px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
}

.zm-comment-single .panel .panel-heading span.name span{
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.zm-comment-single .panel .panel-heading span.name span:last-child{
    color: #b0b1b2;
    font-size: 12px;
    font-weight: normal;
}

.zm-comment-single .panel .panel-body{
    background: #ffffff;
    border: 1px dashed #f2f2f2;
    border-top: 0;
}

.zm-comment-single p.comment-text{
    margin: 20px 0;
}

.zm-comment-single .panel .panel-heading>.eval{
    float: left;
    height: 56px;
    padding: 15px 0;
}
.zm-comment-single .panel .panel-heading>.eval>*{
    float: left;
    display: block;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.zm-comment-single .panel .panel-heading>.eval button{
    height: 26px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 64px;
    padding-right: 30px;
    overflow: hidden;
    line-height: 23px;
}

.zm-comment-single .panel .panel-heading>.eval button.neg{color: red;}
.zm-comment-single .panel .panel-heading>.eval button.pos{color: #40c05f}

.zm-comment-single .panel .panel-heading>.eval button:hover{
    background: #fbfbfb;
}

.zm-comment-single .panel .panel-heading>.eval button span{
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
}

.zm-comment-single .panel .panel-heading>.eval button i{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 12px;
    font-style: normal;
}

.zm_woo_comments_section .center-box{
    height: 220px;
    display: flex;
}
.zm_woo_comments_section .center-box .inside{
    margin: auto;
    width: 120px;
    height: 120px;
    background: url(img/star.png) no-repeat center;
    text-align: center;
}

.zm_woo_comments_section .center-box .inside span{
    display: block;
    color: #dbbd88;
}

.zm_woo_comments_section .center-box .inside span.total{
    font-size: 16px;
    margin-top: 46px;
}

.zm_woo_comments_section .left-box{
    height: 220px;
    display: flex;
}

.zm_woo_comments_section .left-box .inside{
    margin: auto;
    color: #666;
}

#zm_woo_comments .section-title span.icon{
    color: #2196f3;
    font-size: 12px;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}


#zm_woo_comments #list_comments{
    background: #fff;
    padding: 15px;
    padding-top: 0;
}

#zm_woo_comments .zm_woo_comments_section:first-child .section-title,
#zm_do_rating .section-title{
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: right 8px top 5px;
    padding-right: 36px;
    background-color: #f3f3f3;
    line-height: 36px;
}

#zm_do_rating .section-title{
    margin-bottom: 30px;
}
#zm_do_rating .form-group{
    margin-bottom: 10px;
    color: #666;
    font-size: 13px;
}

#zm_woo_comments .zm_woo_comments_section .section-title span.small{
    color: #666;
}

#comment_rating .products .product{
    margin: 0;
    margin-left: -15px;
}
#comment_rating .products .product a{
    display: block;   
}

#comment_rating .products .product a img{
    max-width: 220px;
    margin: auto;
}

#do_rate_final_action button{
    float: left;    
}
#do_rate_final_action .alert{
    background: none;
    padding: 0;
    border: 0;
    color: #40c05f;
    margin: 0;
    text-align: center;
}

#do_rate_final_action{
     font-size: 11px;
}

#do_rate_final_action #current_place_holder{
    height: 42px;
    margin-top: 44px;
    line-height: 42px;
    padding: 0;
}

#do_rate_final_action #button_place_holder{
    height: 42px;
    text-align: center;
    margin-top: 10px;
}
#do_rate_final_action #button_place_holder button{
    float: none !important;
    width: 190px;
}
#do_rate_final_action #alert_place_holder{
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-top: 10px;    
}
#do_rate_final_action .alert.alert-info{
    color:  #666666;
}

#product-comment-form #respond{
    margin-bottom: 30px;
}
#product-comment-form #respond:after{
    display: block;
    content: '';
    width: 100%;
    clear: both;
    float: none;
}