.mm-sidebar .widget_nav_menu ul {
	align-items: flex-start;
	display: flex;
	flex-flow: column nowrap;
	margin: 0;
	gap: 15px;
	padding: 0;
	width: 100%;
}
.mm-sidebar .widget_nav_menu ul li {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.mm-sidebar .widget_nav_menu ul li:before {
	display: none !important;
}
.mm-sidebar .widget_nav_menu ul li ul {
	gap: 7px;
	padding-left: 12px;
	width: 100%;
}
.mm-sidebar .widget_nav_menu ul li a {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	gap: 5px;
	justify-self: flex-start;
	outline: 0;
	width: 100%;
}
.mm-sidebar .widget_nav_menu ul li a:before {
	align-self: center;
	content: "";
	background-color: transparent;
	border: 2px solid #ccc;
	display: inline-flex;
	height: 10px;
	float: none;
	margin: 0;
	opacity: 1;
	width: 10px;
}
.mm-sidebar .widget_nav_menu .current-menu-item > a:before,
.mm-sidebar .widget_nav_menu .current-menu-parent > a:before {
	background-color: #1b988b;
	border-color: #1b988b;
}

.mm-products__searcher-header {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 40px;
	width: 100%;
}
.mm-products__searcher-name {
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
.mm-products__searcher-counter {
	color: #959595;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 100%;
	width: 100%;
}
a.mm-products__searcher-button {
	background-color: #1b988b;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding: 10px 20px;
	text-transform: none;
	text-decoration: none;
}
select.mm-products__searcher-filter {
	background-color: #f5f5f5;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	margin-left: auto;
	outline: 0;
	padding: 0 20px;
	width: 260px;
}
form.mm-products__searcher-searcher {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 0;
	width: auto;
}
input.mm-products__searcher-text {
	background-color: #f5f5f5;
	border-color: #ccc;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	box-shadow: none;
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	margin: 0;
	outline: 0;
	padding: 0 20px;
	min-width: 280px;
	width: 100%;
}
button.mm-products__searcher-button {
	background-color: #1a988b;
	border: 1px solid #1a988b;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 100%;
	transition: all 0.4s ease;
	width: auto;
}
button.mm-products__searcher-button:hover {
	background-color: #000;
}
