.xb-wishlist__float-style-1[xb-data-placement=bottom-right] {
  bottom: var(--y, 29%) !important;
}
.xb-wishlist__float-style-1-content {
  height: 50px !important;
  width: 50px !important;
}
.xb-wishlist-button-collection button {
    background: transparent !important;
    color: #fff !important;
    padding: 5px 5px !important;
}
.xb-wishlist-button-collection[xb-placement=top-right] {
  right: var(--x-mobile, 5px) !important;
  top: var(--y-mobile, 9px) !important;
}

@media screen and (max-width: 749px) {
  .xb-wishlist__float-style-1[xb-data-placement=bottom-right] {
    right: var(--x, 13px) !important;
  }
  .xb-wishlist__float-style-1[xb-data-placement=bottom-right] {
    bottom: var(--y, 28%) !important;
  }
  .xb-wishlist__float-style-1-content {
      height: 40px !important;
      width: 40px !important;
  }
  .xb-wishlist__float-style-1-icon svg {
    height: 30px !important;
      width: 30px !important;
  }
  .xb-wishlist__float-style-1-number {
    bottom: 20px !important;
    height: 12px !important;
    right: 10px !important;
    width: 12px !important;
  }
}
@media screen and (min-width: 750px) {
  .xb-wishlist-button-collection button {
    padding: 9px 9px !important;
  }
  .xb-wishlist-button-collection svg {
    height: 22px !important;
    width: 22px !important;
    
  }
  .xb-wishlist-button-collection[xb-placement=top-right] {
    right: var(--x-mobile, 7px) !important;
    top: var(--y-mobile, 9px) !important;
  }
}
.xb-wishlist-header-auto-container {
  display: none !important;
}

