/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header {
	position: relative;
}

#extraTiendas {
	background-color: #194D8D
}

/* ANCHO DE CABECERA Y PIE RESPECTO A PANTALLA */
.container {
	width: 80%;
}

#wrapper .container {
	max-width: 1110px;
}

/* ANCHO DEL CONTENIDO */
#main {
	max-width: 1110px;
	margin: auto;
}

/* MENU PRINCIPAL */
#header .header-top {
	padding: 50;
}

#header #_desktop_logo {
	text-align: center;
}

#header a.dropdown-item {
	line-height: 1.1em;
	white-space: inherit
}

#header .top-menu .sub-menu ul[data-depth="1"]>li {
	float: none;
	margin: 0 1.25rem;
}

#header .top-menu .sub-menu {
	width: 240px !important;
	top: 2rem !important;
	margin-left: 0;
}

#header ul.top-menu li.category {
	margin-top: 0;
}

#header .top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
	padding: 0.3rem 0;
}

#header .top-menu[data-depth="2"] {
	margin-left: 0.6rem;
}

#header .top-menu[data-depth="2"] a {
	padding: 4px 0;
}

#header .top-menu[data-depth="3"] {
	margin-left: 0.6rem;
}

#header .menu>ul>li {
	position: relative;
}

/* COLOR FONDO SECTOR FOOTER */
#header {
	background-color: #145AA3;
	color: white;
}

#footer {
	background-color: #145AA3;
}

/* COLOR TITULOS SECTOR FOOTER */
#footer .h3,
#footer .h2,
#footer .h1,
#footer .h4 {
	color: white;
}

/* COLOR LINKS SECTOR FOOTER */
#footer a,
#block_myaccount_infos .myaccount-title a {
	color: white;
}

/* COLOR LINKS SECTOR FOOTER AL PASAR RATÓN */
#footer a:hover,
#block_myaccount_infos .myaccount-title a:hover {
	color: #2a49a3 !important
}

/* COLOR TEXTOS COMUNES SECTOR FOOTER */
#footer .block-contact,
#footer {
	color: #ffffff;
}

/* COLOR FONDO AREA SUSCRIPCION */
.block_newsletter {
	background: transparent;
}

/* COLOR FONDO ÍCONOS SOCIALES */
#footer div.block-social li {
	background-color: #145AA3;
}

/* SUB-ITEMS DEL MENU DESPLEGABLE */
.top-menu[data-depth="2"],
.top-menu[data-depth="3"] {
	display: none;
}