/* Product-thumbnail */
.pt-rating-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 24px;
	font-size: 12px;
}
.pt-rating-stars-progress {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt-rating-stars-progress .icesym {
	top: -1px;
}
.pt-rating-stars-rating {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.pt-rating-stars-progress {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 14px;
	padding: 0 2px;
}
.pt-rating-stars-progress i {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}
.pt-rating-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0, 0, 0, 0.25);
	white-space: nowrap;
}
.pt-rating-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}

/* Product page */
.pp-review-info {
}
.pp-review-stars-rating {
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}
.pp-review-stars-info {
	font-size: 80%;
	opacity: 0.8;
	font-style: normal;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #333;
}
.pp-write-a-review-link {
	font-size: 80%;
	opacity: 0.8;
	font-style: normal;
}
.pp-review-stars-progress {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 20px;
}
.pp-review-stars-progress i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.pp-review-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0, 0, 0, 0.25);
	white-space: nowrap;
}
.pp-review-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}
.pp-review-no-reviews {
	font-size: 20px;
	color: #777;
}
.pp-rating-details {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.pp-product-review-stats {
	display: flex;
	min-height: 123px;
}
.pp-product-review-stats-col-1 {
	width: 120px;
	flex-grow: 0;
	flex-shrink: 0;
}
.pp-product-review-stats-col-2 {
	width: 100%;
}
.pp-product-review-stats-average {
	font-size: 48px;
	font-weight: normal;
}
.pp-product-review-stats-average-language {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
	min-width: 22px;
	padding: 0 1px;
	background: rgba(221, 34, 17, 0.66);
	color: #fff;
	border-radius: 99px;
	text-align: center;
	font-weight: bold;
}
.pp-product-review-stats-stars-progress {
	position: relative;
	width: 100px;
	height: 20px;
}
.pp-product-review-stats-stars-progress i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.pp-product-review-stats-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0, 0, 0, 0.25);
	white-space: nowrap;
}
.pp-product-review-stats-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}
.pp-product-review-stats-text {
	margin-top: 5px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
}
.pp-product-review-stats-attention {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.pp-rating-detail-legend {
	margin-right: 15px;
}
.pp-rating-detail-row {
	display: flex;
	align-items: center;
	height: 23px;
	font-size: 16px;
}
.pp-rating-bar, .pp-rating-bar-progress {
	height: 10px;
	border-radius: 5px;
}
.pp-rating-bar {
	width: 100%;
	max-width: 144px;
	background: #ddd;
	overflow: hidden;
}
.pp-rating-bar-progress {
	background: #fa3;
}
.pp-rating-count {
	margin-left: 1em;
}
.pp-product-review-heading {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.pp-product-review-heading-note {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}
.pp-product-review-item {
	display: flex;
	margin: 30px 0;
	font-size: 15px;
}
.pp-product-review-item.current {
	margin: 25px -5px;
	padding: 5px;
	border: 1px dotted rgba(221, 34, 17, 0.5);
	border-radius: 4px;
}
.pp-product-review-avatar {
	flex-grow: 0;
	flex-shrink: 0;
	width: 20%;
	max-width: 60px;
	margin-right: 15px;
}
.pp-product-review-avatar img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 999px;
}
.pp-product-review-content {
	position: relative;
}
.pp-product-review-content {
	width: 100%;
}
.pp-product-review-title {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pp-product-review-info {
	color: rgba(0, 0, 0, 0.5);
	font-size: 85%;
}
.pp-product-review-info-stars {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	vertical-align: middle;
}
.pp-product-review-info-stars .icesym {
	position: static;
}
.pp-product-review-info-stars .is-star5-h {
	color: rgba(0, 0, 0, 0.3);
}
.pp-product-review-info-star-selected {
	color: #fa3;
}
.pp-product-review-text {
	display: block;
	margin-top: 5px;
	width: 100%;
	white-space: pre-wrap;
	overflow: auto;
	max-height: 100px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.04); /* Copy this value to .pp-product-review-response border-left */
	padding: 5px 10px;
}
.pp-product-review-status {
	font-size: 14px;
	color: #d21;
}
.pp-product-review-authenticity {
	font-size: 14px;
	color: hsla(140, 20%, 33%, 0.77);
}
.pp-product-review-actions {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.pp-product-review-actions a {
	display: block;
	white-space: nowrap;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0 1px;
	background: rgba(221, 34, 17, 0.5);
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.25s;
	border-radius: 99px;
	margin-left: 5px;
}
.pp-product-review-actions a:hover, .pp-product-review-actions a:focus, .pp-product-review-actions a:active {
	background: rgba(221, 34, 17, 1);
	text-decoration: none;
}
.pp-product-review-response {
	margin-left: 10px;
	border-left: 3px solid rgba(0, 0, 0, 0.04);
	padding: 5px 0 0 10px;
}
.pp-product-review-response-title {
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pp-product-review-response-title-name {
	font-weight: bold;
}
.pp-product-review-rating-stars {
	display: flex;
	gap: 5px;
}
.pp-product-review-rating-star-selected {
	color: #fa3;
}
.pp-product-review-rating-star {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 32px;
	transition: all ease 0.25s;
	color: #777;
	text-decoration: none;
}
.pp-product-review-rating-star:hover, .pp-product-review-rating-star:active, .pp-product-review-rating-star:focus {
	color: #fa3;
	text-decoration: none;
}
.start-review-message {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.33);
}
.pp-product-review-page-links {
	margin: 15px -5px;
	display: flex;
	font-size: 13px;
}
.pp-product-review-pager-link {
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	margin: 0 5px;
	min-width: 30px;
	height: 30px;
	border-radius: 999px;
	line-height: 28px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, 1);
	transition: all ease 0.25s;
}
.pp-product-review-pager-link:active, .pp-product-review-pager-link:hover, .pp-product-review-pager-link:focus {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.pp-product-review-pager-link.current {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
#product-review-form-form .form-hint-block, #product-review-form-form .form-error-block {
	font-size: 14px;
}
.product-review-images {
	padding: var(--padding-small);
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.04);
	border-radius: var(--border-radius-small);
}
.pp-product-review-item .product-review-images {
	margin-top: 5px;
}
.pp-product-review-image-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.pp-product-review-image-thumbnail {
	flex-grow: 0;
	flex-shrink: 0;
	margin: 5px;
	padding: 1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	aspect-ratio: 1/1;
	background: #fff;
	cursor: pointer;
}
.pp-product-review-image-thumbnail.big {
	width: 100px;
}
.pp-product-review-image-preview-container {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
}
.pp-product-review-image-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5px;
	padding: 5px;
	aspect-ratio: 1/1;
	background: #fff;
}
.pp-product-review-image-thumbnail img, .pp-product-review-image-preview img {
	display: block;
	width: 100%;
	height: auto;
}
.pp-product-review-image-upload-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #eee;
	color: rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-weight: normal;
	font-size: 28px;
	transition: all ease 0.25s;
	text-decoration: none;
}
.pp-product-review-image-upload-label:hover, .pp-product-review-image-upload-label:active, .pp-product-review-image-upload-label:focus {
	color: rgba(0, 0, 0, 0.25);
	text-decoration: none;
	background: #ddd;
}
.pp-product-review-image-upload-label .icesym {
	position: static;
}
.pp-product-review-image-preview-actions {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
}
.pp-product-review-image-action {
	position: absolute;
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.77);
	transition: all ease 0.25s;
	border-radius: 99px;
}
.pp-product-review-image-action:hover, .pp-product-review-image-action:active, .pp-product-review-image-action:focus {
	color: #fff;
	background: rgba(0, 0, 0, 1);
	text-decoration: none;
	transform: scale(1.05);
}
.pp-product-review-image-action-delete {
	left: 40px;
	top: -10px;
}
.pp-product-review-image-action-move-left {
	left: 10px;
	top: -10px;
}
.pp-product-review-image-action-move-right {
	left: 70px;
	top: -10px;
}
#pp-product-review-upload-progress-container {
	display: none;
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 6px;
}
#pp-product-review-upload-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #07c;
}
