/**
* 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 #f1f1f1;
  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;
}

#search_block_top .block-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 991px) {
  #search_block_top .block-form {
    margin-top: 10px;
  }
}
#search_block_top .open-search {
  display: none;
}

form#searchbox {
  float: right;
}
.rtl form#searchbox {
  float: left;
}
@media (min-width: 1006px) {
  form#searchbox {
    width: 80%;
  }
}
form#searchbox label {
  color: dimgrey;
}
form#searchbox input.search_query {
  max-width: 100%;
  height: 40px;
  border: none;
  background-color: #f9f9f9;
  color: #ccc;
  font-style: italic;
  font-size: 13px;
  font-family: 'Georgia', sans-serif;
  line-height: 42px;
  padding: 0px 50px 0 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl form#searchbox input.search_query {
  padding: 0px 15px 0 50px;
}
form#searchbox .button-search {
  background: none;
  border: none;
  top: 0px;
  position: absolute;
  color: #cccccc;
  font-size: 11px;
  width: 40px;
  height: 40px;
  right: 8px;
}
.rtl form#searchbox .button-search {
  left: 8px;
  right: auto;
}
form#searchbox .button-search:hover {
  color: #5bc0eb;
}

.close-overlay {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 40px;
  color: #000;
  display: inline-block;
  position: fixed;
  top: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  right: 20px;
}
.rtl .close-overlay {
  left: 20px;
  right: auto;
}
.close-overlay:before {
  background: url("../../../img/default/icon-close-search.png") no-repeat 0 0 transparent;
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
}
.close-overlay .fa {
  display: none;
}
.close-overlay.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.over-layer {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
  height: 60px;
  position: fixed;
  top: -60px;
  right: -60px;
  z-index: 9998;
}
.rtl .over-layer {
  left: -60px;
  right: auto;
}
.over-layer:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999;
}
.over-layer.active:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75);
}
