.revbuck-testimonial-slider-nav {
	width: calc(100% + 32px);
	margin: 0 -16px;
}

.owl-carousel[class*='revbuck-slider'] .owl-stage-outer {
	margin: -4px 0;
	overflow: visible;
}

.owl-carousel[class*='revbuck-slider'] .owl-stage {
	display: flex;
	align-items: stretch;
}

.owl-carousel[class*='revbuck-slider'] .owl-item {
	padding: 4px 16px;
	transition: var(--transition);
}

.owl-carousel[class*='revbuck-slider'] .single-testimonial {
	min-height: 100%;
}

.single-testimonial.single-testimonial {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	color: var(--gray-500);
	line-height: var(--lineheight);
	box-shadow: var(--shadow-fill);
	border-radius: var(--rounded-2xl);
	background-color: var(--white);
}

.single-testimonial:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: center/contain no-repeat;
}

.single-testimonial.google:before {
	background-image: url(/wp-content/uploads/2023/07/icon-google.svg);
}

.single-testimonial.trustpilot:before {
	background-image: url(/wp-content/uploads/2023/07/icon-trustpilot.svg);
}

.single-testimonial.facebook:before {
	background-image: url(/wp-content/uploads/2023/07/icon-facebook.svg);
}

.single-testimonial.single-testimonial:hover {
	border-color: var(--transparent);
}

.single-testimonial.single-testimonial .author-content .text {
	font-size: var(--text-xs);
	font-weight: 800;
	position: absolute;
}

.single-testimonial.single-testimonial:hover .testimonial-review .quota i {
	color: var(--orange);
}

.single-testimonial.single-testimonial .testimonial-review .quota i {
	color: var(--blue);
}

.single-testimonial.single-testimonial .testimonial-text {
	order: 3;
	line-height: var(--lineheight);
	color: var(--gray-500);
	margin-top: 8px;
}

.single-testimonial .testimonial-text .text {
	width: 100%;
	max-height: 156px;
	overflow: auto;
}

.single-testimonial .testimonial-text .text::-webkit-scrollbar-thumb {
	-webkit-border-radius: var(--rounded);
	border-radius: var(--rounded);
	background: var(--blue);
}

.single-testimonial .testimonial-text .text:window-inactive {
	background: var(--blue);
}

.single-testimonial .testimonial-text .text::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.single-testimonial .testimonial-text .text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px var(--gray);
	-webkit-border-radius: var(--rounded);
	border-radius: var(--rounded);
}

.single-testimonial.single-testimonial .testimonial-author {
	order: 2;
	margin-top: 24px;
	justify-content: flex-start;
}

.single-testimonial.single-testimonial .testimonial-review {
	order: 1;
}

.single-testimonial.single-testimonial .type-of-review {
	display: none;
}

.single-testimonial.single-testimonial .testimonial-author .holder-name {
	font-size: var(--text-md);
	font-weight: 800;
	color: inherit;
	margin-bottom: 0;
}

.testimonial-author .author-content {
	color: var(--black);
}

.testimonial-review .quota,
.testimonial-author .author-image {
	display: none;
}

.star .revbuck-rattings i {
	font-size: 0;
	margin-right: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/wp-content/themes/whello/assets/images/icon-star-orange.svg) center/contain no-repeat;
}

.star .revbuck-rattings i:not(:last-child) {
	margin-right: 2px;
}

.google .type-of-review i,
.google .revbuck-rattings i {
	color: var(--orange);
}

.testimonial-review .revbuck-rattings {
	display: flex;
	margin: 0;
}

.owl-carousel[class*='revbuck-slider'] .owl-dots {
	display: flex;
	margin: 32px auto 0;
}

.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot {
	margin: 0;
	border-radius: var(--rounded-full);
	background-image: none;
}

.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot:hover,
.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot.active {
	opacity: 1;
}

/* BADGE STYLES */
.badges-wrapper.badges-wrapper {
	display: inline-block;
	text-align: left;
	padding: 14px;
	margin-bottom: 0;
	border: none;
	background-color: var(--white);
	box-shadow: var(--shadow);
	border-radius: var(--rounded-2xl);
	cursor: pointer;
}

.badges-inner {
	--size-thumb: 60px;
	--size-thumb-gap: 16px;
	position: relative;
	width: 100%;
	min-height: var(--size-thumb);
	padding-top: 6px;
	padding-left: calc(var(--size-thumb) + var(--size-thumb-gap));
}

.badges-inner .badges-img-outer {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size-thumb);
	height: var(--size-thumb);
	margin: 0;
	background-color: var(--gray-75);
	border-radius: var(--rounded-2lg);
}

.badges-inner .badges-img-outer img {
	width: 30px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	object-fit: contain;
}

.badges-inner .badges-img-outer:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 26px;
	z-index: 1;
	background: center/contain no-repeat;
}

.google .badges-inner .badges-img-outer:after {
	background-image: url('/wp-content/uploads/2023/11/icon-google.svg');
}

.google .badges-inner .badges-img-outer img {
	display: none;
}

.badges-inner .badges-title {
	display: none;
}

.badges-inner .rating {
	display: flex;
	align-items: center;
	font-size: var(--text-xs);
	color: var(--orange);
	line-height: var(--lineheight-xs);
}

.badges-inner .rating .rating-number {
	font-size: var(--text-xl);
	font-weight: 800;
	color: var(--black);
	margin-top: 2px;
}

.badges-inner .rating .rating-number:after {
	content: '/5';
}

.badges-inner .rating i {
	font-size: 0;
	margin: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/wp-content/themes/whello/assets/images/icon-star-orange.svg) center/contain no-repeat;
}

.badges-inner .rating i:not(:last-child) {
	margin-right: 1px;
}

.badges-wrapper .badges-footer {
	color: var(--gray-500);
	margin-top: 0;
}

.badges-wrapper .badges-footer .reviews-link {
	display: none;
}

@media all and (min-width: 601px) {
	.single-testimonial.single-testimonial {
		padding: 32px 32px 80px;
	}

	.single-testimonial:before {
		bottom: 35px;
		right: 32px;
	}

	.single-testimonial.single-testimonial .author-content .text {
		bottom: 35px;
		left: 32px;
		width: calc(100% - 80px);
	}
}

@media all and (min-width: 901px) {
	.owl-carousel[class*='revbuck-slider'] .owl-dots {
		width: calc(100% - 128px);
		max-width: 90%;
		border-radius: var(--rounded-full);
		background-color: var(--white);
	}

	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot {
		width: 100%;
		height: 4px;
		background-color: var(--transparent);
	}

	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot:hover,
	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot.active {
		background-color: var(--gray-700);
	}
}

@media all and (max-width: 900px) {
	.owl-carousel[class*='revbuck-slider'] .owl-dots {
		flex-flow: row wrap;
		justify-content: center;
		margin-top: 24px;
		margin-bottom: -8px;
	}

	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot {
		width: 8px;
		height: 8px;
		margin-bottom: 8px;
		background-color: var(--gray);
		opacity: 1;
	}

	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot:hover,
	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot.active {
		background-color: var(--gray-800);
	}

	.owl-carousel[class*='revbuck-slider'] .owl-dots .owl-dot:not(:last-child) {
		margin-right: 4px;
	}
}

@media all and (max-width: 600px) {
	.single-testimonial.single-testimonial {
		padding: 26px var(--padding-container) 64px;
	}

	.single-testimonial:before {
		right: var(--padding-container);
		bottom: 26px;
	}

	.single-testimonial.single-testimonial .author-content .text {
		bottom: 24px;
		left: var(--padding-container);
		width: calc(100% - 64px);
	}
}
