/**
 * 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: 220px;
  float: right;
}
.rtl form#searchbox {
  float: left;
}
form#searchbox label {
  color: black;
}
form#searchbox input.search_query {
  max-width: 220px;
  width: 220px;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 35px;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
.rtl form#searchbox .button.button-small i {
  margin-left: 0;
  margin-right: inherit;
}
form#searchbox .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.rtl form#searchbox .btn {
  left: 0;
  right: auto;
}
form#searchbox .button-search {
  position: absolute;
  top: 10px;
  right: 10px;
}