﻿body {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

/*HEADER----------------------*/
/*LOGO------------------------*/
.HeaderCont {
    text-align:center;
}

.HeaderLogo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.LogoIcone {
    max-width:50px;
    height:auto; 
    z-index:1;
}
.ArticoliCarrello {
    color: white;
    background-color: cadetblue;
    border-radius: 50%;
    font-weight: bold;
    font-size: large;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left:7px;
    padding-right:7px;
    padding-top:2px;
    padding-block:2px;
}


.UserLine {
    width: 30%;
    border-block-color: blue;
    display: inline-block;
    cursor: pointer;
}


.LogoImm {
    width: 80%;
    padding: 20px;
}

/*LOGO------------------------*/

/* BARRA DI RICERCA----------------------*/

.Ricerca {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    padding-bottom: 15px;
    padding-top: 10px;
}

.TxtRicerca {
    width: 80%;
}

.BarraRicerca {
    width: 90%;
    height: 20px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.BottoneRicerca {
    background-color: rgb(254, 182, 0);
    border-radius: 20px;
    padding: 11px;
    margin-left: 1px;
    cursor:pointer;
}
/* BARRA DI RICERCA----------------------*/

/* BARRA NAVIGAZIONE----------------------*/

.NavTop {
    font-size: small;
    background-color: rgb(254, 182, 0);
    text-align:center;
    margin-bottom:10px;
}

.NavItem {
    display: none;
    width: 98%;
    /*margin-right:1%;
    margin-left:1%;*/
    /*background-color: rgb(254, 182, 0);*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:800;
}

.NavFirst {
    display:block;
    cursor:pointer;
}

.NavTop:hover .NavItem {
    display: block;
}

.NavTop:hover .NavFirst {
    color:white;
/*    display: none;*/
}

.NavItem:hover {
    background-color: rgb(255, 106, 0);
}

/* BARRA NAVIGAZIONE----------------------*/
/*HEADER----------------------*/

.ContentCenter {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

/*FOOTER--------------------------*/

footer {
    font-size: small;
    background-color: rgb(35, 35, 35);
    color: white;
    width: 98%;
    text-align: center;
}

.fItem {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 98%;
    margin-left: 1%;
}

.fCredit {
    padding-top: 20px;
    padding-bottom:25px;
}

.F1 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fItem:hover {
    text-decoration:underline;
}

.FooterCont {
    border-bottom: 1px solid white;
}

/*FOOTER--------------------------*/

@media only screen and (min-width:500px) {

    /*HEADER------------------------------*/

    .H1 {
        display: inline-block;
    }

    .HeaderLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 200px;
    }

    .Logo {
        width: 350px;
    }

    .User {
        width: 30%;
    }

    .LogoImm {
        max-width: 350px;
        margin-top: 3px;
    }

    /*HEADER------------------------------*/

    /*BARRA NAVIGAZIONE---------------------*/

    .NavItem {
        display: inline-block;
        width: 19%;
    }

    .NavFirst {
        display: none;
    }

    .NavTop:hover .NavItem {
        display: inline-block;
    }

    .NavTop:hover .NavFirst {
        display: none;
    }
    /*BARRA NAVIGAZIONE---------------------*/

    /*FOOTER--------------------------------*/

    .F1 {
        display: inline-block;
        width: 24%;
        text-align: center;
    }

    .fItem {
        text-align: center;
    }

    .FooterCont {
        display: flex;
        align-items: flex-start;
        justify-items: center;
    }

    .fCredit {
        text-align: center;
    }
}
/*FOOTER--------------------------------*/
