.siteHeader{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1200;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(8,14,77,.12);
}
.siteHeader .top,
.siteHeader nav,
.siteHeader #megamenu,
.siteHeader .header-body,
.siteHeader .header-wrapper{
	overflow: visible;
}
.siteHeader .modalBuscador,
.siteHeader .modalCarrito{
	z-index: 1300;
}
html{
	scroll-padding-top: 220px;
}
.attrNav{
	background: #fff;
	border-top: 1px solid #eee;
	width: 100%;
}
.attrNavInner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 36px 12px;
	position: relative;
}
.attrNavItem{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	text-decoration: none;
	color: #222;
	padding: 6px 8px;
	min-height: 92px;
}
.attrNavItem:hover,
.attrNavItem.is-active{
	color: #e31c23;
	text-decoration: none;
}
.attrNavIcon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 8px;
	overflow: hidden;
}
.attrNav .owl-carousel .owl-item img,
.attrNavIcon img{
	width: auto !important;
	max-width: 44px !important;
	max-height: 44px !important;
	height: auto !important;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.attrNavLabel{
	display: block;
	font-size: 12px;
	line-height: 1.25;
	max-width: 110px;
	font-weight: 500;
}
.attrNav .owl-nav{
	margin: 0;
}
.attrNav .owl-nav button.owl-prev,
.attrNav .owl-nav button.owl-next{
	position: absolute;
	top: 38%;
	width: 28px;
	height: 28px;
	margin: 0;
	background: transparent !important;
	color: #333 !important;
	font-size: 28px !important;
	line-height: 22px !important;
}
.attrNav .owl-nav button.owl-prev{ left: -8px; }
.attrNav .owl-nav button.owl-next{ right: -8px; }
.attrNav .owl-nav button.owl-prev svg,
.attrNav .owl-nav button.owl-next svg{
	fill: #333 !important;
	width: 14px;
	height: 22px;
}
.contacto2Boxes .contacto2Box{
	min-width: 0;
}
.contactoBoxTxt strong{
	display: block;
	margin-bottom: 4px;
}
.contactoMapa{
	width: 100%;
	height: 400px;
	border: solid 1px #ccc;
	border-radius: 10px;
	background: #e8e8e8;
}
.contactoMapa .leaflet-container{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.contactoMapa img.leaflet-tile{
	width: 256px !important;
	height: 256px !important;
	max-width: none !important;
	max-height: none !important;
}
.contactoPin{
	background: none !important;
	border: none !important;
}
.contactoPin svg{
	display: block;
	width: 22px;
	height: 28px;
}
.flipbookPage{
	padding: 24px 0 60px;
}
.flipbookToolbar{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
	margin: 16px 0 24px;
}
.flipbookWrap{
	display: flex;
	justify-content: center;
	min-height: 420px;
}
.flipbookStage{
	box-shadow: none;
}
.flipbookLoading{
	text-align: center;
	padding: 60px 20px;
}
.flipbookLoading img{
	width: 70px;
}
.nosotrosImagen{
	display: block;
	width: 100%;
	height: auto;
}
#megamenu .dropdown-menu .botCol a{
	display: block;
}
@media (max-width: 699px){
	.contactoMapa{
		height: 280px;
	}
	.attrNavInner{
		padding: 8px 28px 10px;
	}
	.attrNavIcon{
		width: 40px;
		height: 40px;
		margin-bottom: 6px;
	}
	.attrNav .owl-carousel .owl-item img,
	.attrNavIcon img{
		max-width: 36px !important;
		max-height: 36px !important;
	}
	.attrNavLabel{
		font-size: 11px;
		max-width: 88px;
	}
	.attrNavItem{
		min-height: 78px;
		padding: 4px 4px;
	}
}
