/**
* 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 #dddddd;
  width: 271px;
  margin-top: -1px;
}
@media (max-width: 479px) {
  .ac_results {
    width: 270px !important;
  }
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}

.btn-search {
  padding: 12px 7px;
  position: relative;
  float: right;
}
.rtl .btn-search {
  float: left;
}
.btn-search:hover {
  cursor: pointer;
}
.btn-search .material-icons {
  color: white;
  font-size: 18px;
}
.btn-search:hover .material-icons {
  color: #eb5151;
}

#search_block_top {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 0px 20px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
#search_block_top.showsearch {
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  height: 100%;
}
#search_block_top.showsearch .btn-close-search {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#search_block_top.showsearch form#searchbox {
  padding: 0px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0%;
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}
#search_block_top .btn-close-search {
  line-height: 1;
  position: absolute;
  z-index: 1000;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  -moz-transform: scale3d(0.7, 0.7, 1);
  -ms-transform: scale3d(0.7, 0.7, 1);
  -o-transform: scale3d(0.7, 0.7, 1);
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  color: white;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 20px;
}
#search_block_top .btn-close-search:hover {
  outline: 0;
}

.form-search {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

form#searchbox {
  color: white;
  width: 50%;
  z-index: 99999;
  margin: auto;
  position: relative;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991px) {
  form#searchbox {
    width: 90%;
  }
}
form#searchbox label {
  color: #333333;
}
form#searchbox input.search_query {
  font-size: 16px;
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  height: 60px;
  background: transparent;
  color: white;
  border-width: 2px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 12px;
  outline: none;
}
.rtl form#searchbox input.search_query {
  float: right;
}
form#searchbox input.search_query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #eb5151;
}
form#searchbox .btn {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border-color: transparent;
  height: 60px;
  color: white;
}
.rtl form#searchbox .btn {
  left: 0px;
  right: auto;
}
form#searchbox .btn:hover {
  cursor: pointer;
}
form#searchbox .btn:focus {
  outline: none;
}

#click_show_search em {
  display: none;
}
