.language-switcher > div > form > div > button {
	display: none !important;
}

.language-select > img {
	display: none;
}

.language-select {
	border: none !important;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto Condensed",sans-serif;
	color: #333;
	font-weight: 600;
}

.language-switcher {
	width: 200px;
}
.language-switcher > div > form > div {
	width: 200px;
}
.language-switcher > div > form > div > ul {

	width: 220px !important;
	display: flex !important;
	justify-content: normal !important;
}

.language-switcher > div > form > div > ul > li {

	width: 75px !important;
}

.header_compare_in {
	display: flex;
}

.main_menu > li {
	padding: 5px 22px !important;
	list-style: disc !important;
	background: url('/catalog/view/theme/default/stylesheet/menu_bg.jpg') no-repeat center left;
	background-size: 18px;
	list-style: none !important;
}

.main_menu {
	width: 200px;
	margin-left: 15px;
}

.brands {
	width: 1200px;
	margin: 0 auto;
}
.brands > ul {
	display: flex;
	justify-content: space-around !important;
	margin: 30px auto;
}
