.header-top-right:after {
  content: "";
  display: table;
  clear: both; }

.spr-container {
  position: relative;
 }
  .spr-container .sprsearch-form {
    width: 100%;
    border: solid 1px #dddddd;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.spr_selector {
    width: 150px;
    float: left;
    background: #eeeeee;
    height: 100%;
    border-right: solid 1px #ddd;
    position: relative; }
  .spr_selector .fa.fa-angle-down {
    right:0;
  }
  .spr_selector .fa.fa-angle-down:before{
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 0;
    font-size:12px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
  }
  .spr_selector .searchproLabel {
    height: 100%;
    background: transparent;
    line-height: 32px;
    padding: 0 35px 0 15px;
    font-size: 12px;
    pointer-events: none;
    color: #444;
    float:left;
    width: 140px;
    position: relative;
    z-index: 1; }
  .spr_selector .spr_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 0;
    height: 44px;
    color: #777;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    cursor: pointer; }
  .spr_selector .spr_select option{
      font-size: 12px;
      padding: 5px 15px;
  }
.content-search {
  position: relative;
  width: calc(100% - 150px); }
  .content-search .spr-query {
    padding: 0 35px 0 15px;
    width: 100%;
    height: 44px;
    color: #444;
	outline:none;
    background-color: #fff;
    border: 0;
    font-size: 12px;
    height:30px;
    line-height: 26px; }
  .content-search .spr-search-button {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #666666;
    color: #fff;
    height: 34px;
    width: 34px;
    border:none;
    font-size: 20px;
    z-index: 2; }
  .content-search .ac_results {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border: 0;
    overflow: visible; }
    .content-search .ac_results > ul {
      border: 0; }
    .content-search .ac_results li {
      border-bottom: solid 1px #eee; }
      .content-search .ac_results li:last-child {
        border-bottom: 0; }
        .content-search .ac_results li:last-child:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          box-shadow: 0 3px 3px #999; }
      .content-search .ac_results li img {
        margin-right: 8px; }
        .lang-rtl .content-search .ac_results li img {
          margin-left: 8px;
          margin-right: 0; }

.header_v5 .spr-container {
  padding: 30px 0; }
.header_v5 .spSearchPro {
  max-width: 605px; }
.header_v5 .spr_selector {
  background-color: #eee; }
  .header_v5 .spr_selector .searchproLabel {
    padding: 10px 20px;
    padding-right: 30px;
    min-width: 170px; }
  .header_v5 .spr_selector .fa {
    right: 18px; }
.header_v5 .content-search .spr-query {
  color: #333;
  background-color: #eee; }
.header_v5 .content-search .spr-search-button {
  font-size: 14px; }

@media (max-width: 767px) {
  .header_v5 .spr-container {
    padding: 5px 0; } }
@media (max-width: 460px) {
  .spr-container .sprsearch-form {
    display: inline-block; }
  ._mobile_topsearch{
      padding:12px;
  }
  .search-content .spr-container{
      padding-bottom: 5px;
  }
  .sprsearch-form .content-search{
      display: inline-block;
      width: 100%;
  }
  .spr-container .spr_selector {
    display: block;
    width: 100%;
    margin-bottom: 5px; } 
	.content-search .spr-search-button{
		height:33px;
	}
	.content-search .spr-query{
		border-bottom: solid 1px #ddd;
	}
}

/*# sourceMappingURL=style.css.map */

.ui-autocomplete li span.images{
	margin: 0 10px 0 0;
}

.ui-autocomplete li span.images img{
	width: 33px;
	height: 38px;
}

.lang-rtl .ui-autocomplete li span.images{
	margin: 0 0 0 10px;
}
