/**
* 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 .popup-title {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0 1px 0 1px;
}
.rtl #leo_block_top .popup-title {
  border-width: 0 1px 0 1px;
}
#leo_block_top .popup-content {
  padding: 10px;
}
#leo_block_top .popup-content #first-languages {
  margin: 0 -5px;
}
#leo_block_top .popup-content #first-languages li {
  margin: 0px;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
}
#leo_block_top .popup-content #first-languages li.selected_language img {
  border: 1px solid #e44853;
  padding: 1px;
  width: 18px;
  height: 13px;
}
#leo_block_top .popup-content #first-languages li a {
  margin: 0px;
}
#leo_block_top .popup-content #first-languages li:hover {
  background: transparent;
}
#leo_block_top .popup-content #setCurrency {
  margin-top: 10px;
}
#leo_block_top .popup-content #setCurrency #first-currencies {
  margin: 0 -5px;
}
#leo_block_top .popup-content #setCurrency #first-currencies li {
  padding: 0;
}
#leo_block_top .popup-content #setCurrency #first-currencies li.selected a {
  color: #e44853;
}
#leo_block_top .popup-content #setCurrency #first-currencies li:hover {
  background: transparent;
}
#leo_block_top .popup-content p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
}
