input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/*bottom-bar*/
.top-bar {
	overflow: hidden;
	z-index: 3;
	width: 100%;
	box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
}

.top-bar #top-bar-header {
	width: 100%;
	display: flex;
	height: 58px;
	background: #0288d1;
	box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
	align-items: center;
	z-index: 999999999;
}

.top-bar #top-bar-header div.block-left {
	align-items: center;
	justify-content: left;
}

.top-bar #top-bar-header div {
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}



.top-bar #top-bar-header div>span {
	display: flex;
}

/* .top-bar #top-bar-header div:hover {
  background: rgba(250, 250, 250, 0.3);
} */

.top-bar #top-bar-header .fill {
	flex-grow: 1;
	flex-shrink: 1;
}

.top-bar #top-bar-header .toolbar-container {
	display: inline-flex;
}

/*old*/
.top-bar #top-bar-header .block-left span {
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	font-weight: 500;
	margin-top: 5px;
	color: #ffffff;
}

.top-bar #top-bar-header .block-left.hover {
	background: #0288d1;
	box-shadow: inset -4px 5px 50px rgba(0, 0, 0, 0.12);
}

.top-bar #top-bar-header .block-left span::before {
	content: "";
	margin-left: 15px;
	background: url(/local/templates/voltag.kz/images/icon/arrow-left-lightbox.svg) no-repeat center;
	margin-right: 20px;
	width: 10px;
	height: 20px;
	margin-bottom: 3px;
}

.top-bar #top-bar-header .block-left *:first-child {
	display: flex;

	align-items: center;
}

.top-bar #top-bar-header .block-left *:not(:nth-child(1)) {
	display: none;
}

.top-bar #top-bar-header .side-nav-call span#side-nav-call-icon {
	background-image: url(./images/icon/burger-icon.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.top-bar #top-bar-header .side-nav-call span#side-filters-call-icon {
	background-image: url(./images/icon/filter-icon.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.top-bar #top-bar-header .side-nav-call span#side-cart-call-icon {
	background-image: url(./images/icon/cart.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.top-bar #top-bar-header .side-nav-call span#side-cart-call-icon sup {
	color: #4eacdf;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	top: 8px;
	right: 11px;
}

.top-bar #top-bar-header .fill {
	/*padding: 10px;*/
	position: relative;
	margin-left: -10px;
}

.top-bar #top-bar-header .fill input#search-toolbar {
	font-size: 18px;
	line-height: 21px;
	border: none;
	height: 52px;
	width: 100%;
	outline: none;
	/* font-size: 130%; */
	padding: 20px 20px 18px 35px;
	color: gray;
	background-image: url(./images/icon/search-magnifier.svg);
	background-repeat: no-repeat;
	background-position: 1% 46%;
	outline: 0;
	color: #040404;
}

.top-bar #top-bar-header .fill input#search-toolbar::placeholder {
	color: #040404;
	opacity: 0.6;
}

.top-bar #top-bar-header .fill input#search-toolbar:placeholder-shown~span.search-close {
	display: none;
}

.top-bar #top-bar-header .fill input#search-toolbar~span.search-close {
	height: 20px;
	line-height: 21px;
	width: 20px;
	background-image: url(./images/icon/close-icon.svg);
	background-repeat: no-repeat;
	/* background-position: 1% 46%; */
	display: block;
}

/*bottom-bar*/

.top-bar #top-bar-header .burger-header-mobile {
	width: 58px;
	height: 58px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.top-bar #top-bar-header .burger-header-mobile.hidden {
	display: none;
}

.top-bar #top-bar-header .burger-header-mobile .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 43px;
}

.top-bar #top-bar-header .burger-header-mobile .hamRotate.active {
	transform: rotate(45deg);
}

.top-bar #top-bar-header .burger-header-mobile .hamRotate180.active {
	transform: rotate(180deg);
}

.top-bar #top-bar-header .burger-header-mobile .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 5.5;
	stroke-linecap: round;
}

.top-bar #top-bar-header .burger-header-mobile .ham7 .top {
	stroke-dasharray: 40 82;
}

.top-bar #top-bar-header .burger-header-mobile .ham7 .middle {
	stroke-dasharray: 40 111;
}

.top-bar #top-bar-header .burger-header-mobile .ham7 .bottom {
	stroke-dasharray: 40 161;
}

.top-bar #top-bar-header .burger-header-mobile .ham7.active .top {
	stroke-dasharray: 17 82;
	stroke-dashoffset: -62px;
}

.top-bar #top-bar-header .burger-header-mobile .ham7.active .middle {
	stroke-dashoffset: 23px;
}

.top-bar #top-bar-header .burger-header-mobile .ham7.active .bottom {
	stroke-dashoffset: -83px;
}