#newOrderSurveys .star.star_half:after {
   content:'\f123'!important; 
} 
#newOrderSurveys .comments-heading-box {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 40px;
    min-height: 300px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}

@media (max-width: 767.98px) { 
    #newOrderSurveys .comments-heading-box {
        margin-top:15px;
        margin-bottom:15px;
    }
}

#newOrderSurveys .comments-heading-box .heading-row{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 1px -14px;
        
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

#newOrderSurveys .star_content .star {
    display:inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
}
@media (max-width: 767.98px) { 
    #newOrderSurveys .star_content .star {
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
    }
}
#newOrderSurveys #header-row .star_content .star {
    display:inline-block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}
#newOrderSurveys .group-icon{
    background-color: red;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    padding: 5px;
}
#newOrderSurveys .group-icon.icon-0{
    background-color: #3fe97f;
}
#newOrderSurveys .group-icon.icon-1{
    background-color: #3fe97f;
    background-color: #6ccb60;
}
#newOrderSurveys .group-icon.icon-2{
    background-color: #ffa800;
}
#newOrderSurveys .group-icon.icon-3{
    background-color: #ff3f40;
}

#newOrderSurveys .row-comment{
    min-height:80px;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
#newOrderSurveys .comment-title{
    font-weight:600;
    font-size:2rem;
    color: #333;
}
#newOrderSurveys .comment-title small{
    font-style:italic;
    font-weight:100;
    font-size:14px;
}
#newOrderSurveys .comment-location{
    font-style:none;
}
#newOrderSurveys div.star.star_on:after{
    color:#ffa800;
}
#newOrderSurveys .comment-description{
    font-style:italic;
    font-weight:400;
    font-size:16px;
}
#newOrderSurveys #comment-filter-list .comment-filter{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align:center;
}
#newOrderSurveys #comment-filter-list .comment-filter .star_content{
    display:inline-block;
}
#newOrderSurveys #comment-filter-list .comment-filter .comment-filter-quantity{
    display:inline-block;
}
#newOrderSurveys #comment-filter-list .comment-filter *,
#newOrderSurveys #comment-filter-list .comment-filter{
    cursor:pointer;
}
#newOrderSurveys #comment-filter-list.active .comment-filter{
    opacity:0.3;
}
#newOrderSurveys #comment-filter-list.active .comment-filter.active{
    opacity:1;
}
#newOrderSurveys .star_content {
    white-space: nowrap;
    
}
#newOrderSurveys #header-group > div span.header-group-title{
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-weight:400;
}
#newOrderSurveys #header-group > div span.header-group-percentage{
    display:block;
    text-align:center;
    font-weight:800;
}
#newOrderSurveys #surveyList{
    margin-top: 6rem;
}
@media (min-width: 768px) { 
    #newOrderSurveys #header-group{
        margin-top:15px;
        /*
        position:absolute;
        top:60%;
        transform:translateY(-50%);
        width:100%;*/
    }
    #newOrderSurveys .vertically-centered{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:100%;
    }    
}
#newOrderSurveys #comment-total-average{
    font-size: 25px;
    line-height:30px;
    font-weight: 900;
    color: #000;
}
#newOrderSurveys .color-highlight *,
#newOrderSurveys .color-highlight{
    color:red;
}
#newOrderSurveys .comment-filter-quantity{
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}
#newOrderSurveys #clear-filters {
    cursor:pointer;
}
#newOrderSurveys .col-xs-12{
    float:left;
}

@media (max-width: 767.98px) { 
    #newOrderSurveys .row-comment {
        margin-bottom: 10px;
        padding: 5px 0 15px 0;
    }
    #newOrderSurveys .row-comment.survey .group-icon{
        height: 25px;
        width: 25px;
    }
    #newOrderSurveys #header-row .star_content .star {
        float: none;
    }
    #newOrderSurveys #header-row .star_content {
        text-align:center;
    }
    #newOrderSurveys #comment-total-average {
        text-align:center;
    }
    #newOrderSurveys #header-group{
        padding-top:15px;
    }
    #newOrderSurveys #comment-filter-list .star_content,
    #newOrderSurveys #comment-filter-list .comment-filter-quantity{
        display:inline-block;
    }
}

#newOrderSurveys #comments-shop-logo{
    width:auto;
    max-width:100%;
    filter: drop-shadow(2px 4px 6px black);
}
#newOrderSurveys .filtersHeader {
    margin-top: 9px;
}
#newOrderSurveys .comment-answer{
    background-color:#f9f9f9;
    padding: 15px;
    margin: 15px 0;
}
#newOrderSurveys .comment-answer em{
    color: #333;
    font-size: 20px;
}
#newOrderSurveys .comment-answer p{
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
}