:root {
	--ex-primary-color: #e30613;
	--ex-success-color: #198754;
	--ex-warning-color: #ffc107;
	--ex-danger-color: #dc3545;
	--ex-star-color: #ff9400;
	--ex-text-title-color: #070707;
	--ex-text-main-color: #222;
	--ex-text-secondary-color: #71808e;
	--ex-text-link-color: #1e76c5;
	--ex-text-link-hover-color: #ff7878;
	--ex-border-shadow-color: #c5c5c5;
	--ex-modal-border-radius: 20px;
	--ex-modal-shadow: 0 0 7px #00000024;
	--ex-card-shadow: 1px 1px 4px #0000002e;
	--ex-modal-border: 1px solid var(--ex-border-shadow-color);
	--ex-border-radius: 12px;
}
svg {
	transition: all 0.2s ease;
}
#ex-reviews{
	width: 100%;
}
.ex-reviews-page{
	font-size: 14px;
}
.modal-message-block{
	margin: 20px 20px 50px;
}
.ex-review-success-message {
    margin: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    padding: 20px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.ex-review-success-message i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
    color: #28a745;
}

.ex-review-success-action {
    text-align: center;
    margin-top: 20px;
}
.empty-page{
	margin: 20px 0;
	font-size: 16px;
	font-weight: 500;
}
.footer-review-id {
	width: 100%;
	text-align: right;
}
.ex-review {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.flex-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.disabled {
	pointer-events: none;
}
.clickable {
	color: var(--ex-text-link-color);
}
.clickable:hover {
	color: var(--ex-text-link-hover-color);
}
.ov-hidden{
	overflow: hidden !important;
}
.ex-btn {
	border: 0;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	box-shadow: none;
	outline: 0 !important;
	border: 0;
	transition: all 0.2s ease-in-out;
	box-shadow: 1px 1px 1px #d9d9d9;
	background: #f1f1f1;
}
.ex-btn:hover {
	opacity: 0.88;
	box-shadow: 0 0 1px #d9d9d9;
}
.ex-btn-primary {
	color: #fff;
	background: var(--ex-primary-color);
}

.ex-btn-secondary {
	background: #d5d5d5;
}

.ex-btn-secondary:hover {
	background: #e3e3e3;
}

.ex-round-btn {
	cursor: pointer;
	height: 44px;
	width: 44px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 44px;
	padding: 0;
	box-shadow: 1px 1px 4px #00000040;
	border: 1px solid var(--ex-text-link-color);
	transition: all 0.2s ease-in-out;
	flex-shrink: 0;
}

.ex-round-btn:hover {
	border-color: var(--ex-text-link-hover-color);
	color: var(--ex-text-link-hover-color);
	box-shadow: 1px 1px 2px #00000059;
}
.ex-btn-danger{
	background: #ff6e6e;
  color: #fff;
}

.ex-round-btn:active,
.ex-round-btn:focus,
.ex-round-btn:focus-within {
	box-shadow: none;
}

.ex-close-btn:hover .close-svg {
	transform: rotate(180deg);
}

.ex-review-text-title {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.ex-review-text {
	margin-bottom: 10px;
}
.close-svg {
	height: 22px;
	width: 22px;
	stroke: var(--ex-text-link-color);
}
.ex-round-btn:hover .close-svg {
	stroke: var(--ex-text-link-hover-color);
}
.ex-btn-link {
	padding: 5px 10px;
	background: none;
	color: var(--ex-text-link-color);
	box-shadow: none;
}
.ex-btn-link:hover {
	color: var(--ex-text-link-hover-color);
}
.ex-vote-btn {
	padding: 0;
	width: 70px;
	height: 36px;
	border-radius: 22px;
	font-size: 1em;
	box-shadow: 1px 1px 1px #d9d9d9;
}
.ex-vote-btn.voted {
	color: var(--ex-text-link-hover-color);
	box-shadow: none;
}
.ex-vote-btn.voted svg {
	fill: var(--ex-text-link-hover-color);
}
.dislike-btn svg {
	transform: rotate(180deg);
}
.ex-vote-btn span {
	font-size: 1em;
	margin-left: 5px;
}
.ex-vote-btn div{
	flex-wrap: nowrap;
}
.footer-buttons {
	gap: 10px;
	font-size: 0.9em;
}
.more-info-btn{
	margin: 0 0 0 auto;
}
.votes-caption {
	margin-bottom: 8px;
	color: var(--ex-text-secondary-color);
	font-size: 0.9em;
}
.ex-review-footer {
	margin: 20px 0 10px;
}
.all-media-modal .ex-round-btn {
	position: fixed;
	right: 2%;
	top: 10px;
}
.ex-btn-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	color: var(--ex-text-link-color);
	font-weight: bold;
	font-size: 25px;
	width: 50px;
	height: 50px;
	user-select: none;
	background: #ffffff;
}

.ex-btn-arrow.prev {
	left: -60px;
}

.ex-btn-arrow.next {
	right: -60px;
}

.ex-arrow {
	width: 20px;
	height: 20px;
}

.ex-arrow.prev {
	transform: rotate(90deg) translateY(1px);
	fill: var(--ex-primary-color);
}
.ex-arrow.next {
	transform: rotate(270deg) translateY(1px);
	fill: var(--ex-primary-color);
}

.ex-btn-arrow.prev:hover .ex-arrow {
	transform: rotate(90deg) translateY(2px);
	fill: var(--ex-text-link-hover-color);
}

.ex-btn-arrow.next:hover .ex-arrow {
	transform: rotate(270deg) translateY(2px);
	fill: var(--ex-text-link-hover-color);
}

.ex-btn-arrow.next:active .ex-arrow,
.ex-btn-arrow.next:focus .ex-arrow {
	transform: rotate(270deg) translateY(3px);
}

.ex-btn-arrow.prev:active .ex-arrow,
.ex-btn-arrow.prev:focus .ex-arrow {
	transform: rotate(90deg) translateY(3px);
}

.text-back-arrow {
	transform: rotate(180deg);
}
.alert-container {
	position: fixed;
	top: 20px;
	right: 20px;
	transition: all 0.3s ease-in-out;
	z-index: 1060;
	max-width: 400px;
}
.alert-container .ex-alert {
	margin-bottom: 10px;
}
.alert-container a{
	color: inherit;
  text-decoration: underline;
}
.btn-close-alert {
	border: 0;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	background: transparent;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	box-shadow: 0 0 20px #00000038;
}
.btn-close-alert:hover {
	background: #ff00004a;
}
.btn-close-alert .close-svg{
	stroke: #fff;
}
.btn-close-alert:hover .close-svg{
	transform: rotate(180deg);
}
.ex-info-container{
	background: var(--ex-warning-color);
	padding: 12px 15px;
	width: 100%;
	border-radius: var(--ex-border-radius);
	box-shadow: 0 0 11px #00000029;
	text-align: left;
}
.ex-alert {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 10px 15px;
	position: relative;
	border: 0;
	top: -100px;
	right: -100px;
	border-radius: 30px;
	min-height: 50px;
	font-size: 13px;
	background: #00000033;
	color: #333;
	font-weight: 500;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 2px 8px 15px #00000014;
	transition: all 0.4s 
ease-in-out;
	overflow: hidden;
	gap: 10px;
}
.ex-alert.active {
	top: 0;
	right: 0;
}
.ex-alert.slide-bottom {
	top: 500px;
	right: -100px;
}
.ex-alert .fa {
	font-size: 26px;
	color: #ffffff;
}
.ex-danger {
	background: #ff000078;
}
.ex-success {
	background: #1cb04bb8;
}
.ex-modal__media {
	min-width: 75%;
	height: 100%;
	flex: 3;
	position: relative;
}

.ex-slideshow-container {
	height: 100%;
	position: relative;
	cursor: grab;
	overflow: hidden;
}

.ex-modal__inner {
	width: 90vw;
	height: 90vh;
	gap: 10px;
	box-shadow: var(--ex-modal-shadow);
	border-radius: var(--ex-modal-border-radius);
	overflow: hidden;
	background: #fff;
	display: none;
}

.ex-modal-body {
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.ex-modal-inner-backdrop{
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
  top: 0;
	background: #ffffff9e;
	-webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.ex-modal-inner-backdrop.active{
	display: block;
}

.ex-modal-inner-backdrop .ex-loader{
	display: block;
}

.loader-caption{
	position: absolute;
	top: calc(50% + 80px);
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	text-shadow: 1px 1px 17px #3c3c3c7a;
}

.ex-loader {
	display: none;
	color: var(--ex-text-link-hover-color);
	font-size: 45px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	transform: translateZ(0);
	animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
	position: absolute;
	left: calc(50% - 0.5em);
	top: calc(50% - 0.5em);
}

.all-media-thumbnail .ex-loader {
	display: block;
}

.ex-pagination-block {
	position: relative;
	min-height: 100px;
}

.ex-pagination-block .ex-loader {
	display: block;
	font-size: 36px;
	margin-top: 40px;
	color: var(--ex-text-link-hover-color);
}

@keyframes mltShdSpin {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
			0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
			0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
			-0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
			-0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
			-0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
			-0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
			-0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
			-0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
			0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes round {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.ex-modal.loading .ex-slideshow-container {
	filter: blur(2px);
}

.ex-modal.loading .ex-loader {
	display: block;
	z-index: 1;
}

.ex-modal.loading .ex-btn-arrow {
	pointer-events: none;
	opacity: 0.4;
}

.ex-modal.open .ex-modal__inner {
	display: flex;
}

.ex-modal.loading .ex-modal-review-caption {
	filter: grayscale(1) blur(2px);
}

.original_image {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 1;
	opacity: 0.7;
}

.original_image:hover {
	opacity: 1;
}

.original_image:hover svg {
	fill: var(--ex-text-link-hover-color);
}

.expand-image {
	width: 24px;
	height: 24px;
}

.ex-slides {
	display: none;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.ex-slides:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.ex-slides.active {
	display: flex;
	position: relative;
}

.ex-slides > video,
.ex-slides img,
.ex-slides iframe {
	position: relative;
	height: 100%;
	z-index: 2;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	object-fit: contain;
	background: transparent;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.backdrop-img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.backdrop-img img {
	height: 100%;
	width: 100%;
	backface-visibility: hidden;
	object-fit: cover;
	filter: blur(100px);
}

.ex-numbertext {
	position: absolute;
	top: 60px;
	left: 10px;
	font-size: 0.8em;
	font-weight: 500;
	z-index: 2;
	padding: 0 5px;
	background: #ffffff47;
	border-radius: 5px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

/* Fading animation */
.ex-fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

.ex-modal-review-caption {
	flex: 1;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

.ex-review-container {
	width: 100%;
	margin-bottom: 20px;
}
.ex-review-header {
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 0 10px;
}
.ex-review-avatar {
	height: 80px;
	width: 80px;
	background: #b5e8f9;
	border-radius: 12px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.ex-zoom {
	cursor: zoom-in;
	z-index: 1;
}
/* .ex-zoom:hover,
.ex-zoom:active,
.ex-zoom:focus,
.ex-zoom:focus-visible, */
.ex-zoom.active {
	transform: scale(3);
	left: 74px;
	top: 69px;
	cursor: zoom-out;
	border-radius: 5px;
	z-index: 5;
	box-shadow: 1px 1px 5px #00000052;
}
.ex-modal-review-caption .ex-zoom.active {
	transform: scale(3.5) translate(6px, 7px);
}
.ex-review-avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ex-review-title {
	justify-content: space-between;
	align-items: baseline;
	flex: 1;
}
.ex-review-rating{
	margin-top: 0px;
}
.ex-review-author{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ex-review-name {
	font-size: 1.1em;
	font-weight: 600;
}
.ex-review-purchased {
		font-size: 12px;
    line-height: 11px;
    background: #ffe6d0;
    padding: 5px 9px;
    border-radius: 10px;
    width: fit-content;
}
.ex-review-purchased .fa {
	font-size: 11px;
	color: #009dcf;
}
.form-star:hover,
.form-star.active,
.review-form-rating-block:hover > svg {
	fill: #fca95d;
}
.review-form-rating-block > svg:hover ~ svg {
	fill: #c8c8d1 !important;
}
.ex-star {
	width: 17px;
	height: 17px;
	fill: var(--ex-star-color);
}
.ex-star-grey {
	fill: #cccccc;
}
.form-info-block {
	color: var(--ex-text-secondary-color);
	gap: 10px;
	font-size: 0.9em;
}
.ex-form label,
.count-symbols {
	color: var(--ex-text-secondary-color);
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 5px;
}
.reviews-rating-stars .ex-star {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.full-stars-block {
	position: absolute;
	top: 0;
	overflow: hidden;
}
.reviews-rating-stars {
	position: relative;
}
.reviews-rating-stat-caption {
	flex: 3;
	color: var(--ex-text-secondary-color);
	white-space: nowrap;
	font-size: 0.9em;
	font-weight: 600;
}
.clickable .reviews-rating-stat-caption {
	color: var(--ex-text-link-color);
}
.reviews-rating-stat {
	cursor: pointer;
}
.current .rating-stat-line-inner {
	background: var(--ex-text-link-hover-color);
}
.clickable:hover .reviews-rating-stat-caption,
.clickable:hover .reviews-rating-stat-sum,
.current .reviews-rating-stat-caption,
.current .reviews-rating-stat-sum {
	color: var(--ex-text-link-hover-color);
}
.reviews-rating-stat-line {
	flex: 10;
	background: #e9e9e9;
	height: 6px;
	border-radius: 10px;
	margin: 0 10px;
	overflow: hidden;
}
.reviews-rating-stat-sum {
	flex: 1;
	color: var(--ex-text-secondary-color);
	font-weight: 600;
	display: flex;
	flex-wrap: nowrap;
	gap: 3px;
	align-items: center;
	justify-content: flex-end;
}
.remove-filter-rating {
	display: none;
	height: 14px;
	width: 14px;
	stroke: var(--ex-text-link-hover-color);
	margin-right: -17px;
	cursor: pointer;
	z-index: 1;
}
.current .remove-filter-rating {
	display: inline-block;
}
.rating-stat-line-inner {
	background: var(--ex-star-color);
	height: 6px;
}
.reviews-rating-header {
	justify-content: space-between;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(204, 214, 228, 0.6);
}
.reviews-rating-block {
	max-width: 500px;
	align-items: center;
	margin-bottom: 20px;
	flex: 2;
}
.reviews-rating-caption,
.reviews-rating-footer {
	margin-top: 15px;
	color: var(--ex-text-secondary-color);
}
.reviews-rating-stats {
	margin-top: 15px;
}
.add-review-top-block {
	justify-content: space-evenly;
	align-items: flex-start;
	display: flex;
	flex: 2;
	padding: 10px;
	flex-wrap: wrap;
}
.reviews-rating-body {
	width: 100%;
}
.reviews-rating-stat {
	padding-bottom: 5px;
}
.reviews-rating-num {
	font-size: 1.5em;
	font-weight: 600;
	margin-left: 10px;
}
.rating-container-top-left .ex-star{
	width: 28px;
    height: 28px;
}
.rating-container-top-left{
	position: relative;
    display: flex;
		width: fit-content;
}
.rating-container-top-full{
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}
.reviews-top-container{
	border-radius: var(--ex-modal-border-radius);
	box-shadow: var(--ex-card-shadow);
	padding: 20px 50px;
	margin: 20px 0;
	background: #f9f9f9;
}
.review-rating-info-block {
    display: flex;
		flex: 2;
    width: fit-content;
    height: fit-content;
    flex-direction: column;
    font-size: 1.05em;
		align-items: flex-end;
		background: #f9f9f9;
}

.title-rating-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
		gap: 10px;
}
.title-rating {
    font-size: 34px;
		line-height: 100%;
}
.title-rating-empty{
	font-size: 24px;
}
.title-rating .ex-star{
	width: 30px;
	height: 30px;
}
.rating-title-caption {
    color: var(--ex-text-secondary-color);
}
.reviews-rating-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.reviews-rating-stars {
    display: flex;
    flex-direction: row;
		align-items: center;
    gap: 12px;
    cursor: pointer;
}
.rating-stars-block,
.rating-total-caption{
	white-space: nowrap;
}


#form-ex-review,
#form-comment {
	padding: 20px 50px;
	width: 100%;
}
.ex-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
}
.ex-form .form-control {
	max-width: 100%;
	height: auto;
}
.review-form-btn-block {
	justify-content: space-between;
	margin: 20px 0 0;
}
.form-star {
	height: 25px;
	width: 30px;
	padding-right: 5px;
	cursor: pointer;
	fill: #c8c8d1;
}
.review-form-title {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}
.review-title-caption {
	justify-content: space-between;
	align-items: baseline;
	flex: 1;
}
.review-avatar {
	height: 65px;
	width: 65px;
	background: #b5e8f9;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-right: 10px;
	overflow: hidden;
}
.review-avatar img {
	width: 100%;
	object-fit: cover;
	vertical-align: baseline;
}
.add-avatar-block input {
	display: none;
}
.add-avatar-trigger {
	width: fit-content;
	align-items: center;
	border: 1px dashed #c3c3c3;
	text-align: center;
	line-height: 12px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.add-avatar-block.active .common-avatar {
	display: none;
}
.loaded-avatar {
	display: none;
}
.add-avatar-block.active .loaded-avatar {
	display: block;
}
.rating-avatar-block {
	justify-content: space-between;
}
.adding-media-block > div {
	margin-bottom: 10px;
	padding: 15px 10px;
	border: 1px dashed #c3c3c3;
	border-radius: 12px;
}
.user-plus-svg {
	height: 50px;
	width: 50px;
	fill: var(--ex-text-link-color);
	vertical-align: middle;
}
.adding-image-block input {
	display: none;
}
.adding-video-block,
.adding-image-block{
	cursor: pointer;
}
.adding-video-block:hover svg,
.adding-image-block:hover svg{
	fill: var(--ex-text-link-hover-color);
}
.image-box,
.video-box {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	margin-right: 15px;
	cursor: pointer;
	line-height: 12px;
	font-size: 12px;
	color: var(--ex-text-link-color);
}
.img-preview-container {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
}
.add-photo-container.active .thumbs-container,
.add-video-container.active .thumbs-container {
	display: flex;
}
.add-photo-container.active .add-photo-caption,
.add-video-container.active .add-video-caption {
	display: none;
}
.thumbs-container {
	display: none;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 4px;
	gap: 10px;
}
.thumbs-container.active {
	margin: 10px 0;
	padding: 5px;
	border: 1px dashed #d8d8d8;
}
.photo-plus-svg {
	height: 35px;
	width: 35px;
	vertical-align: middle;
	fill: var(--ex-text-link-color);
}
.image-box:hover svg,
.video-box:hover svg,
.avatar-image:hover svg {
	fill: var(--ex-text-link-hover-color);
}
.avatar-image {
	height: 100px;
	width: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.avatar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.avatar-caption span {
	font-size: 11px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	font-size: 12px;
	font-weight: 600;
}
.add-avatar-block.active .avatar-caption span{
		background: var(--ex-danger-color);
		color: #fff;
}
.ex-review-thumbnail {
	border-radius: 8px;
	margin: 8px 5px 8px 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	box-shadow: 1px 1px 4px #00000052;
}
.ex-review-thumbnail img {
	width: 100%;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.ex-review-thumbnail .video-play-icon {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}
.ex-drag {
	overflow-x: auto;
	white-space: nowrap;
	transition: all 0.2s;
	will-change: transform;
	user-select: none;
	cursor: pointer;
	padding-bottom: 5px;
	flex-wrap: nowrap;
}

.ex-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.ex-modal.open {
	display: block;
}

.all-media-modal {
	z-index: 1040;
}

.ex-modal-open .ex-modal {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 15px;
	background: #fff;
}

.ex-modal-open {
	overflow: hidden;
}

.ex-modal-backdrop {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #ffffff2e;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	z-index: 1022;
}

.ex-modal-wrapper {
	background: #fff;
	border-radius: var(--ex-modal-border-radius);
	border: 1px solid var(--ex-border-shadow-color);
	box-shadow: 0 0 7px #00000024;
	overflow: hidden;
	max-height: 90vh;
	overflow-y: auto;
}

.ex-modal-header {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px 7px;
	position: relative;
	flex-wrap: nowrap;
}

.review-media-modal .ex-modal-header {
	padding: 20px 0;
	min-height: 60px;
}

.review-media-modal .ex-modal-header .ex-round-btn {
	position: absolute;
	right: 0;
	top: 10px;
}
.ex-modal-mobile-title{
	font-size: 1.2em;
  font-weight: 500;
	padding: 5px 0 10px;
}
.ex-modal-mobile-caption{
	display: none;
	flex-direction: row;
	justify-content: space-between;
  align-items: flex-start;
}
.review-write-modal .ex-modal-header {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #ffffff;
	padding: 10px 20px;
}

.ex-form-buttons {
	padding: 0 50px 20px;
	text-align: right;
}

.ex-modal-title {
	font-size: 1.5em;
	margin: 0;
}

.ex-modal-title sup {
	font-size: 0.7em;
	color: var(--ex-text-secondary-color);
}

.form-control.warning {
	border-color: var(--ex-danger-color) !important;
}

.page-media-block {
	margin-bottom: 20px;
	gap: 10px;
}

.all-media-trigger {
	cursor: pointer;
	text-align: right;
	padding: 5px 0 0;
	color: var(--ex-text-link-color);
}

.all-media-trigger:hover {
	color: var(--ex-text-link-hover-color);
}

.ex-modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ex-modal .ex-modal-content {
	width: 90vw;
}

.all-media-modal-inner {
	align-items: center;
	width: 100%;
}

.all-media-thumbnails-stack {
	flex-wrap: wrap;
	justify-content: flex-start;
	width: fit-content;
	width: 100%;
}

.all-media-thumbnail {
	height: 40vh;
	width: calc(16.6667% - 14px);
	margin: 0 7px 14px;
	cursor: pointer;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 10px #00000047;
}

.all-media-thumbnail.active {
	transform: scale(1.03);
}

.all-media-thumbnail:hover img {
	transform: scale(1.05);
}

.all-media-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}

.all-media-thumbnail video {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50%;
	object-position: 50%;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.back-to-all-trigger {
	position: absolute;
	font-weight: 600;
	left: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
	gap: 4px;
	padding: 10px;
	background: #ffffff47;
	border-radius: 8px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: all 0.1s ease;
}

.back-to-all-trigger:hover {
	color: var(--ex-text-link-hover-color);
}

.text-back-arrow {
	height: 20px;
	width: 20px;
}

.video-play-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	transition: all 0.1s ease;
	fill: #000000;
	opacity: 0.5;
	z-index: 1;
}
.all-media-thumbnail:hover .video-play-icon {
	opacity: 0;
}
.st0 {
	fill: #ff0000;
}
.load-more-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 10px 0 20px;
	background: transparent;
	color: var(--ex-text-link-color);
	font-size: 1.2em;
	cursor: pointer;
}
.load-more-arrow {
	width: 30px;
	height: 30px;
	fill: var(--ex-text-link-color);
	transition: transform 0.3s ease-in-out;
}
.load-more-block:hover {
	color: var(--ex-text-link-hover-color);
}
.load-more-block:hover svg {
	transform: rotate(120deg);
	fill: var(--ex-text-link-hover-color);
}
.review-write-modal .ex-modal-body {
	height: auto;
}
.review-write-modal .ex-modal-content {
	max-width: 900px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ex-form-horizontal {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ex-modal-open .review-media-modal {
	background: transparent;
}
.ex-modal-open .review-write-modal {
	background: #ffffffad;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}
.ex-comment-header {
	justify-content: space-between;
	margin-bottom: 10px;
}
.ex-comment-header .ex-review-avatar {
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.ex-comment-container {
	border-bottom: 1px solid #ededed;
}
.ex-comment-container:last-child {
	border: 0;
}
.review-media-block {
}
.ex-review-date {
	color: var(--ex-text-secondary-color);
}
.ex-thumb {
	width: 16px;
	height: 16px;
	fill: rgba(0, 26, 52, 0.6);
}
.ex-vote-btn div {
	justify-content: center;
	height: 16px;
}
.ex-review-block {
	padding: 15px 20px;
	border-radius: var(--ex-modal-border-radius);
	box-shadow: var(--ex-card-shadow);
	margin-bottom: 20px;
	background: #f9f9f9;
}
.ex-comments-block {
	margin-left: 3%;
	padding: 15px 20px;
	border-radius: var(--ex-modal-border-radius);
	box-shadow: var(--ex-card-shadow);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ex-comments-block::before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	top: -10px;
	left: 10%;
	transform: rotate(45deg);
	z-index: 1;
	box-shadow: -1px -2px 2px #0000000a;
	background: #fff;
}
.ex-modal .ex-review-block,
.ex-modal .ex-comments-block {
	box-shadow: none;
	margin-bottom: 0;
	padding: 5px;
}
.ex-modal .ex-comments-block::before {
	display: none;
}
.ex-admin-answer-block {
	padding: 10px;
	background: #f7f7f7;
	border-radius: 10px;
}
.rating-average-text {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 500;
}
.video-link-container {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.video-link-container .ex-btn {
	white-space: nowrap;
}
#input-video-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.video-link-container button {
	margin-left: -2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 0.9em;
	height: 34px;
	padding: 5px 15px;
}
.video-link-block {
	display: block;
}
.video-link-trigger {
	margin-bottom: 20px;
}
.add-video-link-container {
	margin-top: 10px;
}
.add-video-link-container.active .add-video-caption{
	display: none;
}
.ex-product-info-image{
    width: 140px;
    border-radius: var(--ex-border-radius);
    overflow: hidden;
}
.ex-product-info-image-block{
	align-items: center;
}
.ex-product-info-image img{
	width: 100%;
}
.ex-product-info-name{
    font-size: 1.1em;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}
.form-check-block input{
	margin: 0 5px 0 0;
}
.form-check-block label{
	margin: 0;
}
.ex-product-info-name a{
	color: inherit;
	text-decoration: none !important;
}
.ex-reviews-page .add-review-top-block{
	flex-direction: row;
}
.reviews-sort-container{
	gap: 15px;
	padding: 20px 0;
}
.checkbox-inner{
	height: 20px;
	width: 20px;
	display: block;
	border: 1px solid #afafaf;
	border-radius: 2px;
}
.ex-checkbox{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
	gap: 10px;
	height: fit-content;
}

.ex-checkbox:hover .checkbox-inner{
	border-color: var(--ex-text-link-hover-color);
}

.ex-checkbox.selected::after{
	content: '';
	position: absolute;
	height: 14px;
	width: 7px;
	border-bottom: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
	left: 7px;
	top: 1px;
	transform: rotate(38deg);
}
.ex-checkbox.selected .checkbox-inner{
	background: var(--ex-primary-color);
	border-color: var(--ex-primary-color);
}
.ex-sort{
	cursor: pointer;
}
.ex-sort-arrow{
	height: 16px;
  width: 16px;
	display: none;
}
.ex-sort-arrow.arrow-up{
	transform: rotate(180deg);
}
.ex-sort.active .ex-sort-arrow{
	display: block;
}
.ex-lite-btn{
	display: flex;
	color: var(--ex-text-link-color);
	align-items: center;
	background: #f0f0f0;
	padding: 9px 15px;
	box-shadow: 1px 1px 1px #d9d9d9;
	gap: 5px;
}
.ex-lite-btn:hover{
	color: var(--ex-text-link-hover-color);
}
.ex-lite-btn .ex-arrow{
	width: 20px;
	height: 20px;
}
.ex-heading-title{
	margin-bottom: 30px;
}
.back-container{
	margin: 10px 0;
	justify-content: flex-end;
}

.ex-back-btn{
	display: none;
}

.ex-reviews-page .ex-back-btn{
	display: flex;
}

.ex-reviews-page .ex-reviews-btn{
	display: none;
}

.ex-reviews-page .back-container{
	justify-content: flex-start;
}

.ex-hidden-author{
	gap: 10px;
}
.ex-hidden-review{
	background: #0000009c;
	position: absolute;
	bottom: 0;
	z-index: 11;
	color: #fff;
	width: 100%;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-weight: 400;
	padding: 10px;
	display: none;
}

.ex-hidden-review div{
	margin-bottom: 0;
}

.ex-review-text-title{
	display: inline;
}
.close-caption{
	position: absolute;
	right: 10px;
	top: 10px;
	box-shadow: none !important;
	display: none;
}
.close-caption svg{
	fill: var(--ex-text-link-color) !important;
	stroke: none;
	height: 26px;
  width: 30px;
}



@media (min-width: 1024px) {
	.hide-desktop {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.close-caption{
		display: block;
		left: 0;
    top: 0;
    right: 0;
		line-height: 10px;
		background: #f1f1f1 !important;
	}
	.ex-modal-mobile-caption{
		display: flex;
	}
	.ex-review-block{
		padding: 15px 5px;
	}
	.ex-hidden-review{
		display: block;
		max-height: 166px;
	}
	.ex-modal__inner{
		flex-direction: column;
	}
	.ex-modal-review-caption{
		position: absolute;
    z-index: 11;
    height: fit-content;
    background: #fff;
    bottom: 0;
    width: 100%;
    padding: 25px 0 15px;
		display: none;
		overflow-y: auto;
    height: 80%;
    border-top-right-radius: var(--ex-modal-border-radius);
		border-top-left-radius: var(--ex-modal-border-radius);
		z-index: 15;
	}
	.all-media-thumbnail{
    width: calc(33% - 14px);
	}
	.ex-modal-open .ex-modal{
		padding-right: 0;
	}
	.ex-slides > video, .ex-slides > img{
		width: 100%;
		height: auto;
	}
	.ex-modal .ex-modal-content,
	.ex-modal__inner{
		width: 100vw;
		height: 100vh;
		border-radius: 0;
	}
	.review-media-modal .ex-modal-header,
	.all-media-modal .ex-modal-header{
		position: absolute;
    top: 0;
    z-index: 11;
	}
	.all-media-modal .ex-modal-title,
	.review-media-modal .ex-modal-title,
	.original_image{
		display: none;
	}
	.ex-modal__media{
		width: 100%;
	}
	.back-to-all-trigger{
		z-index: 12;
	}
	.all-media-modal .ex-modal-body{
		height: auto;
		padding: 10px 0;
	}
	.ex-btn-arrow, .ex-close-btn{
		z-index: 12;
		background: #ffffff78;
		color: #ffffff8f;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.ex-close-btn svg{
		fill: #ffffff8f;
	}
	.ex-btn-arrow.next{
		right: 0;
	}
	.ex-btn-arrow.prev{
		left: 0;
	}
	.review-media-modal .ex-modal-header .ex-round-btn{
		right: 10px;
	}
	.ex-zoom.active{
		transform: scale(3);
		left: 50px;
	}
	.ex-modal-review-caption .ex-zoom.active{
		transform: scale(3) translate(6px, 26px);
	}
}

@media (min-width: 768px) {
	.ex-drag::-webkit-scrollbar,
	.modal-review-info::-webkit-scrollbar {
		height: 4px;
		width: 6px;
	}

	.ex-drag::-webkit-scrollbar-track,
	.modal-review-info::-webkit-scrollbar-track {
		background: #eaeaea;
		border-radius: 20px;
	}

	.ex-drag::-webkit-scrollbar-thumb,
	.modal-review-info::-webkit-scrollbar-thumb {
		background-color: #a5a5a5;
		border-radius: 20px;
		border: 0;
	}

	.ex-drag::-webkit-scrollbar-thumb:hover,
	.modal-review-info::-webkit-scrollbar-thumb:hover {
		background: #7b7b7b;
	}
	.ex-alert{
		min-width: 360px;
	}

}

@media(max-width: 767px){
	.ex-product-info-image,
	.ex-product-info-name {
		display: none;
	}
	.reviews-top-container{
		flex-direction: column;
		gap: 10px;
		padding: 0;
    box-shadow: none;
	}
	#form-ex-review,
	#form-comment,
	.ex-form-buttons{
		padding: 15px;
	}
	.ex-modal-wrapper{
		max-height: 100vh;
    border-radius: 0;
	}
	.all-media-thumbnail{
		width: calc(50% - 6px);
		margin: 0 3px 5px;
		border-radius: 8px;
	}
		.ex-modal-body{
		overflow-y: auto;
	}
	.details__accordion-collapse{
		padding: 0 1rem 3rem;
	}
}

@media (max-width: 480px) {
	.all-media-thumbnail{
		height: 33vh;
	}
	.back-container{
		display: none;
	}
	.ex-round-btn{
		width: 44px;
		height: 44px;
	}
	.ex-arrow{
		width: 20px;
		height: 20px;
	}
	.rating-box-top,
	.product-reviews-rating-line,
	.review-rating-info-block{
		width: 100%;
	}
}






.ex-votes-container{
	width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #e30613 !important;
}

.carousel-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel {
  cursor: grab;
  user-select: none;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.owl-carousel .ex-review-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.owl-carousel .ex-review-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #e1e1e1;
	margin: 2px;
}

.ex-review-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ex-review-text {
  flex: 1;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.4) !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  opacity: 0.7;
}

.owl-nav button.owl-prev { left: 8px; }
.owl-nav button.owl-next { right: 8px; }

.owl-nav button.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

.reviews-owl .owl-item{
	height: auto;
}

@media (max-width: 640px) {
  .owl-nav button {
    display: none;
  }
}

.product-reviews-rating-line {
  height: 6px;
  background: #ebebeb;
  margin: 0 15px;
  width: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.product-reviews-rating-line span {
  display: block;
  height: 100%;
  background: #e30613;
}
.rating-box-top {
  display: flex;
  align-items: center;
  height: 30px;
}
.rating-container-top {
  display: flex;
  flex-direction: row-reverse;
}
.product-reviews-rating-value {
  padding: 3px 0px;
  font-weight: 500;
  line-height: 17px;
  color: #f4f4f4;
  border-radius: 2px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 28px;
  min-width: 28px;
  background: #e30613;
}
