@media (min-width: 1200px) {
	.centered {
	    padding-left: 0;
	}
	.head .headBottom ul {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.head .headSearch {
		margin-left: 0 !important;
	}
}

/*.topBar {
	display: none;
}*/
.headAuth {
	display: none;
}
.head .headSearch .headSearchCart .wCart {
	display: flex;
}
.head .headSearch .headSearchCart .wCart-login {
    margin: auto;
    margin-right: 30px;
}
.wCart-login .cartTitle {
	font: 700 13px/13px Open Sans,Arial,sans-serif;
    text-transform: uppercase;
}
.wCart-login img {
	width: 30px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.wCart-login a {
	text-decoration: none;
}
.wCart-login .cartLine {
	display: inline-block;
}

.wSearchForm .searchFormContainer .code input {
	border-radius: 10px;
}

.head>div.headTop {
	padding-bottom: 0px !important;
}

.head .headBottom {
	background: #fff !important;
	border-top: 0 !important;
}
.head .headBottom ul {
	justify-content: flex-start;
}
.head .headBottom ul li a {
	color: #000;
	font-size: 13px !important;
	border-top: none;
	padding: 15px 20px;
}
.mobile-hide .icon-menu {
	background-color: #f99f10 !important;
	border-radius: 10px;
	width: 164px;
    justify-content: center;
}
.mobile-hide a {
	color: #fff !important;
}
.mobile-hide .icon-menu::before {
	width: 17px !important;
    height: 17px !important;
	left: 25% !important;
	background-size: 89px !important;
    background-position: -53px -36px !important;
}


@media (max-width: 991px) {
	/*.topBar {
		display: block;
		background: #fff !important;
	}*/
	.mobileIcons {
		display: none;
	}
	.head .logo {
		display: none;
	}
	.mobileTopBar .logo {
		display: inline-flex;
	}
	.mobileTopBar .cartMobile {
		padding-top: 5px;
	}
	.headInfo {
		display: none;
	}
	.head .headSearch .headSearchCart .wCart {
		display: none;
	}
	.wCart-login {
		display: none;
	}
	/*.wCart.wCartMobile .cart a:before {
		color: #000;
	}
	.wCart.wCartMobile .cart .summContainer {
		color: #000;
	}*/
	.locales {
		display: none;
	}
	.head .headSearch .headInfo {
		display: none;
	}
	.head>div.headTop {
		padding-top: 0;
	}
}