#respond {
	margin-bottom: 2em;
}

.comment-reply-title {
	text-align: center;
}

.comment-list .comment {
	border-bottom: 1px solid rgba(0,0,0,.05);
	display: block;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.comment-list .comment .review-heading {
	margin-bottom: 0.5em;
	line-height: 24px;
}

.comment-list .comment .review-heading strong {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	font-family: sans-serif;
}

.comment-list .comment .review-heading .pending {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.7;
	margin-left: 4px;
}

.comment-list .comment .review-warning {
    font-weight: bold;
    margin-bottom: 15px;
}

.comment-list .comment .review-text {
	position: relative;
	padding: 40px;
	margin-bottom: 20px;
	background: #f2f2f2;
	border-radius: 5px;
}

.comment-list .comment .review-text .quote {
	font-size: 40px;
	line-height: 0;
	position: absolute;
	font-family: 'Arial';
}

.comment-list .comment .review-text .quote.quote-left {
	top: 35px;
    left: 20px;
}

.comment-list .comment .review-text .quote.quote-right {
	bottom: 20px;
	right: 20px;
}

.comment-list .comment .review-text p:last-of-type {
	margin-bottom: 0;
}

.comment-list .comment .review-meta .review-date {
	font-size: 0.75em;
}

.comment-list .comment .review-actions {
	user-select: none;
}

.comment-list .comment .review-actions .review-action {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	cursor: pointer;
}

.comment-list .comment .review-actions .review-action .review-action-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}

.comment-list .comment .review-actions .review-action .review-action-content {
	height: 20px;
	line-height: 20px;
	font-size: 0.875em;
	display: inline-block;
	vertical-align: top;
	width: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 250ms ease;
	transform: translate3d(-5px, 0, 0);
	padding: 0 0 0 4px;
	white-space: nowrap;
}

.comment-list .comment .review-actions .review-action .review-action-content .share-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 6px;
}

.comment-list .comment .review-actions .review-action:hover .review-action-content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.comment-list .comment .review-actions .review-action.review-action-share:hover .review-action-content {
	width: 62px;
}

.comment-list .comment .review-actions .review-action.review-action-report:hover .review-action-content {
	width: 116px;
}

.rewct-rating-form {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 45px;
	margin-bottom: 10px;
	user-select: none;
}

.um-account-main .rewct-rating-form label {
	font-size: 28px;
}

.rewct-rating-form.no-margin {
	margin-bottom: 0;
}

.rewct-rating-form label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rewct-rating-form label:last-child {
	position: static;
}

.rewct-rating-form label:nth-child(1) {
  	z-index: 5;
}

.rewct-rating-form label:nth-child(2) {
	z-index: 4;
}

.rewct-rating-form label:nth-child(3) {
	z-index: 3;
}

.rewct-rating-form label:nth-child(4) {
	z-index: 2;
}

.rewct-rating-form label:nth-child(5) {
	z-index: 1;
}

.rewct-rating-form label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rewct-rating-form label .icon {
	float: left;
	color: transparent;
}

.rewct-rating-form label:last-child .icon {
	color: #626262;
}

.rewct-rating-form:not(:hover) label.active .icon,
.rewct-rating-form:hover label:hover .icon {
	color: #00cece;
}

.rewct-rating-form:not(:hover) label input.error ~ .icon {
	color: #ff0033;
}

.rewct-single-rating {
	font-size: 22px;
	line-height: 24px;
	margin-left: 6px;
	color: #00cece;
	display: inline-block;
	vertical-align: top;
}

textarea.error, input.error {
	border-color: #ff0033;
}

.rewct-star-rating-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}

.rewct-star-rating-wrapper .rewct-star-rating {
	display: flex;
	gap: 4px;
	margin-bottom: 10px;
}

.rewct-star-rating-wrapper .rewct-star {
	width: 28px;
	height: 28px;
	fill: lightgrey;
}

.rewct-star-rating-wrapper .rewct-star.active {
	fill: #00cece;
}

.rewct-star-rating-wrapper .rewct-star-rating-data {
	font-size: 16px;
}

#comments {
	padding: 0;
}

#comments .comment-list .comment-content {
	margin: 0;
	padding: 0;
}

.widget .widget-title, .widget .widgettitle {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.widget {
	margin-bottom: 2em;
}

#user-review {
	margin-bottom: 2em;
	background-color: #f2f2f2;
	padding: 2.617924em;
	border-radius: 5px;
}

#user-review h2 {
	margin-bottom: 0;
}

#user-review .rewct-single-rating {
	font-size: 28px;
	margin-left: 0;
	margin-bottom: 30px;
}

#user-review p:last-of-type {
	margin-bottom: 0;
}

.um-account-tab .comments-area {
	padding: 30px 0 0 0 !important;
}

.edit-comment .edit-comment-header {
	padding-top: 10px;
}

.edit-comment .edit-comment-header .comment-action {
	text-decoration: underline;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	color: #00cece;
	cursor: pointer;
}

.edit-comment .edit-comment-header .comment-action.delete-comment-action {
	color: #D11A2A;
}

.edit-comment .edit-comment-form {
	margin: 20px 0;
	padding: 20px;
	background: #ececec;
	display: none;
}

.recaptcha-wrapper {
	margin: 0 0 1.41575em;
}

input[type="date"] {
	background: #fff;
	box-shadow: none;
	border: 1px solid rgb(98,98,98,0.4);
	padding: .6180469716em;
	color: #43454b;
	box-sizing: border-box;
	font-weight: 400;
}

input[type="date"]:focus {
	background-color: #ededed;
}

#respond .comment-form-surname input,
#respond .comment-form-date-of-experience input {
	width: 100%;
}

#respond .comment-form-author,
#respond .comment-form-email {
	margin-right: 0;
	width: 100%;
	float: none;
}

.required-field-message {
	font-size: 75%;
	display: block;
}

.comment-form-email-check .button,
.form-submit .submit {
    background-color: #00cec9 !important;
    border-color: #00cec9 !important;
    color: #fff !important;
}

.comment-form-email-exists {
    padding: 20px;
    background: #e9e9e9;
}
