.d_cReviews {
	padding: 10px 0;
}

.d_cReviews_title {
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 15px 20px 15px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 5px;
}

.d_cReviews_slider {
	position: relative;
	overflow: hidden;
}

.d_cReviews_loopInner {
	position: relative;
	display: flex;
	transition: 0.6s;
	touch-action: pan-y;
}

.d_cReviews_tags {
	overflow: scroll;
	padding-left: 20px;
	margin-bottom: 25px;
}

.d_cReviews_tagsContainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	width: 570px;	
}

.d_cReviews_tag {
	align-self: center;
	color: black;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 16px;
	border-radius: 30px;
	text-align: center;
	width: auto !important;
	display: inline-flex;
	background: #fff;
	border: 1px solid #fff;
	height: 37px;
	align-items: center;
}

.d_cReviews_tag img {
	margin-right: 7px;
}

.d_cReviews_tag.t21draw img {
	max-height: 20px;
	margin-right: 5px;
}

.d_cReviews_tag.active, .d_cReviews_tag:hover {
	color: #FFF !important;
	background: #000 !important;
	border: 1px solid #000 !important;
}

.d_cReviews_tag.active.instagram img, .d_cReviews_tag.instagram:hover img,
.d_cReviews_tag.active.tiktok img, .d_cReviews_tag.tiktok:hover img,
.d_cReviews_tag.active.t21draw img, .d_cReviews_tag.t21draw:hover img {
	filter: invert(1);
}

.d_cReview {
	padding: 0 15px;
	position: relative;
	flex-shrink: 0;
	max-width: 100%;
	font-size: 16px;
}

.d_cReview_box {
	padding: 20px;
	background: #fff;
}

.d_cReview_top {
	display: flex;
	font-size: 14px;
}

.d_cReview_avatar {
	color: white;
	text-transform: uppercase;
	border-radius: 50%;
	background: #686f7a;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 14px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	flex-shrink: 0;	
}

.d_cReview_avatar span {
	align-self: center;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.d_cReview_author {
	font-weight: bold;
}

.d_cReview_date a {
	color: #148DE4;
}

.d_cReview_date a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	margin-bottom: -1px;
	background: url('link.svg') no-repeat center center;	
}

.d_cReview_rating .d_ratingStars {
	justify-content: flex-start;
	margin: 15px 0 15px 0;
}

.d_cReview_heading {
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.d_cReview_bottom {
	margin-top: 20px;
	display: flex;
}

.d_cReview_bottom img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	margin-right: 20px;
	align-self: center;	
}

.d_cReview_bottom span {
	align-self: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #5e5e5e;
	font-size: 16px;
}

.d_cReview_hiddenContent {
	display: none;
}

.d_cReview_showMoreContentBox {
	display: inline;
	cursor: pointer;
}

.d_cReview_showMoreContent {
	color: #006AC3;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.d_cReview_videoPlaceholder {
	margin-left: -20px;
	width: calc(100% + 40px);
	margin-top: 13px;
	position: relative;
	margin-bottom: 18px;
	cursor: pointer;
}

.d_cReview_videoPlaceholder img {
	width: 100%;
	max-height: 266px;
	object-fit: cover;
	display: block;
}

.d_cReview_cover {
	display: flex;
	justify-content: center;
	z-index: 6;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);	
}

.d_cReview_coverInner {
	z-index: 6;
	width: 5em;
	height: 5em;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
	border-radius: 100vw;
	justify-content: center;
	align-items: center;
	display: flex;
}

.d_cReview_coverInner svg {
	width: 30%;
	height: 30%;
	color: #fff;
	line-height: 1;
}

.d_cReviews .d_shared_counter {
	right: 25px;
}

.d_cReviews_paginate {
	margin: 20px auto 25px auto;
	text-align: center;
    display: block;
    white-space: nowrap;
}

.d_cReviews_paginateOneItem {
	display: inline-block;
	position: relative;
	left: 0px !important;
	width: 10px;
	height: 10px;
	transition: .2s transform, .2s left;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
}

.d_cReviews_paginateOneItem.d_shared_activeSlide {
	transform: scale(1.2);
	margin: 0 5px;
	background: #000;
}

