/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*
 * LAYOUT VARIABLES
 */
#search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  background: transparent;
  right: 0;
}
.rtl #search_block_top .btn.button-search {
  left: 0;
  right: auto;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  color: #6f6f6f;
}

#search_query_top {
  display: inline;
  padding: 0 50px 0 10px;
  height: 51px;
  line-height: 51px;
}
.rtl #search_query_top {
  padding: 0 10px 0 50px;
}

.ac_results {
  background: white;
  border: 1px solid #e5e5e5;
  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;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}

.pts-search {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
  height: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
  width: 100%;
  z-index: 9999;
}
.pts-search.open {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 50px;
  top: 100%;
}
.pts-search .input-group-addon {
  position: absolute;
  right: -25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  padding: 0;
  cursor: pointer;
}
.rtl .pts-search .input-group-addon {
  left: -25px;
  right: auto;
}

form#searchbox {
  margin: 0 25px 0 0;
  position: relative;
  text-align: center;
}
.rtl form#searchbox {
  margin: 0 0 0 25px;
}
form#searchbox label {
  color: #555555;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
