/* CSS TEMA DEFAULT */

/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Gochi+Hand&display=swap');

/* -------------------------------------------------------------------------------------- */

body{
    margin:0px;
    padding:0px;
    background-color: #fff;
}

.backgroundDesktop {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cecece+1,ffffff+30,ffffff+70,cecece+100 */
background: #cecece; /* Old browsers */
background: -moz-linear-gradient(left,  #cecece 1%, #ffffff 30%, #ffffff 70%, #cecece 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cecece 1%,#ffffff 30%,#ffffff 70%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cecece 1%,#ffffff 30%,#ffffff 70%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=1 ); /* IE6-9 */

    padding:0px;
    margin:0px;
    overflow:hidden;
}

#footer {
    font-weight: normal !important;
    background-color: #fff !important;
}

/* SPLASH PAGE */

#splash {
    text-align: center !important;
    background-color: #fff !important;
}

#splash .logo {
    width:25vh;
    max-width: 300px;
}

#splash .logoPICCOLO {
    width:25vh;
    max-width: 300px;
}

#splash .logoMEDIO {
    width:35vh;
    max-width: 300px;
}

#splash .logoGRANDE {
    width:45vh;
    max-width: 300px;
}

#splash .header{
 text-align: center;
 background-image: url('images/splash_head.png');
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: cover;
 height:18vh !important;
 border:0px !important;
 background-color: #fff !important;
 overflow: hidden;
}

#splash .headercustom{
    text-align: center;
    background-image: url('/custom/images/splash_head.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height:18vh !important;
    border:0px !important;
    background-color: #fff !important;
    overflow: hidden;
   }

#splash #content{
    text-align: center !important;
    background-color: #fff !important;
    border:0px !important;
    overflow: hidden;
}

#splash #content h2{
    font-family: 'Gochi Hand', cursive;
    text-align: center !important;
    font-size:6vh;
}

#splash #content h3{
    font-family: 'Roboto', sans-serif;
    text-align: center !important;
    font-size: 3vh;
    padding: 3vw;
}

#splash #footer{
    text-align: center !important;
    height:10vh;
    background-color: #fff !important;
    background-image: linear-gradient(white, #cecece);
    border:0px !important;
    font-family: 'Roboto', sans-serif;
}

#splash #footer a{
    font-family: 'Roboto', sans-serif !important;
    background-color:#8bb212 !important;
    font-weight: normal !important;
    text-align:center !important;
    color:white !important;
    border-radius: 3vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:5vw;
    box-shadow: 5px 5px 10px #333;
}

/* HOME PAGE */

#home, #categorie {
    background-color: white;
}

#content {
    padding:0px;
    margin:0px;
    text-align: center;
    width:100%;
    max-width: 600px;
    height:auto;
    font-family: 'Roboto', sans-serif;
}

#header{
    background-color: #fff !important;
    border:0px !important;
    max-width: 600px;
}

#header table{
    width:100%;
    border:0px;
    margin:0px;
    padding:0px;
}

.logo {
    width:20vw;
    max-width: 50px;
}

.right {
    float:right;
}

i {
    width:10vw;
    max-width: 30px;
    margin-left:10px;
    margin-right:10px;
}

.iconafooter {
    font-size: min(1.5em, 30px) !important;
}

#footer{
    height:9vh; 
    background-color: #cecece !important;
    opacity: 0.8;
    border:0px !important;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}

#footer a{
    text-decoration: none;
    color:#333;
}

.popular {
    height:40vh;
    width:100%;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    /* font-size:2vh; */
    font-size: min(2vh, 36px);
    color:#333;
    margin:0px;
    padding:0px;
}

.popular-search {
    height:40vh;
    width:100%;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    /* font-size:2vh; */
    font-size: min(2vh, 36px);
    color:#333;
    margin:0px;
    padding:0px;
}

#home #table-popular {
    width:100%;
    height:95%;
    margin:0px;
    padding:0px;
    border-spacing:0px;
    background-repeat:no-repeat; 
    background-size: cover; 
    background-position:center; 
    background-color:#cecece;
}

.popular-content {
    color:white;
    font-family: 'Roboto', sans-serif;
    /* font-size:3vh; */
    font-size: min(3vh, 36px);
    font-weight: bold;
    text-shadow: 2px 2px 3px #333;
}

