@media screen and (-webkit-min-device-pixel-ratio:0) {}

.rtl .wcpr-stars-count {
	padding-left: 0;
	padding-right: 20px;
}

.wcpr-html {
	overflow: hidden;
}

#comments .wcpr-overall-rating-and-rating-count {
	display: inline-flex !important;
}

.wcpr-overall-rating-and-rating-count h2 {
	display: inline;
	white-space: nowrap;
}

.wcpr-overall-rating-main {
	display: flex;
	align-items: center;
}

.wcpr-overall-rating-left {
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	background: #2d2b2b;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	margin: 10px 1px;
}

.wcpr-overall-rating-right {
	padding-left: 10px;
	text-align: left;
}

.wcpr-overall-rating-main .wcpr-overall-rating-right .wcpr-overall-rating-right-total {
	float: none;
	clear: both;
	white-space: nowrap;
}

.rtl .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating {
	float: right;
}

.wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating {
	width: 5.5em;
	font-size: 14px;
	float: left;
}

.product .woocommerce-product-rating .star-rating:before, .commentlist .comment-text .star-rating:before, .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating:before {
	color: #ffb600;
	opacity: .3 !important;
}

.product .woocommerce-product-rating .star-rating span:before, .commentlist .comment-text .star-rating span:before, .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating span:before {
	color: #ffb600;
}

#comments .wcpr-filter-container {
	display: flex !important;
}

@media screen and (max-width:680px) {
	#comments .wcpr-overall-rating-and-rating-count {
		display: inline-block !important;
	}
	
	.wcpr-overall-rating-main {
		justify-content: center;
	}
	
	.wcpr-overall-rating {
		text-align: center;
	}
}

.wcpr-comment-form-images label {
	display: block;
}

.wcpr-comment-form-images .wcpr_image_upload {
	max-width: 100%;
}

.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}

.wcpr-comment-form-images .wcpr_image_upload {
	width: 100%;
	margin-bottom: 10px;
}

.wcpr-input-file-container .wcpr-input-file-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wcpr-comment-form-images .wcpr-selected-image {
	width: 30%;
	max-width: 128px;
	margin-bottom: 10px;
}

.wcpr-comment-form-images .wcpr-selected-image-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .8em;
	white-space: nowrap;
}

.wcpr-hidden {
	display: none !important;
}

.wcpr-comment-form-error {
	color: red;
	display: inline-grid;
	white-space: break-spaces !important;
}

.reviews-videos {
	height: auto;
}