/**
 * 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 #e4e4e4;
  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: transparent;
}

form#searchbox {
  /*background: white;*/
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 230px;
  border-left: 1px solid #000;
  margin-right: 10px;
  height: 40px;
}
.rtl form#searchbox {
  margin-left: 10px;
  margin-right: inherit;
}
form#searchbox label {
  color: black;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .btn-outline-inverse {
  background: transparent;
  border: none;
  color: #000;
  padding: 0px 10px;
}
form#searchbox .form-control {
  padding: 4px 15px;
  background: transparent;
  height: 40px;
  box-shadow: none;
  border: none;
  color:#000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
form#searchbox .button.button-small {
  float: left;
  background: transparent;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000 !important;
    font-size: bold !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000 !important;
   opacity:  1;
   font-size: bold !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000 !important;
   opacity:  1;
   font-size: bold !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000 !important;
   font-size: bold !important;
}