/**
 * 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;
}

#search_block_top {
  position: relative;
}
#search_block_top .fa-search {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fcfcfc;
  padding: 7px;
  width: 30px;
  height: 30px;
}
#search_block_top .fa-search:hover {
  cursor: pointer;
}

form#searchbox {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 255px;
  position: absolute;
  top: 36px;
  right: -3px;
  background: #6697d2;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  z-index: 10;
}
.rtl form#searchbox {
  left: -3px;
  right: auto;
}
form#searchbox label {
  color: #535353;
}
form#searchbox input.search_query {
  max-width: 200px;
  float: left;
}
form#searchbox .btn {
  float: left;
  background: #6697d2;
  border-color: #6697d2;
  margin-left: 12px;
  margin-top: 5px;
}