/*-----------------------*/
/**
* 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 #e0e0e0;
  width: 220px;
  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;
}

.close-overlay {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  color: black;
  -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);
  display: inline-block;
  position: fixed;
  top: 3px;
  right: 15px;
}
.rtl .close-overlay {
  left: 15px;
  right: auto;
}
.close-overlay.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.block-form {
  z-index: 9999;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 10%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block-form.active {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.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;
  left: 50%;
  margin-left: -30px;
  z-index: 9998;
}
.rtl .over-layer {
  right: 50%;
  left: auto;
}
.rtl .over-layer {
  margin-right: -30px;
  margin-left: inherit;
}
.over-layer:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  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);
}

form#searchbox {
  margin-top: 23%;
  z-index: 10;
  background-color: transparent !important;
}
form#searchbox input.search_query {
  padding: 0;
  width: 100%;
  height: 70px;
  max-width: inherit;
  font-size: 20px;
  color: #444444;
  font-weight: 400;
  padding: 0 30px;
  border: 1px solid transparent;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.rtl form#searchbox input.search_query {
  float: right;
}
form#searchbox input.search_query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form#searchbox .btn {
  width: 20%;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #444444;
  text-transform: uppercase;
  position: absolute;
  background-color: transparent;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl form#searchbox .btn {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: inherit;
}
.rtl form#searchbox .btn {
  left: 15px;
  right: auto;
}
.rtl form#searchbox .btn {
  float: right;
}

.btn-search {
  position: absolute;
  top: 14px;
  padding: 0 10px;
  cursor: pointer;
  color: black;
  right: 20px;
}
.rtl .btn-search {
  left: 20px;
  right: auto;
}
.btn-search:hover {
  color: #ba2c90;
}
