/*********************/
/* Lite css Start*/
/**********************/
/* Add to Wishlist Button */
.thw-add-to-wishlist-button-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.thw-add-to-wishlist-button-wrap.th-wishlist-single{
justify-content:start;
}
.thw-add-to-wishlist-button {
    color: #111;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow:none;
    background: none;
}
.thw-add-to-wishlist-button.th-button.th-icon{
color:#fff;
}
.thw-add-to-wishlist-button-wrap a.thw-add-to-wishlist-button{
  text-decoration:none;
}
.thw-add-to-wishlist-button:hover,
.thw-add-to-wishlist-button.loading{
    opacity:0.7;
    box-shadow:none;
}

.thw-add-to-wishlist-button span {
    position: relative;
    z-index: 1;
}

.thw-add-to-wishlist-button:hover::before {
    left: 0;
}
.thw-add-to-wishlist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.thw-add-to-wishlist-button .thw-icon {
 margin: 0 4px;
    font-size: 1.2em;
    line-height: 1;
    
}

.thw-add-to-wishlist-button .dashicons-heart{
    color: transparent;
    -webkit-text-stroke: 1.5px #111;
    text-stroke: 1.5px #111;
}
.thw-add-to-wishlist-button.in-wishlist .dashicons-heart {
    color: #111;
    -webkit-text-stroke:inherit;
    text-stroke:inherit;
}
.thw-add-to-wishlist-button.th-button .dashicons-heart {
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
}

.thw-add-to-wishlist-button.th-button.in-wishlist .dashicons-heart {
    color: #fff;
    -webkit-text-stroke: inherit;
    text-stroke: inherit;
}

.thw-add-to-wishlist-button.button:focus{
outline:none;
}

.thw-add-to-wishlist-button img.thw-icon{
height: 30px;
width: 30px;
}

.thw-add-to-wishlist-button.loading {
    opacity: 0.5;
    cursor:wait !important;
}

/* Icon Only (No Button Style) */
/* .thw-add-to-wishlist-button.no-style {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #e91e63 !important;
    box-shadow: none !important;
}

.thw-add-to-wishlist-button.no-style:hover {
    color: #c2185b !important;
} */

.thw-add-to-wishlist-button.no-style .thw-icon {
    font-size: 1.5em;
    margin: 0;
}

/* Wishlist Table */
.thw-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.thw-wishlist-table th,
.thw-wishlist-table td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}
.thw-wishlist-table,.thw-wishlist-form{
    width: 100%;
}
.thw-wishlist-form {
   overflow-x: auto;
}
.thw-wishlist-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size:16px;
}

.thw-wishlist-table td{
font-size:12px;
font-weight: 500;
}
.thw-add-to-cart-cell .add_to_cart_button,.thw-add-to-cart-cell .wp-element-button {
    display: inline-flex;
    font-size: 13px;
}

.thw-wishlist-table .product-thumbnail img {
    max-width: 60px;
    height: auto;
}

.thw-wishlist-table .product-quantity input {
    width: 60px;
    text-align: center;
}
.thw-qty {
    width: 70px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.thw-wishlist-table .product-remove a {
    color: red;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

/* Center checkbox and add to cart text */
.thw-wishlist-table .product-checkbox{
    text-align: center;
}
.thwl-wishlist-item a{
text-decoration:none!important;
}
/* Wishlist Actions & Sharing */
.thw-wishlist-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.thw-social-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thw-social-share a {
    font-size: 0;
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
}

.thw-social-share span.thw-social-text{
font-size:15px;
}

.thw-social-share a:hover {
    color: #000;
}

.thw-copy-link-button {
    cursor: pointer;
}

.thw-add-to-cart-cell .add_to_cart_button.added{
display:none!important;
}
.thw-add-all-to-cart{
padding: 10px 25px;
    display: inline-flex;
    font-size: 15px;
}
.thw-add-to-cart-cell a.added_to_cart{
margin-top:0;
}

.thw-add-to-wishlist-button.th-button{
background:#111;
padding:10px 25px;
}
.thw-wishlist-table td.product-remove{
text-align:center;
}
.thw-wishlist-wrapper{
width:100%;
  margin: auto;
}

.thw-wishlist-table a,.thw-wishlist-actions a{
text-decoration:none!important;
}
.thw-wishlist-table td {
    font-size: 14px;
}
.thw-wishlist-table th {
    font-weight: 500;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 16px;
}
span.stock.in-stock {
    color: #00B200;
}
span.stock.out-of-stock {
    color: #FF8C8C;
}

/***************************/
/* Lite css end */
/***************************/

/***************************/
/* Pro css Start */
/***************************/
/* Overlay */
.thwl-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:99999999999;
    animation: fadeIn 0.3s ease-in-out;
}

/* Popup box */
.thwl-popup-inner {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    max-width: 450px;
    width: 100%;
    position: relative;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    animation: scaleUp 0.3s ease-in-out;
    font-family: "Inter", sans-serif;
}

/* Close button */
.thwl-close-btn {
    position: absolute;
    top: 12px; right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #888;
    transition: transform 0.2s, color 0.3s;
}
.thwl-close-btn:hover { 
    color: #000; 
    transform: rotate(90deg);
}

/* Checkbox list */
#thwl-wishlist-checkboxes {
    margin: 15px 0;
    max-height: 200px;
    overflow-y: auto;
}

