/* azzera i margini */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cardo&family=Gruppo&family=Roboto:wght@100;300;400;500&display=swap');
 */
.robotoFont {
    font-family: 'Roboto', sans-serif;
}

.gruppoFont {
    font-family: 'Gruppo', sans-serif;
}

.cardoFont {
    font-family: 'Cardo', serif;
}

/* setta i colori di default */
:root {
    --blackL: #181313;
    --colors_background: #ffffff;
    --colors_brand: rgb(235, 84, 2);
    --navEfooter: rgb(9, 59, 104);
    --menuSmart: rgba(241, 215, 188, 0.906);
    --link: #ffffff;
    /* SET MENU STANDARD */
    --btn: var(--colors_brand);
    --over: var(--navEfooter);
    --h1: var(--navEfooter);
    --h2: var(--navEfooter);
    --p: var(--navEfooter);
    --menuSmartOver: var(--colors_brand);
    --liniette: var(--navEfooter);
    --liniettaCentrale: var(--colors_brand);
    --testoMenuCell: var(--colors_brand);
    /* Shadow */
    --borderShadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.64);
}


/* setta grafica del testo link senza sottolineatura */
a {
    text-decoration: none;
    color: inherit;
}

/* liste e menu senza pallini */
ul {
    list-style: none;
}

/* determinale il carattere dei font per il sito */
html {
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

body {
    background: var(--colors_background);
}

/* SEZIONE PRINCIPALE 
--------------------------------------------------*/
main {
    /*  min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
}

/* sezione del bunner di ecstremo */
#home-Img {
    margin-top: 0.8rem;
    max-width: 600px;
    width: 100%;
    padding: 1rem 1rem;
}

/* setta box titolo */
.box-titolo {
    position: relative;
    padding: 20px 5px;
    margin: 60px 0 40px 0;
}

/* SETTA H1 h2 TITOLO */
.box-titolo h1,
.box-titolo h2 {
    font-family: 'gruppo', serif;
    text-align: center;
    color: var(--h1);
    text-shadow: rgba(168, 167, 167, 0.5) 0px 3px 3px;
}

/* SETTA H2 H1 FONT SIZE */
.box-titolo h1 {
    font-size: 1.70rem;
}

.box-titolo h2 {
    position: relative;
    top: 25px;
    font-size: 1.5rem;
}

/* BOX IMMAGINE BUNNER */
.box-bunner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

/* azzerare e definire i valori base per i Form cosi da minificare 
la visione nei vari browser */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

textarea {
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px 1rem;
    color: var(--p);
}

p {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-bottom: 0.7rem;
}

/* determinare la base degli H1-H6 */
h1 {
    font-size: 2rem;
    line-height: 0.9;
    font-weight: bold;
}

h2 {
    font-size: 1.70rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.7rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

h4 {
    font-size: 1.3rem;
    font-weight: 600;
}

h5 {
    font-size: 0.80rem;
    font-weight: 600;
}

h6 {
    font-size: 0.50rem;
    font-weight: 500;
}

.center {
    text-align: center;
}

/* INIZIA SEZIONE PERSONALIZZATA PER SITO ECSTREMO */
/* sezione NAV top del menu */
#navTop {
    position: relative;
    z-index: 100;
    height: 30px;
    width: 100%;
    background: var(--navTop);
    text-align: right;
    color: white;
    padding: 10px 12px;
    cursor: pointer;
}


/* ---------------------------------------------------------
**************
SEZIONE FOOTER 
**************
---------------------------------------------------------- */

footer {
    height: 220px;
    background: var(--navEfooter);
}

/* box sezione WRAPPER del FOOTER */
.wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 3.3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* box sezioni del footer dove si trova il testo chiamate CARD*/
.card {
    width: 25%;
    color: white;
    line-height: 200%;
    text-transform: capitalize;
    text-align: center;
}

/* nelle card settiamo le caratteristiche del testo Link: a */
/* .card a {
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--link);
} */

/* settiamo quando passiamo sopra con il mause o clikkiamo sul testo a */
.card a:hover {
    cursor: pointer;
}

/* SEZIONE ICONE VARIE */
.iconBox {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid var(--colors_brand);
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    box-shadow: 10px 10px 70px -6px rgb(14, 14, 14);
    margin-bottom: 20px;
}

/* IMMAGINE ICONA */
.iconBox img {
    width: 80%;
    margin-top: 10px;
}

#logo-my-page img {
    width: 80%;
    margin-top: 10px;
    backdrop-filter: blur(10px);
    background: rgba(8, 252, 45, 0.5);
    border-radius: 50%;
    z-index: 20;
}


/* ----------------------------------------
------------ CARRELLO ---------------
------------------------------------------- */
/* DIV DEL CARRELLO */
.cartBoxActive {
    width: 50px;
    position: absolute;
    top: 55px;
}

/* a del carrello */
/* .a-carrello {} */

/* immagine del carrello*/
.cart {
    padding: 60px;
    margin-top: 20px;
    position: relative;
    z-index: 100;
    border: 2px solid var(--colors_brand) !important;
    /*  box-shadow: 10px 10px 70px -6px rgb(14, 14, 14); */
}

/* testo del CARRELLO indica se vuoto o QUANTI ITEMS CONTIENE*/
.cart-text {
    margin-top: 17px;
    margin-right: 2px;
    position: relative;
    font-size: 1rem;
    color: red;
    z-index: 100;
    font-weight: bold;
}

/* -----------------------------------
logo bio
----------------------------------- */
/* box che contiene il logo BIO */
.bioBox {
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 30px 0 30px 0;
}

/* id logo bio */
.bio {
    position: relative;
    box-shadow: 10px 10px 70px -6px rgb(14, 14, 14);
}

/* id sezione footer link termini e condizioni */
.terms {
    margin-top: 1rem;
}

.terms p {
    margin-top: 1rem;
    font-size: 1rem !important;
    font-weight: 200;
}

.termsa {
    margin-top: 1rem !important;
    font-size: 0.9rem;
    color: rgb(96, 80, 58);
}

/* 
SEZIONE COPY INTERNA AL FOOTER
Set testo del footer posizioni e margini 
*/
.centerCopy {
    text-align: center;
    margin-top: 8px;
}

/* h5 del footer dimensioni e colori */
.centerCopy h5 {
    font-size: 0.8rem;
    font-weight: 300;
}

@media screen and (max-width:450px) {

    /* testo del carrello indica se vuoto o quandi items contiene */
    .cart-text {
        font-size: 0.8rem;
    }
}

.hrOrange {
    top: -5px;
    position: relative;
    width: 90%;
    max-width: 450px;
    height: 7px;
    color: var(--colors_brand);
    background: var(--colors_brand);
    border-color: #ffffff;
    text-align: center;
    margin: 0 auto;
}