/**
 * 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 #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;
}

.block_search {
  position: absolute;
  top: 11px;
  z-index: 10;
  background: #66c863;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  right: 15px;
}
.rtl .block_search {
  left: 15px;
  right: auto;
}
.block_search > form label {
  color: #6c6c6c;
}
.block_search > form .input-group ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.block_search > form .input-group :-ms-input-placeholder {
  color: white;
}
.block_search > form .input-group ::-webkit-input-placeholder {
  color: white;
}
.block_search > form .input-group input {
  cursor: pointer;
  max-width: 222px;
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 12px;
  margin-right: 10px;
  float: left;
}
.rtl .block_search > form .input-group input {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .block_search > form .input-group input {
  float: right;
}
.block_search > form .input-group .input-group-btn {
  width: 10px;
}
.block_search > form .button {
  background: none;
  padding: 6px 8px;
  color: white;
  float: left;
}
.rtl .block_search > form .button {
  float: right;
}
.block_search > form .button .fa {
  font-size: 11px;
}
.block_search > form .form-control::-moz-placeholder {
  color: white;
}
.block_search:hover {
  background: white;
}
.block_search:hover .input-group input {
  color: #6e6e6e;
}
.block_search:hover .button {
  color: #59bd56;
}
