/**
* 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_block_top {
  float: right;
  margin-right: 0px !important;
  margin-left: 10px;
}
.rtl #leo_block_top {
  float: left;
}
.rtl #leo_block_top {
  margin-left: 0px !important;
  margin-right: inherit;
}
.rtl #leo_block_top {
  margin-right: 10px;
  margin-left: inherit;
}
#leo_block_top .popup-title {
  padding: 0px 0px 17px 5px;
}
.rtl #leo_block_top .popup-title {
  padding: 0px 5px 17px 0px;
}
#leo_block_top i {
  color: #b2cbab;
  font-size: 14px;
  margin-right: 0px !important;
}
.rtl #leo_block_top i {
  margin-left: 0px !important;
  margin-right: inherit;
}
#leo_block_top #first-languages li {
  margin-left: 5px;
}
.rtl #leo_block_top #first-languages li {
  margin-right: 5px;
  margin-left: inherit;
}
#leo_block_top #first-languages li a {
  margin: 0px;
}
#leo_block_top p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
#leo_block_top #setCurrency {
  margin-top: 10px;
}