/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .logo {
  display: block;
  margin: 0 auto 1rem auto;
  height: 7rem; /* New height of your logo in rem units */
}

.blockcart .hidden-sm-down {
    display: none!important;
}

.featured-products .products-section-title,.featured-products .all-product-link{display:none;}

.carousel .carousel-inner {
    height: auto;
}