
#topbar a{
	color:var(--global-font-topbar-color);
}

#topbar-menu .menu-item:not(:last-child) a,
.bottom-menu .menu-item:not(:last-child) a {
	padding-right:20px;
}

#topbar-menu .menu-item:not(:last-child) a::after, 
.bottom-menu .menu-item:not(:last-child) a::after {
  content: '|';
  display: inline-block;
  padding: 0;
  font-family: var(--global--font-primary);
  font-weight: var(--global-font-weight-bold);
  font-size: var(--global-font-size-sm);
}

#topbar a:hover,
#topbar a:active,
#topbar a.active {
	color:var(--global-font-topbar-color-hover);
}

#bottombar a{
	color:var(--global-font-bottombar-color);
}

#bottombar a.search-control span.dashicons-search {  
	margin-left: -.3em;
	font-size: .9rem;
}

#bottombar a:hover{
	color:var(--global-font-bottombar-color-hover);
}

.bottom-menu{
	text-align: right;	
}

#topbar-menu .menu-item:not(:last-child) a::after,
.bottom-menu .menu-item:not(:last-child) a::after{
	position:absolute;
	top: 0;
	right: 5px;
	color: var(--global-primary-color);
	padding-right: 3px;
}

#topbar-menu .menu-item:not(:last-child) a::after {
	color: var(--global-color-white);
}

.bottom-menu li.carrito span.cart-icon {
	background-image:url('assets/images/ico_cart.png');
	background-size:cover;
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:5px;
	font-size:13px;
	margin-bottom: -5px;
}

.bottom-menu li.carrito:hover span.cart-icon{
	content:"";
	background-image:url('assets/images/ico_cart_over.png');
}

.menu li.nqv-wpml-switcher {
	display:flex;
	flex-direction:row;
	justify-content:end;
	align-items:center;
	gap:5px;
	font-weight:medium;
}


.bottom-menu.desktop div.menu > ul {
	display:flex;
	flex-direction:row;
	justify-content:end;
	align-items:center;
	gap:1em;
	list-style:none;
}

.bottom-menu.mobile div.menu > ul {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}

.menu li{
	display:inline-block;
	position:relative;
}

#topbar .container .site-name,{
	font-size:var(--global-font-size-x);
	text-transform:uppercase;
	font-weight:var(--global-font-weight-medium);
}

#topbar .container .site-description{
	display:inline-block;
	font-size:var(--global-font-size-x);
	text-transform:uppercase;
	font-weight:var(--global-font-weight-medium);
}

#topbar .account-creation .button{
	border-radius:20px;
	padding: 0 5px;
	text-transform:uppercase;
	color:var(--global-color-red);
	background-color:var(--global-color-yellow-dark);
	line-height: var(--button--line-height);
	border:none;
}

#topbar .account-creation .button:hover{
	opacity:.75;
}

#bottombar {
	background: var(--global-header-font-color);
}

.nqv-wpml-switcher,
#topbar a,
#bottombar a{
	text-transform:uppercase;
	text-decoration:none;
	font:var(--global-header-font);
	display: inline-block;
	font-size: var(--global-font-size-sm);
	position:relative;
}

.nqv-wpml-switcher {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nqv-wpml-switcher span {
	width: 9px;
	margin-left: 5px;
}

.nqv-wpml-switcher span a {
	padding-left:10px;
}

#bottombar .search-form-container {
	  position: absolute;
	  right:0;
	  top:100%;
	  z-index: 100;
	  min-width: 310px;
	  padding: 0 30px;
	  background: var(--global-secondary-color);
	  margin-top: 26px;
	  display: flex;
	  justify-content: center;
	  max-height: 0;
	  transition: all .5s;
	  overflow: hidden;
}

#bottombar .search-form-container.visible {
	  max-height: 500px;
	  transition: all .5s;
	  padding: 30px;
}

#bottombar .search-form-container  form {
	color: var(--global-font-bottombar-color);
	display: flex;
	justify-content: center;
	width: 100%;
}

#bottombar .search-form-container input,
#bottombar .search-form-container button {
	width:auto;
	display:inline-block;
	margin: 0;
	border-color:var(--global-primary-color);
}

#bottombar .search-form-container input {
	width: 100%;
	color: var(--global-color-second-gray);
	font-size: var(--global-font-size-sm);
	padding: 0 10px;
}

#bottombar .search-form-container button {
	width: 45px;
}

#bottombar .search-form-container button {
	background-color:var(--global-primary-color);
	padding: 10px;
}

#bottombar .search-form-container button span {
	color: var(--global-color-background);
}


/* TABLET + MOBILE */
@media only screen and (max-width: 1499px) {
	/* HAMBURGUER */
	.bottom-menu .menu-item:not(:last-child) a::after {
		/* top:8px; */
	}
	
	#bottombar .container .column > .bottom-menu,
	#topbar .container > .topbar-menu {
		position:absolute;
		background:white;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		z-index: 999;
		display:none;
		color: var(--global-secondary-color);
	}
	
	.menu-hamburger-control {
		color:var(--global-primary-color);
	    display: inline-block !important;
	    text-align: right;
	    min-height: 25px;
		cursor:pointer;
	}
	
	.bottom-menu .close-hamburger,
	.topbar-menu .close-hamburger {
		font-size:2rem;
		font-weight:bold;
		text-align:right;
		width:100%;
		padding: var(--global-padding-primary-height) calc(var(--global-padding-primary-width) + 7px);
		cursor:pointer;
	}
	
	.bottom-menu ul,
	.topbar-menu ul {
		padding:var(--global-padding-primary-height) var(--global-padding-primary-width);
		padding-top:0;
	}
	
	.bottom-menu li,
	.topbar-menu li {
		width:100%;
		margin-bottom:10px;
	}
	
	.bottom-menu a,
	.topbar-menu a {
		display:inline-block;
		padding-left:10px;
		line-height:20px;
	}
	
	.menu-hamburger .search-control .dashicons-search::before {
		font-size: 1.6rem;;
	}
	
	.menu-hamburger .search-control {
		padding: 20px 15px;
	}
	
	.nqv-wpml-switcher {
		padding:10px;
		float: right;
	}
	/* HAMBURGUER */
}