/* ANCHO DE CABECERA Y PIE RESPECTO A PANTALLA */
.container {
	width: 80%;
}
#wrapper .container {
	max-width: 1110px;
  }

/* COLOR FONDO SECTOR FOOTER */
#footer {
	background-color: #000000 !important;
}

/* COLOR TIPOGRAFIA SECTOR NEWLETTER */
.block_newsletter p {
	color: white !important ;
}

/* COLOR FONDO ÍCONOS SOCIALES */
#footer div.block-social li {
	background-color: #000000 !important;
}

/* COLOR LINKS SECTOR FOOTER AL PASAR RATÓN */
#footer a:hover, #block_myaccount_infos .myaccount-title a:hover {
	color: #ea2327 !important ;
}

/* UBICACIÓN ICONO FLOTANTE WHATSAPP */
.whatsappDiv.right {
	bottom: 20px !important;
	right: 25px !important;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    border: 1px solid #fff !important;
    box-shadow: 0 0 7px #eeeeee;
    color: #023fff;
}