.popular-footer-left {
    color:white;
    font-family: 'Roboto', sans-serif;
    /* font-size:4vw; */
    font-size: min(4vw, 36px);  
    text-shadow: 2px 2px 3px #333;
}

.popular-footer-right {
    color:white;
    font-family: 'Roboto', sans-serif;
    /* font-size:6vw; */
    font-size: min(6vw, 36px);
    text-shadow: 2px 2px 3px #333;
}

.popular-footer-right-search {
    color:white;
    font-family: 'Roboto', sans-serif;
    /* font-size:6vw; */
    font-size: min(4vw, 36px);
    text-shadow: 2px 2px 3px #333;
}


#table-popular-head {
    width:100%;
    margin:0px;
    padding:0px;
    border-spacing:0px;
    text-shadow: none;
}

#table-popular-content {
    width:100%;
    margin:0px;
    padding:0px;
    border-spacing:0px;
    padding-left:4px;
}

#table-popular-footer {
    width:100%;
    margin:0px;
    padding:0px;
    border-spacing:0px;
    padding-left:4px;
}

#table-popular-footer a{
    text-decoration:none;
    color:white;
}

#home #categorie {
    width:100%;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    /* font-size:2vh; */
    font-size: min(2vh, 36px);
    color:#333;
    margin:0px;
    padding:0px;
    margin-top:10px;
}

.categoria {
    background-repeat:no-repeat; 
    background-size: cover; 
    background-position:center;
    font-family: 'Roboto', sans-serif;
    font-size: max(3vh, 24px);
    color:white;
    font-weight: bold;
    /*text-shadow: 2px 2px 3px #333;*/
    text-shadow: 0px 0px 5px #000;
    border-radius: 10px !important;
    float:left;
    width:39vw;
    height:39vw;
    max-width: 278px;
    max-height: 278px;
    margin-left:3vw;
    margin-right:2vw;
    margin-top:2vw;
    padding:2vw;
}

.contatore {
    font-family: 'Roboto', sans-serif;
    background-color:#2699fb;
    text-shadow: none;

    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;

    font-weight: normal !important;
    line-height: 1.5em;
    width: 1.5em; 
    text-align: center;
    border:1px solid white;

    font-size:0.5em;

    position: relative;
    top:-0.6em;
    left:2em;
}

.black {
    color: black;
}

.dim_mid {
    font-size: min(3vh, 48px);
}

.contatorepopular {
    font-family: 'Roboto', sans-serif;
    background-color:#2699fb;
    text-shadow: none;

    border-radius: 3vw;
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    color: #ffffff;

    font-weight: normal !important;
    line-height: 5vw;
    width: 5vw; 
    text-align: center;
    border:1px solid white;

    font-size:3vw;

    position: relative;
    top:0;
    left:9vw;
}

.sliders {
    height:20px;
}

.sliders td {
    font-size:1em;
    /*opacity:0.8;*/
    vertical-align: top;
}

.popsearch {
    background-color: #cecece;
    margin:0px;
    padding:4px;
    float:right;
    text-align:center;
    border-spacing: 0px;
}

#pcategorie {
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

#contentcategorie {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

#contentcategorie a {
    text-decoration: none;
}

.prodcategoria {
    width:100%;
    padding:0px;
    margin:0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom:2vh;
}

.tabprodcat {
    width:100%;
    padding:0px;
    margin:0px;
    border-spacing: 0px;
    border-radius:2vw;
    border:1px solid #cecece;
    height:14vh;
}

.tabprodcat td {
    background-repeat:no-repeat; 
    background-size: cover; 
    background-position:center;
    font-family: 'Roboto', sans-serif;
    font-size: min(2.6vh, 36px);
    color:white;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    border-radius:2vw 0 0 2vw;
    text-decoration: none !important;
}

.tabprodcatdet {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    border-spacing: 0px;
}

.tabprodcatdet td{
    color:#000;
    font-size: min(1.8vh, 36px);
    font-weight: normal;
    text-shadow:none;
    text-decoration: none !important;
    padding-left:4px;
}

.ingredientisingoloprod{
    font-size: min(1.2vh, 24px);
}

.tabprodcatcar {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    border-spacing: 0px;
}

