/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.ac_results {
  background: white;
  border: 1px solid #ebebeb;
  width: 271px !important;
  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;
}

#search_block_top #searchbox {
  float: right;
}
.rtl #search_block_top #searchbox {
  float: left;
}
#search_block_top .btn {
  position: absolute;
  top: 1px;
  background: transparent;
  color: black;
  right: 0;
}
.rtl #search_block_top .btn {
  left: 0;
  right: auto;
}
#search_block_top .btn:hover {
  color: #ff3333;
}
#search_block_top #search_query_top {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

form#searchbox {
  position: relative;
}
form#searchbox input#search_query_block {
  border: 1px solid #ebebeb;
  margin-right: 10px;
  max-width: 200px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl form#searchbox input#search_query_block {
  float: right;
}
form#searchbox .button.button-small {
  float: left;
}
.rtl form#searchbox .button.button-small {
  float: right;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
