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

.spr-container {
  position: relative;
  padding: 5px 0; }
  .spr-container .sprsearch-form {
    width: 100%;
    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 {
  position: relative;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 5px;
}
  .spr_selector .fa {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    line-height: 44px; }
  .spr_selector .searchproLabel {
    display: block;
    padding: 10px 30px;
    min-width: 200px;
    width: auto;
    height: 44px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer; }
  .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 20px;
        height: 44px;
        line-height: 42px;
        border-radius: 5px;
        color: #222;
        font-weight: 600;
        font-size: 14px;
        text-transform: capitalize;
        outline: none;
  }
  
  .spr_selector:after {
      content: '\f107';
      font-family: fontawesome;
      position: absolute;
      color: #222;
      font-size: 14px;
      left: auto;
      right: 15px;
      top: 3px;
      bottom: auto;
      line-height: 40px;
  }
  
  .lang-rtl   .spr_selector:after {
    left: 15px;
    right: auto;
  }

.content-search {
  position: relative;
  width: 100%; }
  .content-search .spr-query {
    padding: 10px 30px;
    padding-right: 50px;
    width: 100%;
    height: 44px;
    color: #777;
    background-color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    line-height: 26px; }
  .content-search .spr-search-button {
    position: absolute;
    top: 0;
    right: 8px;
    width: 40px;
    height: 44px;
    color: #444444;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    line-height: 42px;
    text-align: center; }
  .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_v2 .spr_selector .spr_select{
  color: #fff;
  background-color: #006b9d;
}

.header_v2 .spr_selector:after{
  color: #fff;
}

.header_v5 .spr-container {
  padding: 30px 0; }
.header_v5 .spSearchPro {
  max-width: 605px; }
.header_v5 .spr_selector {
  background-color: #eee;
}
.header_v5 .spr_selector .spr_select{
  background: transparent;
  padding: 0 15px;
}
  .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: block; }
  .spr-container .spr_selector {
    display: block;
    width: 100%;
    margin-bottom: 5px; } }

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

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

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

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