.h3.c-title{
    font-size:14px; 
    letter-spacing:1px; 
    font-weight:bold; 
    margin:0; 
    padding-bottom:10px; 
    color:#000;
}
.category.left-menu{
    background: #edfad5;
    border: 7px solid #d5ecab; 
    padding:10px !important; 
    margin-bottom:20px !important;
}
.shop-filters {
  width: 100%;
  position: relative;
}
.shop-filters .filter-section {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #a3c756;
}
.catalog-grid .row .filters-mobile {
    padding-left: 0;
}
.shop-filters .filter-section:last-child {
  border: none;
}
.shop-filters .filter-section h3 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop-filters .filter-section .price-btns a,
.shop-filters .filter-section .price-btns .btn,
.shop-filters .filter-section .price-btns button {
  margin-bottom: 12px;
  outline: 0;
}
.shop-filters .filter-section .price-slider {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .shop-filters .filter-section .price-slider {
    text-align: center;
  }
}
.shop-filters .filter-section .price-slider .values {
  display: inline-block;
  margin: 24px 20px 16px 0;
}
@media only screen and (max-width: 768px) {
  .shop-filters .filter-section .price-slider .values {
    margin-right: 0;
  }
}
.shop-filters .filter-section .price-slider .values input {
  display: inline-block;
  height: 35px;
  padding-left: 8px;
  padding-right: 8px;
  width: 58px;
  text-align: center;
  font-weight: bold;
}
.shop-filters .filter-section .price-slider .values .labels {
  display: inline-block;
  font-weight: bold;
}
.shop-filters .filter-section .price-slider input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .shop-filters .filter-section .price-slider input[type=submit] {
    width: 100%;
  }
}
.shop-filters .filter-section .clear {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.94em;
  color: #2ba8db;
  cursor: pointer;
  border-bottom: 1px dashed transparent;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
.shop-filters .filter-section .clear:hover {
  border-bottom: 1px dashed #2ba8db;
}
.shop-filters .filter-section label {
  margin-bottom: 6px;
  font-size: 0.9em;
  font-weight: 300;
}
.shop-filters .filter-section label .icheckbox,
.shop-filters .filter-section label .iradio {
  display: block;
  float: left;
  *display: inline;
  margin: 4px 9px 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  cursor: pointer;
}
.shop-filters .filter-section label .icheckbox {
  background: url(/projects/sm/img/forms/checkbox.png) no-repeat 0px 0px;
}
.shop-filters .filter-section label .iradio {
  background: url(/projects/sm/img/forms/radio.png) no-repeat 0px 0px;
}
.shop-filters .filter-section label .icheckbox.checked,
.shop-filters .filter-section label .iradio.checked {
  background-position: 0px -14px;
}
.shop-filters .filter-section label .checkbox.disabled label,
.shop-filters .filter-section label .radio.disabled label {
  cursor: default;
  color: #b2b2b2;
}
.shop-filters .filter-section label .icheckbox.disabled,
.shop-filters .filter-section label .iradio.disabled {
  background-position: 0px 0px;
  opacity: 0.5;
  filter: alpha(opacity=5);
  cursor: default;
}
.shop-filters .filter-section label .icheckbox.checked.disabled,
.shop-filters .filter-section label .iradio.checked.disabled {
  background-position: 0px -14px;
  opacity: 0.5;
  filter: alpha(opacity=5);
  cursor: default;
}
.shop-filters .filter-section .category {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
}
.shop-filters .filter-section .category li {
  line-height: 1.4;
}
.shop-filters .filter-section .category li a {
  color: #2f343b;
}

.shop-filters .filter-section .category li:hover > a {
  text-decoration: none;
  color: #2ba8db;
}
.shop-filters .filter-section .category li a:before {
  content: "■ ";
  font-size: 0.8em;  
  position: relative;
  top: -2px;
  color: #a3c756;
  padding-right: 2px;
}
.shop-filters .filter-section .category li.has-subcategory a:before {
  content: "► ";
  font-size: 0.6em; 
  color: #a3c756; 
  position: relative;
  top: -2px;
  padding-right:0;
}
.shop-filters .filter-section .category li.has-subcategory.opened a:before {
  content: "â–¼ ";
}
.shop-filters .filter-section .category li.has-subcategory .subcategory {
  max-height: 0px;
  overflow: hidden;
  list-style: none;
  margin: 0px 0 5px 0;
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-filters .filter-section .category li.has-subcategory .subcategory li a:before {
  content: "■ ";
  font-size: 0.8em;  
  position: relative;
  top: -2px;
  color: #a3c756;
}
.shop-filters .filter-section .category li.has-subcategory .subcategory li:hover a {
  color: #2ba8db;
}
.shop-filters .filter-section .category li.has-subcategory .subcategory.open {
  max-height: 1000px;
  margin-top: 15px;
}
.shop-filters .filter-section .category li a small{
font-size:10px;
font-weight:bold;
position:relative;
top:-1px;

}
.shop-filters .filter-section .category li a.active
{
background:#a3c756;
color:#fff !important;
padding:2px 5px;
-webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;

}