/*
/**
 * 	Unsorted styles by Pepi
 * 
 * */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}


.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	
	/** reset arrow */
	border:none;
	
	/** new content */
	font-family: 'Font Awesome 5 Pro';
	content: "\f178";

	/* position */
	position: absolute;
	right: 2rem;
	top:0.5rem;	

	/* style */
	color: black;
	font-size: 1.125rem;	
}

@media (max-width: 86rem) and (min-width:64rem) {
	header .header-container {
		background: url(/assets/main/img/bg_header_container.png) right top no-repeat white;
		height:120px;
	}

	header div.newsletter {
		padding-left: 1rem !important;
	}

	header div.nav-main.nav-desktop img.logo {
		padding: 1.5rem 0rem;
		width: 80%;
	}
	header .grid-margin-x>.large-offset-1 {
		margin-left: calc(0.33333% + 0.9375rem);
	}
}

@media (max-width: 76rem) and (min-width:64rem) {
	header .header-container {
		background:none;
		height:120px;
		background: white;
	}
	nav .bp-button .bp-button-type-search {
		font-size:0.8rem;
	}	

	li.easydropdown {
		font-family: var(--font-alternative);
		font-size: 0.9rem;
		color: black;
	}
}