.leaf-navigation .banner .banner-box {
  margin-bottom: 20px;
}
.leaf-navigation .breadcrumbs-wrapper {
  margin-bottom: 0px;
  background-color: #e0e8eb;
  height: 36px !important;
}
.leaf-navigation .breadcrumbs-wrapper .breadcrumbs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.leaf-navigation .site-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.leaf-navigation .og-category {
  margin-bottom: 30px;
}
.leaf-navigation .og-category + div:not(#filterBitsContainer) .featured-shops .section-title {
  margin-top: 0px;
}
.leaf-navigation .og-category .tabs-content-box {
  height: 56px;
  overflow-y: hidden;
  background-color: transparent;
  position: relative;
}
.leaf-navigation .og-category .tabs-content-box .arrow {
  position: absolute;
  padding: 10px;
  background-color: #009fe3;
  color: white;
  width: 45px;
  text-align: center;
  top: 0px;
  cursor: pointer;
}
.leaf-navigation .og-category .tabs-content-box .arrow:hover {
  background-color: #515d6c;
}
.leaf-navigation .og-category .tabs-content-box .arrow.arrow-left {
  left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.leaf-navigation .og-category .tabs-content-box .arrow.arrow-right {
  right: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.leaf-navigation .og-category .tabs-content-box .scroll-box {
  overflow-x: auto;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .leaf-navigation .og-category .tabs-content-box .scroll-box {
    margin: 0px 45px;
  }
}
.leaf-navigation .og-category .tabs-content-box .scroll-box .pad-box {
  position: relative;
  display: flex;
}
.leaf-navigation .og-category .tabs-content-box .scroll-box .pad-box .spacer {
  min-width: calc(100% - 100px);
}
@media (min-width: 576px) {
  .leaf-navigation .og-category .tabs-content-box {
    margin: 0px;
  }
}
.leaf-navigation .og-tabs {
  margin-bottom: -1px;
  margin-top: 0px;
  padding: 0px 5px;
  display: flex;
}
.leaf-navigation .og-tabs li {
  background-color: #fefefe;
  margin: 0px 5px;
  border-radius: 4px;
}
.leaf-navigation .og-tabs li a {
  padding-right: 60px;
  white-space: nowrap;
}
.leaf-navigation .og-tabs li.active a {
  padding-right: 15px;
  white-space: nowrap;
}
.leaf-navigation .og-tabs li.active a .badge {
  color: #337ab7;
  background-color: white;
  display: inline-block;
  min-width: 30px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}
.leaf-navigation .og-tabs.nav-tabs > li.active > a {
  background-color: white;
  border-bottom-color: white;
}
.leaf-navigation .og-category {
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaf-navigation .og-category h1 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left !important;
}
.leaf-navigation .featured-shops {
  margin-bottom: 20px;
}
.leaf-navigation .featured-shops + div {
  margin-top: 0px;
}
