.testimonial-slider{
	position: relative;
}

.fly-testimonial-header{
	display: flex;
	gap: 20px;
	align-items: center;
}

.fly-testimonial-title{
	width: 100%;
}

.fly-testimonial-controls-wrapper{
	display: flex;
	justify-content: end;
	gap: 40px;
	align-items: center;
	width: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimonial-slider .swiper-wrapper{
	align-items: stretch;
}

.testimonial-slider .swiper-slide{
	height: auto;
}

.testimonial-slider .swiper-container{
	overflow: hidden;
}

.fly-testimonial-controls{
	display: flex;
	gap: 18px;
	align-items: center;
}

.testimonial-swiper-scrollbar{
	width: 100%;
	height: 5px;
	max-width: 280px;
	background: #2E3131;
	border-radius: 10px;
}

.fly-testimonial {
	border: 1px solid #E5E5E1;
	border-radius: 12px;
	padding: 20px;
}

.fly-testimonial div span{
	display: flex;
	gap: 2px;
}

.fly-testimonial div div{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 5px;
}

.fly-testimonial div div.star-rating{
	margin: 0;
}

.fly-testimonial p{
	font-weight: 600;
	font-size: 13px;
	line-height: 131%;
}

.swiper-scrollbar-drag{
	--swiper-scrollbar-drag-bg-color: var(--fs-color-primary);
}

.testimonial-swiper-button{
	cursor: pointer;
}

.testimonial-swiper-button path{
	fill: var(--fs-color-primary);
}

.testimonial-swiper-button.swiper-button-disabled path{
	fill: #2E3131;
}




.fly-testimonial-wrapper{
	padding-top: 14px;
	padding-bottom: 30px;
}

.fly-testimonial{
	display: flex !important;
	gap: 25px;
	align-items: center;
}

.fly-testimonial video{
	width: auto;
	border-radius: 8px;
	max-height: 350px;
	max-width: 50%;
}

.fly-testimonial.author_image{
	flex-direction: column;
	align-items: start;
	gap: 15px;
	padding: 30px;
	border-radius: 7px;
	border: 1px solid #D9D9D9;
}

.fly-testimonial.author_image > div{
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
	width: 100%;
}

.fly-testimonial.author_image > div:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/wp-content/themes/fly-athletics/assets/testimonial.svg);
	width: 35px;
	height: 25px;
}

.fly-testimonial.author_image > p{
	color: #47494D !important;
	margin: 0;
}

.fly-testimonial.author_image img{
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 45px;
}

.fly-testimonial.author_image .fly-testimonial-autor{
	margin-bottom: 5px;
	margin-left: 3px;
}

.fly-testimonial.author_image svg{
	width: 17px;
	height: 18px;
}

.testimonial-slider:has(.fly-testimonial.author_image){
	margin-bottom: 40px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .testimonial-swiper-scrollbar{
	background: #D9D9D9;
	max-width: 100px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .swiper-scrollbar-drag{
	--swiper-scrollbar-drag-bg-color: var(--fs-color-text);
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls-wrapper{
	gap: 20px;
	margin-top: 20px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls{
	gap: 8px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls svg{
	width: 29px;
	height: 29px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls svg path{
	fill: var(--fs-color-text);
}

.fly-testimonial img{
	border-radius: 80px;
	object-fit: contain;
	width: 80px;
	height: 80px;
}

.fly-testimonial .fly-testimonial-autor{
	color: #454648;
	font-weight: 700;
	font-size: 13px;
	line-height: 131%;
}

@media screen and (max-width: 849px){
	.fly-testimonial-title{
		text-align: center;
	}
	
	.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-title{
		padding: 0px;
	}
	
	.testimonial-slider .swiper-container{
		margin: 0 -15px;
		padding: 20px;
		width: calc(100% + 30px);
	}
	
	.testimonial-slider .swiper-container:has(.author_image){
		background: transparent;
	}
	
	.fly-testimonial-wrapper{
		padding: 0 !important;
	}
	
	.fly-testimonial{
		gap: 30px;
		align-items: start;
	}
	
	.testimonial-slider .swiper-slide{
		flex-direction: column;
	}
	
	.testimonial-slider .swiper-slide .large{
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
	
	.testimonial-slider .swiper-slide svg{
		width: 18px;
		height: 18px;
	}
	
	.fly-testimonial-controls-wrapper{
		position: absolute;
		bottom: 0;
		left: -15px;
		right: -15px;
		width: calc(100% + 30px);
	}
	
	.fly-testimonial-controls-wrapper .testimonial-swiper-scrollbar,
	.testimonial-slider:has(.fly-testimonial.author_image) .testimonial-swiper-scrollbar{
		max-width: unset;
	}
}

@media screen and (max-width: 549px){
	.testimonial-slider .swiper-container{
		margin: 20px -15px;
		padding: 0 20px;
		width: calc(100% + 30px);
		border-top: 1px solid #D9E5DC;
		border-bottom: 1px solid #D9E5DC;
	}
	
	.fly-testimonial{
		gap: 20px;
		align-items: start;
		border: none;
		padding: 20px 0;
	}
	
	.fly-testimonial img{
		width: 60px;
		height: 60px;
	}
	
	.testimonial-slider .swiper-slide{
		flex-direction: row;
	}
}