body{
	font-family: 'Open Sans', sans-serif;
}
.header .headerTop .close {
	display: none;
}
.header .headerBottom {
	padding: 15px 0px 0 0px;
}
.header .logo {
	text-align: center;
}
.header .logo img {
	max-height: 80px;
}
.header .fixedSwitcher {
	display: none;
}
.header .searchBlock {
	position: absolute;
	width: 25%;
	margin-top: 20px;
	top: 58px;
	margin-left: 5%;
}

button.submit-search {
	border: none;
	background: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 16px;
}
.header .searchBlock span {
	position: absolute;
	top: 8px;
	font-size: 16px;
	right: 50px;
	cursor: pointer;
	display: none;
}
.header .searchBlock.typed span {
	display: block;
}
.header .searchBlock.active {
	width: 36%;
}
.header .searchBlock form {
	position: relative;
}
.header .searchBlock .searchInput {
	padding: 10px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: none;
	/*border-bottom: 1px #EDEDED solid;*/
}
input:focus {
	outline: none;
}
.header .searchBlock .searchSubmit {
	position: absolute;
	background: url(elementsOutput/search_black.png) no-repeat;
	left: 5px;
	top: 0;
	border: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-size: 20px;
}
.header .searchBlockMobile {
	display: none;
}
.header .searchBlock .close {
	display: none;
}
.header .recentSearchs {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 5;
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
}
.header .recentSearchs .recentSearch a {
	display: block;
	padding: 9px 10px;
	border-top: 1px solid #ccc;
}
.header .recentSearchs .recentSearchTitle {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	/*font-family: "Roboto Condensed",sans-serif;*/
	padding: 5px 10px;
}
.header .searchSuggestions {
	display: none;
	position: absolute;
	background: #f8f8f8;
	z-index: 105;
	width: 100%;
	/*border: 1px solid #949494;*/
	/*border-top: 0;*/

	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
}
.header .searchSuggestions .searchTitle
{
	font-size: 14px;
	font-weight: 500;
	/* color: #9d9d9d; */
	/* text-transform: uppercase; */
	width: 100%;
	box-sizing: border-box;
	margin: 15px 7px;
	padding: 0;
}
.header .searchSuggestions .suggestionItem {
	/*border-bottom: 1px solid #cccccc;*/
}
.header .searchSuggestions .searchList
{
	width: 100%;
	padding: 15px 7px;
	box-sizing: border-box;
	font-weight: 500;
	background: #ffffff;
}
.header .searchSuggestions .brand {
	margin: 10px 0;
}
.header .searchSuggestions .storeList .store
{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.header .searchSuggestions .storeList .store .storeTitle
{
	text-align: left;
	font-size: 12px;
	color: #484848;
	line-height: 1;
	text-transform: none;
	/*font-family: 'Roboto',sans-serif;*/
}
.header .searchSuggestions .storeList .storeWrapper
{
	border:  0;
	padding: 0;
}
.header .searchSuggestions .searchList a
{
	color: #484848;
}
.header .searchSuggestions .suggestionItem {
	background: #ffffff;
	/*margin-bottom: 3px;*/
}
.header .searchSuggestions .suggestionImage {
	float: left;
	width: 20%;
	padding: 0px 2%;
	height: 100px;
}
.header .searchSuggestions .suggestionInfo {
	float: left;
	width: 75%;
	margin-left: 5%;
}
.header .searchSuggestions .suggestionInfo .suggestionTitle {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	/* text-transform: uppercase; */
	margin-bottom: 5px;
	/* font-family: "Roboto Condensed", sans-serif; */
	margin-top: 10px;
	line-height: 19px;
}
.header .searchSuggestions .suggestionInfo .suggestionText {
	font-size: 16px;
	color: #000;
	/*font-family: "Roboto Condensed", sans-serif;*/
}
.header .searchSuggestions .suggestionPrice {
	float: left;
	width: 50%;
	font-size: 14px;
	/* font-weight: 700; */
	color: #000;
	/* text-transform: uppercase; */
	/* font-family: "Roboto Condensed", sans-serif; */
	margin-top: 10px;
	margin-left: 5%;
}
.price-title {
	float: left;
	color: #696969;
	font-weight: 400;
	margin-right: 20px;
}
.header .searchSuggestions .noItem {
	padding: 10px 20px;
}
.header .searchSuggestions .seeAllResult {
	padding: 20px 10px;
	text-align: center;
}
.header .searchSuggestions .seeAllResultBtn {
	display: inline-block;
	padding: 10px 30px;
	/* border: 1px solid #949494; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	/* font-style: italic; */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.header .deliveryBlock {
	float: right;
	margin-left: 30px;
	margin-top: 15px;
}
.header .deliveryBlock .deliveryRow {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	font-style: italic;
}
.header .deliveryBlock .deliveryRow img {
	vertical-align: middle;
}
.header .deliveryBlock .deliveryRow span img {
	vertical-align: middle;
	margin-left: 10px;
}
.header .deliveryBlock .deliveryRow span {
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

.header .brandRow {
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-size: 12px;
	color: #4d4d4d;
	text-transform: uppercase;
	border-bottom: 1px solid #9e9e9e;
}
.header .brandRow .allBrandTitle {
	float: left;
	padding: 8px 18px;
	margin-right: 30px;
}
.header .brandRow .allBrandList {
	float: left;
}
.header .brandRow .allBrandOption {
	float: left;
}

.header .brandRow .allBrandOption a {
	display: block;
	padding: 8px 8px;
}
.header .brandRow .allBrandOption:hover,
.header .brandRow .allBrandOption.active {
	background: #bcdade;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}
.header .brandRow .allBrandOption.all {
	margin-right: 20px;
}
.header .breadcrumbs {
	background: #f2f2f2;
	padding: 7px 19px 6px 19px;
	font-size: 12px;
	/*font-family: "Open Sans", sans-serif*/
}
.header .breadcrumbs .backBtn {
	display: none;
}
.header .breadcrumbs.different {
	background: #fff;
}
.header .breadcrumbs .breadcrumb {
	font-weight: 600;
	font-style: italic;
}
.header .breadcrumbs .breadcrumb h1 {
	display: inline;
}
.header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
}
.header.fixed .headerTop {
	display: none;
}
.header {
	box-shadow: 0px 3px 6px #00000029;
}
.header.fixed .headerBottom {
	padding: 5px 0px 0px;
}
.header.fixed .logo img {
	max-height: 40px;
}
.header.fixed .topMenuWrapper {
	margin-top: 5px;
}
.header.fixed .searchBlock {
	margin-top: 5px;
	z-index: 25;
}
.header.fixed .deliveryBlock {
	margin-top: 0px;
}
.header.fixed .fixedSwitcher {
	float: right;
	/*display: block;*/
	background: #000;
	padding: 18px 13px;
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: -5px;
	cursor: pointer;
}
.header.fixed .upperMenuWrapper { 
	padding: 7px 0px;
}
.header.fixed .headerTop .upperMenuWrapper .menu {
	display: inline-block;
	vertical-align: middle;
}
.header.fixed .headerTop .close {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
}
.headerTopMobile {
	display: none;
}
.header .headerBottom .mobileMenuSwitcher {
	display: none;
}
.menu-icon {
	position: absolute;
	top: 67px;
	z-index: 1;
	background: #DEDEDE;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
}
.menu-icon img {
	height: auto;
	width: 15px;
	margin-top: 8.5px;
}
.menu-icon-close {
	position: absolute;
	top: 67px;
	display: none;
	z-index: 1;
	background: #DEDEDE;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
}
.menu-icon-close img {
	height: auto;
	width: 15px;
	margin-top: 7.5px;
}
.correct-icon span {
	/*color: #fff;*/
	font-size: 12px;
	line-height: 20px;
	position: relative;
	left: 5px;
	top: -2px;
}
.correct-icon img {
	height: 20px;
	left: 0;
	position: relative;
}
.correct-icon {
	position: absolute;
	top: 10px;
	z-index: 0;
	width: 100%;
	text-align: center;

}
.header .headerTop {
	background: #EDEDED;
	height: 40px;
}
.header .searchBlock {
	margin-top: 3px;
	/*width: 15%;*/
}
.header .searchBlock .searchSubmit {
	height: 20px;
	width: 20px;
	top: 8px;
}
.header .searchBlock .searchInput {
	font-size: 14px;
}
.header .logo.store-logo img {
	max-height: 50px;
}

.headerTop ul.menu li {
	color: #000 !important;
	text-transform: none !important;
	font-style: normal !important;
	font-weight: 400 !important;
}
.upperMenuWrapper {
	position: absolute;
	float: none;
	top: 100px;
	background: #fff;
	width: 200px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px 0px;
	z-index: 105;
	display: none;
	left: 0;
}
.upperMenuWrapper .menu .menuItem {
	width: 100%;
}













@media screen and (max-width: 1024px) and (min-width: 900px) {
	/*.menu-icon, .menu-icon-close {*/
	/*	left: 5%;*/
	/*}*/
	/*.header .searchBlock {*/
	/*	margin-left: 10%;*/
	/*}*/
	.cartBlock {
		right: 2%;
	}
	.insideContainer {
		padding: 0 2%;
	}
}
@media screen and (max-width: 900px) {

	.insideContainer {
		padding: 0 5%;
	}

	.insideContainer .insideContainer {
		padding: 0;
	}
	.header.fixed .fixedSwitcher {
		display: none;
	}
	.header.fixed .topMenuWrapper .cartBlock {
		top: -50px;
	}
	.header .logo img {
		max-height: 45px;
	}
	.headerTopMobile {
		display: block;
		background: #000;
		padding: 10px 0px;
	}
	.headerTopMobile .mobileSearchSwitcher {
		float: right;
		cursor: pointer;
	}
	.headerTopMobile .mobileTopSwitcher {
		float: right;
		margin-left: 25px;
		cursor: pointer;
	}

	.header .headerTop .close {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 4%;
	}
	.header .headerBottom {
		padding-top: 10px;
	}
	.headerBottom .searchBlock {
		display: none;
	}
	.headerBottom .deliveryBlock {
		display: none;
	}
	.headerBottom .brandRow {
		display: none;
	}
	.header .searchBlock {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 92%;
		background: #000;
		z-index: 10;
		padding: 20px 4%;
		margin: 0;
	}
	.header .searchBlock .searchBlockInline {
		position: relative;
		width: 88%;
		display: inline-block;
		vertical-align: middle;
	}
	.header .searchBlock .searchSubmit {
		background: url('elementsOutput/searchIcon.png') #79b5be no-repeat center center;
	}
	.header .searchBlock .close {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		margin-left: 5%;
		width: 5%;
	}

	.header .recentSearchs {
		display: block;
	}

	.header .breadcrumbs {
		padding: 7px 10px 6px 10px;
	}
	.header .breadcrumbs .backBtn {
		display: block;
		cursor: pointer;
		font-size: 10px;
		/*font-family: "Open sans", sans-serif;*/
		text-transform: uppercase;
	}
}
@media screen and (max-width: 770px){
	.menu-icon {
		display: none;
	}
	.header .searchSuggestions .searchList,
	.header .searchSuggestions .searchTitle
	{
		margin-left: 0;
	}
	.header .logo {
		float: none;
		display: inline-block;
	}
	.header .headerBottom {
		text-align: center;
	}
	.header .headerBottom .mobileMenuSwitcher {
		display: block;
		position: absolute;
		left: 5%;
		margin-top: 17px;
		cursor: pointer;
	}
	.header .headerBottom .mobileMenuSwitcher.fixed {
		position: fixed;
		z-index: 30;
		right: 20px;
		left: auto;
		top: 5px;
		display: none;
	}
	.header.opened .headerBottom .mobileClose {
		display: block;
	}
	.headerTopMobile {
		display: none;
	}
	.header.fixed.opened {
		/*position: relative;*/
	}
	.header.fixed .topMenuWrapper {
		border: 0;
		margin-top: 0;
	}
	.header .breadcrumbs {
		/*display: none;*/
		text-align: left;
	}
	.header .searchBlockMobile {
		position: relative;
		background: transparent;
		margin-top: 0;
		float: none;
		padding: 10px 4%;
		text-align: left;
		display: none;
		margin: 5px 0px;
	}
	.header .searchBlockMobile form {
		position: relative;
		box-shadow: none;
		border: 1px solid #000;
	}
	.header .searchBlockMobile .searchInput {
		border: 0;
		width: 82%;
		padding: 10px 5%;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.header .searchBlockMobile .searchSubmit {
		position: absolute;
		background: url('elementsOutput/searchIcon.png') #000 no-repeat center center;
		right: 0;
		top: 0;
		border: 0;
		width: 40px;
		height: 100%;
		cursor: pointer;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	.header .searchBlockMobile .searchInput {
		padding: 6px 5%;
		font-size: 16px;
		outline: none;
	}
	.header .searchBlockMobile .searchSubmit {
		background: url('../../../elementsGlobal/searchBlack.png') #fff no-repeat center center;
		background-size: 15px;
	}
	.header .recentSearchs {
		display: none;
	}
	.header.fixed {
		-webkit-box-shadow: 0px 7px 7px -4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 7px 7px -4px rgba(0,0,0,0.2);
		box-shadow: 0px 7px 7px -4px rgba(0,0,0,0.2);
	}
	.header.fixed .headerTop {
		display: block;
		text-align: center;
	}
	.header .searchBlock {
		display: none;
	}
	.header.fixed .upperMenuWrapper {
		display: none;
	}
	.correct-icon {
		position: relative;
	}
}
@media screen and (max-width: 450px) {
	.header .breadcrumbs {
		padding: 12px 10px 12px 10px;

	}
	.header .headerBottom {
		padding-top: 10px;
	}
	.header .logo img {
		max-height: 30px;
	}
	.header .searchBlock {
		padding: 15px 4%;
	}
}