/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
.ac_results {
  background: white;
  border: 1px solid #ebebeb;
  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 {
  height: 70px;
  line-height: 70px;
  margin: 0px 0px 0px -10px;
  float: right;
}
.rtl #search_block_top {
  margin: 0px -10px 0px 0px;
}
.rtl #search_block_top {
  float: left;
}
#search_block_top #search_button {
  font-size: 12px;
  color: #ebebeb;
  padding-left: 35px;
  border-left: 1px solid #ebebeb;
}
.rtl #search_block_top #search_button {
  padding-right: 35px;
  padding-left: inherit;
}
.rtl #search_block_top #search_button {
  border-right: 1px solid #ebebeb;
  border-left: inherit;
}
#search_block_top form#searchbox {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 10;
  padding: 10px;
  background: white;
  line-height: 37px;
  border: 1px solid #ebebeb;
  width: 100%;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtl #search_block_top form#searchbox {
  right: 0px;
  left: auto;
}
#search_block_top form#searchbox .form-control {
  font-weight: bold;
  color: #1f253d;
  height: 37px;
}
#search_block_top form#searchbox label {
  color: #1f253d;
}
#search_block_top form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
#search_block_top form#searchbox .button.button-small {
  float: left;
}
#search_block_top form#searchbox .button.button-small i {
  margin-right: 0;
}
#search_block_top form#searchbox.show {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
