﻿.divRicerca {
    padding: 0;
    border: 1px solid black;
    margin: 20px;
    cursor: pointer;
    width: 200px;
    transition: transform 0.3s, box-shadow 0.1s;
}

    .divRicerca:hover {
        transform: scale(1.1);
        box-shadow: 5px 5px 10px 0px #000000;
    }

.AcquistoArticolo {
    padding: 0;
    width: 250px;
    border: 1px solid black;
    margin: 20px;
    BACKGROUND-POSITION: center;
    background-repeat: no-repeat;
    BACKGROUND-SIZE: COVER;
    position: relative;
}



#TabellaArticoli {
    text-align: center;
}

.nascondiSpanCarrello {
    display: none;
}

.articolo {
    cursor: pointer;
}

.cellaImmagine {
    background-color: #f2f2f2;
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    BACKGROUND-POSITION: center;
    background-repeat: no-repeat;
    BACKGROUND-SIZE: COVER;
}

.divContenitoreDestra {
    padding: 20px;
}

.bottoneTornaIndietro {
    margin-bottom: 20px;
}

.overlay {
    font-weight: bold;
    background: rgb(64, 64, 64);
    opacity: 1;
    color: white;
    font-size: 15px;
    padding: 10px;
    height: 65px;
    width: 200px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.overlayAggiungiAlCarrello {
    font-weight: bold;
    font-size: larger;
    background: rgb(64, 64, 64);
    color: #f1f1f1;
    width: 100%;
    opacity: 1;
    color: white;
    font-size: 15px;
    padding: 10px;
    height: 65px;
    width: 250px;
    text-align: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.divAggiuntaCarrello {
    background: rgb(64, 64, 64);
    color: #f1f1f1;
    width: 100%;
    color: white;
    font-size: 20px;
    height: 50px;
    text-align: center;
    bottom: 0;
    /*position: absolute;*/
    margin-left: 0;
    padding-top: 10px;
}

.divDisponibilita {
    margin-left: 0;
    background: rgb(64, 64, 64);
    color: #f1f1f1;
    width: 100%;
}

.immagineCertificato {
    color: red;
    font-size: x-large;
}

.divCertificato {
    text-align: left;
    width: fit-content;
}

.btnAggiungiAlCarrello {
    /*  width: 100%;
    height: 31px;
    cursor: pointer;
    border:1px solid black;*/
}

.AlertAggiuntoAlCarrello {
    top: 318px;
    right: 0px;
}
