.cart--cart-block {
  margin-top: -3px;
  transition: background 0.2s;
  margin-left: 5px;
}

.cart-block--summary__count {
  color: #fff;
  background: #003595;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: -3px;
  right: 7px;
  font-size: 12px;
}
.cart-block--summary__icon img {
  width: 28px;
}

.cart-block--link__expand {
  position: relative;
  width: 40px;
}
