
@keyframes wcpr_notify_loading {
	0% {
		transform: translate3d(0, 2px, 0) scale(1.2, .85);
	}
	
	to {
		transform: translate3d(0, -5px, 0) scale(.9, 1.1);
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "star";
		src: url("https://cdn-ilecpjf.nitrocdn.com/QbOCLFrfllVgNToNnhkNCZuOiVqOJNtA/assets/images/source/rev-7e7d3bf/intrescom.org/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg") format("svg");
	}
}

.wcpr-hidden {
	display: none !important;
}

.wcpr-comment-form-error {
	color: red;
	display: inline-grid;
	white-space: break-spaces !important;
	margin-bottom: 15px;
	width: 100% !important;
}

.wcpr-comment-form-notify {
	color: #456083;
	display: inline-block;
}

.wcpr-comment-form-notify>span {
	display: inline-flex;
	white-space: break-spaces !important;
	align-items: baseline;
	gap: 5px;
	margin-left: 5px;
}

.wcpr-comment-form-notify>span span {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #456083;
	animation: wcpr_notify_loading .5s .1s alternate infinite cubic-bezier(.6, .05, .15, .95) backwards;
}

.wcpr-comment-form-notify>span span:first-child {
	animation: wcpr_notify_loading .5s alternate infinite cubic-bezier(.6, .05, .15, .95);
}

.wcpr-comment-form-notify>span span:last-child {
	animation: wcpr_notify_loading .5s .12s alternate infinite cubic-bezier(.6, .05, .15, .95) backwards;
}

.wcpr_image_upload_button, .wcpr_image_upload_button.button {
	text-transform: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-inner {
	background: #fff;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close {
	display: flex;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	transition: background 200ms ease;
	border-radius: 0 5px 0 5px;
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close:hover {
	background: rgba(1, 1, 1, .1);
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top {
	position: relative;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close:before {
	font-family: "woocommerce-photo-reviews";
	content: "";
}

.woocommerce-photo-reviews-form-container * {
	box-sizing: border-box !important;
}

.woocommerce-photo-reviews-form {
	max-width: 100%;
	width: 600px;
	padding: 0 10px;
}

.woocommerce-photo-reviews-form-product {
	max-width: 260px;
	padding: 0 10px;
}

.comment-form-rating label {
	display: block;
}

.woocommerce-photo-reviews-form-meta-reviews .woocommerce-product-rating {
	line-height: 1em;
	margin: 5px 0;
}

.woocommerce-photo-reviews-form .comment-form>div {
	width: 100%;
}

.woocommerce-photo-reviews-form .comment-form .comment-form-images, .woocommerce-photo-reviews-form .comment-form .comment-form-rating, .woocommerce-photo-reviews-form .comment-form .wcpr-comment-form-images, .woocommerce-photo-reviews-form .comment-form .wcpr-comment-form-title, .woocommerce-photo-reviews-form .comment-form .wcpr-custom-fields, .woocommerce-photo-reviews-form .comment-form p:not(.comment-form-email) {
	padding: 0;
}

.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
}

.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: 10px 0 0;
}

.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image {
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image video.wcpr-selected-image-preview {
	width: auto;
	max-width: 100px;
}

.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image img.wcpr-selected-image-preview {
	width: 25%;
	max-width: 64px;
}

.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image input {
	margin: 0;
}

.wcpr-comment-form-images {
	margin: .5em 0;
	width: 100%;
}

.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image-info {
	width: calc(100% - 64px);
	padding-left: 10px;
}

.wcpr-comment-form-images .wcpr-selected-image-caption {
	width: 100%;
}

.wcpr-comment-form-images .wcpr-selected-image-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .8em;
	white-space: nowrap;
}

.wcpr-comment-form-images .wcpr_image_upload {
	width: 100%;
	margin-bottom: 10px;
}

.wcpr-custom-field {
	margin: 8px 0;
}

.wcpr-custom-field .wcpr-custom-field-name {
	font-size: 16px;
}

.wcpr-custom-field .wcpr-custom-field-input {
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}

.wcpr-custom-field .wcpr-custom-field-input>div {
	width: 48%;
}

.wcpr-custom-field .wcpr-custom-field-input>div input, .wcpr-custom-field-input>div select {
	width: 100%;
	padding: 5px;
	margin: 0;
	font-size: 14px;
}

.woocommerce-photo-reviews-form p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	border: 0;
	margin: 0;
	font-size: 14px;
}

.woocommerce-photo-reviews-form p.stars a:after {
	position: static;
}

.woocommerce-photo-reviews-form p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "S" !important;
	text-indent: 0;
	color: #ffb600;
	opacity: .3;
}

