/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.ac_results {
  background: white;
  border: 1px solid #dddddd;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
/*.ac_results li.ac_odd {
  background: white;
}*/

#search_block_top {
  height: 30px;
  position: relative;
  width: 30px;
  margin-top: 6px;
  float: right;
}
.rtl #search_block_top {
  float: left;
}
#search_block_top .fa-search {
  padding: 7px;
  width: 30px;
  height: 30px;
  color: white;
}
#search_block_top .fa-search:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#search_block_top .fa-search:hover {
  cursor: pointer;
}
#search_block_top:before {
  content: "";
  width: 1px;
  height: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  position: absolute;
  border-left: 1px dashed white;
}
.rtl #search_block_top:before {
  left: 0px;
  right: auto;
}
.rtl #search_block_top:before {
  border-right: 1px dashed white;
  border-left: inherit;
}

form#searchbox {
  z-index: 10;
  display: inline-block;
  width: 100%;
  position: relative;
}
form#searchbox label {
  color: #767470;
}
form#searchbox input.search_query {
  width: 0px;
  border: none;
  float: right;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 30px;
  font-size: 11px;
  background-color: transparent;
  text-align: left;
  overflow: hidden;
  background-color: white;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl form#searchbox input.search_query {
  float: left;
}
.rtl form#searchbox input.search_query {
  text-align: right;
}
form#searchbox .btn {
  position: absolute;
  left: 0;
  border: none;
  background-color: #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
}
.rtl form#searchbox .btn {
  right: 0;
  left: auto;
}
form#searchbox:hover input.search_query, form#searchbox:active input.search_query {
  width: 200px;
  border: 1px solid #f4f4f4;
  overflow: visible;
  padding: 6px 36px 6px 12px;
}
.rtl form#searchbox:hover input.search_query, .rtl form#searchbox:active input.search_query {
  padding: 6px 12px 6px 36px;
}

::-webkit-input-placeholder {
  line-height: 22px;
}

:-moz-placeholder {
  /* Firefox 18- */
  line-height: 22px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 22px;
}

:-ms-input-placeholder {
  line-height: 22px;
}
