﻿.newWishlistButton .newwishlist-button {
    margin-top: 1%;
}

.emailCartButton {
    margin-right: 10px !important;
}

#addCartToNewWishListButton, #emailCartButton {
    margin: 0 5px 0 0;
    width: auto;
    padding: 15px 30px 15px 50px;
    float: left;
    clear: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 769px) {
    .shopping-cart-page .multiplewishlist-wrapper{
        height: 150px;
    }
    #addCartToNewWishListButton, #emailCartButton {
        margin: 0 5px 0 0;
        width: auto;
        float: left;
        clear: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 15px 30px;
        margin: 0 5px 10px;
    }
}

.digibutton.mwlremove {
    width: 50px;
    font-size: 10px;
    padding: 0;
    background-image: url('/Plugins/Misc.MultipleWishlists/Content/images/baseline-delete-24px.svg');
    background-size: cover;
    background-repeat: round;
    border: none;
}

.digibutton.mwledit {
    width: 50px;
    font-size: 10px;
    padding: 0;
    background-image: url('/Plugins/Misc.MultipleWishlists/Content/images/baseline-border_color-24px.svg');
    background-size: cover;
    background-repeat: round;
    border: none;
}

.digibutton.mwlsave {
    width: 50px;
    font-size: 10px;
    padding: 0;
    background-image: url('/Plugins/Misc.MultipleWishlists/Content/images/baseline-save-24px.svg');
    background-size: cover;
    background-repeat: round;
    border: none;
}
.add-to-wishlists-button {
    background-image: url('/Plugins/Misc.MultipleWishlists/Content/images/list_alt-black-18dp.svg') !important;
    background-size: 17px 17px !important;
    background-repeat: no-repeat !important;
}

.product-page .add-to-wishlists-button {
    background-position: 10px 7px !important
}

.add-to-wishlist-button1 {
    margin: 0;
}

.wishlist-qty {
    display: none;
}

@media (min-width: 769px) {
    body .ui-dialog {
        width: 600px !important;
    }
}

.wishlist-name,
.wishlist-desc {
    text-align: left;
}

.addWishlist input[type="text"] {
    width: 100%;
}

.addWishlist textarea {
    width: 100%;
    height: 100px;
}

.addWishlist label {
    display: block;
}

/*.ui-widget-overlay {
    opacity: 0.5;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.item-box .btn-wrapper .add-to-multiple-wishlist-button::before {
    content: "\63";
}
.ui-dialog-buttonset {
    background-color: #eaeaea !important;
}

.ui-dialog-buttonset button{
    width: 45% !important;
}

.wishlist-item-row:hover{
    cursor: pointer;
}

.wishlist-item-row:hover td {
    background-color: #f5f5f5;
}