.tabprodcatcar td{
    color:#000;
    font-size: min(2vh, 36px);
    font-weight: normal;
    text-shadow:none;
    text-decoration: none !important;
    padding-right:4px;
}

.contatoreprodcatcar {
    font-family: 'Roboto', sans-serif;
    background-color:#2699fb;
    text-shadow: none;

    border-radius: 2vw;
    -moz-border-radius: 2vw;
    -webkit-border-radius: 2vw;
    color: #ffffff;

    font-weight: normal !important;
    line-height: 4vw;
    width: 4vw; 
    text-align: center;
    border:1px solid white;

    font-size:3vw;

    position: relative;
    top:0;
    left:6vw;
}

.nodisplay {
    display:none;
}

#prodotto {
    width:100%;
    background-color: white;
    text-align: left;
}

#contentprodotto {
    width:100%;
    background-color: white;
    margin:0px;
    padding:0px;
}

.schedaprodotto {
    text-align: left !important;
    width:100%;
    margin-left:1wh;
}

.opzionititolo {
    text-align: left !important;
    width:100%;
    margin-left:1vh;
}

.opzioni {
    margin-top:1vh;
    margin-bottom:1vh;
    text-align: center;
    width:auto;
    min-width: 100%;
    background-color: #e7efce;
    height:5vh;
    min-height: 33px;
    vertical-align: middle;
    display: flex; 
    overflow-x: auto;
}

.selezionato {
 /* color:#8bb212 !important; 
    text-shadow: 0px 0px 1em #485d09;
    color: yellow !important;
     font-weight: bolder;
 */
 background-color:#8bb212;
 color: white !important;
 position: relative;
 border:1px solid #8bb212 !important; /* #485d09; */
}

.selezionato::after {
    top: 2vh;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #8bb212;
    border-width: 1vh;
    margin-left: -1vh;
}

.spanopz {
    display:inline-block;
    margin:1vh;
    color:#8bb212; /* #2699fb; */
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    white-space:nowrap;
    font-size: min(1em, 20px);
    border:1px solid transparent;
}

#contentprodotto hr {
 height:2px;
 background-color: #cacaca;
 width:100%;
 border-spacing: 0px;
}

.aggiunte {
    margin-top:1vh;
    margin-bottom:1vh;
    text-align: center;
    width:auto;
    min-width: 100%;
    height:auto;
    vertical-align: middle;
    display: flex; 
    overflow-x: auto;
}

.spanagg {
    display:inline;
    margin:1.3vh;
    color:#000;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    text-align: center;
    max-width:20vw;
}

.aggprezzo {
    font-size: min(1.5vh, 18px);
}

.spanagg img {
    border-radius: 50%;
    width:8vh;
    height:8vh;
    /* border:6px solid transparent; */
    box-shadow: 2px 2px 5px #333;
  }

.selezionatoagg {
    color:#fff;
}

.selezionatoagg .aggtesto {
    color:#8bb212;
    text-shadow: 1px 1px 1px #dadada;
    font-weight: bold;
}

.selezionatoagg .aggprezzo {
    color:#8bb212;
    text-shadow: 1px 1px 1px #dadada;
}    

.selezionatoagg img{
    border:6px solid #8bb212 !important;
}

.pulsante{
    width:100%;
    text-align:center !important;
}

.pulsante a {
    font-family: 'Roboto', sans-serif;
    background-color:#8bb212 !important;
    font-weight: normal !important;
    text-align:center !important;
    color:white !important;
    border-radius: 3vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:3vh;
    box-shadow: 5px 5px 10px #333;
    width:70%;
    text-shadow: none;
}

.straggprezzo {
    color:#8bb212;
}

.tabprodottocatcar {
    width:100%;
}

.tabprodottocatcaringredienti {
    font-size: min(1.8vh, 16px);
    padding-left: 2vw;
}

.prodottotabprezzo {
    font-size: min(3vh, 24px);
    font-weight: bold;
    padding-right:1vw;
}

.tabproddottohead {
    background-repeat:no-repeat; 
    background-size: cover; 
    background-position:center;
    width:100%;
    height:25vh;
    max-height:200px;
    padding:0px;
    margin:0px;
    border-spacing: 0px;
    text-shadow: none;
}

