#add-wishlist-items-to-cart, #add-dinolistas-items-to-cart {
    overflow-y: auto;
    height: 100%;
}

#wishlists-all-wrapper, #dinolistas-all-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 3rem);
}

.wishlistlist {
    overflow-y: auto;
    height: 100%;
    padding: 0 15px 15px 15px;
}

#wishlists-add-form-content input[type=radio] {
    display: initial !important;
}

#wishlists-add-form-content div.form-control {
    border: none !important;
}

#wishlists-all-wrapper .no-wishlists {
    padding: 20px;
}

div.wishlist--item {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.dinolistas-modal:not(.is-active) {
    display: none !important;
}

.dinolistas-modal.is-active {
    background-color: rgba(0, 0, 0, .75);
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.listas-modal .cart__control--lists,
.listas-modal .cart__control--list,
.listas-modal .cart__control--lists .button,
.dinolistas-modal .cart__control--lists,
.dinolistas-modal .cart__control--list,
.dinolistas-modal .cart__control--lists .button {
    position: relative;
}

.listas-modal .cart__control--lists .button,
.dinolistas-modal .cart__control--lists .button {
    left: 0;
    top: 0;
}

.dialogBox-modal.dialogBox-modal-wishlists-add.is-active {
    z-index: 1001;
}

.wishlist-shared-info {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.list-back, .list-close {
    display: none;
}

.list-back.is-active, .list-close.is-active {
    display: block;
}

@media screen and (max-width: 768px) {
    .listas-modal.is-active .cart--wrapper {
        height: 100%;
        width: 100%;
    }

    .dinolistas-modal.is-active .cart--wrapper {
        height: 100%;
        width: 100%;
    }

    #wishlists-all-wrapper, #dinolistas-all-wrapper {
        padding: 20px;
        margin-top: 15px;
    }
}
