#nav {
	font-size: 0;
	background-color: #000;
}

#menu {
	display: block;
	padding: 0;
	margin: 0;
	height: 50px;
	text-align: center;
}

#menu li {
	display: inline-block;
	/*height: 40px;*/
	list-style: none;
}

#menu li a {
	display: inline-block;
	padding: 14px 10px;
	color: #000;
	line-height: 1.2;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
}

#menu li a:hover {
	border: 1px solid #fff;
	box-sizing: border-box;
}

#menu li a.lang {
	border-right: 1px solid #fff;
}

#menu li ul {
	display: none;
	position: absolute;
	/*padding: 10px 0 30px 0;*/
	/*width: 200px;*/
	height: auto;
	line-height: 1px;
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 1px 1px 12px #555;
	transition: max-height .2s ease-in-out;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	display: block;
}

#menu li ul li a {
	display: block;
	color: #000;
	text-align: left;
	border: none;
}

#menu li ul li:hover {
	color: #fff;
	background-color: #d0122a;
	box-sizing: border-box;
}

#menu li ul li:hover a {
	color: #fff;
}

#menu li ul li:last-child {
	margin-bottom: 10px;
}

#menu li ul li a:hover {
	border: none;
}

#menu li a.revoshopicon.cart {
	top: 10px;
	margin-left: 10px;
}

.revoshopicon.cart .cart-notification {
	padding-top: 14px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	z-index: 2000;
}

.revoshopicon.cart .cart-notification.active {
    display: block;
    position: absolute;
    padding: 6px 6px;
	top: -10px;
	right: -10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: red;
	color: white;
}

.revoshopicon.cart.show-small .cart-notification.active {
	padding: 4px 4px;
	top: -5px;
    right: 0px;
}

#menu li.lang.first {
	margin-left: 40px;
}

#button-menu-mobile-cart {
	position: fixed;
	display: none;
	padding: 0;
	top: 8px;
	right: 60px;
	width: 30px;
	height: 30px;
	min-height: 30px;
	cursor: pointer;
	border: none;
	color: #000 !important;
	/*background-color: #fff;*/
	z-index: 3001;
}

#button-menu-mobile-search {
    position: fixed;
    display: none;
    padding: 0;
    top: 8px;
    right: 50px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    cursor: pointer;
    border: none;
    color: #000 !important;
    background-color: transparent;
    z-index: 3001;
}

#button-menu-mobile-main {
	position: fixed;
	padding: 0;
	top: 4px;
	right: 10px;
	width: 30px;
    height: 30px;
    min-height: 30px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	z-index: 3000;
}

.revoshopicon.menu {
	color: #000;
}


/* filters */

#aside.programme #menu-filters {
    display: block;
}

#menu-filters {
	position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 0 12px 12px 0;
    color: white;
}

.filter label {
    margin-top: 20px;
}

.filter button {
    background-color: transparent;
    color: white;
    padding: 0 10px;
    min-height: inherit;
}

.filter button .revoshopicon {
    top: 8px;
}

.filter-name {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-entries {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow: hidden;
}

.filter-entries * {
    background-color: #74d2ff;
    border: solid 1px #a8e2ff;
    font-size: .85em;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
}

.filter-entries *:hover {
    background-color: #0eb0ff;
    border: solid 1px #28b8ff;
}

.filter-entries .selected {
    background-color: #00a4f4;
    border: solid 1px #0eb0ff;
}

.filter-entries a, .filter-entries a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 799px) {
	#header {
		z-index: 4001;
	}
	#button-menu-mobile-main {
	   display: block;
	}
	#button-menu-mobile-search {
        display: block;
    }
	#button-menu-mobile-cart {
		display: block;
	}
	#nav {
		background-color: transparent;
		z-index: 3000;
	}
	#menu {
		position: fixed;
		display: none;
		top: 39px;
		bottom: 0;
		right: 0;
		padding-top: 20px;
		width: 300px;
		height: auto;
		text-align: left;
		background-color: #fff;
		border-radius: 0;
		box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.5);
		overflow: scroll;
		z-index: 3002;
	}
	#menu li {
		display: unset;
		padding-left: 30px;
		height: 55px;
		min-width: 200px;
	}
	
	#menu li ul {
		position: relative;
		display: block;
		margin-top: 10px;
		padding: 0;
		padding-left: 20px;
		border: none;
		box-shadow: none;
	}
	
	#menu li ul li:last-child {
	   margin-bottom: 0;
	}
	
		
	#menu li ul li {
		display: block;
	}
	
	#menu li ul li a {
		display: block;
		color: #000;
		text-align: right;
		border: none;
	}
	
	#menu li ul li:hover {
		color: #000;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	#menu li ul li:hover a {
		color: #000;
	}
		
	#menu li.last a.revoshopicon.cart {
	   display: none;
	}
	
	#menu li.lang {
	   display: inline-block;
	   margin-top: 30px;
	}

    #menu li.lang.first {
        margin-left: 20px;
    }

	#menu li a.lang {
	   border: none;
	}
	
	#aside.programme #menu-filters {
	   display: none;
	}

	#menu-filters {
		position: fixed;
        display: none;
        top: 20px;
        bottom: 0;
        right: 0;
        left: inherit;
        width: 300px;
        height: auto;
	    padding: 20px 10px;
	    border-radius: 0;
	    background-color: #000;
	    color: white;
	    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.5);
	    overflow-y: scroll;
	    z-index: 3002;
	    font-size: 20px;
	}
}

@media only screen and (max-width: 469px) {
	#header {
		height: 40px;
	}
}


