/**
 * 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 
 */
#leo_block_top ul {
  border: 1px solid #e8e8e8;
  margin-top: 5px;
}
#leo_block_top ul li {
  padding: 2px 5px 5px;
  text-align: center;
  min-width: 27px;
  display: inline-block;
}
#leo_block_top ul li.selected a {
  color: #51b8f2 !important;
}
#leo_block_top ul li:last-child {
  border-right: none;
  border-bottom: none;
}
.rtl #leo_block_top ul li:last-child {
  border-left: none;
  border-right: inherit;
}
