/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 14:07:25 */
.menu-item {
	position: relative;
}

.menu-item.parent a.hfe-menu-item::after {
	content: "";
	bottom: 0;
	width: 100%;
	opacity: 0;
	background-color: #CD3C2B !important;
	transition: opacity 0.3s ease;
	position: absolute;
	left: 0;
}

.menu-item.parent.current-menu-item a.hfe-menu-item::after {
	opacity: 1 !important;
}

html {
	scroll-padding: 100px;
}