
.select-arrow {
  display: none;
}
/*
#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%;
}*/
#search_query_top:active, #search_query_top:focus {
  color: #929292;
}
input#search_query_top:active::-moz-placeholder{
  color: #929292;
}
input#search_query_top:active::-webkit-placeholder{
  color: #929292;
}

.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 {
  float: left;
  position: relative;
  width: 100%;
}
.has-categories-dropdown .table {
  display: table;
  margin: 0;
  width: 100%;
}
#search_block_left {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.563rem;
  padding: 1.563rem 1.25rem;
}
.has-categories-dropdown .table-cell {
  display: table-cell;
  vertical-align: top;
}
#search_block_top .btn.button-search {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: #c6c6c6;
  display: block;
  float: left;
  height: 40px;
  min-width: 40px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 40px;
}
#search_query_top:focus{
    border-color: #ccc;
    box-shadow: none;
}
#search_block_top .btn.button-search:hover{
    background: #fc5656;
}
#search_block_top .btn.button-search span {
  display: none; 
}
  
#search_block_top .btn.button-search::before 
{
  color: #ffffff;
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  text-align: center;
  font-weight: 900; 
  width: 100%;
}
#search_block_top .btn.button-search:hover {
  color: #727473;
}
#search_block_top.has-categories-dropdown #search_query_top {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  outline: medium none;
  -webkit-outline: medium none;
  border: 1px solid #d0d0d0;
}
#search_query_top {
  background-color: #fff;
  float: left;
  font-size: 13px;
  height: 40px;
  padding: 5px 50px 5px 10px;
  width: 100%;
}
.ac_results {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D6D4D4;
  left: 0 !important;
  margin-top: -1px;
  overflow: hidden;
  position: absolute !important;
  top: 100% !important;
  width: 100% !important;
  z-index: 9999;
}
.ac_results > ul {
  margin-bottom: 0;
}
.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;
  margin-bottom: 10px;
  margin-right: 0px;
  max-width: 222px;
  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: "Font Awesome 5 Free";
  line-height: 40px;
  text-align: left;
  padding-left: 3px;
  width: 100%;
  color: #ccc;
  font-size: 16px;
  float: left;
}
/*# sourceMappingURL=blocksearch.css.map */

@media (max-width:767px)
{
    #search_block_top {
      margin-top: 24px;
      margin-left: 0;
      margin-right: 0;
    }
}
