<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px;
}
#categories_block_top .sf-menu {
  position: relative;
}
#categories_block_top .sf-menu &gt; li {
  position: static;
}
#categories_block_top .sf-menu &gt; li &gt; ul {
  width: 100%;
  top: 60px;
  margin: 0 20px;
}
#categories_block_top .sf-menu &gt; li &gt; ul &gt; li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.rtl #categories_block_top .sf-menu &gt; li &gt; ul &gt; li {
  float: right;
}
#categories_block_top .sf-menu &gt; li &gt; ul &gt; .category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
#categories_block_top .sf-menu &gt; li &gt; ul &gt; .category_thumb img {
  display: inline-block;
  width: 33%;
}
#categories_block_top .sf-menu &gt; li h4 a {
  font-size: 1.1em;
}
#categories_block_top .sf-menu &gt; li h4 a:before {
  display: none;
}
#categories_block_top .sf-menu &gt; li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0;
}
.rtl #categories_block_top .sf-menu &gt; li .main-level-submenus {
  right: 0;
  left: auto;
}
#categories_block_top .sf-menu .category_thumb {
  display: none;
}

#categories_block_left {
  background-color: #b2cbab;
  padding: 20px 20px 0px 20px;
}
#categories_block_left .block_content {
  background-color: #b2cbab;
}
#categories_block_left .title_block {
  border: none;
  color: white;
}
#categories_block_left .list-group {
  margin-bottom: 0px;
}
#categories_block_left a {
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
#categories_block_left li {
  border-top: 1px solid #a9c1a2;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
}
.rtl #categories_block_left li {
  padding-right: 0;
  padding-left: inherit;
}
#categories_block_left li span.grower {
  display: block;
  position: absolute;
  right: 0px;
  top: 12px;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 10px;
  width: 16px;
  height: 16px;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: transparent;
}
.rtl #categories_block_left li span.grower {
  left: 0px;
  right: auto;
}
#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
  content: "-";
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  color: white;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}
#categories_block_left li span.grower.CLOSE:before {
  content: "+";
  color: white;
}
#categories_block_left li a:before {
  display: none;
}
#categories_block_left li a:hover {
  color: #222222;
}
#categories_block_left li .leo-qty {
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: 2px solid white;
}
.rtl #categories_block_left li .leo-qty {
  left: 20px;
  right: auto;
}
#categories_block_left li span.grower:hover {
  color: #b2cbab;
}
#categories_block_left li ul {
  margin-top: 3px;
}
#categories_block_left li ul li {
  border: none;
  padding: 5px;
}
#categories_block_left li ul li a {
  font-weight: normal;
  color: #fff;
  padding-left: 10px;
}
.rtl #categories_block_left li ul li a {
  padding-right: 10px;
  padding-left: inherit;
}
#categories_block_left li ul li a:hover {
  color: #222222;
}
#categories_block_left li ul li a:before {
  content: "-";
  font-family: "FontAwesome";
  display: block;
}
</pre></body></html>