.foxycartBasketIcon {
  cursor: pointer;
  width: 64px;
  margin: 0 auto; }
  .foxycartBasketIcon__basket {
    display: inline-block;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px; }
    .foxycartBasketIcon__basket--white {
      background-image: url("../images/basket-white.svg"); }
    .foxycartBasketIcon__basket--blue {
      background-image: url("../images/basket-blue.svg"); }
  .foxycartBasketIcon__info {
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    line-height: 32px;
    vertical-align: top; }
    .foxycartBasketIcon__info--white {
      color: white; }
