.aldstore-dropshipping-products li .yith-add-to-wishlist-button-block {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(10px);
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.aldstore-dropshipping-products li:hover .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.aldstore-dropshipping-products li .yith-add-to-wishlist-button-block a {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 1 !important;
    background-color: transparent;
    border-radius: inherit;
    color: inherit;
    height: inherit;
    line-height: inherit;
    text-decoration: none;
}

.aldstore-dropshipping-products li .yith-add-to-wishlist-button-block a .yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

.aldstore-dropshipping-products li .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
    width: 20px;
}

@media (max-width: 1024px) {
    .aldstore-dropshipping-products li .yith-add-to-wishlist-button-block {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

body.single-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}

.wishlist-title {
    display: block;
}

.wishlist-title a.show-title-form {
    display: none;
}

.wishlist-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    line-height: 23px;
    border-radius: 15px;
}

.wishlist-title-container .hidden-title-form {
    margin: 0;
    width: 100%;
}

.wishlist-title-container .hidden-title-form input {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    border: none;
    height: 62px;
    line-height: 62px;
    width: 100%;
}

.woocommerce .wishlist-title-container {
    display: none;
}

.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.woocommerce table.wishlist_table {
    background-color: #fff;
}

.woocommerce table.wishlist_table .yith-wcqv-button {
    display: none;
}

.woocommerce table.wishlist_table thead {
    background-color: transparent;
    position: relative;
}

.woocommerce table.wishlist_table thead::before {
    content: '';
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.woocommerce table.wishlist_table thead tr {
    position: relative;
}

.woocommerce table.wishlist_table thead tr th {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border: none;
}

.woocommerce table.wishlist_table tbody tr td.product-price {
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.product-price del {
    color: #848484;
}

.woocommerce table.wishlist_table tbody tr td.product-price ins {
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 26px;
    line-height: 1.2;
    padding: 60px 15px;
    color: #999;
    border: none;
}

.woocommerce table.wishlist_table tr td {
    text-align: left;
}

.woocommerce table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px;
}

.woocommerce table.wishlist_table td.product-add-to-cart a .cart-svg,
.woocommerce table.wishlist_table td.product-add-to-cart a .check-svg {
    display: none;
}

.woocommerce table.wishlist_table tfoot td {
    padding: 0;
    border: 0;
}

.woocommerce table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px;
}

.woocommerce table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
}

.wishlist_table.mobile {
    padding-left: 0;
    text-align: center;
    background-color: #fff;
}

.wishlist_table.mobile li {
    margin-bottom: 0;
    padding: 20px 10px;
    border: 1px solid #ebebeb;
}

.wishlist_table.mobile li:not(:first-child) {
    border-top: none;
}

.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
    display: none;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.wishlist_table.mobile li .item-details h3 {
    font-size: 16px;
}

.wishlist_table.mobile li table.additional-info {
    width: 100%;
}

.wishlist_table.mobile li table.additional-info td.label {
    display: none;
}

.wishlist_table.mobile li table.additional-info td.value {
    text-align: center;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock,
.wishlist_table.mobile li table.additional-info td.value .wishlist-in-stock {
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #2b952f;
    background-color: #D3F4D4;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock {
    color: #DD2831;
    background-color: #FFEEEF;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a:not(:hover) {
    color: #bdbdbd;
}

@media (max-width: 1199px) {
    .woocommerce table.wishlist_table tbody tr td.product-remove,
    .woocommerce table.wishlist_table tbody tr td {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .wishlist-title h2 {
        text-align: center;
    }

    .woocommerce table.wishlist_table thead {
        display: none;
    }

    .woocommerce table.wishlist_table tbody tr:first-child td {
        padding-top: 15px;
    }

    .woocommerce table.wishlist_table tr {
        border: 1px solid #ebebeb;
    }
}