/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#leo_search_block_top {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.rtl #leo_search_block_top {
  float: right;
}

#leosearchtopbox {
  position: relative;
}
#leosearchtopbox .group-leosearch {
  position: relative;
  width: 83%;
  height: 38px;
  display: inline-block;
  float: left;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rtl #leosearchtopbox .group-leosearch {
  float: right;
}
#leosearchtopbox .group-leosearch:before {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-family: "FontAwesome";
  top: 9px;
  color: black;
}
.rtl #leosearchtopbox .group-leosearch:before {
  left: 15px;
  right: auto;
}
#leosearchtopbox input {
  display: inline-block;
  width: 66%;
  height: 38px;
  margin: 0 20px;
  border: none;
  float: left;
  font-size: 13px;
  outline: 0;
}
.rtl #leosearchtopbox input {
  float: right;
}
#leosearchtopbox select {
  margin: 10px 0;
  outline: 0;
  display: inline-block;
  border: none;
  width: 27%;
  height: auto;
  padding: 0 15px 0 15px;
  cursor: pointer;
  float: right;
  border-left: #d9d9d9;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #999999;
}
.rtl #leosearchtopbox select {
  padding: 0 15px 0 15px;
}
.rtl #leosearchtopbox select {
  float: left;
}
.rtl #leosearchtopbox select {
  border-right: #d9d9d9;
  border-left: inherit;
}
.rtl #leosearchtopbox select {
  border-style: none solid none none;
}
.rtl #leosearchtopbox select {
  border-width: 0 1px 0 0;
}
#leosearchtopbox button {
  width: 15%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  height: 38px;
  color: #FFFFFF;
  text-transform: uppercase;
  float: left;
  margin-left: 10px;
  font-family: "Poppins";
  font-weight: bold;
  padding: 6px 20px;
}
.rtl #leosearchtopbox button {
  float: right;
}
.rtl #leosearchtopbox button {
  margin-right: 10px;
  margin-left: inherit;
}

@media (max-width: 991px) {
  #leosearchtopbox .group-leosearch {
    width: 75%;
  }
  #leosearchtopbox button {
    width: 23%;
  }
}
@media (max-width: 530px) {
  #leosearchtopbox button {
    width: 20%;
  }
  #leosearchtopbox button span {
    display: none;
  }
  #leosearchtopbox button i:before {
    content: "\f002";
    font-family: "FontAwesome";
  }
  #leosearchtopbox select {
    display: none;
  }
  #leosearchtopbox .group-leosearch:before {
    display: none;
  }
}
