:root {
    --color-viola: #660033;
    --color-verde: #7d7d05;
    --color-giallo: #f6f6c3;
    --color-gialloAlfa: #f6f6c3e6;
    --color-panna: #fff1df;
    --color-bianco: #fff;
    --color-verdone: #7d7d05;
    --color-verdeScuro: #3a3a02;
    --color-verdeDisabilitato: #7b976c;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Century Gothic' !important;
}

body, html {
    font-family: 'Century Gothic' !important;
    height: 100vh !important;
    bottom: -80px;
}

body {
    display: inline;
    /* font-family: 'IBM Plex Mono', serif;  !important */
    font-family: 'Century Gothic' !important;
    z-index: 1;
    /* background: url("https://www.ecofattoart.com/_mobile/img/texture/cartaPiantabile.jpg"); */
    background-color: var(--color-bianco);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
button{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: transparent !important;
    outline: none !important;
    text-direction: none !important;
}

@font-face {
  font-family: 'annifont';
  /* src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('../FONTS/annifont.ttf')  format('truetype'); /* Safari, Android, iOS */
       /* url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /* url('webfont.woff') format('woff'), /* Modern Browsers */
       /* url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* #caricamento{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-panna);
    z-index: 999;
    background-image: url("https://www.ecofattoart.com/_mobile/img/loader/piantdina.gif");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
} */

.ecoFontIBM{
    font-family: 'Century Gothic' !important;
}

/* .ecoBgCartaGrezzaMarrone{
    background: url("https://www.ecofattoart.com/_mobile/img/texture/cartaGrezzaMarrone.gif") !important;
} */

.ecoAletta{
    border-radius: 0px 40px 0px 0px;
}

.ecoDoppiaAletta{
    border-radius: 0px 40px 0px 40px;
}

.ecoButton{
    background-color: var(--color-viola);
    border: solid 2px transparent;
    color: var(--color-bianco);
    cursor: pointer;
    border-radius: 0px;
}

.ecoButton:hover{
    background-color: transparent;
    border: solid 2px var(--color-verde);
    color: var(--color-verde);
}

.ecoTabButton{
    background-color: var(--color-bianco);
    color: var(--color-verdone);
    cursor: pointer;
    border-radius: 0px;

}
.ecoTabButton button{
    color: var(--color-verdone);
    cursor: pointer;
    border-radius: 0px;
}
.ecoTabButton span:hover{
    /* text-decoration: underline; */
}
.ecoTabButtonClicked{
    background-color: #fff;
    color: var(--color-verdone);
    text-weight: 700;
    border-bottom: solid 1px;
    border-top: solid 1px;
}
.noButton{
    background-color: transparent;
    border: 0;
    cursor:pointer;
}
.ecoFlex{
    display: flex;
}
.ecoBCC{
    background-color: var(--color-verde);
    color: var(--color-viola);
}
.ecoBCCbtn{
    background-color: transparent;
    color: var(--color-viola);
}
.ecoBordoThumb{
    /* border: solid 3px var(--color-verde); */
}
.ecoBtn{
    color: var(--color-viola);
    border: solid 1px var(--color-verde);
    background-color: transparent;
    cursor: pointer;
}
.ecoBtn:hover{
    color: var(--color-verde);
    border: solid 1px var(--color-verde);
}
.ecoMinimalBtn{
    border: solid 2px var(--color-verde);
    color: var(--color-verdone);
}
/* toggle switch */
/*
    Utilizzo:
    <label class="ecoToggleCont">
        <input type="checkbox" class="">
        <span class="ecoToggle"></span>
    </label>
*/
.ecoToggleCont {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.ecoToggleCont input {display:none;}
.ecoToggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ecoToggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .ecoToggle {
  background-color: #2196F3;
}
input:focus + .ecoToggle {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .ecoToggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.ecoToggle.round {
  border-radius: 34px;
}
.ecoToggle.round:before {
  border-radius: 50%;
}
.ecoInput {
    border: solid 1px var(--color-verde);
    height: 1.5em;
}
.ecoBtnFrecce{
    background-color: #009688;
    border-radius: 50%;
    border: 0;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 1.7em;
}
.ecoViolaBianco{
    background-color: var(--color-viola);
    color: var(--color-bianco);
}

.eco-verde{
    background-color: var(--color-verde);
}
.eco-text-verde{
    color: var(--color-verde);
}
.eco-viola{
    background-color: var(--color-viola);
}
.eco-text-viola{
    color: var(--color-viola);
}
.eco-bianco{
    background-color: var(--color-bianco);
}
.eco-text-bianco{
    color: var(--color-bianco);
}
.ecoNoBtn{
    background-color: transparent;
    border: none;
}
.colorVerde{
    color: var(--color-verde);
}
.colorVerdeScuro{
    color: var(--color-verdeScuro) !important;
}
.bgColorVerde{
    background-color: var(--color-verde) !important;
    color: #fff !important;
}
.bgColorViola{
    background-color: var(--color-viola) !important;
    color: #fff !important;
}
.bgColorVerdeScuro{
    background-color: var(--color-verdeScuro) !important;
    color: #fff !important;
}
.colorVerdone{
    color: var(--color-verdone)  !important;
}
.colorViola{
    color: var(--color-viola) !important;
}
.iconaProdotto{
    position: relative;
    height: 5em;
    width: auto;
}
.quiBtn{
    text-decoration: none;
    background-color: var(--color-viola);
    padding: 4px 8px;
    color: #fff;
    border-radius: 16px;
}

/* OVERRIDE W3.CSS */
.eF-content {
    max-width: 1300px !important;
}
.eF-check, .eF-radio{
    width: 0.9em;
}

/* SWIPER */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

/* OVERRIDE BROWSERS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance:textfield;
}

/* FONTS */
@font-face {
    font-family:"blackjack";
    src: url("../fonts/BLACKJAR.TTF");
}

@font-face {
  font-family: "Century Gothic";
  src: url('../FONTS/GOTHIC0.eot'); /* IE9 Compat Modes */
  src: url('../FONTS/GOTHIC0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../FONTS/GOTHIC0.otf') format('opentype'), /* Open Type Font */
    url('../FONTS/GOTHIC0.svg') format('svg'), /* Legacy iOS */
    url('../FONTS/GOTHIC0.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../FONTS/GOTHIC0.woff') format('woff'), /* Modern Browsers */
    url('../FONTS/GOTHIC0.woff2') format('woff2'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* stili aggiunti nelle pagine o negli elementi*/

/* stile aggiunto elemento/ecoNavBar.php */

    .ENB_ecoNavBars {
        background-color: var(--color-verdone);
        color: var(--color-bianco);
    }

    .ENB_btn {
        padding: 0.5em 1em !important;
        border-bottom: solid 4px transparent !important;
        font-size: 0.8em !important;
        font-family: Century Gothic;
        text-decoration: none;
    }

    .ENB_btn:hover {
        color: var(--color-bianco) !important;
        background-color: transparent !important;
        border-bottom: solid 4px var(--color-bianco) !important;
        text-decoration: none;
    }

    #ENB_navBarPhone {
        background-color: var(--color-verdone);
        color: var(--color-bianco);
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        overflow-y: scroll;
    }

    .ENB_btnPhone {
        padding: 0.5em 1em !important;
        color: var(--color-bianco) !important;
        background-color: var(--color-verdone) !important;
        border-bottom: solid 4px var(--color-verdone) !important;
        font-size: 1.1em !important;
        display: block;
        text-decoration: none;
    }

    .ENB_btnPhone:hover {
        color: var(--color-bianco) !important;
        background-color: var(--color-verdone) !important;
        border-bottom: solid 4px var(--color-bianco) !important;
        text-decoration: none;
    }

    #ENB_chiudiBtn {
        width: 100vw !important;
        background-color: var(--color-verdone);
        color: var(--color-bianco);
    }

    #ENB_chiudiBtn:hover {
        background-color: var(--color-verdone) !important;
    }

    #EMMP_btnProdotti {
        padding: 10px 15px;
        color: var(--color-bianco);
        background-color: transparent;
    }

    .EMMP_btnProdotti {
        border-radius: 0px !important;
        border-color: transparent !important;
        background-color: var(--color-bianco) !important;
        color: var(--color-verdone) !important;
    }

    .EMMP_btnProdotti:hover {
        border-radius: 0px !important;
        border-color: transparent !important;
        background-color: var(--color-bianco) !important;
        color: var(--color-verdone) !important;
    }

    .onScrollENB {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    @media screen and (max-width: 992px) {
        .ENB_letterSpacing a {
            letter-spacing: 0px !important;
        }

        .ENB_letterSpacing button {
            letter-spacing: 0px !important;
        }
    }

    /* stile aggiunto elemento/ecoMegaProdotti.php */
    /* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: contents;
    background-color: var(--color-bianco);
    width: 100%;
    left: 0;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
}

/* Mega Menu header, if needed*/
.dropdown-content .header {
    background: var(--color-viola);
    padding: 16px;
    color: white;
}

/* Show the dropdown menu on hover onclick="$('#EMMP_btnProdotti').next().slideToggle();" */
/* .dropdown:hover .dropdown-content {
    display: block;
} */

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row > .column {
    text-align: left;
}

#EMMP_divProdotti{
    background-color: var(--color-bianco);
    color: var(--color-viola);
    /* border-left: solid 10px; */
    /* border-top: solid 4px; */
    border-bottom: solid 5px var(--color-verdone);
}

#EMMP_divProdotti a {
    color: var(--color-viola) !important;
    text-decoration: none !important;
}
#EMMP_divProdotti a:hover {
    color: var(--color-verde) !important;
}

.EMMP_hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--color-verde);
    background-color: #fff !important;
    margin: 0px;
    padding: 0;
}
#EMMP_divProdotti h5{
    color: var(--color-verde);
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    #EMMP_divProdotti{
        height: 100% !important;
        overflow-y: scroll;
    }
    .nascondiMobile{
        display:none;
    }
}

/* manrico stili*/
/* stile da forzare top menu */
.alwaysTop {position: fixed;top: 0;left: 0;width: 100%;z-index: 999;-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);}


.stileDivPercorso {color: var(--color-verdone) !important;background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;

    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(206, 206, 206, 0.2), 0 4px 20px 0 rgba(206, 206, 206, 0.2);
    font-size: 19px;}