/* pts block top search */
#pts_search_block_top {
  border: 1px solid #e1e1e1;
  margin-right: 25px;
}
.rtl #pts_search_block_top {
  margin-left: 25px;
  margin-right: inherit;
}
@media (max-width: 767px) {
  #pts_search_block_top {
    width: 100%;
    margin-right: 0;
  }
  .rtl #pts_search_block_top {
    margin-left: 0;
    margin-right: inherit;
  }
}
#pts_search_block_top .pts-search {
  background-color: #fff;
  color: #aaa;
  border: 0;
  height: 37px;
}
#pts_search_block_top .button-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border: 0;
  background: #383838;
  color: #fff;
  text-transform: uppercase;
  font: 600 12px "Open Sans", sans-serif;
  width: 37px;
  height: 37px;
}
.rtl #pts_search_block_top .button-search {
  left: 0;
  right: auto;
}
#pts_search_block_top .button-search:hover {
  background-color: #f4a137;
  color: #fff;
}
#pts_search_block_top .input-group {
  width: 100%;
  padding-right: 37px;
}
.rtl #pts_search_block_top .input-group {
  padding-left: 37px;
  padding-right: inherit;
}
#pts_search_block_top .input-group-btn {
  position: relative;
  color: #000;
  font: 600 12px "Open Sans", sans-serif;
}

#category_filter {
  border: 0 none;
  display: block;
  font-size: 13px;
  height: 38px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: transparent;
  min-width: 160px;
  padding: 5px 10px;
}
@media (max-width: 480px) {
  #category_filter {
    max-width: 130px;
  }
}

#pts_search_query_top {
  background-color: transparent;
  border: 0;
  height: 37px;
  font-size: 11px;
  font-style: italic;
}
#pts_search_query_top:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.ac_results {
  background: white;
  border: 1px solid #e1e1e1;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
  border-top: 1px dotted #e1e1e1;
}
.ac_results li:first-child {
  border-top: 0;
}
.ac_results li .name {
  color: #000;
  margin-bottom: 15px;
}
.ac_results li.ac_odd {
  background: white;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}
