.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .wishlist-title,
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .wishlist-toggle {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}

.oec-woocommerce-archive-product .wishlist-toggle {
    opacity: 0;
}

.wishlist-toggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
}

.wishlist-title {
    display: none;
}

.entry-summary .wishlist-toggle {
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 4;
}

.entry-summary .wishlist-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 8px;
}

.wishlist-toggle:focus {
    outline: none;
    border: none;
}

.wishlist-toggle svg {
    fill: #bdbdbd;
    transition: all 200ms ease-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.elementor-widget-oec-wishlist-button .wishlist-toggle svg {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.wishlist-toggle:hover svg,

.wishlist-toggle.active svg {
    fill: #000000;
}

.wishlist-toggle svg .loading,

.wishlist-toggle svg .check {
    opacity: 0;
}

.wishlist-toggle.active svg .check {
    opacity: 1;
}

.wishlist-toggle.active svg .heart {
    opacity: 0;
}

.wishlist-toggle.loading svg .loading,

.wishlist-table.loading:before {
    animation: loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 1;
}

.wishlist-toggle.loading svg .heart {
    opacity: 0;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.wishlist-table {
    width: 100%;
    position: relative;
}

.wishlist-table a {
    text-decoration: none !important;
}

.wishlist-table.loading:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #ffffff;
    opacity: 0.5;
    z-index: 5;
}

.wishlist-table.loading:before {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    content: "";
    background-image: url('../images/loading.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 6;
}

.wishlist-table td {
    position: relative;
}

.wishlist-table a.details {
    background: #000000;
    color: #ffffff;
}

.wishlist-table a.wishlist-remove {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    /* left: -5%; */
    margin-top: -12px;
    /* margin-left: -12px; */
    /* background-image: url('../images/remove.svg');
    background-repeat: no-repeat;
    background-size: 100%; */
    z-index: 6;
    border: none;
    opacity: 0;
    mask-image: url('../images/remove.svg');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url('../images/remove.svg');
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.wishlist-table tr:not(.wishlist-table--header):hover a.wishlist-remove {
    opacity: 1;
}

.wishlist-table td {
    vertical-align: middle;
    text-align: center;
}

.wishlist-table td.stock-status {
    vertical-align: middle;
}

.wishlist-table th {
    font-weight: 600;
}

.wishlist-table img {
    max-width: 80px;
}

.wishlist-table .add_to_cart_button {
    float: none;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

.wishlist-table .add_to_cart_button.added {
    display: none;
}

.wishlist-table .added_to_cart {
    float: none;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

.wishlist-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wishlist-button .wishlist-title {
    display: inline-block;
}

.wishlist-button .wishlist-toggle {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    z-index: 5;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    margin-right: 20px;
}

/* Responsive Table */
table.wishlist-table {
    width: 100%;
    table-layout: fixed;
}

@media screen and (max-width: 600px) {
    table.wishlist-table thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.wishlist-table tr {
        display: block;
    }

    table.wishlist-table tr.wishlist-table--header {
        display: none;
    }

    table.wishlist-table td {
        display: block;
    }

    table.wishlist-table td::before {
        content: attr(data-label);
        float: left;
    }
    .wishlist-table tr td img {
        margin-top: 50px;
    }
    .wishlist-table a.wishlist-remove {
        top: 11%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        margin-bottom: 9px;
        opacity: 1;
    }
}
