/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2025 | 14:34:15 */
.webr-categories-grid .more-products {
	display: none;
}
.webr-cta-column ul li {
	list-style: none;
	position: relative;
	font-size: 16px;
	margin-bottom: 3px;
	padding-left: 12px;
	font-size: 14px;
}
.webr-cta-column ul li::before {
	content: "\f107";
	font-family: "woodmart-font";
	color: var(--wit);
	position: absolute;
	left: -12px;
	top: 0;
}

/* Hero slider */
body:not(#__) .webr-hero .wd-slide-container {
	padding: 30px;
}

/* Testimonial equal height */
body:not(#__) .webr-testimonials .testimonial .testimonial-inner,
body:not(#__) .webr-testimonials .testimonial {
	height: 100%;
}
body:not(#__) .webr-testimonials .testimonial .testimonial-inner .testimonial-content {
	justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Horizontal Usps */
ul.webr-horizontal-usps {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
ul.webr-horizontal-usps li {
	margin: 0;
	font-weight: 700;
	font-family: "Lexend Deca", Arial, Helvetica, sans-serif;
	font-size: 14px;
}