.wishlist-list-item .wishlist-item .special-product-label,
.wishlist-list-item .wishlist-item .product-price .sale-perc,
.wishlist-list-item .wishlist-item .product-price .sale-perc::before,
.wishlist-list-item .wishlist-item .product-price ins bdi::before,
.wishlist-list-item .wishlist-item .product-price>span.woocommerce-Price-amount>bdi::before {
    position: absolute !important;
}

.wishlist-list-item .wishlist-item .product-price,
.wishlist-list-item .wishlist-item .product-price bdi,
.wishlist-list-item .wishlist-item .product-image {
    position: relative !important;
}

.remove-wishlist-popup .btn-close-remove-wishlist svg,
.wishlist-list-item .wishlist-item .product-price,
.wishlist-list-item .wishlist-item .btn-product,
.wishlist-list-item .wishlist-item .product-price .sale-perc {
    display: flex !important;
}

.shopengine-wishlist.badge.active,
.shopengine-wishlist .shopengine-remove-action,
.woocommerce .products .product .shopengine-wishlist.badge.active {
    color:#f03d3f;
}

.shopengine-wishlist .shopengine-remove-action,
.wishlist-list-item .wishlist-item .btn-product div,
.cnt-remove-from-wishlist .btn-remove-wishlist a,
.remove-wishlist-popup .btn-close-remove-wishlist a {
    cursor: pointer;
}

