#header .header-nav .cart-preview.active {
  background: #a72d38;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
}

.material-icons.shopping-cart{
  display: none;
}

#header .header-nav .blockcart {
  height: 2rem;
  padding: 7px;
  margin-left: .9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
  color: black;
}

.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 .col-md-6.col-xs-6.qty{
  display: none;
}

.product-line-info.product-price.h5{
  display: none;
}

.col-md-9.col-md-offset-3{
  display: none;
}

.header .cart-products-count{
    color: red;
    font-weight: 600;
    font-size: medium;
}