/**
* 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 #eaeaea;
  width: 220px;
  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 {
  display: inline-flex !important;
  position: absolute;
  z-index: 8;
  bottom: 0;
}
#search_block_top form {
  margin: 0;
  padding: 14px 15px;
}
#search_block_top .dropdown-menu {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 48%;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#search_block_top .dropdown-toggle {
  display: inline-block;
  line-height: 80px;
}
#search_block_top .dropdown-toggle .fa {
  color: #000;
  font-size: 14px;
  line-height: 80px;
  width: 25px;
}
#search_block_top .dropdown-toggle .fa:hover {
  color: #e2bd65;
}
#search_block_top .title_block {
  margin: 15px 15px 0 15px;
  text-align: left;
  position: relative;
}
.rtl #search_block_top .title_block {
  margin: 15px 15px 0 15px;
}
.rtl #search_block_top .title_block {
  text-align: right;
}
#search_block_top .title_block:before {
  position: absolute;
  content: "\f00d";
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  right: 0;
}
.rtl #search_block_top .title_block:before {
  left: 0;
  right: auto;
}

form#searchbox {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
form#searchbox .btn {
  position: absolute;
  top: 14px;
  padding: 8px 20px;
  font-family: "FontAwesome";
  right: 14px;
}
.rtl form#searchbox .btn {
  left: 14px;
  right: auto;
}
form#searchbox input.search_query {
  width: 100%;
  max-width: inherit;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}