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*/

#toolbar {
  position: fixed;
  width: 100%;
  display: flex;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
  bottom: -1px;
  z-index: 999999999;
}

#toolbar div {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#toolbar div > span {
  display: flex;
}

#toolbar div:hover {
  background: rgba(250, 250, 250, 0.3);
}

.fill {
  flex-grow: 1;
  flex-shrink: 1;
}

#toolbar .toolbar-container {
  display: inline-flex;
}

/*old*/

.bottom-bar {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
}

.bottom-bar #toolbar .side-nav-call {
  border-right: 1px solid #cde7f6;
  padding: 20px;
  display: none;
}
.bottom-bar #toolbar .side-nav-call.show {
  display: flex;
}
.bottom-bar #toolbar .side-nav-call:last-child {
  border-left: 1px solid #cde7f6;
}
.bottom-bar #toolbar .side-nav-call {
  position: relative;
}
.bottom-bar #toolbar .side-nav-call span#side-nav-call-icon {
  background-image: url(/local/templates/voltag.kz/components/voltag/toolbar/.default/./img/burger-icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.bottom-bar #toolbar .side-nav-call span#side-filters-call-icon {
  background-image: url(/local/templates/voltag.kz/components/voltag/toolbar/.default/./img/filter-icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.bottom-bar #toolbar .side-nav-call span#side-cart-call-icon {
  background-image: url(/local/templates/voltag.kz/components/voltag/toolbar/.default/./img/cart.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.switcher-area .round-filter::after {
  margin-left: 3px;
}
.round-filter::after {
  display: none;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  /* margin-right: 8px; */
  border-radius: 50%;
  background: rgba(2, 136, 209, 0.7);
}

.bottom-bar #toolbar .side-nav-call span#side-filters-call-icon sup,
.bottom-bar #toolbar .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;
}

.bottom-bar #toolbar .fill {
  padding: 10px;
  position: relative;
}
.bottom-bar #toolbar .fill form {
  display: flex;
  /* height: 100%; */
  width: 100%;
  align-items: center;
  justify-content: center;
}
.bottom-bar #toolbar .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(/local/templates/voltag.kz/components/voltag/toolbar/.default/./img/search-magnifier.svg);
  background-repeat: no-repeat;
  background-position: 1% 46%;
  outline: 0;
  color: #040404;
}

.bottom-bar #toolbar .fill input#search-toolbar::placeholder {
  color: #040404;
  opacity: 0.6;
}

.bottom-bar
  #toolbar
  .fill
  input#search-toolbar:placeholder-shown
  ~ span.search-close {
  display: none;
}

.bottom-bar #toolbar .fill input#search-toolbar ~ span.search-close {
  height: 20px;
  line-height: 21px;
  width: 20px;
  background-image: url(/local/templates/voltag.kz/components/voltag/toolbar/.default/./img/close-icon.svg);
  background-repeat: no-repeat;
  /* background-position: 1% 46%; */
  display: block;
}
