/* HFE submenu arrow without Font Awesome. */
.hfe-menu-toggle.sub-arrow > i.fa {
	display: inline-block;
	width: .55em;
	height: .55em;
	margin: 0 0 .2em .35em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	font-family: inherit !important;
	font-style: normal;
	transform: rotate(45deg);
	transition: transform 150ms ease;
}

.hfe-menu-toggle.sub-arrow > i.fa::before {
	content: "" !important;
}

.sub-menu-active .hfe-menu-toggle.sub-arrow > i.fa,
.menu-active .hfe-menu-toggle.sub-arrow > i.fa {
	transform: rotate(225deg);
}

/* HFE search icon without Font Awesome. */
.hfe-search-icon-toggle i.fas.fa-search {
	font-family: inherit !important;
	font-weight: 400 !important;
}

.hfe-search-icon-toggle i.fas.fa-search::before {
	content: "" !important;
	position: absolute;
	left: 9px;
	top: 9px;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
}

.hfe-search-icon-toggle i.fas.fa-search::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 7px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transform: rotate(45deg);
	transform-origin: left center;
}
