#block-cart {
  display: block;
  padding-right: .9375rem;
  padding-left: 1.8rem;
  margin: .3rem 0 0 0;
}

#block-cart a {
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px;
  text-decoration: none;
}

#block-cart a:hover {
  text-decoration:none;
}

#block-cart a:hover::before {
  content: "-";
  display: inline;
}

#block-cart a:hover::after {
  content: "-";
  display: inline;
  visibility: visible;
}

#block-cart h2 {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#block-cart .cart-block--summary__count {
  font-weight: bold;
}