

/*MENU PRICIPAL*/

.navbar ul.navbar-items ul#pixzlo-main-menu li a.nav-link  {
	color: #3c3c3c !important;
}

.navbar ul.navbar-items ul#pixzlo-main-menu li a.nav-link:hover {
	color: #bc3d7f !important;
}
/*MENU PRICIPAL*/


/*MENU MOBILE*/

.mobile-logo {
	max-width: 136px;
}

.mobile-bar {
	
}

.mobile-bar-toggle.close::after,
.mobile-bar-toggle.close::before {
	background: #333;
}


/*MENU MOBILE*/



.topbar,
.navbar,
.pixzlo-header ul.dropdown-menu>li>a, 
.navbar ul ul ul.dropdown-menu li .nav-link {
    color: #333;
    background: #fff;
}

.topbar{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid #f5f5f5;	
    z-index: 999999;
}

.lang-item .nav-link{
	padding-left: 10px !important;
}

.pixzlo-header ul.dropdown-menu>li.lang-item>a:hover {
    padding-left: 10px !important;
	text-decoration: underline;
}


.current-lang a{
	color: #bc3d7f !important;
}



.navbar, .navbar ul{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
    height: 70px;
}

.navbar li,
.topbar li,
.topbar, .topbar ul{
	font-size: 12px;
}
.navbar-items>li{
	line-height: 70px;
}


/*MENU TOP BAR*/

.topbar ul.topbar-items li a {
	font-family: 'Dosis', sans-serif !important;
	color: #3c3c3c !important;
    font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.topbar ul.topbar-items li a:hover {
	font-family: 'Dosis', sans-serif !important;
	color: #bc3d7f !important;
}

.topbar ul.topbar-items li.current-lang a{
	color: #bc3d7f !important;
}

.topbar{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid #f5f5f5;	
    z-index: 999999;
}

.lang-item .nav-link{
	padding-left: 10px !important;
}

.pixzlo-header ul.dropdown-menu>li.lang-item>a:hover {
    padding-left: 10px !important;
	text-decor