.tabs {
  display: block;
  border-bottom: 1px solid #bdbdbd;
  margin: 1em 0 0 0;
  padding: 0;
}
.tabs:before,
.tabs:after {
  content: ' ';
  display: block;
  visibility: hidden;
  font-size: 0;
}
.tabs:after {
  clear: both;
}
.tabs ul {
  margin: 0;
}
.tabs ul:before,
.tabs ul:after {
  content: ' ';
  display: block;
  visibility: hidden;
  font-size: 0;
}
.tabs ul:after {
  clear: both;
}
.tabs a {
  display: block;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  border-bottom: 0;
  padding: 12px 20px;
  color: #0e7f3f;
  background: linear-gradient(#f8f8f8, #ebebeb);
}
.tabs li {
  float: left;
  line-height: 1em;
  margin-right: 4px;
  margin-bottom: -1px;
  list-style: none;
}
.tabs li.active a {
  background: 0;
  border-bottom: 1px solid #fff;
  color: #606461;
}
.tabs + .tabs-content {
  padding-top: 30px;
}
.category-brands .category-title {
  margin-bottom: 0;
}
.popular-brand-in-stock {
  border: 1px solid #a6daa7;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f0f9f0;
}
.popular-brand-photos {
  margin-left: -15px;
  margin-right: -15px;
}
.popular-brand-photos:before,
.popular-brand-photos:after {
  content: ' ';
  display: block;
  visibility: hidden;
  font-size: 0;
}
.popular-brand-photos:after {
  clear: both;
}
.popular-brand-photos .popular-brand-photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.popular-brand-photos .popular-brand-photo img {
  width: 100%;
  height: auto;
}
.shop-by-brand {
  margin-bottom: 15px;
}
.shop-by-brand:before,
.shop-by-brand:after {
  content: ' ';
  display: block;
  visibility: hidden;
  font-size: 0;
}
.shop-by-brand:after {
  clear: both;
}
.shop-by-brand ul {
  padding: 0;
  margin: 0;
}
.shop-by-brand li {
  list-style: none;
  text-align: center;
  padding: 15px 5px;
  border-bottom: 1px solid #ebf3ef;
}
.shop-by-brand li a {
  display: block;
  border: none;
}
.shop-by-brand li:last-child {
  border-bottom: none;
}
.shop-by-brand .brand-name {
  color: #0e7f3e;
  font-size: 14px;
  padding: 3px 5px;
  background: #f3f8f5;
  border: 2px solid #e4ece7;
  border-radius: 2px;
}
.shop-by-brand img {
  width: 130px;
  height: 130px;
}
@media (min-width: 481px) {
  .shop-by-brand li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
    padding: 15px 5px;
    border-right: 1px solid #ebf3ef;
  }
  .shop-by-brand li:nth-child(3n) {
    border-right: none;
  }
  .shop-by-brand li:nth-child(3n + 1) {
    clear: left;
  }
  .shop-by-brand li:nth-child(n+7) {
    border-bottom: none;
  }
  .shop-by-brand li:nth-child(n+10) {
    border-bottom: none;
  }
}

