/*========側邊樓層=========*/
.breadcrumb{
  background:transparent;
}
.breadcrumb a{
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #919191;
  background-color: transparent;
  font-size: 15px;
}
.jumbotron .breadcrumb{
  padding: 0;
}
.category-wrapper h2.aside-title,
.product-wrapper h2.aside-title {
    display: none;
}
@media screen and (max-width: 768px){
  .category-wrapper h2.aside-title,
  .product-wrapper h2.aside-title {
    display: block;
    background-color: transparent;
  }
}

.category-wrapper ul.nav,
.product-wrapper ul.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px #cfcfcf solid;
  padding-bottom: 25px;
  margin-bottom: 39px;
}
@media screen and (max-width: 768px){
  .category-wrapper ul.nav,
  .product-wrapper ul.nav {
    display: block;
  }
}
aside .nav li a{
  font-size: 16px;
  margin: 0 5px;
  border-radius: 22px;
  transition: none;
}
aside .nav li a:hover,
aside .nav li a:focus{
  background: linear-gradient(to right, #009C48, #5AB645);
}
.nav_cate_item .topic{
  background: linear-gradient(to right, #009C48, #5AB645);
  color: #ffffff;
}

div#category_descr {
  line-height: 2.0em;
}

