.header-cart-text {
  display: none;
}

@media (min-width: 768px) {
  .header-cart-text {
    display: inline;
  }
}
