#bonwishlist {
    display: none;
}

#index #bonwishlist,
#category #bonwishlist,
#product #bonwishlist,
#prices-drop #bonwishlist,
#new-products #bonwishlist,
#best-sales #bonwishlist {
    display: block;
}

#bonwishlist .block-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0 10px;
    position: relative;
}



  .bonwishlist-hook-wrapper .wish-button {
  z-index: 5;
  position: relative;
  cursor: pointer;
  background: #1e1e28;
  border: 1px solid #1E1E28 ;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
}

.product-miniature.js-product-miniature .bonwishlist-hook-wrapper .wish-button {
    z-index: 2;
}

.bonwishlist-hook-wrapper .wish-button.active:before {
    font-family:  'Font Awesome 5 Pro'; 
    color: #CCB569;
    font-family: 'Material Icons';

    content: '\e87d';
    animation: pulsefas 1s ease;
    font-size: 30px;
}


.bonwishlist-hook-wrapper .wish-button:before {
    color: white;
    font-family:  'Font Awesome 5 Pro';
    content: '\f004';
    animation: pulsefas 1s ease;
}

.bonwishlist-hook-wrapper .wish-button.active {
    animation: pulsefar 1s ease;
    color: red;
font-family: 'Material Icons';
content: '\e87d';
animation: pulsefas 1s ease;
font-size: 30px;

}

.bonwishlist-hook-wrapper .wish-button:hover {
    color: red;
}

.quickview .bonwishlist-hook-wrapper {
    display: none;
}

#bonwishlist .wishlist-tooltip {
    cursor: pointer;
}

#bonwishlist .wishlist-tooltip .wish-button:before {
    font-family:  'Font Awesome 5 Pro';
    content: '\f004';
    line-height: 1;
      z-index: 5;
    position: relative;

}

#bonwishlist .no-items-js.alert-info.block {
    display: block;
}
#bonwishlist .no-items-js.alert-info.block,
#bonwishlist .block-wishlist.active-wishlist #wishlist-popup .wishlist-wrapper {
    visibility: visible;
    transform: translateY(-5px);
    opacity: 1;
    display: block
}

#bonwishlist #wishlist-popup {
    width: 0;
}

#bonwishlist #wishlist-popup .wishlist-wrapper img {
    max-width: 100%;
}

.wishlist-wrapper.none {
    display: none;
}

#bonwishlist #wishlist-popup .wishlist-wrapper,
.block-wishlist .alert-info {
    position: absolute;
   
    width: 300px;
    right: 10px;
    z-index: 5002;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    background: #fff;
    transform: translateY(100px);
    transition: all 0.3s linear;
    opacity: 0;
    display: none;
}

.block-wishlist .alert-info {
    color: #3a3a3a;
    visibility: hidden;
    line-height: 2;
    top: 50px;
}

#bonwishlist #wishlist-popup .wishlist-wrapper {
    padding-top: 15px;
    top: 30px;
}

#bonwishlist .wishlist-count {
    position: absolute;
    right: 0px;
    top: -8px;
    background: #1e1e28;
    color: #fff;
    border-radius: 50%;
    box-shadow: none;
    font-size: 0.7rem;
    line-height: .8rem;
    height: 16px;
    width: 16px;
    text-align: center;
    display: block;
    padding: 2px 5px 2px 5px;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
}

#bonwishlist .wishlist-list {
    /* max-height: 270px; */
    max-height: 357px;
    overflow-y: auto;
}

#bonwishlist .wishlist-item {
    padding: 0 15px 15px 15px;
    display: flex;
    position: relative;
}

#bonwishlist .wishlist-item:last-child {
    padding-bottom: 15px;
}


#bonwishlist .wishlist-summary-product-image {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
}

#bonwishlist .wishlist-summary-product-image img {
    border: 1px solid #ededed;
}

#bonwishlist .wishlist-summary-product-info {
    padding-right: 5px;
}

#bonwishlist .wishlist-summary-product-name .product-title {
    text-align: left;
    margin: 0 0 8px;
}

#bonwishlist .wishlist-summary-product-name .product-title span {
    line-height: 14px;
    font-size: 14px;
    display: block;
    color: #3a3a3a;
}


#bonwishlist .wishlist-summary-product-price {
    display: flex;
    margin-bottom: 8px;
}

#bonwishlist .wishlist-summary-product-price .price,
#bonwishlist .wishlist-summary-product-price .regular-price {
    font-size: 14px;
    line-height: 20px;
}

#bonwishlist .wishlist-summary-product-price .price.has-discount {
    color: red;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
}

#bonwishlist .wishlist-button-delete,
#bonwishlist .shopping-cart {
    cursor: pointer;
    font-size: 19px;
}


#bonwishlist .wishlist_add_to_cart_button {
    border: none;
    background: none;
    cursor: pointer;
    padding-left: 0;
    outline: none;
    padding: 0 5px;
}

#bonwishlist .wishlist_add_to_cart_button i {
    transition: all .2s linear;
    color: #7a7a7a;
}


#bonwishlist #wishlist-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

#bonwishlist #wishlist-footer.none {
    display: none;
}

#bonwishlist #wishlist-footer .btn {
    color: #fff !important;
    font-size: 14px !important;
    margin: 0 0 15px 0;
    width: 100%;
}

#bonwishlist .no-items-js.alert-info {
    display: none;
}



.thumbnail.product-thumbnail {
    position: relative;
}


@media only screen and (max-width: 767px) {
    #bonwishlist .block-wishlist {
        margin: 12px 5px;
    }

    #bonwishlist #wishlist-popup .wishlist-wrapper {
        width: 269px;
    }

    #bonwishlist .wishlist-count {
        position: absolute;
        top: -8px;
    }
}

@media only screen and (max-width: 575px) {
    #bonwishlist #wishlist-popup .wishlist-wrapper {
        right: -50px;
    }
}




@keyframes pulsefar {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulsefas {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* CSS fixes */
.block-wishlist .alert {
    padding-left: 20px;
}
.block-wishlist .alert:before {
    float: none;
    position: relative;
    left: 0;
    top: 0;
}

#bonwishlist .wishlist-item {
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
}

.wishlist-button-delete {
    margin-left: auto;
}
#bonwishlist .wishlist-summary-product-image {
    margin-right: 20px;
    width: 56px;
    min-width: 56px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#bonwishlist .wishlist-summary-product-image img {
    border: none;
}
#bonwishlist .wishlist-summary-product-price {
    margin-bottom: 0;
}
#bonwishlist .wishlist-summary-product-name .product-title span {
    font-size: 16px;
    font-weight: normal;
    color: black
}
#bonwishlist .wishlist-summary-product-price .price, #bonwishlist .wishlist-summary-product-price .regular-price {
    font-size: 16px;
    color: black
}
#bonwishlist .wishlist-summary-product-name .product-title a:hover span,
#bonwishlist .wishlist-summary-product-name .product-title a:focus span {
    color: #cdaf6e;
}

#bonwishlist .wishlist-button-delete {
    opacity: 0.25;
}
#bonwishlist .wishlist-button-delete:hover, #bonwishlist .wishlist-button-delete:focus {
    background-image: url(../../../../../assets/img/icons/ion_trash-bin-sharp-red.svg);
    opacity: 1
}
#bonwishlist .no-items-js.alert-info {
    text-shadow: none;
    font-weight: normal;
    color: #1e1e28;
}
