/*
Theme Name: Biogreenjsc (GeneratePress)
Author:	Biogreen JSC
Author URI: https://biogreenjsc.com
Template: generatepress
Version: 1.7.1
Text Domain: biogreenjsc
*/

/**
 * Prevent FOUC (list bullets / layout jump) before frontend.css applies.
 */
.subnavigation,
.subnavigation * {
	box-sizing: border-box;
}

.subnavigation {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 56px;
	background: #fff;
}

.subnavigation__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	gap: 4px;
	margin: 0 !important;
	padding: 8px 0;
	list-style: none !important;
}

.subnavigation__item {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.subnavigation__item::marker,
.subnavigation__list::marker {
	content: none;
	display: none;
}

.subnavigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #2a3d45;
}
