@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 .botiga-wishlist-icon {
display: block;
opacity: 1;
visibility: visible;
-webkit-transition: ease opacity 300ms;
transition: ease opacity 300ms;
}
.botiga-wishlist-button .botiga-wishlist-icon path {
stroke-width: 1px;
}
.botiga-wishlist-button .botiga-wishlist-loading-icon {
display: none;
position: relative;
top: -2px;
width: 18px;
height: 17px;
opacity: 0;
visibility: hidden;
-webkit-transform-origin: 50% 60%;
transform-origin: 50% 60%;
-webkit-transition: ease opacity 300ms;
transition: ease opacity 300ms;
}
.botiga-wishlist-button .botiga-wishlist-loading-icon svg {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.botiga-wishlist-button .botiga-wishlist-loading-icon svg path {
stroke: var(--bt-color-link-default, #212121) !important;
}
.botiga-wishlist-button.loading .botiga-wishlist-icon {
display: none;
opacity: 0;
visibility: hidden;
}
.botiga-wishlist-button.loading .botiga-wishlist-loading-icon {
display: block;
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 .botiga-wishlist-icon-wrapper {
position: relative;
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button svg {
width: 17px;
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button .botiga-wishlist-text {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button.active .botiga-wishlist-icon-wrapper:before {
content: attr(data-wishlist-remove-text);
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
color: #FFF;
background-color: #212121;
font-weight: 400;
border-radius: 4px;
padding: 5px 10px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
-webkit-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms;
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button.active .botiga-wishlist-icon-wrapper:after {
content: "";
position: absolute;
left: 50%;
bottom: calc(100% + 5px);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #212121;
font-size: 0.8rem;
opacity: 0;
visibility: hidden;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
-webkit-transition: ease transform 300ms, ease opacity 300ms;
transition: ease transform 300ms, ease opacity 300ms;
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button.active .botiga-wishlist-icon-wrapper:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.single-product .botiga-wishlist-wrapper .botiga-wishlist-button.active .botiga-wishlist-icon-wrapper:hover:after {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} 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 .button {
white-space: nowrap;
}
.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;
}
}