/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#leosearchtopbox {
  position: relative;
  width: 84%;
  margin: 25px 0;
  border: 1px solid #eaeaea;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl #leosearchtopbox {
  float: right;
}
#leosearchtopbox .group-leosearch {
  border: none;
  width: 100%;
  height: 44px;
  display: inline-block;
  float: left;
}
.rtl #leosearchtopbox .group-leosearch {
  float: right;
}
#leosearchtopbox input {
  display: inline-block;
  width: 65%;
  height: 43px;
  padding: 0 10px;
  border: none;
}
#leosearchtopbox select {
  display: inline-block;
  border: none;
  width: 34%;
  height: 44px;
  padding: 0 5px;
  cursor: pointer;
  border-right: #eaeaea;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
}
.rtl #leosearchtopbox select {
  border-left: #eaeaea;
  border-right: inherit;
}
.rtl #leosearchtopbox select {
  border-style: none none none solid;
}
.rtl #leosearchtopbox select {
  border-width: 0 0 0 1px;
}
#leosearchtopbox button {
  border: none;
  display: inline-block;
  height: 44px;
  margin: 0;
  color: black;
  font-weight: 300;
  background-color: transparent;
  position: absolute;
  right: 0;
}
.rtl #leosearchtopbox button {
  left: 0;
  right: auto;
}