.box {
  clear: both;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}

.box > .heading {
  padding: 0px;
  /*overflow: hidden;*/
}

.box > .heading h1 {
  margin-top: 0px;
}

.box > .heading h2 {
  font: 23px 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0px;
}

.box > .heading h3 {
  font: 20px 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
}

aside .box:first-child h3 {
  margin-top: 0px;
}

.box > .content {
  clear: both;
}

#slider-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0px;
  background: #fff;
}

#box-logotypes {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #box-logotypes {
    display: none;
  }
}
#box-logotypes .content{
  height: 35px;
  text-align: center;
  font: 0px;
  overflow: hidden;
}

#box-search .content {
  position: realtive;
}
#box-search .content img {
  position: absolute;
  opacity: 0.6;
}
#box-search .content .input-wrapper {
  display: block;
  white-space: nowrap;
}
#box-search .content input {
  display: inline-block;
  width: 100%;
  text-indent: 16px;
}

#box-campaigns h3, #box-latest-products h3, #box-most-popular h3, #box-similar-products h3, #box-also-purchased-products h3 {
  font: 2em 'Open Sans', sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 5px 0px;
}

#box-campaigns h3:before, #box-latest-products h3:before, #box-most-popular h3:before, #box-similar-products h3:before, #box-also-purchased-products h3:before {
  content: "\25bc";
  padding-right: 10px;
  opacity: 0.7;
  font-size: 16px;
}

#box-category-tree li {
  display: block;
}
#box-category-tree li a, #box-information li a {
  color: #888;
}
#box-category-tree a:hover, #box-information a:hover {
  color: rgb(0, 136, 204);
}
#box-category-tree li a {
  
}
#box-category-tree li.active > a {
  color: rgb(0, 136, 204);
}
#box-category-tree li.active > a {
  background: #f3f3f3;
}

#box-recently-viewed-products li {
}
#box-recently-viewed-products li {
  margin: 3px;
}
#box-recently-viewed-products img {
  max-width: 85px;
  max-height: 85px;
  border: 1px solid #eee;
}
#box-recently-viewed-products img:hover {
  border-color: rgb(0, 136, 204);
}

#box-category .heading h1 {
  display: inline-block;
  float: left;
}
#box-category .filter {
  float: right;
}

#box-manufacturers-list {
  margin: 0px;
}

#box-information li a.active {
  color: rgb(0, 136, 204);
}

#box-customer-service .content > h1 {
  margin-top: 0px;
}