﻿.modal-content {
    background-color: transparent;
    border: 0 !important;
}

.modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    border: 0;
}

.headerWishlist {
    font-size: 4vmin;
    font-weight: bold;
    color: #00305E;
    margin-bottom: 2vmin;
}

.modaleWishlist {
    min-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.contenitoreEsternoWishlist {
    max-height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y:auto;
    overflow-x:hidden;
}

.contenitoreWishlist {
    width: 50%;
    margin: 2vmin 0;
    border-right: 1px solid lightgrey;
}

.contenitoreDettagliWishlist {
    width: 50%;
    min-height: 20vmin;
    max-height: 50vmin;
}

.contenitoreNuovaWishlist {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.contenitorePulsanteNuovaWishlist {
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pulsanteNuovaWishlist {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #9ACA3C;
    color: #00305E;
    cursor: pointer;
    padding: 0.5vmin 1vmin;
    border-radius: 1vmin;
}

.contenitoreListaWishlist {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1vmin;
}

.contenitoreSingolaWishlist {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    border-bottom: 1px solid lightgrey;
    height: 5vmin;
    margin-bottom: 1vmin;
    padding-left: 1vmin;
}

.nomeWishlist {
    color: #00305E;
    cursor: pointer;
    font-size:2.5vmin;
    font-weight:bold;
}

.cancellaWishlist {
    font-size: 2vmin;
    color: #00305E;
    cursor: pointer;
}

/*.wishlistSelezionata {
    background-color: #00305E;
}*/

    /*.wishlistSelezionata .nomeWishlist, .wishlistSelezionata .cancellaWishlist {
        color: white !important;
    }*/


/*#region DETTAGLI */

.messaggioWishlistVuota {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: lightgray;
    font-weight: bold;
    font-style: italic;
    font-size: 3vmin;
    padding: 4vmin;
    text-align: center;
}

#btnRimuoviItemWishlist:hover {
    color: red;
}

.contenitoreItemWishlist {
    height: 18vmin;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid lightgrey;
}

.contenitoreAzioniItemWishlist {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.iconaEliminaItemWishlist, .iconaCarrelloItemWishlist {
    cursor: pointer;
}

    .iconaEliminaItemWishlist:hover {
        color: red;
    }

    .iconaCarrelloItemWishlist:hover {
        color: forestgreen;
    }

.contenitoreImmagineItemWishlist {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.immagineItemWishlist {
    width: 90%;
    height: 80%;
    border: 1px solid gray;
    border-radius: 0.3vmin;
    background-size: cover;
    background-position: center center;
    background-color: #f1f1f1;
}

.contenitoreInfoItemWishlist {
    width: 54%;
    padding: 1vmin;
    height: auto;
}

.titoloItemWishlist {
    font-size: 1.5vmin;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.quantitaItemWishlist, .codiceItemWishlist, .dataItemWishlist {
    color: lightslategrey;
    font-size: 1.5vmin;
}

.contenitorePrezzoItemWishlist {
    width: 20%;
    height: auto;
}

.prezzoItemWishlist {
    font-weight: bold;
    font-size: 1.5vmin;
}

.cart-drawer-Wishlist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 100%;
    background-color: white;
}

.cart-drawer-Wishlist__content {
    display: block;
    -webkit-flex: 1 100;
    -moz-flex: 1 100;
    -ms-flex: 1 100;
    flex: 1 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.cart-drawer-Wishlist__content-container {
    overflow: hidden;
    padding: 30px 0;
}

.cart-drawer-Wishlist__item-list {
    padding: 0 25px;
    transition: opacity 0.25s ease-out;
}

/*#endregion */


/*SM*/
@media (min-width: 576px) {
    .contenitoreWishlist {
        width: 40%;
    }

    .contenitoreNuovaWishlist {
        flex-wrap: wrap;
    }

    .contenitorePulsanteNuovaWishlist {
        width: 100%;
        margin-top: 1vmin;
        padding: 0 1vmin;
    }

    .pulsanteNuovaWishlist {
        width: 100%;
    }

    .contenitoreDettagliWishlist {
        width: 60%;
    }

    /*    .nomeWishlist {
        width: 80%;
    }

    .prezzoItemWishlist .titoloItemWishlist .quantitaItemWishlist .codiceItemWishlist .dataItemWishlist {
        font-size: 2.5vmin;
    }*/

    .nomeWishlist {
        font-size: 2.5vmin;
    }


    /*#region DETTAGLI */

    .contenitoreItemWishlist {
        flex-wrap: wrap;
        height: 100%;
    }

    .contenitoreImmagineItemWishlist {
        width: 40%;
        height: 18vmin;
    }

    .contenitoreInfoItemWishlist {
        width: 60%;
    }

    .contenitorePrezzoItemWishlist {
        width: 80%;
        padding: 0 2vmin;
    }

    .contenitoreAzioniItemWishlist {
        width: 20%;
    }

    /*#endregion */
}

/*MD*/
@media (min-width: 768px) {
    .contenitoreWishlist {
        width: 40%;
    }

    .contenitoreNuovaWishlist {
        flex-wrap: wrap;
    }

    .contenitorePulsanteNuovaWishlist {
        width: 100%;
        margin-top: 1vmin;
        padding: 0 1vmin;
    }

    .pulsanteNuovaWishlist {
        width: 100%;
    }

    .contenitoreDettagliWishlist {
        width: 60%;
    }

    /*    .nomeWishlist {
        width: 80%;
    }

    .prezzoItemWishlist .titoloItemWishlist .quantitaItemWishlist .codiceItemWishlist .dataItemWishlist {
        font-size: 2.5vmin;
    }*/

    .nomeWishlist {
        font-size: 2.5vmin;
    }


    /*#region DETTAGLI */

    .contenitoreItemWishlist {
        flex-wrap: wrap;
        height: 100%;
    }

    .contenitoreImmagineItemWishlist {
        width: 40%;
        height: 18vmin;
    }

    .contenitoreInfoItemWishlist {
        width: 60%;
    }

    .contenitorePrezzoItemWishlist {
        width: 80%;
        padding: 0 2vmin;
    }

    .contenitoreAzioniItemWishlist {
        width: 20%;
    }

    /*#endregion */
}
/*LG*/
@media (min-width: 992px) {
    .contenitoreWishlist {
        width: 40%;
    }

    .contenitoreNuovaWishlist {
        flex-wrap: wrap;
    }

    .contenitorePulsanteNuovaWishlist {
        width: 100%;
        margin-top: 1vmin;
        padding: 0 1vmin;
    }

    .pulsanteNuovaWishlist {
        width: 100%;
    }

    .contenitoreDettagliWishlist {
        width: 60%;
    }

    /*    .nomeWishlist {
        width: 80%;
    }

    .prezzoItemWishlist .titoloItemWishlist .quantitaItemWishlist .codiceItemWishlist .dataItemWishlist {
        font-size: 2.5vmin;
    }*/

    .nomeWishlist {
        font-size: 2vmin;
    }


    /*#region DETTAGLI */

    .contenitoreItemWishlist {
        flex-wrap: wrap;
        height: 100%;
    }

    .contenitoreImmagineItemWishlist {
        width: 40%;
        height: 18vmin;
    }

    .contenitoreInfoItemWishlist {
        width: 60%;
    }

    .contenitorePrezzoItemWishlist {
        width: 80%;
        padding: 0 2vmin;
    }

    .contenitoreAzioniItemWishlist {
        width: 20%;
    }

    /*#endregion */
}
/*XL*/
@media (min-width: 1200px) {
    .contenitoreWishlist {
        width: 40%;
    }

    .contenitoreNuovaWishlist {
        flex-wrap: wrap;
    }

    .contenitorePulsanteNuovaWishlist {
        width: 100%;
        margin-top: 1vmin;
        padding: 0 1vmin;
    }

    .pulsanteNuovaWishlist {
        width: 100%;
    }

    .contenitoreDettagliWishlist {
        width: 60%;
    }

    /*    .nomeWishlist {
        width: 80%;
    }

    .prezzoItemWishlist .titoloItemWishlist .quantitaItemWishlist .codiceItemWishlist .dataItemWishlist {
        font-size: 2.5vmin;
    }*/

    .nomeWishlist {
        font-size: 2vmin;
    }


    /*#region DETTAGLI */

    .contenitoreItemWishlist {
        flex-wrap: wrap;
        height: 100%;
    }

    .contenitoreImmagineItemWishlist {
        width: 40%;
        height: 18vmin;
    }

    .contenitoreInfoItemWishlist {
        width: 60%;
    }

    .contenitorePrezzoItemWishlist {
        width: 80%;
        padding: 0 2vmin;
    }

    .contenitoreAzioniItemWishlist {
        width: 20%;
    }

    /*#endregion */
}
/*XXL*/
@media (min-width: 1440px) {
    .contenitoreWishlist {
        width: 40%;
    }

    .contenitoreNuovaWishlist {
        flex-wrap: wrap;
    }

    .contenitorePulsanteNuovaWishlist {
        width: 100%;
        margin-top: 1vmin;
        padding: 0 1vmin;
    }

    .pulsanteNuovaWishlist {
        width: 100%;
    }

    .contenitoreDettagliWishlist {
        width: 60%;
    }

    /*    .nomeWishlist {
        width: 80%;
    }

    .prezzoItemWishlist .titoloItemWishlist .quantitaItemWishlist .codiceItemWishlist .dataItemWishlist {
        font-size: 2.5vmin;
    }*/

    .nomeWishlist {
        font-size: 2vmin;
    }


    /*#region DETTAGLI */

    .contenitoreItemWishlist {
        flex-wrap: wrap;
        height: 100%;
    }

    .contenitoreImmagineItemWishlist {
        width: 40%;
        height: 18vmin;
    }

    .contenitoreInfoItemWishlist {
        width: 60%;
    }

    .contenitorePrezzoItemWishlist {
        width: 80%;
        padding: 0 2vmin;
    }

    .contenitoreAzioniItemWishlist {
        width: 20%;
    }

    /*#endregion */
}

