/*.home .block--spacer.space--medium{
	background-color: #fff;
}

.block--spacer.space--medium{
	padding-bottom: 46px;
}

.product-category-grid--start-fit{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}*/

.menu-item.language-switcher{
	width: 100%;
	display: flex;
	margin-top: 10px;
	justify-content: center;
}

.menu-item.language-switcher span{
	display: flex;
}

.menu-item.language-switcher span a{
	display: flex;
	margin-left: 12px;
	opacity: 0.7;
}
.language-switcher:after{
	display: none;
}

@media all and (min-width: 768px){
	.menu-item.language-switcher{
		position: relative;
		width: 30px;
		margin-top: 0;
		justify-content: center;
		padding-top: 10px;
	}

	.menu-item.language-switcher .dropdown{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		flex-direction: column;
		align-items: center;
		background-color: #4D86A0;
		padding-bottom: 6px;
		width: 30px;

		
	}
	.menu-item.language-switcher .dropdown a{
		margin: 0;
		margin-top: 10px;
		line-height: 1;
	}
	.menu-item.language-switcher:hover .dropdown{
		display: flex;

	}
}