/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.ac_results {
  background: white;
  border: 1px solid #eeeeee;
  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;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}

form#searchbox {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 280px;
  border-left: 1px solid #e5e5e5;
}
.rtl form#searchbox {
  border-right: 1px solid #e5e5e5;
  border-left: inherit;
}
form#searchbox label {
  color: #777777;
}
form#searchbox input#search_query_top {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #777777;
  height: 39px;
}
form#searchbox .button-search {
  border: none;
  background: none;
  font-size: 12px;
  padding: 0 0 0 10px;
}
.rtl form#searchbox .button-search {
  padding: 0 10px 0 0;
}
form#searchbox .button-search fa {
  color: #CCC;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
