.menu-header__itens .menu-item a {
	font-family: 'Montserrat';
}

.search-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px !important;
	width: 25px !important;
	padding: 0px 0px;
	margin: auto;
	background-image: url('../../assets/img/lupanovabranca.png') ;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-left: 10px;
	font-family: 'Montserrat';
}

.header-scroll .search-nav, .page-template-page-bbb22 .search-nav{
	background-image: url('../../assets/img/lupanovapreta.png');
}

.header-scroll .menu-header__itens .menu-item a:hover {
  color: #000000 !important;
}


.menu-header__itens .menu-item a {
	font-size: .80rem !important;
	font-weight: 600 !important;
	font-family: 'Montserrat' !important;
}

.menu-header__itens .menu-item a:hover {
	color: #ffffff !important;
}

.page-template-page-bbb22 .menu-header__itens .menu-item a:hover {
	color: #000000 !important;
}

@media screen and (min-width: 681px) {
	.menu-header__itens .menu-item a {
		font-size: .80rem !important;
		font-weight: 600 !important;
		font-family: 'Montserrat' !important;
	}

	.header-scroll .menu-header__itens .menu-item a {
		color: #000000 !important;
	}
	
	.header-scroll .site-header {
		background-color: #ffffff !important;
		border-bottom: none !important;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%) !important;
	}
	
	.site-header__location {
		display: none !important;
	}
}

@media screen and (min-width: 681px) and (max-width: 1200px){
	.menu-header__itens .menu-item a {
		font-size: .75rem !important;
		font-weight: 600 !important;
		font-family: 'Montserrat' !important;
	}
}

@media screen and (max-width: 681px) {
	.search-nav {
		position: absolute;
		top: 35%;
		right: 90%;
	}
	
	.menu-opened .search-nav {
		background-image: url("../img/lupalaranjamobile.png");
	}
	
	.header-scroll .site-header {
		background-color: #ffffff !important;
		border-bottom: none !important;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%) !important;
	}
	
	#menu-menu-principal {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.menu-opened .site-header__location {
		display: none !important;
	}
	
	.menu-header__itens .menu-item a {
		color: #000000 !important;
		font-family: 'Montserrat' !important;
		font-style: normal !important;
		font-weight: 700 !important;
		font-size: 22px !important;
		line-height: 40px !important;
	}
	
	.menu-header__itens .menu-item a:hover {
		color: #000000 !important;
	}
	
	.menu-opened .site-header__cta {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: relative;
		bottom: 41px;
	}
	
	.menu-opened .site-header__cta .btn.btn-medium.link-outlined {
		width: 244px;
		height: 46px;
		background: #FF8200;
		border-radius: 34px;
		border: none;
		color: #fff;
	}
}