/*
--------------------------------------
Header
--------------------------------------
*/

.header-logo img {
	width: calc(80px + (120 - 80) * ((100vw - 320px) / (1920 - 320))) !important;
}

.header-wrapper a.ekit-menu-nav-link:hover {
	text-decoration: underline !important;
	text-underline-offset: 5px;
}

.elementor-location-header a#elementor-menu-cart__toggle_button {
	padding: 0;
}

.elementor-location-header a#elementor-menu-cart__toggle_button span.elementor-button-icon {
	transition: all 0.35s ease-in-out;
}

.elementor-location-header a.elementor-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body:not(.logged-in) .elementor-location-header a.elementor-icon:after {
	content: 'Se connecter';
	font-size: 11px;
	white-space: nowrap;
}
