.bigart-reviews {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.bigart-reviews .commentlist {}

.bigart-reviews .commentlist>li {}

.bigart-reviews .commentlist>li .comment_container {}

.bigart-reviews .commentlist>li .comment_container .comment-text {
	display: flex;
	gap: 12px;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: start;
	align-items: center;
	margin: 0;
	flex-shrink: 0;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .meta>.name {
	font-size: 14px;
	line-height: 16px;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .rating {
	display: flex;
	gap: 2px;
	color: #ea5515;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .meta>.avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #eee;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .description {}

.bigart-reviews .commentlist>li .comment_container .comment-text .description .bigart-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 12px;
}

.bigart-reviews .commentlist>li .comment_container .comment-text .description .bigart-images img {
	max-width: 30%;
	cursor: pointer;
}

.bigart-reviews .title {
	font-size: 18px;
}

.bigart-reviews #respond {
	margin: 0;
}

.bigart-reviews * {
	margin: 0;
}

.bigart-reviews .review-average {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 12px;
	padding: 40px 20px;
	background: #fe6728;
}

.bigart-reviews .review-average * {
	color: #fff;
}

.bigart-reviews .review-average .average-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 8px;
}

.bigart-reviews .review-average .average-rating .rating {
	font-size: 20px;
	font-weight: 400;
}

.bigart-reviews .review-average .average-rating .count {}

.bigart-reviews .review-average .rating-statistics {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.bigart-reviews .review-average .rating-statistics .rating-statistic {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.bigart-reviews .review-average .rating-statistics .rating-statistic .rating {
	flex-shrink: 0;
}

.bigart-reviews .review-average .rating-statistics .rating-statistic .progress {
	display: flex;
	width: 100%;
	height: 20px;
	box-shadow: none;
	background: #fff;
}

.bigart-reviews .review-average .rating-statistics .rating-statistic .progress .progress-bar {
	background: #ff834f;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.bigart-reviews .review-average .rating-statistics .rating-statistic .count {
	flex-shrink: 0;
	width: 30px;
}

.bigart-reviews .comment-wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 16px;
}

.bigart-reviews .comment-wrap .review-data {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	gap: 8px;
}

.bigart-reviews .comment-wrap .review-data .comment-form-rating {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	gap: 8px;
}

.bigart-reviews .comment-wrap .review-data p.stars {}

.bigart-reviews .comment-wrap p.stars:hover a::before {
	content: "\f005";
	font-weight: 900;
}

.bigart-reviews .comment-wrap p.stars a:hover~a::before {
	content: "\f005";
	font-weight: 400;
}

.bigart-reviews .comment-wrap p.stars.selected a:not(.active)::before {
	content: "\f005";
	font-weight: 900;
}

.bigart-reviews .comment-wrap p.stars.selected a.active~a::before {
	content: "\f005";
	font-weight: 400;
}

.bigart-reviews .comment-wrap p.stars.selected a.active::before {
	content: "\f005";
	font-weight: 900;
}

.bigart-reviews .comment-wrap .review-data .comment-form-comment,
.bigart-reviews .comment-wrap .review-data .comment-form-comment textarea {
	width: 100%;
}

.bigart-reviews .comment-wrap p.stars a {
	position: relative;
	height: 21px;
	width: 21px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.bigart-reviews .comment-wrap p.stars a::before {
	content: "\f005";
	font-weight: 400;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	line-height: 1;
	text-indent: 0;
	font-size: 20px;
	color: #ea5515;
	font-family: "Font Awesome 5 Free";
}

.bigart-reviews .comment-wrap .comment-images-upload {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
}

.bigart-reviews .comment-wrap .comment-images-upload .comment-form-comment-image {}

.bigart-reviews .comment-wrap .comment-images-upload .comment-form-comment-image label {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
}

.bigart-reviews .comment-wrap .comment-images-upload .comment-form-comment-image label:hover {
	background: #eee;
}

.bigart-reviews .comment-wrap .comment-images-upload #comment-image-preview {
	display: flex;
	justify-content: start;
	gap: 12px;
}

.bigart-reviews .comment-wrap .comment-images-upload #comment-image-preview>div {
	position: relative;
}

.bigart-reviews .comment-wrap .comment-images-upload #comment-image-preview>div>img {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #ddd;
}

.bigart-reviews .comment-wrap .comment-images-upload #comment-image-preview>div>button {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bigart-reviews .comment-wrap .comment-images-upload #comment-image-preview>div>button:hover {
	background: #ddd
}

.bigart-review-modal {
	display: none;
	position: fixed;
	z-index: 99;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.bigart-review-modal-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
}

@media screen and (max-width: 425px) {
	.bigart-reviews .review-average {
		flex-direction: column;
	}

	.bigart-reviews .commentlist>li .comment_container .comment-text .description .bigart-images img {
		max-width: 50%;
	}
}