/**
 * 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-right: 10px;
  position: relative;
  text-align: center;
  width: 250px;
  border: 1px solid #4D2114;
  max-height: 34px;
  overflow: hidden;
  border-bottom: none;
}
.rtl form#searchbox {
  margin-left: 10px;
  margin-right: inherit;
}
form#searchbox label {
  color: #7f7f7f;
}
form#searchbox input#search_query_top {
  background: #2E140C;
  border: none;
  outline: none;
  height: 34px;
  color: #8C685D;
  font-size: 12px;
}
form#searchbox input#search_query_top:focus {
  box-shadow: none;
}
form#searchbox .btn-search {
  background: transparent !important;
  border: none;
  vertical-align: center;
  padding-top: 0;
}
