/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.agrupar {
    display: flex !important;
    flex-wrap: wrap;
}

ul.lista-Color li a {
    display: none !important;
}

ul.lista-Color {
    display: flex !important;
    flex-wrap: wrap;
}
.marca-oculta {
    display: hidden
}
.block-categories {
	display: none; 
}

.menuTiendas {
	display: flex;
	justify-content: center;
}

ul {
	list-style-type: none;
}

li {
	margin-top: 10px;
}

.logoMarcaSobreFoto {
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.logoMarcaSobreFoto img {
	height: 150%;
	top: -25%;
	position: relative;
}
.show-submenu{
	visibility: visible !important;
	opacity: 1 !important;
}
.submenu-marcas li a {
	font-size: 1.3rem;
}