/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: #fff !important; }
 .caption-description strong span {
  display: block;
  background: rgba(255,255,255,0.8);
  padding: 5px;
  color:#000
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title{font-weight: 800}
.footer-container,#footer {border-top: 1px solid}

@media only screen and (min-width: 992px) {
  #search_widget {
    margin-top: 20px;
  }
  .hlogo {
  padding-bottom: 90px;
}
}