.cr-shortcode-ui,
.cr-unreviewed-products {
	--cr-border: #b6b6b6;
	--cr-text: inherit;
	--cr-muted: #818181;
	--cr-accent: #111;
	--cr-success: #2b8a57;
	--cr-danger: #ba3a34;
	color: var(--cr-text);
	font-size: 15px;
}

.cr-shortcode-ui *,
.cr-unreviewed-products * {
	box-sizing: border-box;
}

body.cr-modal-open {
	overflow: hidden;
}

.cr-shortcode-ui {
	display: grid;
}

.cr-review-form-wrap[hidden] {
	display: none;
}

.cr-shortcode-ui a,
.cr-unreviewed-products a {
	color: inherit;
	text-decoration: none;
}

.cr-qna-ask-button,
.cr-all-reviews-add-review {
    background-color:#E4E0E0!important;
}

.cr-shortcode-ui img,
.cr-shortcode-ui svg,
.cr-unreviewed-products svg,
.cr-unreviewed-products video {
	max-width: 100%;
}

.cr-entry-card {
	border-radius: 14px;
}

.cr-entry-thread-card {
	padding: 18px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fafafa;
	overflow: visible;
}

.cr-entry-main,
.cr-entry-content,
.cr-entry-stack,
.cr-entry-header,
.cr-entry-header-row,
.cr-entry-meta,
.cr-entry-author-block,
.cr-entry-author-title,
.cr-entry-footer,
.cr-review-form-item,
.cr-review-tags,
.cr-review-tags-filter {
	display: flex;
	gap: 12px;
}

.cr-entry-content,
.cr-entry-stack,
.cr-entry-header,
.cr-entry-author-block,
.cr-entry-author-title,
.cr-form-shell,
.cr-review-form-wrap,
.cr-form-gate,
.cr-review-form-comment,
.cr-review-form-result,
.cr-onsite-questions,
.cr-form-item-subcontainer {
	flex-direction: column;
}

.cr-entry-stack,
.cr-form-shell,
.cr-review-form-wrap,
.cr-form-gate,
.cr-review-form-comment,
.cr-onsite-questions,
.cr-form-item-subcontainer {
	gap: 12px;
}

.cr-form-gate span {
	font-size: 14px;
	font-weight: 500;
}

.cr-entry-header-row,
.cr-entry-meta,
.cr-entry-footer,
.cr-review-form-item,
.cr-voting-cont-uni,
.cr-review-tags,
.cr-review-tags-filter {
	align-items: center;
	flex-wrap: wrap;
}

.cr-entry-meta,
.cr-entry-header-row {
	justify-content: space-between;
}

.cr-entry-author,
.cr-entry-author-name {
	font-size: 14px;
	font-weight:500;
	color:#4a4a4a;
}


.cr-show-more-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: transparent!important;
}


.cr-show-more-button-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.cr-entry-date,
.cr-review-form-help,
.cr-form-item-media-none span,
.cr-total-rating-count,
.cr-qna-list-empty,
.cr-review-form-lbl {
	font-size: 13px;
	font-weight: 500;
}

.cr-entry-date{
   color: #959595;
}

.cr-entry-body {
	font-size: 15px;
	font-weight: 400;
	line-height:1.4;
}

.cr-entry-body p:last-child {
	margin-bottom: 0;
}


.cr-review-form-submit{
    margin-top:8px;
    padding:12px 28px!important;
}

.cr-review-form-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cr-review-form-submitting .cr-review-form-submit {
	pointer-events: none;
	opacity: 0.8;
}

.cr-review-form-submitting .cr-review-form-submit::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid rgba(17, 17, 17, 0.22);
	border-top-color: #111;
	border-radius: 999px;
	animation: cr-button-spin 0.7s linear infinite;
}

@keyframes cr-button-spin {
	to {
		transform: rotate(360deg);
	}
}

.cr-all-featured-badge span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 8px;
	border: 1px solid var(--cr-border);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.cr-entry-avatar-image {
	width: 42px;
	height: 42px!important;
	min-width: 42px;
	min-height: 42px;
	border-radius: 100px!important;
	object-fit: cover;
}
.cr-entry-avatar-image:hover{opacity:0.84;}

