.xb-product-quantity.show {
    top: -6px;
      background-color: #0077c0;
      height: 2em;
    width: 2em;
      font-size: 10px;
}
.xb-wishlist-header__icon {
  height:100%;
}
.xb-wishlist__header{
      height: 40px;
    width: 40px;
}
.xb-wishlist__header .svg-wrapper {
  display:flex;
}
.xb-header__icon {
    border-radius: 50%;
  transition:.3s all;
}
.xb-header__icon:hover {
    background: #0077c0;
    color: white;
}
.xb-wishlist-button-collection {
      z-index: 1;
}