.parent-notification,
.top-left,
.top-left.active,
.bottom-left,
.bottom-left.active {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.wishlist-list-item .wishlist-item .item-remove-button svg g:last-child path:first-child,
.remove-wishlist-popup>.dialog-widget-content,
.remove-wishlist-popup .btn-close-remove-wishlist a {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.wishlist-list-item .wishlist-item .btn-view-product a,
.wishlist-list-item .wishlist-item .item-remove-button,
.wishlist-list-item .wishlist-item .btn-view-product {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.shopengine-wishlist {
    text-align: left;
}

.shopengine-wishlist.badge {
    padding: 6px 5px;
}

.shopengine-wishlist .shopengine-remove-action {
    font-weight: 700;
    font-size: 1.2em;
}

.shopengine-wishlist td:last-child,
.shopengine-wishlist th:last-child {
    text-align: center;
}

.parent-notification {
    position: fixed;
    right: -325px;
    bottom: 10px;
    z-index: 99999;
}

.parent-notification .delete-message {
    background-color:#f8d7da;
    color:#dc3545;
    border-color:#dc3545;
}

.parent-notification.top-right {
    bottom: initial!important;
    top: 10px;

}.parent-notification.active {
    right: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.parent-notification p {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.top-left {
    right: initial;
    left: -325px;
    top: 10px;
}

.top-left.active {
    left: 0;
}

.bottom-left {
    right: initial;
    left: -325px;
    top: initial;
    bottom: 10px;
}

.bottom-left.active {
    left: 0;
}

.wishlist-list .digi-acc-count span u {
    text-decoration: none !important;
}

.wishlist-list-item {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.wishlist-list-item .wishlist-item {
    border-bottom: 1px solid #f0f0f1;
    padding: 15px !important;
    font-family: vazir-ui !important;
}

.wishlist-list-item .wishlist-item:hover {
    box-shadow: 0px 0px 5px 1px #00000033;
}

.wishlist-list-item .wishlist-item:nth-child(odd) {
    border-left: 1px solid #f0f0f1;
}

.wishlist-list-item .wishlist-item .special-product-label {
    top: -18px !important;
}

.wishlist-list-item .wishlist-item .product-image {
    margin-top: 18px;
}

.wishlist-list-item .wishlist-item .product-image .image {
    width: 200px;
    margin-inline: auto;
}

.wishlist-list-item .wishlist-item .product-image .image img {
    width: 100% !important;
    height: auto;
}

.wishlist-list-item .wishlist-item .product-name {
    height: 40px !important;
    margin-top: 20px !important;
}

.wishlist-list-item .wishlist-item .product-name a {
    font-weight: 700;
    color: #3F4064 !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist-list-item .wishlist-item .product-stock-status span {
    font-size: 12px;
    color: #62666d;
    text-shadow: 0 0 #62666d !important;
    vertical-align: text-top !important;
}

.wishlist-list-item .wishlist-item .product-price {
    margin: 20px 0 20px 15px;
    flex-direction: column-reverse;
    align-items: end;
    justify-content: flex-end;
    min-height: 37px !important;
}

.wishlist-list-item .wishlist-item .product-price .sale-perc {
    right: 7px;
    top: 0;
    width: 34px !important;
    height: 20px !important;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 0 #ffffff59 !important;
    background: linear-gradient(to right, #ff3a30, #ff6a00);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.wishlist-list-item .wishlist-item .product-price .sale-perc::before {
    content: "";
    top: 5px;
    right: -4px;
    border-left: 5px solid #ff6a00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.wishlist-list-item .wishlist-item .product-price ins bdi::before,
.wishlist-list-item .wishlist-item .product-price>span.woocommerce-Price-amount>bdi::before {
    top: 2px !important;
}

.wishlist-list-item .wishlist-item .product-price ins {
    text-decoration: none !important;
}

.wishlist-list-item .wishlist-item .product-price ins bdi,
.wishlist-list-item .wishlist-item .product-price>span.woocommerce-Price-amount>bdi {
    color: #FB793A !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.wishlist-list-item .wishlist-item .product-price del {
    color: #999999 !important;
}

.wishlist-list-item .wishlist-item .product-price del bdi {
    font-size: 13px !important;
}

.wishlist-list-item .wishlist-item .btn-product {
    align-items: center;
    gap: 15px;
}

.wishlist-list-item .wishlist-item .item-remove-button {
    width: 18%;
    text-align: center;
    padding: 5px 4px 3px 4px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.wishlist-list-item .wishlist-item .item-remove-button:hover {
    box-shadow: 0 0 8px 0 #d5d5d5 !important;
}

.wishlist-list-item .wishlist-item .item-remove-button:hover svg g:last-child path:first-child {
    transform: translate(12px, -7px) rotate(45deg) !important;
    -webkit-transform: translate(12px, -7px) rotate(45deg) !important;
    -moz-transform: translate(12px, -7px) rotate(45deg) !important;
    -ms-transform: translate(12px, -7px) rotate(45deg) !important;
    -o-transform: translate(12px, -7px) rotate(45deg) !important;
}

.wishlist-list-item .wishlist-item .btn-view-product {
    width: 82%;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ef4056;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.wishlist-list-item .wishlist-item .btn-view-product:hover {
    background-color: #ef4056 !important;
}

.wishlist-list-item .wishlist-item .btn-view-product a {
    width: 100% !important;
    display: inline-block !important;
    font-size: 13px !important;
    color: #ef4056 !important;
    stroke: #f9272742;
    stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f9272742;
}

.wishlist-list-item .wishlist-item .btn-view-product:hover a {
   color: #fff !important;
   stroke: #ffffff42;
   -webkit-text-stroke-color: #ffffff42;
}

.bg-remove-from-wishlist {
    width: 100% !important;
    height: 100% !important;
}

/* remove-wishlist-popup */
.remove-wishlist-popup {
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(4px) !important;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.remove-wishlist-popup.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.remove-wishlist-popup>.dialog-widget-content {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.remove-wishlist-popup>.dialog-widget-content.active {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}

.remove-wishlist-popup .elementor-location-popup {
    outline: none !important;
}

.remove-wishlist-popup .btn-close-remove-wishlist a:hover {
    box-shadow: 0 0 7px 1px #cbcbcb !important;
}

.remove-wishlist-popup .btn-close-remove-wishlist svg path {
    fill: #fff !important;
}
/* remove-wishlist-popup */