#comments {
	border-top: 1px solid $border;
	margin: 0 0 35px 0;

	#reviews & {
		border: 0;
		padding-bottom: 0;
	}
	.comment-button {
		display: block;
		text-align: center;
		line-height: 1;
		font-size: 14px;
		padding: 35px 0 0;
		cursor: pointer;
	}
	.comments-container {
		display: none;
		padding: 50px 0;
	}
}
.commentlist {
	list-style: none;
	margin: 0;
	display: block;
	padding: 0;

	&>.comment {
		margin-bottom: 35px;
		&.depth-1 {
			border-bottom: 1px solid $border;
		}
	}
	.pingback {
		.comment-body {
			display: inline;

			.url {
				font-weight: 700;
			}
		}
	}

	.comment-body,
	.comment_container {
		position: relative;
		padding-left: 80px;
		padding-bottom: 0;
		margin-bottom: 35px;

		.rtl & {
			padding-left: 0;
			padding-right: 80px;
		}
		.star-rating {
			float: right;

			.rtl & {
				float: left;
			}
		}
		p.meta {
			display: block;
			font-size: .8125rem;
			font-style: normal;
	    font-weight: 700;
	    color: #343434;
		}
	}

	.comment,
	.review {
		&:before {
			display: none !important;
		}
		.comment_container {
			position: relative;
		}
		.woocommerce-review__dash {
			display: none;
		}

		.comment-metadata,
		.woocommerce-review__published-date {
			display: inline-flex;
			line-height: 1;
			font-size: 10px;
			color: rgba($black,0.4);
			margin-bottom: 15px;
			font-weight: 400;

			&:before {
				content: '\00b7';
				display: inline-flex;
				margin: 0 8px;
				font-weight: 600;
				font-size: 14px;
    		line-height: 10px;
			}
			a {
				color: rgba($black,0.4);

				&:hover {
					color: $black
				}
			}
			.edit-link {
				margin-left: 5px;
				text-transform: uppercase;
			}
		}
		.woocommerce-review__published-date {
			margin: 0;
		}
		.woocommerce-review__author {
			font-style: normal;
			font-weight: 500;
			color: $black;
			font-size: 16px;
		}
		.vcard {
			display: inline-block;
			border: 0;
			padding: 0;
			margin: 0 0 10px;
			line-height: 12px;

			.fn {
				font-style: normal;
				font-weight: 500;
				color: $black;
				font-size: 16px;
				.url {
					color: $black;
				}
				&:before {
					display: none;
				}
			}
			.says {
				display: none;
			}

		}
		.avatar {
			width: 60px;
			height: 60px;
			position: absolute;
			top: 7px;
			left: 0;
			border-radius: 50%;

			.rtl & {
				left: auto;
				right: 0;
			}
		}
		.comment-awaiting-moderation {
			font-size: 10px;
		}
		p {
			font-size: 14px;
			word-break: break-word;
			margin-bottom: 10px;
		}
		.reply {
			font-size: 10px;
			font-weight: 400;
			display: inline-flex;
			align-items: center;
			text-transform: uppercase;
			svg {
				height: 7px;

				path {
					fill: $black;
					@extend .quick-transition;
				}
			}

			a {
				&:hover {

					svg path {
						fill: $accent;
					}
				}
			}
		}

		.children {
			list-style: none;
			margin-left: 18px;
			margin-bottom: 20px;

			@include min-break($break-small) {
				margin-left: 80px;
			}
			.rtl & {
				margin-left: 0;
				margin-right: 18px;
				@include min-break($break-small) {
					margin-left: 0;
					margin-right: 80px;
				}
			}
			.avatar {
				width: 42px;
				height: 42px;
			}
			.comment-body,
			.comment-text {
				padding-left: 62px;

				.rtl & {
					padding-left: 0;
					padding-right: 62px;
				}
			}
		}
		.comment-respond {
			margin: 40px 0;

			.comment-reply-title {
				margin-bottom: 10px;
			}

		}
	}
}
.comment-respond {
	padding: 2vh 0;
	.row {
		@include min-break($break-medium) {
			margin: 0 -15px;
			.columns {
				padding: 0 15px;
			}
		}
	}
	.comment-reply-title {
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
}

.comment-form {
	p {
		font-size: 14px;
		opacity: 0.8;
		margin-bottom: 25px;
	}
	&.comment-form-comment {
		margin-bottom: 0;
	}
	textarea,
	input:not(.submit) {
		width: 100%;
	}
	input[type="checkbox"] {
		width: auto;
	}
	.comment-form-comment,
	.comment-form-author,
	.comment-form-email {
		margin: 0;
	}
	.comment-form-cookies-consent {
		label {
			margin: 0 0 0 5px;
		}
	}
}

/* Reviews */
.star-rating {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.2em;
	font-family: "fontello";
	color: #dcdcdc;
	&:before {
		font-family: "fontello";
		content: "\e804 \e804 \e804 \e804 \e804";
	}
	&>span {
		display: block;
		top: 0;
		left: 0;
		position: absolute;
		height: 18px;
		line-height: 17px;
		overflow: hidden;
		&:before {
			color: #ffc200;
			content: "\e804 \e804 \e804 \e804 \e804";
		}
		.rtl & {
			left: auto;
			right: 0;
		}
		strong {
			display: none;
		}
	}
	& + .write_first {
		display: inline-block;
		font-size: 13px;
		font-weight: 400;
		color: $black;
		margin-left: 20px;
		line-height: 18px;
		vertical-align: text-top;
	}
}
.comment-form-rating {
	p {
		margin-bottom: 27px;
	}

	p.stars {
		display: block;
		height: 5px;
		@extend .star-rating;

		&:before {
			content: none;
		}
		&>span {
			&:before {
				content: none;
			}

		}
		a {
			position: relative;
			color: #dcdcdc;
			display: inline-block;
			text-indent: -999em;
			width: 15px;
			&:before {
				position: absolute;
				display: block;
				width: 15px;
				text-indent: 0;
				content: "\e804"
			}
			&:hover {
				& ~ a {
					color: #dcdcdc;
				}
			}
			&.active ~ a {
				color: #dcdcdc;
			}
		}
		&:hover a,
		&.selected a {
			color: #ffc200;
		}
	}
}