.tabproddottohead td{
    background-repeat:no-repeat; 
    background-size: cover; 
    background-position:center;
    color:white;
    padding:1vh;
}

.prodotto_titolo {
    margin-top:1vh;
    margin-left:1vh;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    font-size: min(3vh, 36px);
    font-weight: bold;
}

.fa-heart {
    text-shadow: 0px 0px 10px 10px #ffffff !important;
}

#contentcarrello {
    background-color: white;
    width:100%;
    border-spacing: 0px;
    margin:0px;
    padding:0px;
}

.schedacarrello {
    width:100%;
    border-spacing: 0px;
    text-align: left;
}

#carrello_titolo {
    margin-top:1vh;
    margin-left:1vh;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    font-size: min(3vh, 36px);
    font-weight: bold;
}

.carrello {
    width:100%;
    padding:0px;
    margin:0px;
    border-spacing: 0px;
}

.fa-trash-alt {
    color:white;
    padding-left:0.2vh;
    padding-top:1.2vh;
    font-shadow:none;
    box-shadow: none;
    font-size:2.5vh;
    font-weight: normal;
}

.cestinocarrello {
    border-radius: 50%;
    background-color: #8bb212;
    width:5vh;
    height:5vh;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 0px 8px #333;
    margin:5px;
}

.carrello tr {
}

.carrello td {
    padding:0px;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    font-size: min(3vh, 36px);
    border-bottom: 1px solid #cacaca;
    padding-left:1vh;
    padding-right:1vh;
    padding-bottom:1vh;
}

.dx {
    padding-right:2vh;
    font-family: 'Roboto', sans-serif;
    text-align: right !important;
    font-size: min(3vh, 36px);
}

.qta {
    background-color: #c8c7cc;
    color:white;
    border-radius:2vh;
    padding:0.2vh
}

.ordina{
    width:100%;
    text-align:center !important;
}

.ordina a{
    text-decoration: none;
}

.ordinapaypal {
    font-family: 'Roboto', sans-serif;
    background-color:#2699fb !important;
    font-weight: normal !important;
    text-align:center !important;
    color:white !important;
    border-radius: 2vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:3vh;
    box-shadow: 5px 5px 10px #333;
    text-shadow: none;
    width:70%;
}

.ordinaemail {
    font-family: 'Roboto', sans-serif;
    background-color:#2699fb !important;
    font-weight: normal !important;
    text-align:center !important;
    color:white !important;
    border-radius: 2vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:2vh;
    box-shadow: 5px 5px 10px #333;
    text-shadow: none;
    width:70%;
}

.ordinawhapp {
    font-family: 'Roboto', sans-serif;
    background-color:#8bb212 !important;
    font-weight: normal !important;
    text-align:center !important;
    color:white !important;
    border-radius: 2vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:2vh;
    box-shadow: 5px 5px 10px #333;
    text-shadow: none;
    width:70%;
}

.ordineazzera {
    font-family: 'Roboto', sans-serif;
    background-color:#ffffff !important;
    font-weight: normal !important;
    text-align:center !important;
    color:black !important;
    border-radius: 2vh !important;
    text-decoration: none;
    padding:2vh;
    font-size:2vh;
    box-shadow: 5px 5px 10px #333;
    text-shadow: none;
    width:70%;
}

.fa-envelope {
    font-size:5vh;
    float:left;
}

.fa-whatsapp {
    font-size:5vh;
    float:left;
}

.ordinetesto {
    font-size:2vh !important;
}

#orari {
    width:100%;
    background-color: white;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    border-spacing: 0px;
}

#contentorari {
    width:100%;
    background-color: white;
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    border-spacing: 0px;
    text-align: center;
}

#contentorari h1 {
    font-size: min(3vh, 36px);
}

#mappa {
    width:100%;
    background-color: white;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    border-spacing: 0px;
}

#contentmappa {
    width:100%;
    background-color: white;
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    border-spacing: 0px;
    text-align: center;
}

#contentmappa h1 {
    font-size: min(3vh, 36px);
    margin-top:0px;
}

.mappa {
    width:100%;
    height:50vh;
    height-max:300px;
}

.carrellovariante {
    color:#8bb212;
}

.carrelloaggiunta {
    color:#8bb212;
}

.carrelloProdotto {
    font-size:1.2em;
}

