.qcdwishlist-top i { font-size: 40px; }

.qcdwishlist-button {
  transition: .2s ease-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  right: 9px;
}
body#product {
  .qcdwishlist-button {
    right: 17px;
  }
}
body#product .js-product-container .qcdwishlist-button {
  width: 40px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 13px 10px 10px;
  border-radius: 38px;
  background-color: rgba(255, 255, 255, 0.7);
  right: 20px;
  top: 35px;
  .qcdsvg {
    width: 18px;
    height: 16px;
  }
}
.qcdwishlist-button:hover { background-color: white !important; }
.qcdwishlist-button.qcdwishlist i.added { display: block; }
.qcdwishlist-button.qcdwishlist i.removed { display: none; }

.products .product-block .qcdwishlist-button {
  border-radius: 0 .25rem .25rem 0;
  top: 1.3rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  z-index: 10;
}
/*.products .product-block.new-product .qcdwishlist-button { top: 3.5rem; }*/

.product-detail-primary .qcdwishlist-button {
  background: none;
  border-radius: 0 .25rem .25rem 0;
  top: 1.3rem;
  left: 0;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.qcdwishlist-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}
.qcdwishlist-modal .modal-header .close {
  opacity: 1;
  font-weight: 400;
  color: #7a7a7a;
  font-size: 2.25rem;
  padding: .5rem 1rem;
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.qcdwishlist-modal .modal-body .select-wishlist:hover { background-color: rgba(0, 0, 0, .04); }
.qcdwishlist-container{display: flex;justify-content: end;z-index: 99;}
.qcdwishlist-button .removed{
  fill: #fff;
}

@media (max-width: 767px) {
  body#product .js-product-container .qcdwishlist-button {
    bottom: 25px;
    top: unset;
    right: -12px;
  }
}