#thwl-wishlist-checkboxes label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    transition: all 0.3s ease;
    background: #fafafa;
}

#thwl-wishlist-checkboxes label:hover {
    background: #f3f4f6;
    border-color: #2563eb;
    color: #2563eb;
}

/* Custom checkbox */
#thwl-wishlist-checkboxes input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px; height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

#thwl-wishlist-checkboxes input[type="checkbox"]:checked {
    border-color: #2563eb;
    background: #2563eb;
}
#thwl-wishlist-checkboxes input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: -2px; left: 3px;
    color: #fff;
    font-size: 14px;
}

/* Inputs */
#thwl-new-name, 
#thwl-new-privacy {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s ease;
}
#thwl-new-name:focus,
#thwl-new-privacy:focus {
    border-color: #2563eb;
    outline: none;
}

/* Buttons */
.thwl-popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.thwl-btn {
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
}

.thwl-btn-primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 2px 6px rgba(37,99,235,0.3);
    margin-bottom: 15px;
}
.thwl-btn-primary:hover {
    background: #1d4ed8;
    box-shadow: 0 3px 8px rgba(37,99,235,0.4);
}

.thwl-btn-secondary {
    background: #f3f4f6;
    color: #374151;
}
.thwl-btn-secondary:hover {
    background: #e5e7eb;
}

/* Create New link */
.thwl-create-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2563eb;
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer;
    transition: color 0.3s;
}
.thwl-create-link:hover {
    color: #1d4ed8;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes scaleUp {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.thwl-loading{
font-size:13px;
}

/* multi wishlist tab */
.thw-multi-wishlist-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size:18px;
}

.thw-multi-wishlist-tabs .thw-wishlist-tab {
    padding: 10px 16px;
    position: relative;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
    
}
.thw-multi-wishlist-tabs .thw-wishlist-tab{
text-decoration:none!important;
}
.thw-wishlist-items a{
    text-decoration: none!important;
}
.thw-multi-wishlist-tabs .thw-wishlist-tab:hover {
    color: #0073aa;
}

.thw-multi-wishlist-tabs .thw-wishlist-tab.active {
    font-weight: 600;
    color: #0073aa;
    border-bottom: 2px solid #0073aa;
}

/* Full height separator */
.thw-multi-wishlist-tabs .thw-wishlist-tab:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; /* full height */
    width: 1px;
    background: #ddd;
}
.thw-multi-wishlist-tabs .thw-wishlist-tab:focus{
    outline: none;
}
.thwl-privacy{
    font-size:12px;
    display:none;
}

/* multiwishlist ajax loading */
.thw-loader {
    text-align: center;
    padding: 30px 0;
    color: #444;
}

