a,
h1,
h2,
h3,
p {
	font-family: Arial, Helvetica, sans-serif;
}

.headerf {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	position: relative;
	font-weight: bold;
}

.a-menu {
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	letter-spacing: 3px;
}

.categoriasa {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1rem;
}

.marcadestock {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.absolutf {
	width: 100%;
	position: absolute;
	top: 50px;
	resize: 0;
	background: white;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	justify-content: center;
}

.absolutf a {
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.categoriasmobile {
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.categoriasmobile a {
	padding: 15px;
	font-size: 20px;
}

.categoriaf2 {
	padding: 15px;
}

.subcategorias {
	display: flex;
	width: 100%;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	height: 90%;
	text-align: center;
	height: 100%;
	background: white;
}

.categoriaf2 {
	font-size: 20px;
}

.atrassub {
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
}

.botonfiltros {
	display: none;
}

.barravertical {
	height: 12px;
	border-right: 1px solid black;
	margin-left: 5px;
	margin-right: 5px;
}

.footer1 {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer2 {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer3 {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.colorblack {
	color: black !important;
}

.divdetalleinfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.botonfran {
	padding: 5px;
	color: white;
	width: 120px;
	background: black;
	border: 1px solid black;
}

.carritoabsoluto {
	display: none;
}

.cantidadcarritoa {
	display: none;
}

@media (max-width: 994px) {
	.headerf {
		display: none;
	}

	.botonfiltros {
		width: 100%;
		align-items: center;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.navbar-search {
		display: none !important;
	}
}

@media (max-width: 650px) {
	.fontenmobile {
		font-size: 10px;
	}

	.footer1 {
		width: 60%;
	}

	.footer2 {
		width: 40%;
	}

	.footer3 {
		width: 100%;
	}

	.divdetalleinfo {
		margin-top: 20px;
	}
}

@media (max-width: 766px) {
	.carritoabsoluto {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
	}

	.cantidadcarritoa {
		display: block;
		position: absolute;
		right: -11px;
		top: -18px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		font-size: 10px;
		color: #FFF;
		background-color: #D10024;
	}
}