.commentlist .children {
	margin-left: 30px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.commentlist .children .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-Reviews .clear {
	display: none;
}

.woocommerce-Reviews.wd-loading .wd-loader-overlay {
	display: block;
}

.woocommerce-Reviews nav[class*="-pagination"] {
	margin-top: 15px;
}

.wd-accordion .wd-single-reviews {
	margin-top: 20px;
}

.wd-form-pos-after #review_form_wrapper {
	order: 2;
}

.comment-form>:is(.comment-form-rating,.woocommerce-error) {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.comment-form .woocommerce-error {
	margin-inline: 10px;
}

.comment-form>.comment-form-rating {
	display: flex;
	align-items: center;
	padding-inline: 10px;
	margin-bottom: 15px;
}

.wd-reviews-filters label {
	display: inline;
	margin-bottom: 0;
}

.wd-reviews-filters .wd-with-image {
	white-space: nowrap;
}

.commentlist>li.woocommerce-noreviews {
	grid-column: auto/span var(--wd-col);
	padding-bottom: 0;
	border: 0;
}

.commentlist .children .wd-review-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-reviews-content>.woocommerce-noreviews {
	margin-bottom: 0;
}

.woocommerce-review__verified {
	font-size: 90%;
}

.review .wd-review-icon {
	display: inline-block;
	margin-inline-end: 6px;
	vertical-align: middle;
	line-height: 1;
}

.review .wd-review-icon>span {
	display: none;
}

.review .wd-review-icon:before {
	content: "󱑺";
	font-family: "woodmart-font";
	color: var(--wd-primary-color);
	font-weight: 400;
	font-size: 120%;
}

.wd-review-style-2 .review .wd-review-icon:before {
	font-size: 140%;
}

.wd-review-arguments {
	--wd-tags-mb: 0;
}

.wd-review-arguments>div {
	display: flex;
}

.wd-review-arguments>div:not(:last-child) {
	margin-bottom: 15px;
}

.wd-argument-label {
	min-width: 2.5em;
	margin-inline-end: 7px;
	font-weight: 600;
	color: var(--color-gray-900);
	flex-shrink: 0;
}

@media (min-width: 1025px) {}