/* -------------------------- menu must be one line ------------------------- */
.main-navigation > ul {
	flex-wrap: nowrap;
	white-space: nowrap;
}
/* --------------------------------- header --------------------------------- */
.site-logo-img img {
	filter: none !important;
}
/* ---------------------------- active mega menu ---------------------------- */
.astra-full-megamenu-wrapper {
	z-index: 10000;
}
/* ------------------------------- menu border ------------------------------ */
.astra-full-megamenu-wrapper {
	border-radius: 5px;
	/* border: 1px solid var(--ast-global-color-0);
	box-shadow: 0px 0px 5px var(--ast-global-color-0); */
}

.astra-megamenu-li {
	position: relative;
}

/* -------------------------------- hoverline ------------------------------- */
.astra-megamenu-li:hover > a:after {
	content: ' ';
	transition: width;
	transition-duration: 300ms;
	animation-duration: 300ms;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--ast-global-color-0);
	z-index: 10001;
}
.astra-megamenu-li:hover > a:after {
	content: ' ';
	width: 100%;
}
/* ---------------------------------- arrow --------------------------------- */
.astra-megamenu-li:hover:after {
	content: '';
	position: absolute;
	left: 42%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--ast-global-color-0);
	clear: both;
	z-index: 99999;
}

@media only screen and (min-width: 600px) {
	.ast-theme-transparent-header .site-header {
		text-shadow: 1px 1px 3px black;
	}
}

/* ------------------------------- item hover ------------------------------- */
.astra-megamenu-li:hover > a > .menu-text {
	color: var(--ast-global-color-0);
}
/* ---------------------------------- text ---------------------------------- */
.astra-megamenu-li .menu-text {
	padding: 7px;
}
.ast-builder-language-switcher-item {
	color: var(--ast-global-color-4);
}
/* ------------------------------- menu icons ------------------------------- */

.ast-above-header-wrap .ast-icon.icon-cart {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ast-above-header-wrap i.astra-icon {
	display: flex;
}
.ast-above-header-wrap .ast-woo-header-cart-info-wrap {
	display: none;
}
/* -------------------------------- translate ------------------------------- */
.gtranslate_wrapper {
	color: var(--ast-global-color-4);
}
.gtranslate_wrapper > a {
	color: inherit;
}
.gt_languages {
	font-size: 20px;
	color: var(--ast-global-color-2);
	text-shadow: none;
}
.gt_languages glink > span {
	font-size: 18px;
}
/* --------------------------------- blognav -------------------------------- */
.navigation.post-navigation {
	display: none !important;
}

.entry-header > .entry-meta {
	display: flex;
	flex-direction: row;
	gap: 5px;
	text-wrap: nowrap;
}
