/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2023 | 17:42:15 */
.nav,
.nav__sub {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	list-style-type: none;
}

.nav {
	position: relative;
	width: 400px;
	background-color: black;
	overflow: hidden;
}

.nav__link {
	font-weight: 500;
	color: white;
	text-decoration: none;
}

.nav__sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
	transform: translateX(100%);
}

.nav__sub.is-active  {
	opacity: 1;
		visibility: visible;
		transform: translateX(0%);
}

.highlighteofertas{
	background-color: #f1ff12;
	color: white !important;
	
}.highlight{
	background-color: yellow;
	
}