div#nm-wishlist {
    padding: 0px 0 64px !important;
}

.nm-wishlist-top h1 {
    color: #4B4350 !important;
    position: relative;
    width: max-content;
    font-weight: 700;
    padding-bottom: 0;
    font-size: 48px !important;
    line-height: 58px !important;
}
div#nm-wishlist-table {
    background-color: #fff;
    padding: 25px 20px !important;
    box-shadow: 1px 3px 10px 5px rgb(31 31 31 / 9%);
    border-radius: 20px;
}

div#nm-wishlist-table li {
    border: none !important;
}

div#nm-wishlist-table ul:not(:last-child) li {
    border-bottom: 2px solid #FFD4D4 !important;
}

div#nm-wishlist-table li.thumbnail img {
    border-radius: 20px;
}

div#nm-wishlist-table li.title h3 {
    text-align: left !important;
    display: block;
    font-size: 18px !important;
    color: #4B4350;
}

div#nm-wishlist-table li.price span {
    font-size: 16px !important;
}

div#nm-wishlist-table li.stock span {
    font-size: 16px !important;
}

div#nm-wishlist-table li.actions a {
    border-radius: 20px;
    background-color: #CD0040;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 25px !important;
    position: relative;
    width: fit-content;
}

div#nm-wishlist-table li.actions a:hover{
    color: #fff;
    background-color: #9f1641;
    opacity: 1;
}

.vc_toggle_title i, #nm-wishlist-empty p.icon i, h1 {
    color: #CD0040 !important;
}
#nm-wishlist-empty p.icon i{
    background: #FFD4D4 !important;
}
#nm-wishlist-empty .note i{
    font-size: 18px;
    color: #fff !important;
    background: #CD0040;
    padding: 5px 15px;
    border-radius: 20px
}

#nm-wishlist-empty .button {
    border-radius: 20px;
    background-color: #CD0040;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

#nm-wishlist-empty .button:hover{
    color: #fff;
    background-color: #9f1641;
    opacity: 1;
}
li.stock {
    display: none !important;
}
@media (max-width: 768px){
    #nm-wishlist-table ul {
        display: grid;
        grid-template-columns: 74px auto auto;
        column-gap: 20px;
        align-items: center;
    }
    
    div#nm-wishlist-table ul:not(:last-child) li {
        border-bottom: 0 !important;
    }
    
    li.remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    li.actions {
        grid-column: 1/4;
        padding: 0 0 10px !important;
    }
    li.thumbnail {
        margin-bottom: 20px;
    }
    #nm-wishlist-table > ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #FFD4D4;
        padding: 20px 0;
    }
    
    div#nm-wishlist-table ul:not(:last-child) li {
        border-bottom: none !important;
    }
    
    div#nm-wishlist-table > ul li.remove {
        position: absolute;
        top: 20px;
        right: 0;
    }
    div#nm-wishlist-table > ul li.price, div#nm-wishlist-table > ul li.actions{
        margin-top: 10px;
    }
    #nm-wishlist-table > ul li.title {
        margin-left: 0;
        width: 80%;
    }
    
    #nm-wishlist-table > ul li.thumbnail {
        width: 20%;
    }
    #nm-wishlist-table > ul > li{
        padding: 0 !important;
    }
}
@media (max-width: 599px){ 
    #nm-wishlist-table ul {
        width: 100%;
    }
    li.thumbnail {
        margin: 0 auto 10px;
    }
    li.title {
        margin: 0 auto 10px;
        width: 100% !important;
    }
    h3.woocommerce-loop-product__title {
        width: fit-content;
        margin: auto !important;
    }
}