.carrelloTotProdotto {
    font-size:1.2em;
}

.iconamenu {
    /* color: #000; */
    font-size:1.5em;
}

#panelmenu {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

#panelmenu ul {
    margin:0px;
    padding:0px;
}

#panelmenu ul li {
    margin:0px;
    padding:0px;
    text-align:left;
    margin-top:1em;
    list-style: none;
    list-style-type: none;
}

#panelmenu ul li a {
    text-decoration: none;
    color:#000;
}

.piccolo {
    font-size: 0.8em;
    text-shadow: none;
}

.pagine {
    font-family: 'Roboto', sans-serif;
    overflow: scroll;
    height:100%;
    background-color: #fff;
}

.pagine p {
    text-align:left;
}

.ui-panel-inner {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
 }

 .qrcode {
     width:90%;
 }

 .linkqrcode {
     color:blue !important;
 }

 #urlCondivisione {
     background:none;
     border:0px;
     box-shadow: none;
 }

 /* Popup container */
.popup {
    position: fixed;
    display: inline-block;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
    display:none;
    z-index: 9999;
    width: 60vw;
    box-shadow: 1vw 1vw 3vw #333;
    text-align: center;
    border-radius: 6px;
    padding: 2vw;
    position: absolute;
    top: 40vh;
    left: 50%;
    margin-left: -30vw;
    font-family: 'Roboto', sans-serif;
    font-size:1em;
  }

  .PopUpNeutro {
    background-color: #fff;
    color: #000;
  }  

  .PopUpPositivo {
    background-color: blue;
    color: #ffffff;
  }

  .PopUpNegativo {
    background-color: red;
    color: #fff;
  }  

  .PopUpFeedback {
    background-color: #e6faff;
    color: #000;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

/* RICERCA */

  .message {
  background:transparent;
  color:#FFF;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 20px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;    
  }
  
  .message h1 {
    color:#FFF;
  }
  
  #toggle {
    position:absolute;
    appearance:none;
    cursor:pointer;
    left:-100%;
    top:-100%;
  }
  
  #toggle + label {
    position:absolute;
    cursor:pointer;
    padding:10px;
    background: #26ae90;
  width: 100px;
  border-radius: 3px;
  padding: 8px 10px;
  color: #FFF;
  line-height:20px;
  font-size:12px;
  text-align:center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
    margin:20px 50px;
    transition:all 500ms ease;
  }
  #toggle + label:after {
    content:"Open" 
  }
  
  .container {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }
  
  #toggle:checked ~ .message {
    top: 0;
  }
  
  #toggle:checked ~ .container {
    margin-top: 250px;
  }
  
  #toggle:checked + label {
    background:#dd6149;
  }
  
  #toggle:checked + label:after {
    content:"Close"
  }  

.btnRicerca {
    color:#fff;
    margin-left:1vw;
    border-radius:3vw;
    background-color:#2699fb;
    padding:2vw;
}

.btnCancRicerca {
    color:#000;
    font-weight: bold;
    border-radius:3vw;
    background-color:#fff;
    opacity: 0.8;
    padding:2vw;    
    display: none;
}

/* FINE RICERCA */

/* CUORE */

  .heart {
    fill: red;
    position: relative;
    top: 5px;
    width: 30vw;
    animation: pulse 1s ease infinite;
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
  }

  #divcuore {
      display: none;
    position: fixed;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.iconared{
    color:red !important;
}
  /* FINE CUORE */

  #zoomcontainer {
    z-index:9999999;
    display:none;
    width:100vw;
    height:100vh;
    background-color:#000;
    opacity:1;
    position:absolute;
    top:0px;
    left=0px;
}

#imgzoom {
    background-color:#000;
    opacity:1;
    border:2px solid white; 
    position:absolute;
    top:min(40vw,40vh);
    left:5vw;
    width:min(90vw,90vh);
    height:min(90vw,90vh);
    box-shadow:2vw 2vw 5vw #000;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
}  

  @media only screen and (min-width: 500px) {
    .opzioni {
      height:auto;
    }

    #splash #footer {
        height:12vh;
    }

    #imgzoom {
        top:10vh !important;
        left:3vh !important;
    }
  }

  .logoorari {
    width:25vh;
    max-width: 300px;
    mix-blend-mode: multiply;
}