.woocommerce-photo-reviews-form p.stars a:hover~a::before, .woocommerce-photo-reviews-form p.stars.selected a.active~a::before {
	opacity: .3;
}

.woocommerce-photo-reviews-form p.stars.selected a.active::before, .woocommerce-photo-reviews-form p.stars:hover a::before {
	opacity: 1;
}

.woocommerce-photo-reviews-form p.stars.selected a:not(.active)::before {
	opacity: 1;
}

.woocommerce-photo-reviews-form-product .star-rating span {
	font-family: "star" !important;
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	height: 22px;
}

.woocommerce-photo-reviews-form-product .star-rating {
	margin: 0 0 5px;
	text-align: left;
	display: block;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-family: "star" !important;
	float: left;
	padding-top: 1.5em;
	font-size: 14px;
	width: 5.5em;
	letter-spacing: 1px;
}

.woocommerce-photo-reviews-form-product .star-rating:before {
	content: "SSSSS";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #ffb600;
	opacity: .3 !important;
}

.woocommerce-photo-reviews-form-product .star-rating span:before {
	backface-visibility: hidden;
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #ffb600;
}

.rtl .woocommerce-photo-reviews-form-product .star-rating {
	float: right;
}

.woocommerce-photo-reviews-form-meta-price {
	clear: both;
}

span.wcpr-review-custom-field-value {
	font-weight: 500;
}

span.wcpr-review-custom-field-name {
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
		flex-wrap: wrap;
	}
}

.wcpr-comment-form label, .wcpr-comment-form textarea {
	margin: 0;
	max-width: 100%;
}

.wcpr-comment-form .wcpr-comment-form-title input, .woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .form-submit input[type=submit] {
	margin: 0;
	width: 100%;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(1, 1, 1, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
	background: #fff;
	padding: 0 20px;
	height: 600px;
	max-height: calc(100% - 100px);
	overflow: auto;
	align-items: flex-start;
}

.woocommerce-photo-reviews-form-main-content::-webkit-scrollbar {
	width: 7px;
}

.woocommerce-photo-reviews-form-main-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	margin-top: 2px;
	margin-bottom: 2px;
}

.woocommerce-photo-reviews-form-main-content::-webkit-scrollbar-thumb {
	background: #cecece;
	border-radius: 20px;
}

.woocommerce-photo-reviews-form-main-content::-webkit-scrollbar-thumb:hover {
	background: #a6a6a6;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container {
	display: block;
	padding: 10px;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container .woocommerce-photo-reviews-form-button-add-review {
	padding: 5px 10px;
	border: 1px solid rgba(1, 1, 1, .1);
	cursor: pointer;
	opacity: 1;
	transition: opacity 200ms;
	white-space: nowrap;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container .woocommerce-photo-reviews-form-button-add-review:hover {
	opacity: .7;
}

.woocommerce-photo-reviews-form-popup-hide .woocommerce-photo-reviews-form-main {
	display: none !important;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .form-submit {
	position: sticky;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

@media screen and (min-width:934px) {
	.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content .woocommerce-photo-reviews-form-product {
		position: sticky;
		top: 0;
	}
}
