.voice-seporater:last-child,
.music-seporater:last-child,
.lyrics-seporater:last-child{
	display: none !important;
}
#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff82;
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-box-form{
  position: relative;
}
.search-box-form input{
  font-size: 16px;
  border: 1px solid #dfe1e5;
  background: #fff;
  border-color: #0db2ef;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  height: 40px;
  border-radius: 0;
}
.search-box-form button{
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border-color: #0db2ef;
  background-color: #0db2ef;
  background-image: none;
  filter: none;
  cursor: pointer;
  margin-left: 0;
  height: 40px;
  background-color: #4800ac;
  border-color: #4800ac;
  position: absolute;
  top: 0;
  right: 0;
}
.search-box-form button svg{
  fill: #fff;
}
#product-list {
  float: left;
  list-style: none;
  margin-top: 0;
  padding: 0;
  width: 76%;
  position: absolute;
  z-index: 2;
  left: 30px;
}
#product-list li {
  padding: 10px;
  background: #f0f0f0;
  border-bottom: #bbb9b9 1px solid;
}
#headerWrp .select2-container .select2-selection--single{
  height: 40px;
  font-size: 16px;
  border: 1px solid #dfe1e5;
  background: #fff;
  border-color: #0db2ef;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  border-radius: 0;
}
#headerWrp .select2-container.select2-container--default.select2-container--open{
  position: absolute;
  z-index: 9999;
  top: 0;
}
