/* ================================================
   FONT FACE
   ============================================== */
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap');

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 18px;
  font-weight:normal;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu > ul > li > a {
  padding: 10px 0px 10px 50px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  display: block;
}
/*#cssmenu ul > li.has-sub > a:after {
	content: url("../img/menu_cerrar.png");
	position: absolute;
	right: 26px;
	top: 13px;
	}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
#cssmenu ul ul li a {
	padding: 8px 0px 8px 70px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #A69F39;
	display: block;
}

#cssmenu .tienda {
	background-color:#D8D158;
	display:inline-block;
	padding:10px 50px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 5px 45px;
	}
#cssmenu .fb,
#cssmenu .ig {
	display:block;
	padding-left: 90px !important;
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size:30px 30px;
	}
#cssmenu .fb {
	background-image: url(../img/icon_fb.svg);
	color:#3A559F;
	}
#cssmenu .ig {
	background-image: url(../img/icon_ig.svg);
	color:#C11D7A;
	}


