/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#search_block_top .dropdown-menu {
  width: 100vw;
  right: 0;
  left: inherit;
  top: 0;
  margin: 0;
  padding: 0;
  background: #272727;
}
.rtl #search_block_top .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl #search_block_top .dropdown-menu {
  right: inherit;
  left: auto;
}
#search_block_top .close-search {
  display: inline-block;
  position: absolute;
  right: 10px;
  left: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #454545;
}
.rtl #search_block_top .close-search {
  left: 10px;
  right: auto;
}
.rtl #search_block_top .close-search {
  right: inherit;
  left: auto;
}

.ac_results {
  background: white;
  border: 1px solid #dddddd;
  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;
}

form#searchbox {
    width: 300px;
    height: 40px;
    position: absolute;
    z-index: 10;
    border: solid 1px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 40px;
    right: 15px;
}
form#searchbox label {
  color: #272727;
}
form#searchbox input.search_query {
  max-width: 100%;
  float: left;
}
.rtl form#searchbox input.search_query {
  float: right;
}
form#searchbox .btn {
  float: left;
  background: transparent;
  border-color: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}
.rtl form#searchbox .btn {
  float: right;
}
.rtl form#searchbox .btn {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
    #search_block_top .dropdown-menu {
      top: -24px;
    }
}
