
.select-arrow {
  display: none;
}

.nice-select.searched_category:focus,
.nice-select.searched_category:active{
    outline: none!important;
    -webkit-outline: none!important;
    box-shadow: none!important;
    
}
#search_block_top #searchbox {
  position: relative;
}
#search_block_top .button-search {
  border-radius: 0;
  font-size: 1.625rem;
  padding-inline: 1.25rem !important;
}
.ac_results {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #eee;
  left: 0 !important;
  margin-top: -1px;
  overflow: hidden;
  position: absolute !important;
  top: 100% !important;
  width: 100% !important;
  z-index: 9999;
  border-bottom: 0;
}
.ac_results > ul {
  margin-bottom: -1px;
}
.ac_results li {
  border-bottom: 1px solid #F7F7F7;
  color: #686666;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  padding: 2px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ac_results li.ac_odd {
  background: #fff; 
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #F6F6F6; 
}

form#searchbox {
  position: relative; 
}
form#searchbox label {
    color: #333; 
}
form#searchbox input#search_query_block {
  background-color: #fff;
  display: inline-block;
  float: left;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 0px;
  padding: 0 50px 0 10px;
}
form#searchbox .button.button-small {
  background-color: #000;
  color: #fff;
  float: left;
  height: 40px;
  max-height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}
form#searchbox .button.button-small i {
    margin-right: 0; 
}
#searchbox > select {
  background-color: transparent;
  border: 1px solid #E7E7E7;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #888888;
  float: left;
  height: 40px;
  margin-right: -1px;
  padding: 10px 10px 10px 2px;
  position: absolute;
  right: 100%;
  width: 45%;
}
.select-arrow {
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  height: 40px;
  position: absolute;
  right: 100%;
  width: 30px;
  z-index: 11;
  pointer-events: none;
}
.select-arrow:before {
  content: "\f0d7";
  font-family: FontAwesome;
  line-height: 40px;
  text-align: left;
  padding-left: 3px;
  width: 100%;
  color: #ccc;
  font-size: 16px;
  float: left;
}
.searched_category {
  cursor: pointer;
  border: 1px solid #ededed;
  background: #ededed;
  border-radius: 0;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem;
  outline: 0 !important;
}
.searched_category:focus,
.searched_category:focus-visible {
  border-color: #475a55;
}
.searched_category option {
}
.searched_categories {
  display: flex;
  flex-direction: column;
}
.sbc_show_more {
  text-align: center;
  background-color: #475a55;
  color: white !important;
  font-size: 14px !important;
}
.sbc_show_more:hover {
  background-color: #323f3c !important;
}
.ac_results ul li.hide {
  display: none !important;
}
li.ac_even img, li.ac_odd img {
  margin-right: 10px;
}
#search_block_top {
  max-width: 550px;
  margin: 0 auto;
}
#search_block_top .results_select {
  display: none;
}
#search_query_top {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
#search_query_top:focus,
#search_query_top:focus-visible {
  border-color: #907670;
}
.sbc-item-wrapper {
  display: flex;
}
.sbc-item-wrapper .product-list-reviews {
  position: relative!important;
  background-color: transparent;
  top: 0!important;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#search_widget {
  display: none;
}
select.searched_category option:hover {
  background-color: white !important;
}
@media (min-width: 768px) {
  #search_query_top {
    min-width: 250px;
  }

}