.d_cReviews .d_improved_sliderLeft img, .d_cReviews .d_improved_sliderRight img {
	width: 12px;
	height: 12px;
}

.d_cReviews .d_improved_sliderLeft, .d_cReviews .d_improved_sliderRight {
	width: 30px;
	height: 30px;
}

.d_cReviews .d_improved_sliderLeft {
	left: 3px;
}

.d_cReviews .d_improved_sliderRight {
	right: 3px;
}

.d_cReviews_modal {
	z-index: 2147483647;
	opacity: 0;
	background-color: #fff;
	transition: opacity .2s;
	display: flex;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	pointer-events: none;
}

.d_cReviews_modal.active {
	pointer-events: all;
	opacity: 1;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, .42);
	justify-content: center;
	align-items: center;
 }

 .d_cReviews_modalContainer {
	max-width: 360px;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	aspect-ratio: 9 / 16;
	max-height: 80vh;
	margin-top: -10vh;
 }

.d_cReviews_modalVideo {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	/*background: #000!important;*/
	overflow: hidden;
}

.d_cReviews_modalVideo .plyr--video {
	width: 100%;
	height: 100%;
}

.d_cReviews_modalVideo video {
	display: none;
}

.d_cReviews_modal.active video {
	display: block;
}

.d_cReviews_modalVideo .plyr__video-wrapper {
	height: auto;
}

.d_cReviews_modalClose {
	top: auto;
	bottom: -4rem;
	left: auto;
	right: auto;
	z-index: 888;
	width: 3rem;
	height: 3rem;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	color: #010101;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
}

.d_cReviews_modalClose svg {
	width: 1.5rem;
	height: 1.5rem;	
}

.d_cReview_avatarImage {
	margin-right: 14px;
}

.d_cReview_avatarImage img {
	display: block;
	width: 45px;
	height: 45px;
}

.d_cReview_social a {
	color: #148DE4;
}

.d_cReview_social a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-bottom: -2px;
	background: url('verified.svg') no-repeat center center;	
}

.d_cReview.expert-review .d_cReview_box {
	padding-bottom: 30px;
}

.d_cReview_screenshot {
	margin-left: -20px;
	width: calc(100% + 40px);
	margin-top: 13px;
	position: relative;
	margin-bottom: 5px;	
}

.d_cReview_screenshot img {
	width: 100%;
}

.d_cReview_logo {
	width: 100px;
	min-height: 56px;
}

.d_cReview.trustpilot .d_cReview_logo {
	min-height: 75px;
}

.d_cReview_top + .d_cReview_text {
	margin-top: 13px;
}

@media (min-width: 576px) {
	.d_cReviews_modalClose {
		top: 2rem;
		bottom: auto;
		left: auto;
		right: 2rem;
	}	
}

@media (min-width: 768px) {
	.d_cReviews_modalContainer {
		max-height: initial;
		margin-top: initial;
	}

	.d_cReviews_tags {
		overflow: hidden;
	}

	.d_cReviews_tagsContainer {
		width: auto;
	}

	.d_cReview {
		width: 50%;
		padding: 0 15px;
	}

	.d_cReviews .d_shared_counter {
		display: none;
	}
}

@media (min-width: 992px) {
	.d_cReviews_title {
		font-size: 36px;
		padding: 0 0 20px 0;
		margin-top: 0;
		line-height: 1.364;
		max-width: 1150px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.d_cReviews_tagsContainer {
		justify-content: center;
	}

	.d_cReview {
		width: 33.3%;
	}

	.d_cReviews_container {
		max-width: 1229px;
		margin: 0 auto;		
	}

	.d_cReviews .d_improved_sliderLeft img, .d_cReviews .d_improved_sliderRight img {
		width: 15px;
		height: 15px;
	}

	.d_cReviews .d_improved_sliderLeft, .d_cReviews .d_improved_sliderRight {
		width: 35px;
		height: 35px;
	}

	.d_cReviews .d_improved_sliderLeft {
		left: 0;
	}

	.d_cReviews .d_improved_sliderRight {
		right: 0;
	}
}