/* comments plugin css styles */
.comment_star,
.comment_star_active {
	width: 16px;
	height: 17px;
	display: inline-block;
	background: url('stars.png') 0 -17px no-repeat;
	cursor: pointer;
}
.comment_star_active {
	background-position: 0 0;
}
.comment_star_small {
	background: url('stars.png') 0 -35px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 0 0 1px;
}

ul.comments span.comment_star_small:last-child {
	margin-right: 15px;
}

div#comments_dom {
	padding-bottom: 15px;
}
ul.comments li > div {
	margin: 0 0 5px;
	position: relative;
	padding: 10px 15px;
}
ul.comments li > span > span {
	display: inline-block;	
	color: #000;
}
ul.comments li h3 {
	margin: 0 0 5px;
	font-size: 1.063em;
}
ul.comments_block li:not(:last-child) {
	padding: 0 0 15px;
}
ul.comments_block li div.dark {
	padding: 4px 0 0;
}
span.comments_icon {
	 padding: 0 2px 0 21px;
}
/*ul.comments li > div:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 0 15px;
	 border-color: transparent transparent transparent white; */
	/* background-color: inherit;
	position: absolute;
	bottom: -15px;
	left: 17px;
} */

#comment_paging > li > span {
	line-height: 37px;
}

body[dir=rtl] ul.comments span.comment_star_small:first-child {
	margin-left: 0;
	margin-right: 15px;
}
body[dir=rtl] ul.comments li > span {
	padding: 0 40px 0 0;
}
/*body[dir=rtl] ul.comments li > div:before {
	left: auto;
	right: 17px;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent white transparent;
}*/
/* Комментарий стиль для ответа отзывов */
span.dark.reply{
	padding: 0 5px;
    background-color: #FDD;
    white-space: nowrap;
}
.review-stars-and-title {
	margin-bottom: 2px;
    font-size: 21px;
}

.posted-date {
	font-weight: 400;
    color: #1010eb;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 15px;
    line-height: 30px;
}
.comm{
	border-radius: 12px;
	-webkit-box-shadow: 0 6px 16px rgb(0 26 52 / 16%), 0 0 0 rgb(0 26 52 / 5%);
	box-shadow: 0 6px 16px rgb(0 26 52 / 16%), 0 0 0 rgb(0 26 52 / 5%);
	margin: 0 0 16px;
	padding: 10px;	
}
.comm.reply{
	margin: 0px 0px 30px 35px;
}
.comm.reply .dark b{
	background: #e51f4b;
    color: white;
    padding: 5px;
    border-radius: 10px;
    margin-right: 3px;
}

.comm.reply .hlight.hborder:before, .comm.reply .hlight.hborder:after {
	content: none;
}

#area_comments .login-form {
	max-width: inherit;
}

/* comments plugin css styles end */