/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ***** ORDER REVIEWS SLIDER ***** */
.testimonial-avatar {
	display: inline-block;
}

.testimonial-avatar img {
	min-width: 60px;
	max-width: 100px;
	border-radius: 50%;
}

.testimonial-rating {
	display: none;
	margin-bottom: 10px;
}

.testimonial-content footer {
	margin-top: 15px;
	color: var(--color-gray-900);
	font-weight: 600;
}

.testimonial-content footer > span {
	color: var(--color-gray-500);
	font-weight: 400;
}

.testimonial-content footer > span:before {
	content: " - ";
}

.testimon-with-rating .testimonial-rating {
	display: block;
}

.testimon-align-center .testimonial {
	text-align: center;
}

.testimon-align-center .testimonial-avatar {
	margin-bottom: 15px;
}

:is(.testimon-align-left, .testimon-align-right) .testimonial-inner {
	display: flex;
	align-items: flex-start;
}

:is(.testimon-align-left, .testimon-align-right) .testimonial-avatar {
	flex: 0 0 auto;
}

:is(.testimon-align-left, .testimon-align-right) .testimonial-content {
	flex: 1 1 auto;
}

.testimon-align-left .testimonial {
	text-align: left;
}

.testimon-align-left .testimonial-inner {
	flex-direction: row;
}

.testimon-align-left .testimonial-avatar {
	margin-right: 20px;
}

.testimon-align-right .testimonial {
	text-align: right;
}

.testimon-align-right .testimonial-inner {
	flex-direction: row-reverse;
}

.testimon-align-right .testimonial-avatar {
	margin-left: 20px;
}

.testimon-style-boxed .testimonial-inner {
	padding: 30px;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.5s ease;
}

.testimon-style-boxed .testimonial:hover .testimonial-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* ***** ORDER REVIEWS SLIDER ***** */