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

.spr-container {
  position: relative;
 }
  .spr-container .sprsearch-form {
    width: 100%;
    border-style: solid;
	border-width: 1px;
    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;
    overflow: hidden;
    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 {
      cursor: pointer;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      border: none;
      border-radius: 0;
      width: 100%;
      padding: 0 30px 0 10px;
      height: 40px;
      color: #444;
      font-weight: 500;
      font-size: 13px;
      text-transform: capitalize;
      outline: none;
  }
  .lang-rtl .spr_selector .spr_select{ padding: 0 10px 0 30px;}
    .spr_selector:after {
      content: '\f0d7';
      font-family: fontawesome;
      position: absolute;
      color: #aaa;
      font-size: 14px;
      left: auto;
      right: 15px;
      top: 8px;
      bottom: auto;
      line-height: 27px;
      pointer-events: none;
  }
  
  .lang-rtl   .spr_selector:after {
    left: 15px;
    right: auto;
  }
  
  .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: calc(100% - 90px);
    color: #444;
	outline:none;
    background-color: #fff;
    border: 0;
    font-size: 12px;
    height:40px;
	float:left;
    }
    .content-search .spr-search-button {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        height: 40px;
        width: 90px;
        border: none;
        float:left;
        padding:0;
        cursor: pointer;
    }
  .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;
  }

  .spr-container .spr_selector {
    display: block;
    width: 100%;
    margin-bottom: 5px; } 
	.content-search .spr-search-button{
		font-size: 0;
		width: 40px;
	}
	.content-search .spr-query{
		width: calc(100% - 40px);
	}
	#ui-id-1.ui-autocomplete {
		left: 15px !important;
		max-width: 300px;
	}
	.content-search .spr-search-button:before{
		content: '\f002';
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-synthesis: weight style;
		font-stretch: normal;
		font-size-adjust: none;
		font-language-override: normal;
		font-kerning: auto;
		font-feature-settings: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 14px;
	}
}

/*# 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;
}
