/**
 * 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 #e8e8e8;
  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: white;
}

#search_block_top {
  background: #222222;
  height: 43px;
  padding: 0 10px;
  margin: 0 0 0 -10px;
}
.rtl #search_block_top {
  margin: 0 -10px 0 0;
}
#search_block_top #search_query_top {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 8px 30px 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  font-size: 12px;
  font-weight: 300;
  color: white;
}
.rtl #search_block_top #search_query_top {
  padding: 8px 10px 8px 30px;
}
#search_block_top button.button-small {
  background: none;
  border: none;
  position: absolute;
  right: 2px;
  top: 10px;
  color: white;
  font-size: 14px;
}
.rtl #search_block_top button.button-small {
  left: 2px;
  right: auto;
}

form#searchbox {
  position: relative;
  padding: 5px 0;
}
form#searchbox label {
  color: black;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
