#comment_area{
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.d-none{
    display: none;
}

.mb-10{
    margin-bottom:10px ;
}
.comment-form-title,
.comment-form-author,
.comment-form-email{
    display: flex;
}
.comment-form-title span,
.comment-form-author span,
.comment-form-email span{
    max-width: 30%;
    min-width: 10%;
}

#face_selected,
#shop_selected,
#star_selected
{
    margin-top: 30px;
}

#face_selected ul,
#star_selected ul,
#shop_selected ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
#shop_selected ul{
    width: 60%;
}

#face_selected ul li,
 #star_selected ul li,
 #shop_selected ul li
 {
     font-size:13px;
     margin-bottom: 10px;
 }
#face_selected ul li label{
    display: flex;
    align-items: center;
}
#face_selected ul li span img{
    width: 30%;

}