#page-template .pages__left {
  width: 75%;
}
#page-template .pages__right {
  width: 25%;
}
#page-template .pages__right .box-sub-category {
  padding: 0;
  border: 2px solid #91ad41;
  border-radius: 6px;
}
#page-template .pages__right .box-sub-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#page-template .pages__right .box-sub-category ul li {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  padding-left: 30px;
}
#page-template .pages__right .box-sub-category ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #91ad41;
  left: 15px;
  transform: translateY(-3px);
  z-index: 1;
}
#page-template .pages__right .box-sub-category ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#page-template .pages__right .box-sub-category ul li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#page-template .pages__right .box-sub-category ul li:hover, #page-template .pages__right .box-sub-category ul li.current-cat {
  background-color: #F6F6F6;
}
#page-template .pages__right .box-sub-category ul li:hover a, #page-template .pages__right .box-sub-category ul li.current-cat a {
  font-weight: bold;
}
#page-template h1.entry-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin: 40px 0 50px;
}
#page-template h1.entry-title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  background-color: #91ad41;
  left: 0;
  top: 100%;
  margin-bottom: 30px;
}
#page-template ul.products {
  padding-top: 0px;
}
#page-template .woocommerce-ordering,
#page-template .woocommerce-result-count {
  display: none;
}

@media (max-width: 991px) {
  #page-template .pages {
    padding: 10px;
  }
  #page-template .pages__left {
    padding: 0;
    width: 100%;
  }
  #page-template .pages__right {
    padding: 0;
    width: 100%;
  }
  #page-template h1.entry-title {
    font-size: 20px;
    margin: 15px 0 30px;
  }
  #page-template .entry-footer {
    display: none;
  }
  #page-template .woocommerce ul.products li {
    width: 49%;
    margin-bottom: 2%;
  }
}