body{
    font-family: 'Roboto';
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-track {
    background: white;
    height: 2px;
}
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(115, 177, 239,1); 
    height: 2px;
    width: 2px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(115, 177, 239,1); 
    height: 2px;
    width: 2px;
  }
.topper{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #333;
    color: white;
    text-align: center;
}
.navigatore{
    width: 100%;
    height: 70px;
    border-bottom: solid 2px brown;
}
.contenitore{
    width: 90%;
    margin-left: 5%;
}
.cont-nav{
    width: 100%;
    height: 70px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.logo{
    width: 50%;
    text-align: left;
}
.logo>img{
    height: 50px; cursor:pointer;
}
.menu{
    width: 50%;
    text-align: right;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}
.btn-menu{
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 70px;
    font-size: 12px;
    cursor: pointer;
    transition: all ease 0.3s;
    overflow: hidden;
}
.in-btn-menu-1{
    transition: all ease 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 70px;
}
.in-btn-menu-2{
    transition: all ease 0.3s;
    background-color: brown;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 70px;
}
.btn-menu:hover .in-btn-menu-1{
    margin-top: -70px;
}
.btn-smart{
    display: none;
}
.menu-smart{
    display: none;
}
.close-smart{
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
}
.btn-menu-smart{
    color: white;
    font-size: 1em;
    text-align: center;
}
footer{
    background-color: #333;
    color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}
.link-foo:link{ font-size: 14px; color: white; text-decoration: none;}
.link-foo:active{ font-size: 14px; color: white; text-decoration: none;}
.link-foo:visited{ font-size: 14px; color: white; text-decoration: none;}
.link-foo:hover{ font-size: 14px; color: white; text-decoration: underline;}
.contenitore-piccolo{
    width: 50%;
    margin-left: 25%;
    text-align: justify;
}
.titolo-pagina{
    font-size: 2em;
    font-weight: 700;
    color: rgba(11,84,109,1);
}
.sottotitolo{
    font-size: 1.5em;
    font-weight: 300;
    color: brown;
}
.box-cookie{
    padding: 20px;
    background-color: #333;
    color: white;
    font-size: 12px;
    width: 50%;
    border-radius: 5px;
    z-index: 10;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.btn-coo{
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: white;
    border-radius: 2px;
    font-size: 14px;
    min-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease 0.3s;
}
.btn-coo:hover{
    background-color: rgba(11,84,109,1);
    color: white;
}
.cont-contatti{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.box-contatti{
    width: 30%;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(11,84,109,1);
    padding: 20px;
    color: white;
}
.input-pers{
    appearance: none;
    -webkit-appearance: none;
    border: solid thin #d1d1d1;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-pers{
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(11,84,109,1);
    color: white;
    border: none;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 150px;
    transition: all ease 0.3s;
}
.btn-pers:hover{
    background-color: brown;
}
.messaggio{
    width: 100%;
    padding: 20px;
    background-color: rgba(11,84,109,1);
    color: white;
    text-align: center;
}
.cont-gallery{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-gallery{
    width: calc(50% - 20px);
}
.box-gallery>img{
    width: 100%;
}
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.banner>img{
    margin-top: -25%;
    z-index: -1;
}
.caption-banner{
    position: absolute;
    width: 60%;
    background-color: rgba(11,84,109,0.8);
    z-index: 2;
    padding: 20px;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    border-radius: 10px;
    left: 20%;
    top: 50%;
}
.box-categorie{
    background-color: white;
    color: black;
    font-weight: 300;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    font-size: 2em;
    margin-bottom: 20px;
}
.slider{
    width: 100%;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
}
.box-in-slider{
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border: solid thin #d1d1d1;
    border-radius: 4px;
    margin: 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    background-color: white;
}
.box-in-slider:hover{
    box-shadow: 0px 0px 4px #d1d1d1;
}
.box-in-slider>img{
    max-height: 140px;
    max-width: 70%;
}
.btn-pers-slider{
    background-color: white;
    color: black;
    border-radius: 4px;
    width: 30px;
    border: solid thin #d1d1d1;
}
.didascalia-slider{
    padding:10px;
    position: absolute;
    bottom: 0;
    height: 60px;
    text-align: center;
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    color: black;
    font-weight: 300;
    font-size: 12px;
}
.btn-pers-slider{
    background-color: white;
    color: black;
    border-radius: 4px;
    width: 30px;
    border: solid thin #d1d1d1;
    font-size: 12px;
}
.box-prodotto{
    width: 100%;
    border: solid thin #d1d1d1;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, white 10%, orange 10%, orange 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.immagine{
    width: 20%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
    text-align: center;
}
.descrizione{
    width: 70%;
    margin-left: 10%;
    background-color: orange;
}
.immagine>img{
    width: 80%;
    margin-top: 10%;
}
.codice{
    font-size: 12px;
    color: #f1f1f1;
    font-weight: 700;
}
.nome{
    font-size: 2em;
}
.descrizione_dett{
    font-size: 14px;
}
.btn-prod{
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: solid thin #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease 0.3s;
}
.btn-prod:hover{
    background-color: brown;
    border-color: brown;
    color: white;
}
.prezzo{
    font-size: 2em;
    font-weight: 700;
    color: rgba(11,84,109,1);
}
@media screen and (max-width:768px){
    .box-prodotto{
        width: 100%;
        border: solid thin #d1d1d1;
        margin-bottom: 20px;
        background-image: linear-gradient(to bottom, white 25%, orange 10%, orange 100%);
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }
    .immagine{
        width: 70%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: white;
        overflow: hidden;
        text-align: center;
    }
    .descrizione{
        width: 90%;
        margin-left: 10%;
        background-color: orange;
    }
    .box-in-slider{
        width: calc(100% - 40px);
        height: 150px;
        flex-shrink: 0;
        border: solid thin #d1d1d1;
        border-radius: 4px;
        margin: 20px;
        cursor: pointer;
    }
    .slider{
        width: 100%;
        overflow: hidden;
        height: 200px;
        display: flex;
        justify-content: flex-start;
    }
    .banner{
        width: 100%;
        height:auto;
        aspect-ratio: 1/1;
        overflow: hidden;
        position: relative;
    }
    .banner>img{
        width: auto;
        height: 100%;
        margin-top: 0;
        object-fit: cover;
        z-index: -1;
    }
    .caption-banner{
        position: absolute;
        width: 80%;
        background-color: rgba(11,84,109,0.8);
        z-index: 2;
        padding: 20px;
        color: white;
        font-size: 1em;
        text-transform: uppercase;
        border-radius: 10px;
        left: 10%;
        top: auto;
        bottom: 20px;
    }
    .box-gallery{
        width: 100%;
    }
    .cont-contatti{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    .box-contatti{
        width: 100%;
        text-align: center;
        border-radius: 10px;
        background-color: rgba(11,84,109,1);
        padding: 20px;
        color: white;
    }
    .topper{
        font-size: 0.8em;
    }
    .logo>img{
        width: 100%;
        height: auto;
    }
    .btn-menu{
        display: none;
    }
    .btn-sm{
        display: block;
    }
    .menu{
        flex-direction: row;
    }
    .menu-smart{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-color: rgba(11,84,109,1);
        top:0;
        left: 0;
    }
    .contenitore-piccolo{
        width: 100%;
        margin-left: 0;
        text-align: justify;
    }
    .box-cookie{
        padding: 20px;
        background-color: #333;
        color: white;
        font-size: 12px;
        width: 96%;
        border-radius: 5px;
        z-index: 10;
        position: fixed;
        bottom: 20px;
        left: 2%;
    }
    .btn-coo{
        appearance: none;
        -webkit-appearance: none;
        border: none;
        background-color: white;
        border-radius: 2px;
        font-size: 14px;
        min-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all ease 0.3s;
    }
}