.woocommerce #reviews {
	#comments {
		margin-bottom: 50px;
		h2 {
			margin-bottom: 30px;
			font-size: 20px;
			line-height: 1.6;
			font-weight: 600;
		}
		ol.commentlist {
			padding-left: 0;
			li {
				margin: 0;
				img.avatar {
					width: 60px;
					padding: 0;
					@include border-radius(50%);
					border: none;

				}

				.comment-text {
					margin-left: 75px;
					border: none;
					padding: 0;
					p.meta {
						margin: 10px 0 5px 0;
						strong {
							font-weight: 600;
							font-size: 14px;
							text-transform: uppercase;
							color: var(--g5-color-heading);
						}
						time {
							font-size: 15px;
							font-weight: 500;
						}
					}

					.star-rating {
						font-size: 12px !important;
						width: 74px;
					}

					.description {
						p:last-child {
							margin-bottom: 0;
						}
					}
					span{
						color: var(--g5-color-heading);
					}

				}

			}

			li + li {
				border-top: 1px solid;
				border-color: var(--g5-color-border);
				padding-top: 30px;
				margin-top: 30px;
				.comment_container {
					position: relative;
				}
			}

		}
	}

	#review_form_wrapper {
		.comment-reply-title {
			margin-bottom: 30px;
			font-size: 20px;
			line-height: 1.6;
			color: var(--g5-color-heading);
			display: block;
			font-weight: 600;
		}
		label {
			margin-bottom: 0.25rem;
			font-weight: 600;
			color: var(--g5-color-heading);
		}
		p {
			margin-bottom: 20px;
		}

	}
	#comment {
		height: 160px;
	}
	.form-submit {
		text-align: left;
		margin-bottom: 0 !important;
	}
}
