.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: .5em;
}

.rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}
.average-rating {
	font-size: 33px;
	color: #1c79d9;
}
.average-rating .dashicons, .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: unset;
    text-align: center;
    transition: color .1s ease-in;
}
/*--------------
Comment List
----------------*/
.review-row .comment-respond{
  width: 100%;
 }
/* .review-row label {
    width: 100%;
    float: left;
    font-size: 16px;
} */
.review-row input, select {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
}
.review-row textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.review-rowt input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #2891fc;
    border: navajowhite;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
.comment-form-cookies-consent input[type=checkbox] {
  width: unset;
  margin: 6px 6px 6px 0px;
}
.comment-form-cookies-consent label {
    width: unset;
}
.post-comment h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; width: 100%;}
.commentlist li { }
.commentlist li.alt { }
.commentlist li.bypostauthor {}
.commentlist li.byuser {}
.commentlist li.comment-author-admin {}
.commentlist li.comment { /* border-bottom:1px dotted #666; */ padding:1em; }
.commentlist li.comment div.comment-author {}
.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
.commentlist li.comment div.vcard cite.fn { font-style:normal; }
.commentlist li.comment div.vcard cite.fn a.url {}
.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 1em 1em 0em; width: 56px; height: auto;}
.commentlist li.comment div.vcard img.avatar-32 {}
.commentlist li.comment div.vcard img.photo {}
.commentlist li.comment div.vcard span.says {}
.commentlist li.comment div.commentmetadata {}
.commentlist li.comment div.comment-meta { font-size:9px; }
.commentlist li.comment div.comment-meta a { color:#ccc; }
.commentlist li.comment p { font-size:17px; margin:0 0 1em; }
.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
.commentlist li.comment div.reply { font-size:11px; }
.commentlist li.comment div.reply a { font-weight:bold; }
.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
.commentlist li.comment ul.children li {}
.commentlist li.comment ul.children li.alt {}
.commentlist li.comment ul.children li.bypostauthor {}
.commentlist li.comment ul.children li.byuser {}
.commentlist li.comment ul.children li.comment {}
.commentlist li.comment ul.children li.comment-author-admin {}
.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
.commentlist li.comment ul.children li.depth-5 {}
.commentlist li.comment ul.children li.odd {}
.commentlist li.even { background:#fff; }
.commentlist li.odd { background:#f6f6f6; }
.commentlist li.parent { border-left:5px solid #111; }
.commentlist li.thread-alt { }
.commentlist li.thread-even {}
.commentlist li.thread-odd {}