/**
 * Wishlist
 *
 */
/* Wishlist Button */
@media (min-width: 1025px) {
  .botiga-wishlist-show-on-hover > .loop-image-wrap .botiga-wishlist-button {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
    -webkit-transition: ease transform 300ms, ease opacity 300ms;
    transition: ease transform 300ms, ease opacity 300ms;
  }
  .botiga-wishlist-show-on-hover:hover > .loop-image-wrap .botiga-wishlist-button {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.botiga-wishlist-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

.botiga-wishlist-button.botiga-wishlist-button-tooltip:not(.active):before {
  content: attr(data-botiga-wishlist-tooltip);
  position: absolute;
  top: 50%;
  right: calc( 100% + 15px);
  background: var(--bt-color-link-default, #212121);
  color: #FFF;
  padding: 5px 14px;
  font-size: 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

.botiga-wishlist-button.botiga-wishlist-button-tooltip:not(.active):after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc( 100% + 8px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--bt-color-link-default, #212121);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

.botiga-wishlist-button svg path {
  stroke: var(--bt-color-link-default, #212121);
  -webkit-transition: ease fill 300ms, ease stroke 300ms;
  transition: ease fill 300ms, ease stroke 300ms;
}

.botiga-wishlist-button svg path:hover {
  stroke: var(--bt-color-link-hover, #757575);
}

.botiga-wishlist-button:hover.botiga-wishlist-button-tooltip:before, .botiga-wishlist-button:hover.botiga-wishlist-button-tooltip:after {
  opacity: 1;
  visibility: visible;
}

.botiga-wishlist-button-layout3 .botiga-wishlist-button {
  top: auto;
  bottom: 20px;
}

.single-product .botiga-wishlist-wrapper {
  margin-top: 15px;
}

.single-product .botiga-wishlist-wrapper + div,
.single-product .botiga-wishlist-wrapper + form,
.single-product .botiga-wishlist-wrapper + .product_title,
.single-product .botiga-wishlist-wrapper + .price,
.single-product .botiga-wishlist-wrapper + .stock {
  margin-top: 20px;
}

.single-product .botiga-wishlist-wrapper .botiga-wishlist-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  background-color: transparent !important;
  color: var(--bt-color-body-text, #212121);
}

.single-product .botiga-wishlist-wrapper .botiga-wishlist-button svg {
  width: 17px;
  margin-right: 5px;
}

/* Wishlist Table */
a.botiga-custom-addtocart {
  color: var(--bt-color-link-default, #212121);
}

a.botiga-custom-addtocart:hover {
  color: var(--bt-color-link-hover, #757575);
}

.botiga-wishlist-wrapper {
  margin-top: 60px;
}

.botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item {
  -webkit-transition: ease background 300ms, ease opacity 300ms;
  transition: ease background 300ms, ease opacity 300ms;
}

.botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item.removing {
  background: #e9e9e9;
  opacity: 0.3;
}

.botiga-wishlist-wrapper .botiga_wishlist_table.empty tbody td {
  padding: 20px 0;
  text-align: center;
}

.botiga-wishlist-wrapper .botiga_wishlist_table .botiga-custom-addtocart {
  display: block;
  min-width: 100px;
}

.botiga-wishlist-wrapper .botiga_wishlist_table .product-addtocart strong a {
  color: var(--bt-color-link-default, #212121);
}

.botiga-wishlist-wrapper .botiga_wishlist_table .product-addtocart strong a:hover {
  color: var(--bt-color-link-hover, #757575);
}

.botiga-wishlist-wrapper .footer-buttons {
  text-align: right;
}

@media (max-width: 767px) {
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item td {
    border: 0;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item td:before {
    margin-right: 10px;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-remove {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-thumbnail {
    padding-top: 20px;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-thumbnail:before {
    content: none;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-name {
    text-align: right;
  }
  .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-addtocart {
    padding-bottom: 20px;
  }
}