.thw-loader .spinner {
    width: 20px;
    height: 20px;
    margin: 0 auto 10px;
    border: 4px solid #ddd;
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.thw-loader p{
    font-size:12px;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.thw-multi-wishlist-title {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin:10px;
}

.thw-multi-wishlist-title h5.multi-wishlist-title {
    margin-right:10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.3px;
}

.thw-multi-wishlist-title .multi-wishlist-privacy {
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 12px;
    background: #f4f4f4;
    color: #555;
}


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

/* ===== Multi Wishlist Title ===== */
.thw-multi-wishlist-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0;
}
.th-head-one {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.thw-wishlist-form .thw-wishlist-table .product-quantity input {
    width: 30px;
    text-align: center;
}
/* Wishlist Table (Style-2) */
.thw-style-2 {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
}
/* style-2 */
.thw-style-2 .thw-wishlist-table,
.thw-style-2 .thw-wishlist-table th, 
.thw-style-2 .thw-wishlist-table td{
border:none;
}

.thw-style-2 .thw-wishlist-table tr,.thw-style-2 .thw-wishlist-table thead {
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.thw-style-2 .thw-wishlist-table tr:last-child {
    border-bottom: none;
}
/* Grid Layout */
.thw-style-3 .thw-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Card Base */
.thw-style-3 .thw-wishlist-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

.thw-style-3 .thw-wishlist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

/* Thumbnail + Checkbox */
.thw-style-3 .product-thumbnail {
    position: relative;
}
.thw-style-3 .product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}
.thw-style-3 .wishlist-checkbox {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}

/* Remove Button Top Right */
.thw-style-3 .product-actions .remove_from_wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 14px;
    color: #999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.thw-style-3 .product-actions .remove_from_wishlist:hover {
    color: #e74c3c;
    background: #fff;
}

/* Item Details */
.thw-style-3 .item-details {
    padding: 15px;
}

/* Product Name */
.thw-style-3 .product-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #222;
}

/* Meta Fields (price, stock, date, qty, note) */
.thw-style-3 .product-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}


/* Add to Cart button bottom aligned */
.thw-style-3 .product-actions {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.thw-style-3 .product-actions .add_to_cart_button {
    flex: 1;
    text-align: center;
}
.thw-style-3 .thw-remove-item{
    text-decoration:none;
}
/* Quantity Field */
.thw-style-3 .product-quantity {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
}

.thw-style-3 .product-quantity .thw-qty {
    width: 40px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    outline: none;
    padding: 0;
}

/* Hover & Focus states */
.thw-style-3 .product-quantity .thw-qty:focus {
    border-color: #0073aa; /* WordPress blue */
    box-shadow: 0 0 3px rgba(0,115,170,0.4);
}

.thw-style-3 .product-quantity .thw-qty:hover {
    border-color: #bbb;
}
.thw-style-3 .th-head-one{
   display: inline-flex;
    align-items: center;
    gap: 8px;
}
.thw-style-3 .thw-wishlist-card .thw-remove-item{
   position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}
.thw-style-3 .thw-label{
font-weight:500;
}
/* share icon popup css*/
/* Overlay + Wrapper */
.thw-share-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
}
.thw-share-modal-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}

/* Popup box (centered like note popup) */
.thw-share-modal-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    min-width: 400px;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    animation: fadeInScale 0.3s ease;
}

