/* Malli: @include icon($facebook)*/
.header-shopping-cart-wrapper {
  display: table;
  cursor: pointer; }
  .header-shopping-cart-wrapper .cart-item {
    display: table-cell;
    vertical-align: middle; }
    .header-shopping-cart-wrapper .cart-item.cart-item-icon .cart-icon::before {
      display: block; }
  @media print, screen and (max-width: 47.99875em) {
    .header-shopping-cart-wrapper .cart-item.cart-item-text {
      display: none; } }
.header-shopping-cart-wrapper .cart-item.cart-item-count .cart-count {
  display: flex;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center; }
