/**
* 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 #dddddd;
  width: 271px !important;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}

#search_block_top {
  position: relative;
}
#search_block_top .fa-search {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #fcfcfc;
  padding: 7px;
  width: 36px;
  height: 36px;
  color: #FFF;
}
#search_block_top .fa-search:hover {
  cursor: pointer;
}

form#searchbox {
  width: 100%;
  z-index: 10;
}
form#searchbox label {
  color: #787878;
}
form#searchbox input.search_query {
  max-width: 100%;
  height: 50px;
  float: left;
  border: 2px solid #42a2f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl form#searchbox input.search_query {
  float: right;
}
form#searchbox .btn {
  background: #42a2f3;
  border-color: #42a2f3;
  top: 3px;
  position: absolute;
  color: white;
  width: 44px;
  height: 44px;
  right: 3px;
}
.rtl form#searchbox .btn {
  left: 3px;
  right: auto;
}
form#searchbox .btn:hover {
  background: #344556;
}