/* Animation */
@keyframes fadeInScale {
    from { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.thw-close-modal {
    position: absolute;
    top: 10px; right: 10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color:#111;
}
.thw-share-modal-content h3{
    font-size:1.5rem;
    line-height:3.5rem;
    font-weight:600;
    border-bottom:1px solid #eee;
}
.thw-share-modal-content p{
    font-size:13px;
    margin: 10px 0;
}
.thw-share-modal-content p.th-share-head{
    font-size:1rem;
}
/* Icons */
.thw-share-icons {
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
    gap: 12px;
}
.thw-share-icons a {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
}
.thw-share-icons a:hover {
    background: #6a4df5;
    color: #fff;
}

/* Copy Box */
.thw-copy-box {
    display: flex;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.thw-copy-box input[type=text]{
    flex: 1;
    padding: 8px 8px 8px 30px;
    border: none;
    outline: none;
    font-size: 0.85rem;
    background: transparent;
}
.thw-copy-box .copy-icon {
    position: absolute;
    left: 5px;
    color: #666;
    font-size: 18px;
    pointer-events: none;
}
.thw-copy-box button {
    background: #6a4df5;
    color: #fff;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    margin: 5px;
}

.thw-close-modal:hover{
    background:none;
    color:#6a4df5;
}
/* Common style */
.thw-share-icons a {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* text/icons always white */
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Facebook */
.thw-share-icons .share-facebook {
    color: #1877F2;
}
.thw-share-icons .share-facebook:hover {
    background: #145dbf;
}

/* X (Twitter) */
.thw-share-icons .share-twitter {
    color: #000000;
}
.thw-share-icons .share-twitter:hover {
    background: #333333;
}

/* WhatsApp */
.thw-share-icons .share-whatsapp {
    color: #25D366;
}
.thw-share-icons .share-whatsapp:hover {
    background: #1da851;
}

/* LinkedIn */
.thw-share-icons .share-linkedin {
    color: #0077B5;
}
.thw-share-icons .share-linkedin:hover {
    background: #005983;
}

/* Telegram */
.thw-share-icons .share-telegram {
    color: #0088cc;
}
.thw-share-icons .share-telegram:hover {
    background: #006f9e;
}

/* Email */
.thw-share-icons .share-email {
    color: #EA4335;
}
.thw-share-icons .share-email:hover {
    background: #c62828;
}
/* Insta */
.thw-share-icons .share-instagram{
    color: #ed4ab9;
}
.thw-share-icons .share-instagram:hover {
    background: #ed4ab9;
}

/* Copy Link (special case) */
.thw-share-icons .share-copy {
    background: #6a4df5;
}
.thw-share-icons .share-copy:hover {
    background: #5436c8;
}
.thw-share-icons a svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

/* Overlay */
.thwl-note-popup { position:fixed; top:0; left:0; width:100%; height:100%; z-index: 9999999999; display:none; font-family:Arial,sans-serif; }
.thwl-note-popup-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); }

/* Popup box */
.thwl-note-popup-box { 
    position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
    background:#fff; padding:20px; border-radius:8px; min-width:320px; max-width:600px; max-height:80vh;
    overflow-y:auto; box-shadow:0 8px 30px rgba(0,0,0,0.3);
}

/* Header */
.thwl-note-popup-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.thwl-note-popup-header h3 { margin:0; font-size:20px; font-weight:600; }
.thwl-note-close { cursor:pointer; font-size:24px; color:#333; transition:0.3s; }
.thwl-note-close:hover { color:#f00; }

/* Body */
.thwl-note-popup-body {
    display: flex;
    margin-bottom:15px;
}
.thwl-note-popup-body textarea { width:100%; padding:10px; font-size:14px; border:1px solid #ddd; border-radius:5px; resize:none; }

/* Footer */
.thwl-note-popup-footer { text-align:right; }
.thwl-note-popup-footer button { margin-left:8px; padding:6px 14px; font-size:14px; border-radius:5px; cursor:pointer; background: #2563eb }

/* Wishlist items style */
.thwl-note-wrapper{
    display: flex;
    margin: 10px 0;
    align-items: baseline;
}
.thwl-note-wrapper a { text-decoration:none; align-items:center;font-size:13px; }
.thwl-note-wrapper a:focus{ outline:none; }
.thwl-note-wrapper a i { font-size:16px; margin-right:2px; }
.thwl-note-text { font-size:14px; background:#f7f7f7; padding:4px 8px; border-radius:4px; display:inline-block; max-width:70%; word-wrap:break-word; }
button#thwl-note-cancel {
    color: rgb(55, 65, 81);
    background: rgb(243, 244, 246);
}
.thwl-note-edit,.thwl-note-add{
    color:rgb(95,123,247);
}
.thwl-note-delete{
    color:rgba(255,114,114,0.76);
}
.thwl-note-wrapper a{
    opacity:0.7;
}
.thwl-note-wrapper a:hover{
    opacity:1;
}

/* ============================
   Responsive
============================ */
/* Tablet & Mobile - 2 columns */
@media (max-width: 1024px) {
    .thw-style-3 .thw-wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .thwl-popup-inner{
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .thw-style-3 .thw-wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .thw-style-3 .thw-wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .thw-style-2 .thw-wishlist-wrapper { overflow-x: auto; }
    .thw-style-2 .thw-wishlist-item, .thw-style-2 .thw-wishlist-headings { min-width: 1000px; }
}
/***************************/
/* Pro css end */
/***************************/
.wp-block-th-wishlist-pro-wishlist {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}