<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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 li {
  padding: 2px 5px 5px;font-family:"Campton W00 Book";    font-size: 12px;
    color: #bf9b63;
    text-transform: uppercase;    background-color: #fff;
    padding: 6px;
    margin-top: 5px; margin-right:3px;
  text-align: center;
  min-width: 27px;
  display: inline-block;
}
#leo_block_top ul li.selected a {
  color: #4074a2 !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;
}
</pre></body></html>