
#cat_menu {
	height: 100%;
	position: fixed;
	background-color: #fed057;
	width: 300px;
	transition: 1000ms all cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100%);
	left: 60px;
	top: 0px;
	z-index: -1;
}

#cat_menu.expanded {
	transform: translateX(0%);
	left: 0px;
}

.menu-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	vertical-align: middle;
}

#blob {
	top: 0;
	z-index: -1;
	right: 60px;
	transform: translateX(100%);
	height: 100%;
	position: absolute;
}

#blob-path {
	height: 100%;
	fill: #fed057;
}

.hamburger {
	right: 20px;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	top: 50%;
}

.hamburger .line {
	width: 100%;
	height: 4px;
	background-color: #fff;
	position: absolute;
}

.hamburger .line:nth-child(2) {
	top: 50%;
	margin-top: -2px;
}

.hamburger .line:nth-child(3) {
	bottom: 0;
}

.submenu {
	position: relative;
	top: 143px;
	padding-top: 164px;
	background-color: #fcdf94;
	width: 70%;
	left: 300px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: none;
	overflow: auto;
}

#dot {
	position: absolute;
	width: 32px;
	height: 32px;
	display: none;
	z-index: -2;
	margin-top: -10px;
	margin-left: -10px;
}

#circle {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 1px solid #fed057;
	border-radius: 50%;
	display: none;
	z-index: -2;
}

.close {
	width: 32px;
	height: 32px;
	opacity: 1;
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	background-color: #fed057;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

.titulo-menu {
	background-color: #250f8a;
	color: white;
	width: 100%;
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 10px;
}

#menu-categorias a {
	color: white;
	display: inline-block;
	margin-bottom: -39px;
}

#menu-categorias a .texto-enlace {
	position: relative;
	top: 15px;
}

.submenu a {
	color: #250f8a;
}

.mini-cart-wrap.close::before, .mini-cart-wrap.close::after {
	display: none;
}
