li.wt-header__panel__item.wt-header__panel__item--cart {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.xb-wishlist__float-style-2-content {
   
    height: 40px;
   
    width: 40px;
}
.xb-wishlist__float-style-2-icon svg {
    height: 25px;
    width: 25px;
    
}
.xb-wishlist__float-style-2:hover {
    background: unset;
    color: var(--color-button-secondary-text-hover);
}
@media (max-width: 768px) {
  li.wt-header__panel__item.wt-header__panel__item--cart {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-left: 2px;
  }
.xb-wishlist__btn-custom {
    display: flex;
    flex-direction: row-reverse;
    z-index: 3000;
    position: relative;
    padding-top: 6px;
  padding-right:3px
}
}
button {
    border: unset;
}

.xb-wishlist__btn-custom:hover {
    background: unset;
    
}
button:hover {
    background: unset;
    
}
@media (min-width:1000px) {
  .xb-wishlist__btn-custom {
    display: flex;
    flex-direction: row-reverse;
    z-index: 3000;
    position: relative;
    padding-top: 8px;
  padding-right:3px
}
}

