/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* line 5, ../../../sass/modules/blocksearch/blocksearch.scss */
.ac_results {
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  width: 220px;
  margin-top: -1px;
}
/* line 10, ../../../sass/modules/blocksearch/blocksearch.scss */
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
/* line 16, ../../../sass/modules/blocksearch/blocksearch.scss */
.ac_results li.ac_odd {
  background: #FFFFFF;
}

/* line 24, ../../../sass/modules/blocksearch/blocksearch.scss */
.close-overlay {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  color: #000000;
  -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;
}
/* line 416, ../../../sass/mixins/_theme.scss */
.rtl .close-overlay {
  left: 15px;
  right: auto;
}
/* line 36, ../../../sass/modules/blocksearch/blocksearch.scss */
.close-overlay.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 40, ../../../sass/modules/blocksearch/blocksearch.scss */
.block-form {
  z-index: 9999;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  right: -20%;
  top: 0;
  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);
}
/* line 51, ../../../sass/modules/blocksearch/blocksearch.scss */
.block-form.active {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* line 57, ../../../sass/modules/blocksearch/blocksearch.scss */
.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;
}
/* line 409, ../../../sass/mixins/_theme.scss */
.rtl .over-layer {
  right: 50%;
  left: auto;
}
/* line 318, ../../../sass/mixins/_theme.scss */
.rtl .over-layer {
  margin-right: -30px;
  margin-left: inherit;
}
/* line 65, ../../../sass/modules/blocksearch/blocksearch.scss */
.over-layer:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.98);
  zoom: 1;
  background-color: transparent\9;
  -moz-border-radius: 100%;
  -webkit-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;
}
/* line 77, ../../../sass/modules/blocksearch/blocksearch.scss */
.over-layer.active:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75);
}

/* line 82, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox {
  margin-top: 23%;
  z-index: 10;
  background-color: transparent !important;
}
/* line 86, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox input.search_query {
  padding: 0;
  width: 100%;
  height: 70px;
  max-width: inherit;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  padding: 0;
  border: none;
  border-bottom: 1px solid #DDD;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 307, ../../../sass/mixins/_theme.scss */
.rtl form#searchbox input.search_query {
  float: right;
}
/* line 101, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox input.search_query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 105, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox .btn {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  color: #999999;
  background-color: transparent;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
}
/* line 416, ../../../sass/mixins/_theme.scss */
.rtl form#searchbox .btn {
  left: 0;
  right: auto;
}
/* line 307, ../../../sass/mixins/_theme.scss */
.rtl form#searchbox .btn {
  float: right;
}
/* line 117, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox .btn span {
  display: none;
}
/* line 118, ../../../sass/modules/blocksearch/blocksearch.scss */
form#searchbox .btn:hover {
  color: #f8956c;
}

/* line 123, ../../../sass/modules/blocksearch/blocksearch.scss */
.btn-search {
  position: absolute;
  top: 0;
  padding: 14px 20px;
  cursor: pointer;
  color: #000000;
  right: 0;
}
/* line 416, ../../../sass/mixins/_theme.scss */
.rtl .btn-search {
  left: 0;
  right: auto;
}
/* line 130, ../../../sass/modules/blocksearch/blocksearch.scss */
.btn-search:hover {
  color: #f8956c;
}