.cr-entry-role-note {
	font-size: 13px;
	font-weight:500;
	color: var(--cr-muted);
	display: inline-flex;
	width: fit-content;
}

.cr-entry-support-badge {
	padding: 3px 8px;
	border-radius: 100px;
	background: #D3DDA9;
	color: #4D5C0C;
	font-size: 12px;
	font-weight:500;
}

.cr-entry-author-block {
	align-items: flex-start;
}

.cr-review-card-top,
.cr-qna-card-main,
.cr-qna-answer-top {
	display: flex;
	gap: 12px;
	align-items: center;
	position: relative;
	padding-right: 96px;
}

.cr-entry-product-chip {
	display: flex;
	gap: 12px;
	align-items: center;
}

.cr-entry-product-chip-image {
	width: 72px;
	height: 72px!important;
	border-radius: 10px!important;
	object-fit: cover;
}

.cr-entry-product-chip-name,
.cr-unreviewed-products a {
	font-size: 14px;
	font-weight: 500;
}

.cr-entry-author-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
}

.cr-entry-date {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
	align-self: auto;
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

.cr-all-reviews-shortcode .cr-review-form-wrap,
.cr-qna-new-q-form,
.cr-qna-inline-answer {
	display: none;
	position: fixed;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: min(680px, calc(100vw - 32px));
	max-height: min(88vh, 920px);
	overflow: auto;
	padding: 34px;
	border-radius: 26px;
	background: #fff;
	align-items: stretch;
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review::before,
.cr-qna-block.cr-qna-new-q-form-open::before,
.cr-qna-thread-footer-wrap.cr-qna-ans-form-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.4);
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form,
.cr-qna-thread-footer-wrap.cr-qna-ans-form-open .cr-qna-inline-answer {
	display: flex;
	flex-direction: column;
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap[hidden] {
	display: flex;
}

.cr-comment-reply-label {
    font-size: 13px;
    color: #6f6f6f;
    letter-spacing: 0.4px;
}

.cr-form-title {
	display: inline-flex;
	font-size: 18px;
	font-weight: bold;
	padding-right: 44px;
	margin-bottom: 12px;
}

.retprd-modal-close {
    position:absolute;
    top:16px;
    right:16px;
	padding: 5px!important;
	background:transparent!important;
	font-size: 34px!important;
	font-weight: 300!important;
	line-height: 20px!important;
}

.retprd-modal-close:hover{background:transparent!important;}

.cr-form-item-subcontainer{
    padding:20px 24px;
    border:1px dashed var(--cr-border);
    border-radius:10px;
}

.cr-form-item-media-none {
	margin-bottom: 0;
}

.cr-review-form-item img {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	object-fit: cover;
}

.cr-review-form-item span {
	font-weight: 500;
}

.cr-review-form-comment textarea,
.cr-onsite-question-inp {
	border-width: 0 0 1px 0;
	border-color:var(--cr-border);
	padding: 10px;
}

.cr-review-form-comment textarea::placeholder,
.cr-onsite-question-inp::placeholder,
.cr-onsite-question-textarea::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.cr-onsite-question {
	display: grid;
	gap: 8px;
}

.cr-onsite-question-inp {
	min-height: 0;
	height: 24px;
}

.cr-onsite-question-textarea {
	display: block;
}

.cr-full-width {
	grid-column: 1 / -1;
}

.cr-review-form-field-error {
	display: none;
	color: var(--cr-danger);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.cr-review-form-error .cr-review-form-field-error {
	display: block;
}

.cr-review-extra-block {
	display: grid;
	gap: 6px;
	margin-bottom:6px;
}

.cr-review-extra-label {
	font-weight: 500;
}

.cr-review-form-rating-label {
	font-weight: 600;
}

.cr-review-form-rating-cont {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cr-review-form-rating-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0!important;
	background: transparent!important;
	color: var(--cr-muted);
}

.cr-rating-star {
	display: block;
	width: 40px;
	height: 40px;
	fill: #dfdbd3;
	stroke: #dfdbd3;
	stroke-linejoin: round;
	stroke-width: 1.2;
}

.cr-review-form-rating-inner:hover .cr-rating-star,
.cr-review-form-rating-inner:focus-visible .cr-rating-star,
.cr-review-form-rating-inner.is-active .cr-rating-star,
.cr-review-form-rating-inner.cr-review-form-rating-actv .cr-rating-star {
	fill: #f2b01e;
	stroke: #f2b01e;
}

.cr-review-form-rating-inner:hover,
.cr-review-form-rating-inner:focus-visible {
	box-shadow: none;
	outline: none;
}


.cr-review-form-rating-inner:hover .cr-rating-star,
.cr-review-form-rating-inner:focus-visible .cr-rating-star {
	transform: scale(1.02);
}

.cr-comment-images,
.cr-comment-videos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cr-ajax-reviews-cus-images-div {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.cr-ajax-reviews-cus-images-track-wrap {
	position: relative;
	display: flex;
	gap:4px;
	flex: 1 1 auto;
	align-items: center;
	width: 100%;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.cr-ajax-reviews-cus-images-track-wrap::-webkit-scrollbar {
	display: none;
}

.cr-ajax-reviews-cus-images-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	padding: 4px 10px!important;
	background: #f3f3f3!important;
	font-size: 22px!important;
    line-height:1em!important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.cr-ajax-reviews-cus-images-nav[disabled] {
	opacity: 0.35;
	pointer-events: none;
}

.cr-ajax-reviews-cus-images-nav[hidden] {
	display: none !important;
}

.cr-ajax-reviews-cus-images-prev {
	left: 0;
}

.cr-ajax-reviews-cus-images-prev i {
	transform: rotate(180deg);
}

.cr-ajax-reviews-cus-images-next {
	right: 0;
}

.cr-comment-image-top {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.cr-media-popup-trigger {
	text-decoration: none;
}

.cr-form-item-media-preview{
    display: flex;
    gap:8px;
    margin-top: 6px;
}

.cr-form-item-media-none {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	cursor: pointer;
}

.cr-form-item-media-file {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cr-form-item-media-icon {
	width: 30px;
	height: 30px;
	fill: var(--cr-border);
}

.cr-upload-images-containers,
.cr-form-item-media-add{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 134px;
	height: 134px;
	border: 1px solid #c9c9c9;
	border-radius: 12px;
	overflow: hidden;
}

.cr-form-item-media-add {
	font-size: 28px;
	font-weight: 400;
	cursor: pointer;
	color:#9d9d9d;
}

.cr-upload-video-thumbnail {
	padding: 30px;
	fill: currentColor;
	color: #8e8e8e;
}

.cr-upload-images-containers img.cr-upload-images-thumbnail,
.cr-upload-images-containers video.cr-upload-images-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cr-upload-images-delete,
.cr-comment-video-close {
	position: absolute;
	top: 4px;
	right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0!important;
	background: var(--cr-border)!important;
}

.cr-upload-images-delete svg,
.cr-comment-video-close svg {
	width: 14px;
	height: 14px;
	fill:#fff;
}

.cr-upload-delete-pending {
	opacity: 0.45;
	pointer-events: none;
}

.cr-form-feedback {
    display:none;
	align-items: center;
	gap: 12px;
	padding: 14px;
	font-weight:500;
}

.cr-review-form-res .cr-form-feedback {
	display: flex;
}

.cr-review-form-res > :not(.cr-form-title):not(.retprd-modal-close):not(.cr-form-feedback) {
	display: none;
}

.cr-comment-images,
.cr-comment-videos {
	margin-top: 12px;
}

.cr-comment-a,
.cr-video-cont {
	display: block;
	width: 100%;
	height: 100%;
}

.cr-video-cont {
	position: relative;
	cursor: pointer;
}

.cr-comment-videoicon {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
}

.cr-comment-video-close {
	display: none;
}

.cr-comment-video.cr-comment-video-playing .cr-comment-videoicon {
	display: none;
}

.cr-comment-video.cr-comment-video-playing .cr-comment-video-close {
	display: inline-flex;
	z-index: 1;
}

.cr-comment-video.cr-comment-video-playing .cr-video-a {
	object-fit: contain;
	background: #000;
}

.cr-voting-cont-uni {
    display:flex;
    gap:8px;
	color: #858585;
	font-size: 13px;
	font-weight:500;
	margin-top:16px;
}


.cr-voting-login-link {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--cr-border);
	border-radius: 999px;
	background: #fff;
	font-weight: 600;
}

.cr-voting-auth-notice {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-basis: 100%;
	font-size: 13px;
	color: #5f5f5f;
	margin-top: 4px;
}

.cr-voting-auth-notice[hidden] {
	display: none;
}

.cr-voting-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}

.cr-voting-icon svg {
	fill:#a6a6a6;
}

.cr-voting-icon-outline,
.cr-voting-icon-fill {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cr-voting-icon-fill {
	opacity: 0;
}

.cr-voting-active .cr-voting-icon-outline {
	opacity: 0;
}

.cr-voting-active .cr-voting-icon-fill {
	opacity: 1;
}

.cr-voting-upvote .cr-voting-icon svg {
	transform: translateY(0);
}

.cr-voting-downvote .cr-voting-icon svg {
	transform: translateY(0);
}

.cr-media-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	padding: 16px;
	background: rgba(0, 0, 0, 0.4);
}

.cr-media-popup.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cr-media-popup-dialog {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1080px, calc(100vw - 32px));
	max-height: min(88vh, 920px);
	overflow: auto;
	padding: 34px 34px 56px;
	border-radius: 24px;
	background: #fff;
}

.cr-media-popup-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: min(72vh, 640px);
	overflow: hidden;
	border-radius: 18px;
}

.cr-media-popup-media {
	display: block;
	max-height: min(72vh, 720px);
	max-width:100%;
	object-fit: contain;
	border-radius: 18px;
}

.cr-media-popup-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px!important;
	color:#aaa!important;
	background-color:#fff!important;
}

.cr-media-popup-nav:hover{
    background-color:#fff!important;
    color:#959595!important;}

.cr-media-popup-prev {
	left: 8px;
}

.cr-media-popup-prev i {
	transform: rotate(180deg);
}

.cr-media-popup-next {
	right: 8px;
}

.cr-media-popup-close {
	position: absolute;
	top: 16px;
	right: 16px;
}

.cr-media-popup-dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: calc(100% - 40px);
	flex-wrap: wrap;
}

.cr-media-popup-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background: #dbdbdb;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.cr-media-popup-dot.is-active {
	background: #818181;
}

.cr-media-popup-nav[disabled] {
	opacity: 0.35;
	pointer-events: none;
}

.cr-voting-update {
	pointer-events: none;
	opacity: 0.45;
}

.crstar-rating-svg,
.crstar-rating-svg svg {
	display: inline-flex;
	vertical-align: middle;
}

.crstar-rating-svg {
	position: relative;
	color: #f2b01e;
	line-height: 0;
	align-items: center;
}

.crstar-rating-svg-icons-only {
	gap: 4px;
}

.cr-rating-icon-base,
.cr-rating-icon-frnt {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	white-space: nowrap;
}

.cr-rating-icon-base {
	color: #e0d9cb;
	opacity: 1;
}

.cr-rating-icon-frnt {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #f2b01e;
	overflow: hidden;
}

.cr-rating-icon-base svg,
.cr-rating-icon-frnt svg {
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.crstar-rating-svg-icons-only svg {
	height: 15px;
}

@media (max-width: 767px) {
	.cr-all-reviews-shortcode .cr-review-form-wrap,
	.cr-qna-new-q-form,
	.cr-qna-inline-answer {
		width: calc(100vw - 10px);
		padding: 20px;
	}
	
.cr-entry-author,
.cr-entry-author-name{font-size:13px;}
  
  .cr-qna-ask-button,
.cr-all-reviews-add-review {
   font-size:12px!important;
}
  
	.cr-entry-date {
		font-size: 12px;
	}

	.cr-entry-body {
		font-size: 14px;
	}

	.cr-media-popup {
		padding: 0;
	}

	.cr-media-popup-dialog {
		width: 100%;
		min-height: calc(100vh - 240px);
		padding: 38px 12px 52px;
		border-radius: 20px;
	}

	.cr-media-popup-stage,
	.cr-media-popup-media {
		max-height: calc(100vh - 240px);
	}

	.cr-media-popup-nav {
		display: none;
	}
	}